﻿.AlinearDerecha
{
	font-size: 10pt; 
	text-align:right;
	font-family: Gill Sans MT; 
}

.AlinearIzquierda
{
	font-size: 10pt; 
	text-align:left;
	font-family: Gill Sans MT; 
}
.Centrar
{
	font-size: 10pt; 
	text-align:center;
	font-family: Gill Sans MT; 
}

.Titulo
{
	font-size: 12pt; 
	font-family: Gill Sans MT; 
}

.Tabla
{
	border-color: #8a3e1c;
	border-style: double;
	font-family: Gill Sans MT; 
	font-size: 10pt; 
}
.FondoCelda
{
	background-color: #8a3e1c;
	font-family: Gill Sans MT; 
	font-size: 10pt; color: #FFFFFF;
	text-align:center;
		
}
.FondoCelda2
{
	background-color: #C8D7C8;
	font-family: Gill Sans MT; 
	font-size: 10pt; color: #000000;
	text-align:center;
		
}
.FondoTitulo
{
	background-color: #8a3e1c;
	font-family: Gill Sans MT; 
	font-size: 25pt; color: #FFFFFF;
	text-align:center;
		
}
.SizeControl
{
	font-size: x-small;	
	
}

.GVHeader
{
	background-color: #8a3e1c;
	color: White;
	font-family: Gill Sans MT; 
	font-size:x-small;
	text-align:center;
}

.GVFilas
{
	font-family: Gill Sans MT; 
	font-size:10pt;
}