.texto1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: #333333;
}
.nota{
background:#CCCCCC;
border:thin;
border:#666666;
font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: #333333;

}
.titulos {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
}
.subtitulos {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
        color: #666666;
}
.subtitulos_azul {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: bold;
        color: #0A2CAF;
}

a:link {
        color: #13447A;
}
a:visited {
        color: #13447A;
}
a:hover {
        color: #FF3300;
}