/*@charset "utf-8";*/
/* CSS Document */


body {
	background-color: #EAEAEA;
	margin-top: auto;
	font: 11px/140% Verdana,Helvetica,sans-serif;
	line-height: 2em;
}

img, div {behavior: url(recursos/css/iepngfix.htc);
    margin-top: 0px;
} /*fix para transparencia en IE6*/

/* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}*/

H2, H3, p
{
    font: 12px/140% Verdana,Helvetica,sans-serif;
	width: 73%;
}

H3
{
    color: #005c96;
    font-size: 18px;
    text-transform:uppercase;
}

p
{
    color: #666666;
    font-size: 12px;
    text-align: justify;
    margin-top: 20px;
    }
	

#container {
	width: 100%;
	margin: auto;
	background-color: #FFFFFF;
	height: auto;
} 

/*#header
{
    background-image: url(../Images/fondo-top-sistema2.jpg);
    background-position:left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #EAEAEA;
	} */
	
#header
{
	/*Imagen de fondo que representa del sistema*/
    background-image: url(../Images/fondo-top-sistema2PL.jpg);
    background-position:left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #EAEAEA;
	} 
	
#header1
{
	/*Imagen de fondo que representa del sistema*/
    background-image: url(../Images/fondo-top-sistema.jpg);
    background-position:left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	height: 100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #EAEAEA;
	} 

#header img
{
    border: 0px;
}

#header1 img
{
    border: 0px;
}

#header div{
	height: 100px;
	/*border: 1px solid #FFFFFF;*/
	}

#header1 div{
	height: 100px;
	/*border: 1px solid #FFFFFF;*/
	}

/*################################################*/
/* CONFIGURACIÓN DEL DIV QUE CONTIENE EL LOGO INE*/
#header div.imglogoine{
	/*Imagen del logo del INE que va al costado Izquierdo*/
	background-image: url(../images/logo_ine_cmyk_150.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 150px;
	float: left;
	position:relative;
	z-index:2;
	}

#header1 div.imglogoine{
	/*Imagen del logo del INE que va al costado Izquierdo*/
	background-image: url(../images/logo_ine_cmyk_150.png);
	background-position: left;
	background-repeat: no-repeat;
	width: 150px;
	float: left;
	position:relative;
	z-index:2;
	}

#header div.imglogoine a{
	display: block;
	width: 77px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;	 
	text-align: center;
	}

#header1 div.imglogoine a{
	display: block;
	width: 77px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;	 
	text-align: center;
	}
	
/*##########################################################*/
/* CONFIGURACIÓN DEL DIV QUE CONTIENE EL NOMBRE DEL SISTEMA*/
#header div.titulosistema{
	position:relative;
	overflow:hidden;
	z-index:3;
	}

#header1 div.titulosistema{
	position:relative;
	overflow:hidden;
	z-index:3;
	}

#header div.titulosistema{
	z-index:3;
	text-align: center;
	}

#header1 div.titulosistema{
	z-index:3;
	text-align: center;
	}

#header div.titulosistema p{
	color: #FFF; /*Color blanco*/
	text-align: center;	
	/*##########################################################*/
	/*Configuración de la posición del titulo del sistema*/
	/*##########################################################*/
	/*	Configuramos el alto donde quedará el titulo del sistema. 
		Ej: margin: arriba derecha abajo izquierda; (en el sentido de las manecillas del reloj)*/
	margin: 1px auto 0px auto; 
	
	/*Máximo ancho que podrá tener el contenedor <p>*/
	max-width: 650px; 
	
	/*Mínimo ancho que podrá tener el contenedor <p>*/
	min-width: 500px; 
	
	/*Mínimo alto que podrá tener el contenedor <p>*/
	min-height: 100px;	
	
	/*Definimos el tamaño y tipo de letra del título del sistema*/
	font: 55px/140% Verdana,Helvetica,sans-serif;
	/*##########################################################*/
	}
	
#header1 div.titulosistema p{
	color: #FFF; /*Color blanco*/
	text-align: center;	
	/*##########################################################*/
	/*Configuración de la posición del titulo del sistema*/
	/*##########################################################*/
	/*	Configuramos el alto donde quedará el titulo del sistema. 
		Ej: margin: arriba derecha abajo izquierda; (en el sentido de las manecillas del reloj)*/
	margin: 1px auto 0px auto; 
	
	/*Máximo ancho que podrá tener el contenedor <p>*/
	max-width: 650px; 
	
	/*Mínimo ancho que podrá tener el contenedor <p>*/
	min-width: 500px; 
	
	/*Mínimo alto que podrá tener el contenedor <p>*/
	min-height: 100px;	
	
	/*Definimos el tamaño y tipo de letra del título del sistema*/
	font: 55px/140% Verdana,Helvetica,sans-serif;
	/*##########################################################*/
	}
	
#header div.titulosistema p.sombra{
	/*PARA IE (6-7)*/
	height: 1em;
	filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);
	/*CCS 3 (firefox - IE8)*/
	text-shadow: 2px 2px 2px #000000;
	/* Para Gecko */
	line-height: 0.9em;
	}

#header1 div.titulosistema p.sombra{
	/*PARA IE (6-7)*/
	height: 1em;
	filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);
	/*CCS 3 (firefox - IE8)*/
	text-shadow: 2px 2px 2px #000000;
	/* Para Gecko */
	line-height: 0.9em;
	}

#header div.titulosistema p.sombra a{
	text-decoration: none;
	color: #FFF;
	}

