@charset "utf-8";
/* CSS Document */
body {
	background: url(../pics/fondo-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: white;
	font-family: Verdana, Arial;
	font-size: 0.7em;
}

a {text-decoration: none; color: black;}

#base {
	margin: 0px 0px 0px 0px;
	z-index: 0;
	}

#top {
	width: 1024px;
	height: 267px;
	position: relative;
	z-index: 4;
}

#waterlevel {
width: 1024px;
height: 75px;
position: relative;
z-index: 5;
}

#bottom {
	background: url(../pics/fondo-bottom.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 1024px;
	height: 267px;
	background-color: #66C0DE;
	position: relative;
	z-index: 5;
	text-decoration: none;
}