a:link{ /* HIPERVINCULOS */
color: #003366;
text-decoration: none; /* Por defecto es subrayado */
}

a:visited{ /* HIPERVINCULOS VISITADO */
color: #003366;
text-decoration:none; /* Por defecto es subrayado */
}

a:hover{ /* HIPERVINCULOS ACTIVO */
/* background:#EF9D05; */
color: #0000CC;
font-weight: bold; /* Estilo de fuente negrita */
text-decoration: underline; /* Efecto de subrallado */
}
