		/*SEGUNDO GRUPO*/

/*uno*/
a.color1:link, a.color1:visited {
	text-decoration : none;
	color : #000;
	font-weight : bold;
	margin : 0px;
	font-size: 14px;
	font-family: arial;
} 
a.color1:hover, a.color1:active {
	text-decoration : none;
	color : #0C0;
} 
/*dos*/
a.color2:link, a.color2:visited {
	text-decoration : none;
	color : #666;
	font-weight : bold;
	font-family: "Century Gothic", Century;
	font-size: 12px;
} 
a.color2:hover, a.color2:active {
	text-decoration : none;
	color : #C10000;
	font-size: 12px;
	font-family: "Century Gothic", Century;
} 

/*tres*/
a.color3:link, a.color3:visited {
	color : #666;
	font-weight : bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
} 
a.color3:hover, a.color3:active {
	color : #06f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
} 

/*cuatro*/
a.color4:link, a.color4:visited {
	text-decoration : none;
	color : #06F;
	font-weight : bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
} 
a.color4:hover, a.color4:active {
	text-decoration : none;
	color :#CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
} 

/*cinco*/
a.color5:link, a.color5:visited {
	text-decoration : none;
	color : #CE0000;
	font-weight : normal;
	margin : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
} 
a.color5:hover, a.color5:active {
	text-decoration : none;
	color : #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.navegadorWeb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}
