/***** Global Settings *****/

html, body
{
	border: 0;
	/*margin: 0px;/*10px; nada de momento*/
	margin-top: 4px;
	margin-left: 4px;
	margin-bottom: 0px;
	margin-right : 0px;
	padding: 0;
}

body
{
	background: #E9E9E9;
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;	
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p
{
	font-size: 1.2em;
	line-height: 18px;
	color: #7A7064;
	padding-top: 0px;
	margin-top: 0px;
}

ul, ol
{
	margin: 0;
	list-style: none;
}

small
{
	font-size: 0.85em;
}

img
{
	border: 0;
}

sup
{
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

sub
{
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

acronym, abbr
{
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/***** Forms *****/

form
{
	margin: 0;
	padding: 0;
	display: inline;
}

input, select, textarea
{
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

textarea
{
	line-height: 1.25;
	width: 430px;
	margin-bottom: 10px;
}

label
{
	font-size: 1.1em;
	color: #000000; /*font-weight:bold; Rubén Estrada*/
	font-weight: normal;
	margin-right: 3px;
}

.lbAvisoDTGD
{
	font-weight:bold;
	font-size:22px;
	color:#4829AF;	
	/*margin-left:50px;*/
	/* Font-Names="Arial,Helvetica,sans-serif" */	
}

.cajatexto
{
	height: 14px;
	font-size: 1em;
	color: #000000;
}

.cajatexto2
{
	height: 14px;
	font-size: 1em;
	width: 200px;
	color: #000000;
}

.cajatexto3
{
	height: 14px;
	font-size: 1em;
	width: 50px;
	color: #000000;
}

.boton
{
	font-size: 1.1em;
	color: #FFFFFF;
	background: #4E4296;
	border: 1px solid #170099;
	cursor:pointer;
}

.boton2, .boton3
{
	width:94px;/*85px;*/
	height:30px;/*17px;*/
	padding:8px 20px 10px 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color:#666666;
	text-decoration:none;
	text-align:left;
	border-style:none;
	background-repeat:no-repeat;
	background: url(../../imagenes/boton2.gif);
	cursor:pointer;
}
.boton3
{
	background: url(../../imagenes/boton3.gif);
	width:213px;
	height:36px;
}


.margenbotonId
{
	margin-right: 53px;
}
.capasel
{
    position: relative;
	margin: 0 0 0 0;
	padding: 0;
	float: left;
	width: 220px;
	height:30px;
}

#capaform1
{
    position: relative;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 220px;
}

#capaform2
{
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 220px;
	margin-right: 0px; /* 10 px */
}
.separaitems
{
	margin-bottom: 10px;
}

/* Rubén Estrada. Fijar la cabecera de un grid */
.gridheader
{
	position:relative;
	background-color:White;
	top:expression(this.offsetParent.scrollTop-2);
	/*left:expression(this.offsetParent.scrollLeft-1);*/
	
}

.gridheadertgd 
{
    /*position:relative;*/
	background-color:White;
	position:relative;
	/*top: expression(this.scrollTop-2);*/
	top:expression(document.getElementById("pnlDatos").scrollTop-2);
    /*z-index: 10; */

	/*position:relative;top:0; width:100%;">*/
	/*top:expression(document.getElementById("pnlDatos").scrollTop-2);*/
	/*right:expression(document.getElementById("pnlDatos").scrollRight-1);
	left:expression(document.getElementById("pnlDatos").scrollLeft-1);*/
	
	
	/*top:expression(this.offsetParent.scrollTop-2);*/
	/*top:expression(document.getElementById("pnlDatos").Top-2);*/	
	/*left:-1px;*/
	/*top:expression(GetTopHeader());*/

	/*left:expression(document.getElementById("pnlDatos").scrollLeft-1);*/

	/*visibility:hidden;*/
	/*border-top: 2px solid #7D6EAF;*/
}

/**** TABLAS ****/

#contentInt table, #contentIntdatos table
{
	/*border-collapse: collapse;*/
	/*border-top: 1px solid #7D6EAF;*/
    border-top: 1px solid #828282;	
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
}


#contentInt table th, #contentIntdatos table th
{
	background: #7D6EAF;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	padding: 4px;
}
#contentInt table th a, #contentIntdatos table th a
{
	color: #FFFFFF;
	text-decoration: underline;
}

#contentInt table th a:hover, #contentIntdatos table th a:hover
{
	color: #000000;
	text-decoration: underline;
}

#contentInt table td, #contentIntdatos table td
{
	/*font-size: 1em;
	color: #333333; 
	font-weight: normal;*/
	/*/*text-align: left;*/
	/*padding: 4px;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;*/
}


#contentInt table td a, #contentIntdatos table td a
{
	color: #143887;
	text-decoration: underline;
}

#contentInt table td a:hover, #contentIntdatos table td a:hover
{
	color: #7D6EAF;
	text-decoration: underline;
}

.bordeth
{
	border-right: 1px solid #FFFFFF;
}

.impar
{
	background: #D0CCDE;
}

.par
{
	background: #ffffff;
}

/***** Wrapper *****/

#wrap
{
	width: 800px;
	/*margin: 0 auto; NO SE PUEDE DEJAR ASI PORQUE SINO NO FUNCIONA
                      EN FIREFOX NI EN IE7 */
	margin: 0;
}

/***** Global Classes *****/

.clear
{
	clear: both;
}

.float-left
{
	float: left;
}
.float-right
{
	float: right;
}

.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.text-justify
{
	text-align: justify;
}

.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	border-bottom: 1px solid;
}
.highlight
{
	background: #ffc;
}

.wrap
{
	width: 800px;
	margin: 0 auto;	
}

.img-left
{
	float: left;
	margin: 4px 10px 4px 0;
}
.img-right
{
	float: right;
	margin: 4px 0 4px 10px;
}

.nopadding
{
	padding: 0;
}
.noindent
{
	margin-left: 0;
	padding-left: 0;
}
.nobullet
{
	list-style: none;
	list-style-image: none;
}


/**** CAPAS ****/

#marcoHome
{
	position: relative;
	float: left;
	left: 0;
	top: 0;
	width: 800px;
	min-height: 482px;
	background: #FFFFFF url(../imagenes/fondo_identificacion.jpg) no-repeat top right;
}

* html #marcoHome
{
	height: 482px;
}

#pie
{
	position: relative; /*width:800px; Rubén Estrada */
	width: 950px;
	height: 31px;
	float: left;
	text-align: right; /*border: 1px solid #00FF00;*/
}

#piehome
{
	position: relative;
	width: 800px;
	height: 31px;
	float: left;
	text-align: left;
}

#piedato
{
	position: relative;
	width: 970px;
	height: 31px;
	float: left;
	text-align: right;
}

#logos
{
	position: relative;
	float: left;
	width: 320px;
	left: 15px;
	top: 5px;
	margin-bottom: 10px;
}

#cajaregistro
{
	position: relative;
	float: left;
	padding: 30px 36px 20px 36px;
	top: 53px;
	left: 22px;
	width: 378px;
	height: 281px;
	background: #D7D7D9 url(../imagenes/fondo_cajaregistro.gif) repeat-x;
}

#cajaregistro h1
{
	font-size: 20px;
	color: #3B1AA9;
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 8px;
}

#zonaregistro
{
	position: relative;
	float: left;
	left: 5px;
	width: 240px;
	text-align: right; /*margin-bottom:50px;*/ /* Rubén Estrada */
	margin-bottom: 5px;
}

#avisoregistro
{
	position: relative;
	float: left;
	left: 5px;
	width: 400px;
	text-align: left; /*margin-bottom:50px;*/ /* Rubén Estrada */
	margin-bottom: 40px;
}

#marcoInterior
{
	position: relative;
	float: left;
	left: 0;
	top: 0; /*width:800px;*/ /* Rubén Estrada */
	width: 990px; /*950px;*/
	min-height: 482px;
	background: #FFFFFF;
}

* html #marcoInterior
{
	height: 482px;
}

#marcoInteriordatos
{
	position: relative;
	float: left;
	left: 0;
	top: 0; /*width:800px; Rubén Estrada -950 */
	width: 1007px;/*970px;/*1000px; /*950px;*/
	min-height: 520px;
	background: #FFFFFF url(../imagenes/fondo_datos.jpg) no-repeat top right;
}

* html #marcoInteriordatos
{
	height: 520px;
}

#mainNav
{
	position: relative;
	float: left; /*width:800px; Rubén Estrada */
	width: 950px;
	height: 24px;
	background: #4829AF;
	padding: 0;
	margin: 0;
	/* Ańadido Rubén Estrada */
	font-size:1.1em;
}

/* Rubén Estrada */
.botondesconectar
{
	/*font-size: 1.1em;	*/
	color: #FFFFFF;
	/*background: #4829AF; /*#4E4296;*/
	/*background: #4829AF; /*url(../imagenes/Desconectar.bmp) no-repeat center left;*/
	/*border: 1px solid #170099;*/
	background-color:Transparent;
	cursor:hand;
	border: 0px;
	position: relative;
	float: right;
	height: 22px;	
	font-weight:bold;			
}

.botondesconectar active
{
	text-decoration: underline;
}

#mainNav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

/* Ańadidos "mainNav tr". Rubén Estrada --> borrados */

#mainNav li /*, #mainNav tr*/
{
	margin: 0;
	padding: 0; /*Ya no necesito el padding, tambien quitare el borde que puse antes.*/
	float: left;
}

#mainNav li a /*, #mainNav tr a */
{
	display: block; /*Convertimos el vínculo en un bloque.*/
	margin: 4px 0 0 0;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	font-size: 1.1em;
	color: #ffffff;
	background-color: #4829AF;
	border-right: 1px solid #ffffff;
	text-decoration: none;
}

#mainNav li a:hover /*, #mainNav tr a:hover*/
{
	color: #ffffff;
	background-color: #4829AF;
	text-decoration: underline;
}

#capainterior
{
	position: absolute;
	float: left;
	top: 355px; /*27 */
	left: 5px; /*width:169px; Rubén Estrada */
	width: 190px; /*border-left:1px solid #3B1AA9;*/
	overflow: auto;
	height: 260px; /* 459 482*/
	padding:  5px 5px 0px 0px;
	/*border-right:solid 1px #BBBBBB;
	border-top:solid 1px #BBBBBB;*/
}

.textointerior
{
	font-family     : Arial, Helvetica, sans-serif;
    font-size       : 11px;
    line-height     : 11px;
    color           :  #24019B;
    font-weight     : normal;
    letter-spacing  : 0px;
    /*text-indent     : 15px;*/
    text-align      : justify;
    word-spacing    : 0px;
}

#menuinterior
{
	position: relative;
	float: left;
	top: 50px; /*27 */
	left: 26px; /*width:169px; Rubén Estrada */
	width: 180px; /*border-left:1px solid #3B1AA9;*/
	overflow: auto;
	height: 180px; /* 459 482*/
}

#menuinterior ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menuinterior li
{
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #575757;
	line-height: 19px;
}

#menuinterior li a
{
	padding-left: 10px;
	color: #575757;
	text-decoration: none;
}

#menuinterior li a:hover
{
	padding-left: 10px;
	color: #3B1AA9;
	text-decoration: none;
	background-image: url(../imagenes/line_activo_horiz.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#menuinterior li a:active, #menuinterior li a:focus
{
	padding-left: 10px;
	color: #3B1AA9;
	text-decoration: none;
	background-image: url(../imagenes/line_activo_horiz.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#menuinterior li ul li
{
	font-size: 11px;
	color: #575757;
	line-height: 19px;
	margin-left: 12px;
}

#menuinterior li ul li a
{
	font-size: 11px;
	color: #575757;
	text-decoration: none;
}

#menuinterior li ul li a:hover
{
	font-size: 11px;
	color: #3B1AA9;
	text-decoration: none;
	background-image: url(../imagenes/bullet_menuint.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

#menuinterior li ul li a:active, #menuinterior li ul li a:focus
{
	font-size: 11px;
	color: #3B1AA9;
	text-decoration: none;
	background-image: url(../imagenes/bullet_menuint.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

#contentInt
{
	position: relative;
	padding: 25px 0 0 0;
	float: right; /*width:562px;*/
	width: 780px; /* Rubén Estrada 712*/
	min-height: 423px; /*515px;*/
	background: #FFFFFF url(../imagenes/fondo_IntExtranet.jpg) no-repeat top right;
}



* html #contentInt
{
	height: 423px;
}

#contentIntdatos
{
	position: relative;
	float: left;
	padding: 0;
	margin-top: 15px;
	left: 23px; /*width:750px; Rubén Estrada */
	width: 900px;
    /*min-height : 350px;*/
}


* html #contentIntdatos
{
	/*height:350px; Rubén Estrada */ /**** para internet explorer ***/
	height: 40px;
}

#contentIntdatos p
{
	margin: 0;
	padding: 0;
}

#cabtitulo
{
	position: absolute;
	float: left;
	width: 295px;
	/*left: 150px; /* Ańadido Rubén Estrada */
}
#cabpretitulo
{
	position: relative;
	float: left;
	left: 20px;
	width: 100px;
	height: 50px;
}

/* Rubén Estrada: creado cabsubtituloDatos*/

#cabtituloDatos, #cabsubtituloDatos
{
	position: relative;
	float: left; /*width:295px; Rubén Estrada */
	width: 180px;
	top: 15px;
	left: 23px;
	margin-bottom: 25px;
}

#cabsubtituloDatos
{
	left: 40px;
	width: 580px;
}

#cabtituloDatos h1, #cabsubtituloDatos h1
{
	font-size: 2.2em;
	color: #666666;
}
#cabtituloDatos h2, #cabsubtituloDatos h2
{
	font-size: 2.2em;
	color: #000080;
}

#contentInt h1
{
	font-size: 2.4em;
	color: #666666;
	padding-left: 10px;
}

#contentInt h2
{
	font-size: 1.6em;
	color: #000080;
	margin-bottom: 10px;
}

#contentIntdatos h1
{
	font-size: 1.6em;
	color: #000080;
	margin-bottom: 10px;
}

#contentIntdatos h2
{
	font-size: 1.4em;
	color: #2603A1;
	font-weight: bold;
	margin-bottom: 5px;
}

#info
{
	position: relative;
	float: left;
	margin-top: 70px; /*width:540px; Rubén Estrada*/
	width: 770px; /*690*//*758*/
}

#info p
{
	font-size: 1.1em;
	line-height: 1.7em;
	color: #333333;
	margin-bottom: 10px;
}

#capatabladatos
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 1px; /*width:738px; Rubén Estrada */		
	width: 788px; /*height:205px; Rubén Estrada */
	height: 370px;/*380px; /* overflow:scroll; Rubén Estrada */
	overflow: auto;
}

/* Rubén Estrada */
/*#pnlDatos
{
	/*height: 276px; /*314px;*/
	/*height:240px;
	width: 686px;
	overflow: auto;	
}*/

.pnlDatos
{
	/*height: 276px; /*314px;*/
	height:260px; /*240px;*/
	width: 686px;
	overflow: auto;	
}

#pnlInteriorDatos
{
	height: 470px;
	width: 1010px; /*900px;*/ /*overflow:auto;*/	
	/*writing-mode: tb-rl;*/
}


/***** otros estilos *****/
a.links
{
	color: #4E4296;
	font-size: 1em;
	text-decoration: underline;
}

a.links:hover
{
	color: #170099;
	font-size: 1em;
	text-decoration: underline;
}


.seccion
{
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 1.3em;/*1.2em;*/
	color: #2603A1;
}

.menintOn
{
	padding-left: 10px;
	color: #3B1AA9;
	text-decoration: none;
	background-image: url(../imagenes/line_activo_horiz.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.submenintOn
{
	padding-left: 10px;
	font-size: 11px;
	color: #3B1AA9;
	text-decoration: none;
	background-image: url(../imagenes/bullet_menuint.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

.graficodatos
{
	border: 1px solid #4E4296;
	margin-bottom: 10px;
}

.black
{
	color: #000000;
}

.fecha
{
	color: #2603A1;
}

#menusuperior
{
	position: relative;
	float: right;
	width: 320px;
	left: 15px;
	top: 5px;
	margin-bottom: 10px;
    font-family : Arial, Helvetica, sans-serif;
    
	font-size   :11px; 	
}

#menusuperior td a
{
    color       :#575757;    
}

#menusuperior td a:hover
{
    background-color    : #3B1AA9;
    color               : White;
}

#lbPreferencia
{
    font-family         : Arial, Verdana, Helvetica;
    font-size           : 12px;
    font-weight         : normal;
    line-height         : 16px;
}

.encontrados
{
    font-family         : Arial, Verdana, Helvetica;
    font-size           : 12px;
    font-weight         : bold;
    line-height         : 16px;
    text-align          : right;
}

#mensaje
{
    font-family         : Arial, Verdana, Helvetica;
    font-size           : 11px;
    font-weight         : bold;
    line-height         : 12px;
    text-align          : center;
}