#header1 div.titulosistema p.sombra a{
	text-decoration: none;
	color: #FFF;
	}

.oculto{
	display: none;
	}

/*##################################################################################################*/
/* CONFIGURACIÓN DEL DIV QUE CONTIENE EL MENU PERSISTENTE UBICADO AL COSTADO DERECHO DE LA PANTALLA*/
#header div.menupersistente{
	width: 200px;
	position:relative;
	float:right;
	z-index:1;
	}
	
#header1 div.menupersistente{
	width: 200px;
	position:relative;
	float:right;
	z-index:1;
	}
	
#header div.menupersistente ul{
	float: right;
	margin-right: 0px;
	}
	
#header1 div.menupersistente ul{
	float: right;
	margin-right: 0px;
	}
	
#header ul{
	list-style: none;
	}
	
#header1 ul{
	list-style: none;
	}
	
#header ul li{
	float: left;
	background: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	}
	
#header1 ul li{
	float: left;
	background: #FFFFFF;
	margin-right: 3px;
	margin-left: 3px;
	}
	
#header ul li a{
	display: block;
	width: 65px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px dotted #000000;
	}

#header1 ul li a{
	display: block;
	width: 65px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #333333;
	border: 1px dotted #000000;
	}

#header ul li a:hover{
	text-decoration: none;
	background-color: #EAEAEA;
	color: #000000;	
	border: 1px dotted #dc241f;
	}

#header1 ul li a:hover{
	text-decoration: none;
	background-color: #EAEAEA;
	color: #000000;	
	border: 1px dotted #dc241f;
	}

/*##########################################################*/
/* DIV DEL MENU*/
.MenuPlaceHolder{
	margin-left:10px;
	}


/*##########################################################*/
/* DIV DE SEPARACIÓN DE DIVS - PARA HACER SALTO DE LINEA*/
.Separacion{
	clear: both;
	background-color: #EAEAEA;
	width: 100%;
	height: 3px;
	}


/*##########################################################*/
/* CONFIGURACIÓN DE DIV PRINCIPAL QUE ALOJA LOS CONTENIDOS*/
#ContenidoPrincipal 
{
	/*Imagen de degradado gris que va en el borde superior*/
	background: url(../images/borde-degradado.PNG) top repeat-x;
	border: 1px solid #EAEAEA;
	padding: 20px 4px 0px 4px;
	margin: 0px auto 0px auto;
	text-align: center;
	}

/*
#ContenidoPrincipal p, #ContenidoPrincipal div{
	border: 1px solid #FF0000;
}
*/

#ContenidoPrincipal p.descripcion-sistema {
	/*##########################################################*/
	/* ajuste en porcentaje de los rellenos de parrafos */
	padding: 1.7em 4em 0.5em 4em;
	margin: 0px auto 0px auto;
	letter-spacing: 1px;
	line-height: 25px;
}

#ContenidoPrincipal div.tabla-login {
	/*##########################################################*/
	/* ajuste en porcentaje de los rellenos de parrafos */
	margin: 30px auto 100px auto;
	width: 500px;
	}

#ContenidoPrincipal div.tabla-login fieldset{
	border: 1px solid #EAEAEA;
	}

span.LoginTxtNombreUsuario, 
span.LoginTxtPassword
{
	width: 700px;
}
	
.TxtUserName,
.TxtPassword{
	width: 150px;
}

.BtnIniciarSesion{
	width: 100px;
	height: 30px;
	text-decoration: none;
	border: 1px solid #999999;
}



/*##########################################################*/
/* CONFIGURACIÓN DE DIV FINAL QUE ALOJA LOS CONTENIDOS DEL PIE DE PÁGINA*/
#footer 
{
	/*Imagen de degradado gris que va en el borde superior*/
	background: url(../images/borde-degradado.PNG) top repeat-x;
	border: 1px solid #EAEAEA;
	color: #000;
	height: 140px;
	text-align: center;
	padding: 5px 10px 0 10px;
	}

#footer div{
	font: 10px/140% Verdana,Helvetica,sans-serif;
	}

#footer div.address
{
	float: left;
   	color: #666666;
	text-align: left;
	margin-top: 15px;
	margin-left: 30px;
	line-height: 20px;
}

#footer div.address ul, div.validadores ul{	list-style: none;}

#footer div.address ul li.ie{ list-style-image: url(../images/ie.png);}
#footer div.address ul li.home{ list-style-image: url(../images/home.gif);}
#footer div.address ul li.mail{ list-style-image: url(../images/mail.gif); }
#footer div.address ul li.usuario{ list-style-image: url(../images/flecha.jpg); }
#footer div.address ul li.telefono{ list-style-image: url(../images/phone.jpg); }

#footer div.address a, 
div.validadores a,
div.address a:hover,
div.validadores a:hover{
	color: #333333;
	}
	
#footer a
{
	 text-decoration:underline;
}

#footer div.validadores
{
	float: right;
   	color: #666666;
	text-align: center;
	margin-top: 30px;
	line-height: 20px;
}

#footer div.validadores ul{	text-align: right;}
#footer div.validadores ul li{ margin-top: 7px;}
#footer div.validadores ul li a{
	background: url(../images/correct.jpg) right no-repeat;
	padding: 5px 20px 0px 0px;
	margin: 2px 0px 2px 0px;
	}



fieldset {
    padding: 1em;	
	margin-bottom: 0.5em;
	
}
.Titulo_2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	background-color:inherit;
	text-align:center;
}

