﻿body {
}

.Grid
{
	border-style: solid;
	border-width: 1px;
	border-color: #80b0da;/*#949dff;*/
	margin-left: auto;
	margin-right: auto;
}

.GridHeader
{
	background-image:url("../../Imagenes/gridBar7.jpg");
	background-repeat: repeat-x;
	border-width: 1px;
	border-color: #80b0da;
	border-style: solid;
	border-collapse: collapse;
}

.GridRow
{
	height: 25px;
	border-style: none;
	background-color: #e6edf3;
}

.GridRowAlt
{
	height: 25px;
	border-style: none;
	background-color: #e6edf3;
}

.DetailsViewHeader
{
	text-indent:5px;
}

.DetailsViewCommand
{
	padding-right: 5px;
}

/*********************************************************************************
Grillas - Celdas Especiales
*********************************************************************************/

.tdDinero
{
	text-align: right;
	}

.tdNormal
{
	text-align: left;
}

/*********************************************************************************
Tablas de Datos
*********************************************************************************/

.TablaDatos
{
	border: solid 1px black;	
}

.TablaDatos .Leyenda
{
	text-align: right;
	padding-right: 3px;
	
}

.TablaDatos .Dato
{
	text-align: left;
	font-weight: bold;
	background-color: #f5f5f5;
}

/*********************************************************************************
Tablas de Resumen
*********************************************************************************/

.TablaResumen
{
	border: solid 1px black;	
}

.TablaResumen .Leyenda
{
	text-align: right;
	padding-right: 3px;
	
}

.TablaResumen .Dato
{
	text-align: right;
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	padding-right: 3px;
}

/*********************************************************************************
Tablas de Carga de Datos
*********************************************************************************/

.TablaCargaDatos
{
	border: solid 1px black;
}

.TablaCargaDatos .Leyenda
{
	text-align: right;
	padding-right: 3px;
	background-color: #f5f5f5;
}

.TablaCargaDatos .Dato
{
	text-align: left;
	font-weight: bold;
	background-color: white;
	padding-left: 3px;
}

/*********************************************************************************
Titulos
*********************************************************************************/

h4
{
	font-size: 12px;
	color: navy;
	font-style: italic; 	
}

h5
{
	font-size: 10px;
	color: navy;
	font-style: italic; 	
}

h6
{
	font-size: 8px;
	color: navy;
	font-style: italic; 	
}

table .ABM
{
	width: 100%
}

table .ABM .Filtro
{
	vertical-align: top;
}

table .ABM .Listado
{
	vertical-align: top;
}

table .ABM .Detalle
{
	vertical-align: top;
}

div.FondoProceso
{
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 1000;
	text-align: center;
	vertical-align: middle;
}

div.FondoFlotante
{
	filter: alpha(opacity=100);
	opacity: 1;
	position: absolute;
	top: 40%;
	left: 40%;
	width: 250px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	background-color: #d3d3d3;
	border: solid 5px #330000;
	font-size: 16px;
	color: black;
	font-weight: bold;
}
