
#mappa_italia {
	height: 597px;
	width: 100%;
	margin: 0 auto;
	text-align:center;
	position:relative;
	background-color: #efefef;
}

#regioni_mappa {
	width: 500px;
	height: 581px;
	position: absolute;
	z-index: 2;
	background-image: url(../grafica/regioni.png);
	background-repeat: no-repeat;
	background-position: left center;
	left: 113px;
}

#trasparente_mappa {
	width: 500px;
	height: 581px;
	position: absolute;
	z-index: 3;
}


#clickCerca {position:absolute; top:90px; left:320px; width:222px; height:160px; line-height:40px; text-align:right;}
#clickCerca p {color:#9e0e21; font-size:30px;}
.icoCerca {padding-left:30px; background:url(../grafica/2icoCerca.png) no-repeat;}