﻿.texto_menu
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #FFFFFF;
}

.texto_menu_activo /*esto sería un estilo de enlace, no? Te lo pongo aquí y tú lo pones como te venga mejor*/
{
	font-family: "Trebuchet MS";
	font-size: 11pt;
	color: #0f0d63;
}

.texto_blanco_small
{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #FFFFFF;
}

.texto_titulo
{
	font-family: Consolas, Courier New;
	font-size: 20pt;
	color: #819dcd;
}


.texto_titulo_oscuro
{
	font-family: Consolas, Courier New;
	font-size: 20pt;
	color: #596861;
}

.texto_gris_contenido
{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #7b7b7b;
}

.titulo_gris_contenido
{
	font-family: "Trebuchet MS";
	font-size: 14pt;
	color: #282828;
	font-style: italic;
	font-weight: lighter;
}

.texto_azul_grande
{
	font-family: Consolas, Courier New;
	font-size: 16pt;
	color: #313b73;
}

.texto_azul_normal
{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #313b73;
}

.texto_azul_negrita
{
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #313b73;
	font-weight:bold;
}

.texto_pie
{
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #FFFFFF;
}

.texto_rojo
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #991736;
}

.texto_naranja_normal
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #de6423;
}

.texto_naranja_grande
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #de6423;
	font-weight: bold;
}

.texto_celeste
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #0084c4;
	font-weight: bold;
}
	
.texto_rojo_grande
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #991736;
	font-weight: bold;
}

.texto_verde
{
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #596861;
	font-weight: bold;
}

.texto_blanco
{
	font-family: Consolas, Courier New;
	font-size: 10pt;
	color: #FFFFFF;
}

	