﻿.texto_gris_grande
{
	font-family: Arial Narrow;
	font-size: 14px;
	font-weight: bold;
	color: #98999B;
}

.texto_gris_normal
{
	font-family: Arial;
	font-size: 12px;
	color: #98999B;
}

.texto_gris_enorme
{
	font-family: Arial;
	font-style: italic;
	font-size: 40px;
	color: #939598;
}

.texto_negro_small
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}

.texto_negro_normal
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.texto_negro_grande
{
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

.texto_rojo_normal
{
	font-family: Arial;
	font-size: 12px;
	color: #980000;
}

.texto_rojo_negrita_normal
{
	font-family: Arial;
	font-size: 12px;
	color: #980000;
	font-weight: bold;
}

.texto_rojo_small
{
	font-family: Arial;
	font-size: 10px;
	color: #980000;
}

.texto_blanco_normal
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.texto_blanco_enorme
{
	font-family: Arial;
	font-size: 20px;
	color: #FFFFFF;
}