/* 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 : #FFFFFF; 
} 
a.uno:hover, a.uno:active { 
text-decoration : none; 
color : #FF6600; 
} 
 
/*dos*/
a.dos:link, a.dos:visited { 
text-decoration : none; 
color : #666666; 
} 
a.dos:hover, a.dos:active { 
text-decoration : none; 
color : #FF6600; 
} 
 
/*tres*/
a.tres:link, a.tres:visited { 
text-decoration : none; 
color : #ff6600; 
font-weight: bold;
} 
a.tres:hover, a.tres:active { 
text-decoration : none; 
color : #FFffff; 
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; 
} 
 
.petite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
}
.direccion {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
 
.contenido {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.resaltadonaranja {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	text-decoration: none;
}
.resaltadoblanco {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}
