FORM
{
	margin:0px;	
	/*color:#54401b;*/
	color:#000;
}
TABLE 
{
	font-size:13px;
	font-family:Arial;
}
TEXTAREA
{
	font-size:13px;
	font-family:Arial;
}
INPUT
{
	font-size:13px;
	font-family:Arial;
}
input:focus, select:focus, textarea:focus
{
	background-color:#ECF5FF;
} 
select
{
	border-color:#b1b0b0;
	border-style:solid;
	border-width:1px;
	font-size:13px;
	height:20px;	
}
textarea
{	
	border-color:#b1b0b0;
	border-style:solid;
	border-width:1px;	
	text-transform:uppercase;
}
input[type=text], input[type=button]
{
	border-color:#b1b0b0;
	border-style:solid;
	border-width:1px;
	height:16px;
}

input[type=text]
{
	text-transform:uppercase;
}

BODY
{
	font-size:13px;
	font-family:Verdana;	
	color: #000000;
	/*margin-right:0px;  */
	margin-top:0px;
	background-color:#FFFFFF;
	/*background-repeat:no-repeat;
	background-position:center;*/
		
	/*necesario para centrar pantalla*/
	/*text-align:center;*/
	/*margin-top:0px;	*/
}	
BODY.tabApartado
{
	/*background-color:#000000;*/
}
PRE
{
	font-size:13px;
	font-family:Arial;
}	
A
{ 
	color:#0033cc;  
	text-decoration:none;
	cursor:pointer;
}
a:hover
{
	text-decoration:underline;
}

a.apartado
{
	color:#000000;	
	text-decoration:none;
	font-size:15px;		
}
a.apartado:hover
{
	text-decoration:underline;
}

input.boton
{
	cursor:pointer;	
	font-family:arial;	
	color:#ffffff;
	font-size:13px;
	height:20px;
	font-weight:bold;	
	background-color:#919090;	
		
	border-style:solid;
	border-width: 1px;
	border-color:#919090;	
	box-shadow: 1px 1px silver;		
}
input.btnCalendar
{
	background-image:url(../img/calendar.png);
	background-repeat:no-repeat;
	cursor:pointer;
	border-style:none;
}

.letra_bienvenida 
{
	font-family:Comic Sans MS;
	font-size: 14px;	
}

.tabInputBus{ 
	/*color:#54401b;*/
	color:#000;
}

.tabInputBus,.inputBus{ 
	font-size:13px;
	font-family:verdana;
}		
.inputBus{ 
	width:90px;
}		

td.grupoCampos
{
	background-color:#f6f5f5;
	border-style: solid;
	border-width:1px;
	border-color:Gray;	
	
}
#contenedor
{
	 width:1140px; 
	 margin: 0 auto; 
	 text-align:center;
}
#contenido
{
	position:relative;
	width:100%;
	text-align:left;
/*	overflow:visible;*/
/*	background:red;*/
	min-height:500px;/*ojo esto no quitarlo, debe haber sitio para el menu oculto en reposo*/
/*	overflow:hidden;*//*el overflow x controlarlo en los grid que haga falta con un div style overflow-x:auto, verConsulta lo lleva*/

}
div.divSeparador
{
	position:relative;
	height:10px;
}

/*++++++++GRID+++++++++++++++++++++++++++++++++++++*/
/*
para tomar el estilo en una tabla poner en el table  cellspacing='0' y class='tabGrid',
en tr de la cabecera poner class='cabGrid', y en el tr del detalle class='detGrid'
*/

table.tabGrid
{
	font-family:Verdana, Geneva, sans-serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:10px;
	border-style:solid;
	/*border-color:#b6b4b4;*/
	border-color:silver;
	border-width:1px;	
	/*border-style:outset;*/
	
	/*hay que poner directamente cellspacing a 0 en la tabla porque esto da problema de visualización de capas(en pólizas
	se veían las rayas del grid de suplementos desde la pestaña principal)*/
	/*border-collapse: collapse;*/

}
table tr.cabGrid
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #919090;
	font-size: 13px;
	color: #000000;
	height: 19px;
}
table tr.detGrid 
{
	color:black;
	background-color:#ffffff;
}
table tr.detGrid2 
{
	color: black;
	background-color: #FCDEC4;
}
table tr.detGridMouseOver
{
	color:black;
	background-color:#bdcdf1;
}
table.tabGrid tr td
{	
	border-width:1px;
	border-color:silver;
	/*border-style:ridge;*/
	/*border-style:groove;*/
	border-right-style:solid;
	border-top-style:solid;
	border-top-color:#dfdfe0;
	
	/*border-color:#000000;*/
	
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:2px;	
}
table.tabGrid tr.cabGrid td
{
	/*border-right-style:solid;*/
	/*border-bottom-style:solid;*/
	/*border-right-style:groove;
	border-bottom-color:#000000;*/
		
	/*border:1px ridge;*/
	/*border:1px solid;*/
	
	color:#ffffff;
	font-weight:bold;
	
	padding-top:1px;
	padding-bottom:1px;
	padding-left:4px;
	padding-right:4px;
}
a.cabGrid
{ 
	color:#FFF;  
	text-decoration:none;
	cursor:pointer;
	text-decoration:underline;
}
/*++++++++FIN GRID+++++++++++++++++++++++++++++++++++++*/

