﻿.texto_azul_normal
{
	font-family: Arial;
	font-size: 12px;
	color: #211265;
}

.texto_azul_small_negrita
{
	font-family: Arial;
	font-size: 10px;
	color: #211265;
	font-weight: bold;
}

.texto_azul_small
{
	font-family: Arial;
	font-size: 10px;
	color: #211265;
}

.texto_gris_normal
{
	font-family: Arial;
	font-size: 12px;
	color: #959595;
}

.texto_gris_grande
{
	font-family: Arial;
	font-size: 23px;
	color: #959595;
}

.texto_gris_grande_negrita
{
	font-family: Arial;
	font-size: 23px;
	color: #959595;
	font-weight: bold;
}

.texto_naranja_small
{
	font-family: Arial;
	font-size: 10px;
	color: #E67817;
}

.texto_naranja_small_negrita
{
	font-family: Arial;
	font-size: 10px;
	color: #E67817;
	font-weight: bold;
}

.texto_naranja_normal
{
	font-family: Arial;
	font-size: 12px;
	color: #E67817;
}

.texto_naranja_normal_negrita
{
	font-family: Arial;
	font-size: 12px;
	color: #E67817;
	font-weight: bold;
}

.texto_negro_normal_negrita
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}