﻿.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: #ffffff;
	border-style: double;
	font-family: Gill Sans MT; 
	font-size: 10pt; 
	color: #4A3C8C;
}
.TablaI
{
	border-color: #4169e1;
	border-style: double;
	font-family: Gill Sans MT; 
	font-size: 10pt; 
	color: #4A3C8C;
}
.TablaBorder
{
	border-color: #b0c4de;
	border-style: solid;
	font-family: Gill Sans MT; 
	font-size: 10pt; 
	color: #4A3C8C;
}
.FondoCelda
{
	background-color: #4169e1;
	font-family: Gill Sans MT; 
	font-size: 10pt; color: #FFFFFF;
	text-align:center;
		
}
.SizeControl
{
	/*font-size: small;*/	
	font-size: x-small;
}
.Label
{
	font-family: Arial Baltic;
	font-weight:bold;
	font-size: 10pt;
	color: #003A62;
}
.GVHeader
{
	background-color: #4169e1;
	color: White;
	font-family: Gill Sans MT; 
	font-size:9pt;
	text-align:center;
}
.GVHeader2
{
	background-color: #4169e1;
	color: White;
	font-family: Times New Roman; 
	font-size: 9pt;
	text-align:left;
}
.GVFilas
{
	font-family: Times New Roman; 
	font-size:10pt;
	color: #4A3C8C;
}
.GVFilasEmpresa
{
	font-family: Times New Roman; 
	font-size:10pt;
}
.Buscar
{
	font-family: Times New Roman;
	color: Red; 
}
 #UpdateProgress1
 {
  width: 200px; background-color: #FFC080;
  /*position: absolute; bottom: 0px; left: 0px;*/
 }