a:link{
text-decoration:none;
color:#FF9900;
font-weight:bold;
}

a:visited{
text-decoration:none;
color:#FF9900;
font-weight:bold;
}

a:active{
text-decoration:none;
color:#CC0000;
font-weight:bold;

}

a:hover{
text-decoration:none;
color:#CC0000;
font-weight:bold;
}

body{
background-color:#FFFFFF;
}

/*IMAGEN*/
.imagen{
padding: 5px;
background-color:#f9f9f9;
text-align:center;
color:#003366;
font-size:10pt;
font-family:arial;
font-weight:normal;
}


/*TABLA*/
.tabla{
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
text-align:justify;
text-indent:0px;
color:#003366;
font-size:10pt;
font-family:arial;
font-weight:normal;
}

/*TITULOS SUPERIORES*/
.titulo{
color:#003366;
font-size:12pt;
font-family:arial;
font-weight:bold;
}

/*TITULOS CONTENIDO*/
.subtitulo{
text-indent:0px;
color:#003366;
font-size:10pt;
font-family:arial;
font-weight:bold;
}

/*CONTENIDO*/
.texto{
text-align:justify;
color:#003366;
font-size:10pt;
font-family:arial;
font-weight:normal;
}

/*PIE DE PÁGINA*/
.piedepagina{
text-align:justify;
color:#003366;
font-size:9pt;
font-family:arial;
font-weight:normal;
}