﻿.texto_negro_grande
{
	font-family: "Century Gothic";
	font-size: 11pt;
	color: #000000;   
}

.texto_negro_mediano
{
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #000000;
}

.texto_gris_normal
{
	font-family: "Century Gothic";
	font-size: 8pt;
	color: #3c3c3c;
}

.texto_gris_negrita_grande
{
	font-family: "Century Gothic";
	font-size: 11pt;
	color: #3c3c3c;
	font-weight: bold;
}

.texto_negro_cursiva_normal
{
	font-family: "Century Gothic";
	font-size: 8pt;
	color: #000000;
	font-style: italic;
}

.texto_negro_cursiva_grande
{
	font-family: "Century Gothic";
	font-size: 12pt;
	color: #000000;
	font-style: italic;
}

.texto_negro_cursiva_negrita_enorme
{
	font-family: "Century Gothic";
	font-size: 15pt;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

.texto_blanco_cursiva_normal
{
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #FFFFFF;
	font-style: italic;
}

.texto_negro_small
{
	font-family: "Century Gothic";
	font-size: 7pt;
	color: #000000;
}

.texto_morado_enorme
{
	font-family: "Century Gothic";
	font-size: 20pt;
	color: #793b54;
	font-weight: bold;
}

.texto_morado_cursiva_enorme
{
	font-family: "Century Gothic";
	font-size: 20px;
	color: #793B54;
	font-style: italic;
	font-stretch: expanded;
}

.texto_morado_cursiva_normal
{
	font-family: "Century Gothic";
	font-size: 14pt;
	color: #793B54;
	font-weight: bold;
	font-style: italic;
}

.texto_morado_mediano_negrita
{
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #793B54;
	font-weight: bold;
}

.texto_rojo_grande
{
	font-family: "Century Gothic";
	font-size: 12pt;
	color: Red;
	font-weight: bold;
}

