/*Estilo de Página Principal*/

/*Elementos solo visibles sin css*/
.oculto {visibility:hidden}

/*inicio del formato*/
#contenedor {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	}
#fondo01 {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:460px;
	background:url(imagenes/wal_water.jpg);
	}
#encabezado {
	position:absolute;
	left:20px;
	top:10px;
	width:960px;
	font-family:Arial;
	font-size:10px;
	color:#2864a0;
	text-align:center;
	}
#fondo02 {
	position:absolute;
	left:15px;
	top:30px;
	width:920px;
	height:200px;
	background:url(imagenes/fondo.png);
	}
#titulo {
	position:absolute;
	left:945px;
	top:30px;
	width:40px;
	height:200px;
	background:url(imagenes/titulo.png);
	}
#img_obras {
	position:absolute;
	left:635px;
	top:110px;
	width:280px;
	height:200px;
	background:url(imagenes/caterpillar.gif);
	}
#fnd_lnk_obras {
	position:absolute;
	left:17px;
	top:48px;
	width:916px;
	height:30px;
	background:url(imagenes/fnd_lnk.png) repeat-x;
	}
#lnks_obras {
	position:absolute;
	left:20px;
	top:55px;
	width:900px;
	}
#enlaces {
	list-style:none;
	margin:0;
	padding:0;
	}
#enlaces li {
	float:left;
	margin-top:2px;
	margin-left:20px;
	padding:0px;
	display:block;
	width:130px;
	font-family:Arial;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	}
#enlaces li a {
	display:block;
	width:130px;
	font-family:Arial;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	}
#enlaces li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
#img_inicio a {
	position:absolute;
	left:855px;
	top:85px;
	width:60px;
	height:22px;
	background:url(imagenes/inicio01.png);
	}
#img_inicio a:hover {
	background:url(imagenes/inicio02.png);
	}
#inf_general {
	position:absolute;
	top:260px;
	left:40px;
	font-family:Arial;
	font-size:12px;
	}

#descargar a {
	position:absolute;
	top:390px;
	left:700px;
	width:140px;
	height:140px;
	text-decoration:none;
	background:url(imagenes/lnk-pdf01.png);
	}
#descargar a:hover {
	background:url(imagenes/lnk-pdf02.png);
	}

#grafico01 {
	position:absolute;
	top:550px;
	left:120px;
	width:506px;
	height:290px;
	background:url(imagenes/unieje-grafico01.png);
	}
#txt-graf01 {
	position:absolute;
	top:650px;
	left:670px;
	width:250px;
	height:auto;
	}
#grafico02 {
	position:absolute;
	top:900px;
	left:200px;
	width:600px;
	height:388px;
	background:url(imagenes/unieje-grafico02.jpg);
	}
#grafico03 {
	position:absolute;
	top:1350px;
	left:120px;
	width:500px;
	height:273px;
	background:url(imagenes/unieje-grafico03.jpg);
	}
#txt-graf03 {
	position:absolute;
	top:1450px;
	left:670px;
	width:250px;
	height:auto;
	}
#grafico04 {
	position:absolute;
	top:1680px;
	left:200px;
	width:600px;
	height:443px;
	background:url(imagenes/unieje-grafico04.jpg);
	}
#fondo-pag {
	position:absolute;
	top:200px;
	left:0px;
	width:1000px;
	height:2000px;
	background:url(imagenes/fondo-02.png) repeat-y;
	}
#pie {
	position:absolute;
	top:2168px;
	left:0px;
	width:1000px;
	height:32px;
	background:url(imagenes/pie.png) repeat-x;
	} 