@charset "utf-8";
/* CSS Document */
/*ESTILOS PARA CONTENIDO
-------------------------------------------------------*/
.ofer-texto{
font:10px "Verdana";
color:#636466;
text-align:left;
}
.ofer-titulo{
background-color:#EEEFF0;
border:0px;
width: 500px;
color:#1F6192;
padding:3px;
margin-right:4px;
margin-top:12px;
margin-bottom:4px;
font:10px "Verdana";
font-weight:900;
height:15px;
}
/*ESTILOS PARA LINKS
-------------------------------------------------------*/
.ofer-texto a:link{
color: #636466;
text-decoration: none;
font-weight:bold;
}
.ofer-texto a:hover {
color: #636466;
text-decoration: underline;
font-weight:bold;
}
.ofer-texto a:visited {
color: #636466;
text-decoration: none;
font-weight:bold;
}