.texto_gris_oscuro {
	font: normal 12px "Copperplate Gothic Light";
	text-transform: uppercase;
	color: #595959;
	text-decoration: none;
}
.texto_gris_oscuro_10px {
	font: normal 10px "Copperplate Gothic Light";
	text-transform: uppercase;
	color: #595959;
	text-decoration: none;
}
.texto_simple {
	font: normal 10px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.texto_claro {

	font: normal 12px "Copperplate Gothic Light";
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.separador {
	font: normal 12px/normal "Copperplate Gothic Bold";
	text-transform: uppercase;
	background-color: #F27761;
	color: #333333;
}
.texto_simple_grande {

	font: bold normal 12px/normal Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
