/* CSS Document */
.enlaces { FONT-SIZE: 20px; COLOR: #003399; FONT-FAMILY: verdana,arial,helvetica; TEXT-DECORATION: none }
.enlaces a:link { color: #333300 } /* un enlace no visitado*/ 
.enlaces A:visited { color: blue } /* enlace visitado */ 
.enlaces A:hover { color: #003333 } /* raton encima */ 
.enlaces A:active { color: lime } /* enlace activo */ 

