﻿body 
{
	background-color:#2C2C2C;
}
.tabla
{
	background-color:White;
	}
.texto_titulo
{
	font-family:Verdana;
	font-size:20pt;
	color:#8B8B8B;	 	
}
.texto_normal_blanco
{
	font-family:Arial;
	font-size:12px;
	color:White; 	
}
.texto_normal_negro
{
	font-family:Arial;
	font-size:12px;
	color:Black;	
}
.texto_negrita_negro
{
	font-family:Arial;
	font-size:12px;
	color:Black;
	font-weight:bolder;
	}
.texto_titulo_blanco
{
	font-family:Verdana;
	font-size:24px;
	color:White;
	}
.texto_titulo_negro
{
	font-family:Verdana;
	font-size:24px;
	color:Black;
	}
.texto_enlace
{
	font-family:Verdana;
	font-size:10px;
	color:#E8DA00;
	}
