/*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:300px;
	left:40px;
	width:360px;
	font-family:Arial;
	font-size:14px;
	}


#grafico01 {
	position:absolute;
	top:480px;
	left:60px;
	width:392px;
	height:260px;
	background:url(imagenes/lote1-foto01.jpg);
	}

#grafico02 {
	position:absolute;
	top:480px;
	left:540px;
	width:392px;
	height:260px;
	background:url(imagenes/lote1-foto02.jpg);
	}
#txt-lote1a {
	position:absolute;
	top:930px;
	left:600px;
	width:300px;
	font-family:Arial;
	font-size:12px;
	}
#grafico03 {
	position:absolute;
	top:850px;
	left:100px;
	width:392px;
	height:293px;
	background:url(imagenes/lote1a-foto01.jpg);
	}
#txt-lote1b {
	position:absolute;
	top:1280px;
	left:150px;
	width:250px;
	font-family:Arial;
	font-size:12px;
	}
#grafico04 {
	position:absolute;
	top:1210px;
	left:500px;
	width:392px;
	height:265px;
	background:url(imagenes/lote1b-foto01.jpg);
	}
#fondo-pag {
	position:absolute;
	top:200px;
	left:0px;
	width:1000px;
	height:1300px;
	background:url(imagenes/fondo-02.png) repeat-y;
	}
#pie {
	position:absolute;
	top:1568px;
	left:0px;
	width:1000px;
	height:32px;
	background:url(imagenes/pie.png) repeat-x;
	} 