﻿.LabelTitulo
{
    font-weight:normal;
	font-size: 13pt;
	width: 100%;
	font-family: Serif;
	height: 25px;
	font-weight:bold;
}

.LabelNormal
{
    font-weight:normal;
	font-size: 12pt;
	font-family: Arial;
}


.LabelError
{
    font-weight:normal;
	font-size: 10pt;
	color:Red;
	font-family: Verdana;
}

.TextBoxNormal
{
    font-weight:normal;
	font-size: 12pt;
	font-family: Arial;
    width:350px;   
    height:auto;
}

.TextBoxMesAnio
{
    font-weight:normal;
	font-size: 12pt;
	font-family: Arial;
    width:50px;   
    height:auto;
}
.TextBoxBusqueda
{
    font-weight:normal;
	font-size: 10pt;
	font-family: Arial;
    width:350px;   
    height:auto;
}

.TextBoxBusquedaPersona
{
    font-weight:normal;
	font-size: 10pt;
	font-family: Arial;
    width:150px;   
    height:auto;
}

.TextBoxBusquedaMesAnio
{
    font-weight:normal;
	font-size: 10pt;
	font-family: Arial;
    width:50px;   
    height:auto;
}


.TextBoxMultiLine
{
    font-weight:normal;
	font-size: 12pt;
	font-family: Arial;
    height:75px;
    width:350px;
}

.TextBoxFecha
{
    font-weight:normal;
	font-size: 12pt;
	font-family: Arial;
    width:108px;   
    height:auto;
}

.TextBoxFechaBusqueda
{
    font-weight:normal;
	font-size: 10pt;
	font-family: Arial;
    width:108px;   
    height:auto;
}

.ComboNormal
{
    font-weight:normal;
	font-size: 12pt;
	font-family: Arial;
    width:350px;   
    height:auto;
}

.ComboBusqueda
{
    font-weight:normal;
	font-size: 10pt;
	font-family: Arial;
    width:350px;   
    height:auto;
}

.OpcionBusqueda
{
    font-weight:normal;
	font-size: 10pt;
	font-family: Arial;
}

.Opcion
{
    font-weight:normal;
	font-size: 12pt;
	font-family: Arial;
}


.LineaDivision
{
    background-color:#66CCFF;
    height:5px;
}

.BotonLink
{
    color:blue;
    font-family:Arial;
    font-size:12px;
}

.BotonLinkBusqueda
{
    color:blue;
    font-family:Arial;
    font-size:10px;
}

.BotonLinkConsultas
{
    color:blue;
    font-family:Arial;
    font-size:14px;
}

.Grid
{
   color:#333333;
}

.EncabezadoGrid
{
    background-color:#507CD1;
    color:White;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
    height:30px;
}

.PieGrid
{
    background-color:#507CD1;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
}

.PaginacionGrid
{
    background-color:#2461BF;
    text-align:center;
    font-family:Verdana;
    font-size:12px;
}

.FilaAlternaGrid
{
    background-color:White;
    font-family:Verdana;
    font-size:12px;
}

.FilaGrid
{
    background-color:#EFF3FB;
    font-family:Verdana;
    font-size:12px;
}

.FilaSeleccionadaGrid
{
    background-color:#D1DDF1;
    color:#333333;
    font-family:Verdana;
    font-size:12px;
    font-weight:bold;
}

.TablaBusqueda
{
    width: 100%;
    border:none;
}

.ColumnaTituloBusqueda
{
    width:125px;
}

.LabelBusqueda
{
    font-weight:normal;
	font-size: 10pt;
	font-family: Arial;
}

.TablaIngreso
{
    width: 100%;
    border:none;
}


.LabelTitulos
{
    font-family: "Verdana";
    font-size: 14pt;
    color: #000000;
}