/*+++++busqueda con botones de radio++++++++++++++++++++++++++++++++++++*/
table.tabBuscaRadio
{
	border:solid #d4d2d2 1px;
	background-color:#FCDEC4;
}
table.tabBuscaRadio tr td
{
	padding-left:5px;
	padding-right:5px;
}
table.tabBuscaRadio tr.cab td
{
	background-color: #919090;
	color:white;
	font-weight:bold;
	height:19px;
}
table.tabBuscaRadio tr.campos td
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
	padding-right: 7px;
	/*background-color:#fce27a;*/		
	background-color: #999999;
	font-size: 12px;
}
table.tabBuscaRadio tr.busca td
{
	padding-top:2px;
	padding-bottom:2px;
	font-size:13px;	
	
	padding-left:0px;
}
/*FIN BUSQUEDA BOTONES RADIO++++++++++++++++++++++++++++++++++++++++++*/

/*APARTADO DE DATOS+++++++++++++++++++++++++++++++++++++++++++++++++++*/
BODY.bApartado
{
	background-color:#FCDEC4;
}

table.tabApartado
{
	border-spacing:0px;
	border:solid #d4d2d2 1px;
	background-color:#FCDEC4;
	margin-bottom:8px;
}

table.tabApartado tr.cab td
{
	padding-left:5px;
	padding-right:5px;
	background-color: #919090;
	color:white;
	font-weight:bold;
	font-size:12px;
	height:15px;
	cursor:pointer;
}
table.tabApartado tr.cab td.ico
{
	background-image:url(../img/triangleDown.gif);
	background-repeat:no-repeat;
	background-position:right;
}
/*FIN APARTADO DE DATOS++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*elementos de cabecera+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div.cabeceraMenu
{
	position:fixed;	
	background-color:#FFFFFF;
	width:1140px;
	height:116px;	
}
div.cabeceraNoMenu
{
	position:fixed;	
	background-color:#FFFFFF;
	width:1140px;
	height:98px;	
}
div.botoneraMenu
{
	position:absolute;
	top:83px;
}
div.botoneraNoMenu
{
	position:absolute;
	top:65px;
}
div.separaBotoneraMenu
{
	height:118px;
}
div.separaBotoneraNoMenu
{
	height:100px;
}
#dLineaCab
{
	 position:absolute;
	 width:1140px;
	 height:1px;
	 background-color:#919090;
	 top:56px;
}
#dLogoCos
{
	position:absolute; 
	top:5px;
	left:0px;
}
#dLogoECorre
{
/*	 position:absolute; 
	 top:8px; 
	 left:840px;*/	 
 	top:8px; 
	position:relative; 
	float:right;
}
#dIndicaAreaTrab
{
	position:absolute; 
	top:5px;
	left:250px;
	font-size:10px;
}
#dMenu
{
	top:54px;
}
#tit
{
	padding-right:20px;
	font-size:23px;
	color:#1c4599;
	white-space:nowrap;
}
table.btnTit td
{	
	cursor:pointer;
	color:#003366;
	padding-right:4px;
}
/*fin elementos de cabecera+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#popup
{
	position: absolute;
	/*text-align:justify;*/
	text-align:left;
	font-size:11px;
	padding: 5px;
	left: 50%;
	top: 300px;
	width: 400px;
	height: 250px;
	margin-top: -100px;
	margin-left: -180px;
	overflow: auto;	
	border: 1px solid #000;
	background-color: #EAEAEA;
	display:none;
}

#popupProcesa
{
	position: absolute;
	text-align:center;
	font-size:14px;
	padding: 10px;
	left: 50%;
	top: 300px;
	width: 230px;
	height: 60px;
	margin-top: -100px;
	margin-left: -180px;
	overflow: auto;	
	border: 1px solid #000;
	background-color: #EAEAEA;
	display:none;
}

#popupMsg
{
	position: absolute;
	text-align:center;
	font-size:14px;
	padding: 20px;
	left: 50%;
	top: 300px;
	width: 350px;
	min-height: 80px;
	margin-top: -100px;
	margin-left: -180px;
	overflow: auto;	
	border: 1px solid #000;
	background-color: #EAEAEA;
	display:none;
}

iframe.polClien
{
	width:100%;
	height:150px;
	border:none;
}

.dLineaTotales
{
	background-color:#D4D0C8;
	font-size:13px;
	color:black;
	text-align:center;
	padding:10px;
	display:inline-block;
	border-color:#666;
	border-style:solid;
	border-width:thin;
}

#dCajasAccesoFondo 
{	
	position:relative;
	width:308px;
	height:201px;
	z-index:1;
	background-image: url(../img/fondoAcceso.png);
	background-repeat:no-repeat;
}
td.accTitCaja 
{	font-weight: bold;
	color: #7d5300;
	text-align:right;
	padding-right:5px;
	padding-top:3px;
}

input.nRight
{
	text-align:right;
}

