body {
	margin: 0;
	color: #999;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 2em;
	background: #01245c url(acuaparque.jpg) no-repeat center top;
}

#total {
	width: 960px;
	
	margin: 0 auto;
}
#header {
	height: 160px;
}
#menu {
	height: 60px;
	/*background: #FFF;*/
	text-align: center;
	line-height: 60px;
}
		#menu  A:link	{color:#CCCCCC; text-decoration:none}
		#menu  A:visited{color:#CCCCCC; text-decoration:none}
		#menu  A:active	{color:#FFCC00;}
		#menu  A:hover	{color:#FF6633; text-decoration:underline}
#main {
	float: left;
	width: 650px;
	/*background: #f0f0f0;*/
	height: 500px;
	text-align: center;
	/*padding-top: 100px;*/
	color:#000
}
#main_text {
	font-size:14px;
	padding:15px;
	text-align:left}
#sidebar {
	float: right;
	width: 310px;
	/*background: #dadada;*/
	height: 400px;
	text-align: center;
	padding-top: 100px;
	color:#FFFFFF
}
#footer {
	height: 150px;
	text-align: center;
	padding-top: 50px;
	clear: both;
	color: #15539c;
}