/***** Global Settings *****/

html, body
{
	border: 0;
	/*margin: 0px;/*10px; nada de momento*/
	margin-top: 5px;
	margin-left: 5px;
	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(../imVeinsur/boton2.gif);
	cursor:pointer;
}
.boton3
{
	background: url(../imVeinsur/boton3.gif);
	width:213px;
	height:36px;
}


.margenbotonId
{
	margin-right: 53px;
}

#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: 10px;
}
.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-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;
}
/**/
#contentIntCamp table
{
	border-collapse: separate;
	border-top: 1px solid #7D6EAF;
	border-left: 1px solid #828282;
	border-right: 1px solid #828282;
	border-bottom: 1px solid #828282;
}

#contentIntCamp table th
{
	background: #7D6EAF;
	font-size: 1em;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	padding: 4px;
}
#contentIntCamp table th a
{
	color: #FFFFFF;
	text-decoration: underline;
}

#contentIntCamp table th a:hover
{
	color: #000000;
	text-decoration: underline;
}

#contentIntCamp table td
{
	font-size: 1em;
	color: #333333; 
	font-weight: normal;
	/*text-align: left;*/
	padding: 4px;
	border-left: 0px solid #828282;
	border-right: 0px solid #828282;
}

#contentIntCamp table td a
{
	color: #143887;
	text-decoration: underline;
}

#contentIntCamp 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(../imVeinsur/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(../imVeinsur/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: 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(../imVeinsur/fondo_datos.jpg) no-repeat top right;
}

* html #marcoInteriordatos
{
	height: 520px;
}

#mainNav
{
	/*position: relative;*/
	position: static;
	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(../imVeinsur/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;
}

#menuinterior
{
	position: relative;
	float: left;
	top: 50px; /*27 */
	left: 26px; /*width:169px; Rubén Estrada */
	width: 200px; /*border-left:1px solid #3B1AA9;*/
	overflow: auto;
	height: 390px; /* 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(../imVeinsur/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(../imVeinsur/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(../imVeinsur/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(../imVeinsur/bullet_menuint.gif);
	background-repeat: no-repeat;
	background-position: 0 .3em;
}

#contentInt
{
	position: relative;
	padding: 25px 0 0 0;
	float: right; /*width:562px;*/
	width: 712px; /* Rubén Estrada */
	min-height: 423px; /*515px;*/
	background: #FFFFFF url(../imVeinsur/fondo_IntExtranet.jpg) no-repeat top right;
}

#contentIntCamp
{
	position: relative;
	padding: 25px 0 0 0;
	float: right; /*width:562px;*/
	width: 712px; /* Rubén Estrada */
	min-height: 423px; /*515px;*/
	background: #FFFFFF url(../imVeinsur/fondo_IntExtranet.jpg) no-repeat top right;
}

* html #contentInt
{
	height: 423px;
}

* html #contentIntCamp
{
	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;
}

#contentIntCamp h1
{
	font-size: 2.4em;
	color: #666666;
	padding-left: 10px;
}

#contentIntCamp h2
{
	font-size: 1.6em;
	color: #000080;
	margin-bottom: 10px;
}

#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: 60px;/*70px;*/ /*width:540px; Rubén Estrada*/
	width: 690px;
}

#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(../imVeinsur/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(../imVeinsur/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;
}


