div#hhead{
	position: relative;
	width: 100%;
	height: 490px;
}
div#hhead img{
	position: absolute;
	padding: 10px;
	width: 640px;
	height:480px;
	top: 0px;
}

div#elettrico, div#depurazione{
	width: 45.8%;
	height: 120px;
	padding: 2%;
}

div.titolo{
	color: #FF5000;	
	font-weight: bold;
	text-align: center;
}

div.contenuto{
	color: #2e2e2e;
	font-size: 12px;
	padding-top: 8px;	
	padding-bottom: 8px;	
	text-align: justify;
	height: 60px;
}

div.separator{
	width:0px;
	height: 110px;
	margin-top: 20px;
	border-left: 1px solid #98b6dc;
	float: left;
}
div#elettrico{
	float: left;
}
div#depurazione{
	float: right;
}

.sezione{
	width: 240px;
	margin-top: 30px;
	margin-left: 30px;
}


.ombra{
	height: 240px;
	width: 245px;
	float: left;
}

.ombra-dx{
	float: right;
	margin-top: 5px;
	height: 100%;
	width: 5px;
	background-color: #adadad;
}

.ombra-bot{
	float: right;
	margin-left: 5px;
	margin-top: -5px;
	height: 5px;
	width: 240px;
	background-color: #adadad;
}
