/*este es el estilo para todo el texto en general*/
.termino {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
 }

/*este es el estilo para cada porcentaje*/
.tag1 {
	color:#000000;
	font-size: 8px;
}
.tag2 {
	color:#3B3B3B;
	font-size: 8px;
}
.tag3 {
	color:#00008A;
	font-size: 10px;
}
.tag4 {
	color:#00245E;
	font-size: 12px;
}
.tag5 {
	color:#00617E;
	font-size: 14px;
}
.tag6 {
	color:#0082B6;
	font-size: 16px;
}
.tag7 {
	color:#00B0DC;
	font-size: 18px;
}
.tag8 {
	color:#69C3D7;
	font-size: 20px;
}
.tag9 {
	color:#999999;
	font-size: 22px;
}
.tag10 {
	color:#CCCCCC;
	font-size: 24px;
	font-weight: bold;
}


/*este es el estilo para el hover*/
.a_termino:hover {
	color:#000000;
	background-color:#CCCCCC;
	text-decoration:none;
}
.a_termino{
	text-decoration:none;
}
