/* CSS Document */

#pais {
padding: 5px;
width:100px;
background-color:#8ED1FB;
text-align:left;
font-family:"Tahoma";
font-weight:bold;
color:#236072;
font-size:12px;
border-left:#FF33CC solid 1px;
border-top:#FF33CC solid 1px;
border-right:#FF33CC solid 1px;
}

#tags {
padding: 15px;
border:thin #CC0099 double;
background:#F4F4F4;
text-align:justify;
width:156px;
border:#FF33CC solid 1px;

}

#tags a{
font-family:"Tahoma";
color:#000099;
text-decoration:none;
}

#tags a:hover{
font-family:"Tahoma";
color:#990066
}
