/* CSS Document */

/*Documento CSS*/
/*Nombre de archivo: links.css*/

 
 
a:link { 
text-decoration : none; 
color : #ffffff; 
} 
a:visited { 
text-decoration : none; 
color : #ffffff; 
} 
a:hover { 
text-decoration : none; 
color : #FF6600; 
} 
a:active { 
text-decoration : none; 
color : ; 
} 
 
a.estilo1:link, a.estilo1:visited { 
text-decoration : none; 
color : #556B2F; 
border-bottom: 1px dashed #556B2F; 
} 
a.estilo1:hover, a.estilo1:active { 
text-decoration : none; 
color : #6E8B3D; 
border-bottom: 1px dashed #6E8B3D; 
} 
 
 
		/*Primer grupo*/
/*uno*/
a.uno:link, a.uno:visited { 
text-decoration : none; 
color : #003399; 
} 
a.uno:hover, a.uno:active { 
text-decoration : underline; 
color : #FF6600; 
} 
 
/*dos*/
a.dos:link, a.dos:visited { 
text-decoration : none; 
color : #FFFFFF; 
} 
a.dos:hover, a.dos:active { 
text-decoration : none; 
color : #003399; 
} 
 
/*tres*/
a.tres:link, a.tres:visited { 
text-decoration : none; 
color : #003399; 
font-weight: bold;
} 
a.tres:hover, a.tres:active { 
text-decoration : none; 
color : #FF6600; 
font-weight: bold;
} 
 
/*cuatro*/
a.cuatro:link, a.cuatro:visited { 
text-decoration : none; 
color : #FFFFFF; 
font-weight: normal;
font-size:10
} 
a.cuatro:hover, a.cuatro:active { 
text-decoration : none; 
color : #FF6600; 
} 
 
