﻿.texto_blanco_grande_mayusculas
{
	/*font-family: Lucida Console;*/
	font-family: Verdana;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.texto_naranja_grande_mayusculas
{
	/*font-family: Lucida Console;*/
	font-family: Verdana;
	font-size: 14px;
	text-transform: uppercase;
	color: #FF8D11;
}

.texto_negro_grande_mayusculas
{
	/*font-family: Lucida Console;*/
	font-family: Verdana;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
}

.texto_blanco_mediano_mayusculas
{
	/*font-family: Lucida Console;*/
	font-family: Verdana;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.texto_blanco_small_mayusculas
{
	/*font-family: Lucida Console;*/
	font-family: Verdana;
	font-size: 8px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.texto_blanco_small
{
	/*font-family: Lucida Console;*/
	font-family: Verdana;
	font-size: 8px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.texto_negro_normal
{
	/*font-family: Corbel;*/
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.texto_negro_small
{
	/*font-family: Corbel;*/
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

.texto_naranja_mediano
{
	/*font-family: Corbel;*/
	font-family: Verdana;
	font-size: 12px;
	color: #FF8D11;
}

.texto_naranja_normal
{
	/*font-family: Corbel;*/
	font-family: Verdana;
	font-size: 11px;
	color: #FF8D11;
}

.texto_naranja_small
{
	/*font-family: Corbel;*/
	font-family: Verdana;
	font-size: 9px;
	color: #FF8D11;
}