html, body{
	background-color:#003300;
	font-family:Arial, Helvetica, sans-serif;
	
}
#contenitore{
	width:900px;
	position: absolute;
	background-color: #c8c8c8;/*#999900 #836443 #b89d80 #b89d80 #7c7062*/
	overflow: hidden;
	left: 50%;
	margin-left: -450px;
	margin-top:10px;
}
#testata{
	clear:right;
	width:900px;
	height:auto;
	position: relative;
	background-color: #a0a0a0;
	overflow: hidden;
	left:0px;
	top:0px;
}
#destro{
	display:block;
	float: right;
	clear:right;
	/*background-color: #a0a0a0;*/
	width:220px;
	height:auto;
	position: relative;
	right:5px;
	top:5px;
	/*padding-bottom:5px;*/
}
#centrale{
	display:block;
	float:left;
	/*background-color:#33FF99;*/
	width:600px;
	height:auto;
	position: relative;
	/*left:10px;*/
	top:5px;
	text-align:justify;
}
.span11{width:auto;
	height:500px;
}
.bck{
	color:#006600;
}
.sp{
	color:#006600;
	text-indent: 5px;
}
.fa{
	color: #990000;
	text-indent: 5px;
}
.ne{
	color: #0000FF;
	text-indent: 5px;
}
.sp:hover, .fa:hover,  .ne:hover {
	color: #000000;
	background-color:#FFFF99;
	opacity: 0.5;
}
option:hover{
	background-color:#FFFF99;
	opacity: 0.5;
}



.bck:hover{
	background-color:#FFFF99;
	opacity: 0.5;
}
#map{
	width:650px;
	height:420px;
	border-color: #FF0000;
	border-bottom-width:2px;
	border-style:inset;
	margin-left:10px;
	margin-right:auto;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	box-shadow: 4px 8px 10px #a6aeb7;
}
