﻿.texto_amarillo_grande
{
	font-family: Georgia;
	font-size: 13px;
	color: #B58D52;
}

.texto_amarillo_normal
{
	font-family: Georgia;
	font-size: 10px;
	color: #B58D52;
}

.texto_negro_enorme
{
	font-family: Georgia;
	//font-family: Goudy Old Style, Georgia;
	font-style: italic;
	font-size: 23px;
	color: #000000;
}

.texto_negro_grande
{
	font-family: Georgia;
	//font-family: Goudy Old Style, Georgia;
	font-style: italic;
	font-size: 18px;
	color: #000000;
}

.texto_amarillo_enorme
{
	font-family: Georgia;
	//font-family: Goudy Old Style, Georgia;
	font-size: 23px;
	color: #B58D52;
	font-weight: bold;
}

.texto_negro_normal
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

.texto_rojo_normal
{
	font-family: Tahoma;
	font-size: 11px;
	color: #800000;
}

.texto_negro_mediano
{
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
}

.texto_gris_normal
{
	font-family: Tahoma;
	font-size: 11px;
	color: #787878;
}

.texto_verde_grande_negrita
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #999900;
}
