﻿body
{
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	font-family: helvetica,arial,sans-serif;
}

tr
{
}

td
{
	font-size: 12px;
}

th
{
	font-size: 12px;
	height:24px;
	padding: 2px 2px 2px 2px;
	border:1px #e8e8e8 solid;
	color:white;
	background-color:green;
	text-align:left;
}

th a
{
	color:white;
}


select
{
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
}

select:focus
{
	/*background-color: lightyellow;*/
}

option
{
	/*text-transform: capitalize;*/
}

/*div
{
	display:inline;
}*/

input
{
	font-family: helvetica,arial,sans-serif;
	font-size: 10pt;
}

input.botonPalabra
{
	width: 140px;	
}

textarea:focus
{
	/*background-color: lightyellow;*/
}

input:focus
{
	/*background-color: lightyellow;*/
}

small
{
	font-size:10px;
}
/*
a:visited
{
	color: darkblue;
}*/


a
{	
	color: black;
}

fieldset
{
	border: 1px #c5c5c5 solid; /* green */
}

legend
{	
	padding-left: 4px;
	padding-right: 8px;
}

frame
{
}

label
{
	padding-top:4px;
}

/* Seccion Formularios */

table.tblFrm
{
	width: 770px;
}

td.tdFrmEncabezado
{
	border-bottom: 1px solid #e0e0e0;
	color:white;
	vertical-align:top;
	padding: 8px 2px 8px 6px;
	background-color:#008000;
	font-weight: bold;
}

td.tdFrmOperaciones
{
	height: 34px;
	padding: 8px 4px 4px 4px;
	text-align: center;
}

td.tdFrmEspVert
{
	width: 6px;
}

span.spnFrmTitulo
{
	font-size: 14px;	
	font-weight:bold;
}

span.spnFrmInstruccionesGenerales
{
}

span.spnFrmCampoInstruccion
{	
	font-size:xx-small;
	padding-bottom: 4px;
	display:block;
}


form
{
	padding: 0px 0px 0px 0px;
}

/* Botones */

input#btnRegistrar
{
}

input#btnNuevo
{	
}

input#btnModificar
{	
}

input#btnEliminar
{	
}

input#btnCancelar
{
}

/* Paginacion */

td.tdPagNumResultados
{
	width: 25%;
	vertical-align:middle;
	border: 1px #e8e8e8 solid;
}

td.tdPagNumItem
{
	width: 25%;
	vertical-align:middle;
	border: 1px #e8e8e8 solid;
}

td.tdPagIndicePagina
{
	width:30%;
	vertical-align:middle;
	border: 1px #e8e8e8 solid;
}

td.tdPagOrden
{
	width:0px;
	vertical-align:middle;
	border: 1px #e8e8e8 solid;
}

td.tdPagSaltos
{
	width:20%;
	text-align:center;
	vertical-align:middle;
	border: 1px #e8e8e8 solid;
}

tr.trFilaImpar
{
	background-color: #FAFAD2;
}

tr.trFilaPar
{
	background-color: white;
}


/* Decoraciones */

span.spnIndicadorColumnaOrden
{
	font-family: Symbol;
	font-size:12px;	
}

/* Mensajes */

div#divGesforLoadingInfo
{
	z-index: 2000;
	position: fixed;
	width: 230px;
	background-color: LightGoldenrodYellow;
	border: 1px solid black; /*visibility:hidden;*/
	padding:2px 4px 2px 4px;
}


/* Iframe reporte */

iframe#ifrReporte
{
	width: 100%;
	height: 600px;
	border: none;
}


/* Acordeon */

#divAcordeon
{
	display: table;
}

.accHeadings
{
	padding:6px;
	background:#ffffee;
	border:1px solid gray;
	margin-bottom: 4px;
	cursor:pointer;	
}

.accHeadings:hover
{
	font-weight:bold;
}

.accChild
{
	padding-top:8px;
	padding-bottom:8px;
}

.accHeaderHighlight
{
	font-weight:bold;
}

/* Listado Chequeo */

.chkListadoChequeo
{
	display:table;
	height: 100px;
	width: 470px;
	overflow: auto;
}

.chkListadoChequeo50
{
	display:table;
	height: 50px;
	width: 470px;
	overflow: auto;
}	


/* General */

span.lblGuia
{
	display: block;
	font-size: 10px;
	padding: 4px 0px 3px 0px;
}

/* Espacios */

td.tdParrafoInstruccionMargen
{
	padding: 4px 4px 10px 4px;
}