/* layout --> home
----------------------------------------------- */
#main {
	height: 459px;
}

#main h1 {
	font: 45px Arial, Helvetica, sans-serif;
	color: #212121;
	position: absolute;
	left: 57px;
	top: 194px;
}

#home_topography, #home_cadastral, #home_engineerhydro {
	position: absolute;
	text-align: left;
}

#home_topography { left: 288px; top: 24px; }
#home_cadastral { left: 363px; top: 161px; }
#home_engineerhydro { left: 401px; top: 317px; }

#home_topography h2, #home_cadastral h2, #home_engineerhydro h2 {
	position: absolute;
	font: 19px Arial, Helvetica, sans-serif;
	color: #66FF66;
	width: 200px;
}
#home_topography h2 a, #home_cadastral h2 a, #home_engineerhydro h2 a { color: #66FF66; }
#home_topography h2 a:hover, #home_cadastral h2 a:hover, #home_engineerhydro h2 a:hover { color: #66FF99; }
#home_topography h2 { left: 129px; top: 36px; }
#home_cadastral h2 { left: 138px; top: 41px; }
#home_engineerhydro h2 { left: 137px; top: 44px; }

#home_topography ul, #home_cadastral ul, #home_engineerhydro ul { position: absolute; width: 250px; }
#home_topography li a, #home_cadastral li a, #home_engineerhydro li a { color: #999; }
#home_topography li a:hover, #home_cadastral li a:hover, #home_engineerhydro li a:hover { color: #eee; }
#home_topography li, #home_cadastral li, #home_engineerhydro li {
	background: url(/images/site/bullet1.gif) no-repeat left center;
	font: 17px Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 12px;
	padding-left: 24px;
}

#home_topography ul { left: 294px; top: 39px; }
#home_cadastral ul { left: 313px; top: 32px; }
#home_engineerhydro ul { left: 309px; top: 46px; }