/*AQUI DEFINIMOS LAS CAPAS DE LA MAQUETACIÓN DEL SITIO WEB*/

#contenedor {
	position:relative;
	width:999px;
	height:829px;
	z-index:auto;
	float:center;
	margin:0 auto 0 auto;
	
}
/*#encabezado {
	position:absolute;
	width:853px;
	height:156px;
	z-index:auto;
	left: 0px;
	top: 0px;
	/*background-color:#00FF00;
}*/

#encabezado {
	position:absolute;
	width:860px;
	height:160px;
	z-index:auto;
	left: 0px;
	top: 0px;
}

#marcoizquierdo {
	position:absolute;
	width:240px;
	height:828px;
	z-index:auto;
	left: 0px;
	top: 160px;
/*	background-color:#124D30;*/
	background-image:url(../imagenes/azul_marcoizquierdo.png);
	background-repeat:no-repeat;
}
#pie {
	position:absolute;
	width:1001px;
	height:157px;
	z-index:auto;
	left: 0px;
	top: 980px;
	border:solid 0px;
/*	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;*/
/*	background-image:url(imagenes/fondo-pie-n.png);*/

	/*background-image:url(../imagenes/logo_pie.jpg);
	background-repeat:no-repeat;*/
	/*clear:both;*/
	border:solid 0px;

	margin-top:25px;
}
#cuerpo {
	position:absolute;
	width:613px;
	height:830px;
	z-index:auto;
	left: 240px;
	top: 161px;
	/*background-color:#FFFFFF;*/
	background-image:url(../imagenes/azul_cuerpo.png);
	background-repeat:no-repeat;
	text-align:left;
	overflow:hidden;
	

	
	
}

#cuerpo_texto {
	position:relative;
	/* margin: top right botton left*/
	margin:5px 5px 5px 5px;
	text-align:left;
	border: solid 0px;
	height:810px;
	width:600px;
	overflow:auto;
	
	/*overflow:auto;*/
	/*height:610px;*/
	
}



#marcoderecho {
	position:absolute;
	width:149px;
	height:976px;
	z-index:auto;
	left: 852px;
	top: 14px;
	background-image:url(../imagenes/azul_marcoderecho.png);
	background-repeat:no-repeat;
}

/* AQUÍ DEFINIMOS LAS CAPAS DEL ENCABEZADO */

#logo_entrerios {
	position:absolute;
	width:243px;
	height:147px;
	z-index:auto;
	left: 0px;
	top: 14px;
	border:solid 0px;
	background-image:url(../imagenes/azul_e.png);
	background-repeat:no-repeat;

	}
#encabezado_sitio {
	position:absolute;
	width:613px;
	height:117px;
	z-index:auto;
	left: 240px;
	top: 14px;

	}
#fecha_hora {
	float:right;
/*	position:absolute;*/
	width:853px;
	height:14px;
	z-index:auto;
	left: 0px;
	top: 0px;
}
#menu {
	position:absolute;
	width:613px;
	height:23px;
	z-index:auto;
	left: 240px;
	top: 136px;
	background:#B2B2B2;
	/*font-family:Arial, Helvetica, sans-serif;	
	text-transform:uppercase;
	font-size:11px;*/
}
#submenu {
	position:relative;
	width:613px;
	height:20px;
	z-index:auto;
	left: 0px;
	top: 0px;
	background:#E9E9E9;
	padding-left:10px;
	/*font-family:Arial, Helvetica, sans-serif;	
	text-transform:uppercase;
	font-size:11px;*/
}
#home {
	position:absolute;
	width:120px;
	height:23px;
	z-index:5;
	left: 120px;
	top: 136px;
	background:#B2B2B2;
	padding-top:2px;
	/*padding: 2px 2px;*/
}
#home_vacio {
	position:absolute;
	width:120px;
	height:25px;
	z-index:auto;
	left: 0px;
	top: 131px;
	background:#C2C1C1;	
}

/* AQUÍ DEFINIMOS LAS CAPAS DEL MARCO DERECHO */

#delimitador {
	position:absolute;
	width:8px;
	height:815px;
	z-index:auto;
	top: 0px;
	left: 0px;
}


#logo_escudo {
	position:absolute;
	width:110px;
	height:125px;
	z-index:auto;
	top: 25px;
	left: 14px;

}

#logo_entretodos {
	position:absolute;
	width:110px;
	height:80px;
	z-index:auto;
	top: 150px;
	left: 14px;
}

#logo_dgin {
	position:absolute;
	width:110px;
	height:80px;
	z-index:auto;
	top: 90%;
	left: 14px;
	/*vertical-align:bottom;*/
}

#logo_extras {
	position:absolute;
	width:110px;
	height:80px;
	z-index:auto;
	top: 240px;
	left: 14px;
}



/* AQUI DEFINIMOS LAS CAPAS PARA EL MARCO IZQUIERDO */

#autoridad {
	position:absolute;
	width:240px;
	height:80px;
	z-index:auto;
	left: 0px;
	top: 20px;
}

#menu_v {
	position:relative;
	width:150px;
	height:auto;
	z-index:auto;
	float:center;
	margin:0 auto 0 auto;
	text-align:right;
	top: 60px;
		
}

/* CAPAS PARA EL PIE */
#contacto {
	position:absolute;
	width:250px;
	height:220px;
	z-index:auto;
	left: 35px;
	top: 52px;
}

#webmaster{
	position:absolute;
	width:999px;
	height:22px;
	z-index:auto;
	left: 0px;
	top: 132px;
	font-size:9px;
	border:solid 0px ;
	padding-top:3px;
	
	}