

div#left_side{
    float:left;
	width: 70%;
	height: 600px;
    margin-left: 0px;
	/* border : 1px dashed #CC0033; */
	padding-right: 1px;
	position: relative;
	text-align: center;/*centra anche le immagini*/
	}

div#right_side{
    float:right;
	width: 29%;
	height: 600px;
	/* border : 1px dashed #CC0033; */
	text-align: center; /**********/
	position: relative;
	}
	
.mappamondo{
	position:absolute;
	/* float:right; */
	right:0px;
	top: 0px;
	width:228px;
	height: 233px;
	border: 0px;
	/* margin-bottom:50px; */
}

div#box_contatti{
	position:absolute;
	/* margin-top: 200px; */
	top: 260px;
	left:20px;	
	text-align: left;
	border : 1px solid #02243C;
	background: #E6E6E6;
	width: 180px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	}
div#box_contatti p{
margin-top: 0px; margin-bottom:7px;
}

.logo_tonello{
	position: absolute;
	top: 0px;
	left:20px;
	width: 420px;
	height: 150px;
	border: 0px;
	z-index: 2;
}
.quadrante1 {
	position: absolute;
	left: 297px;
	top: 117px;
	width: 251px;
	height: 265px;
	border: 0px;
	z-index: 3;
}
.quadrante2 {
	position: absolute;
	left: 0px;
	top: 117px;
	width: 297px;
	height: 265px;
	border: 0px;
	z-index: 1;
}
.quadrante3 {
	position: absolute;
	left: 0px;
	top: 382px;
	width: 297px;
	height: 185px;
	border: 0px;
	z-index: 1;
}

.quadrante4 {
	position: absolute;
	left: 297px;
	top: 382px;
	width: 251px;
	height: 185px;
	border: 0px;
	z-index: 1;
}
.nascosta{
visibility:hidden;
}


#risrutturazioni{
	position:absolute;
	left: 70px;
	top: 217px;
	width: 200px;
	height: 40px;
	z-index: 5;
	border : 1px dashed #CC0033
}
#impiantistica{
	left: 20px;
	top: 157px;
	width: 100px;
	height: 50px;
	z-index:5;
	border : 1px dashed #CC0033
}
#costruzioni{
	left: 20px;
	top: 177px;
	width: 100px;
	height: 50px;
	z-index:5;
	border : 1px dashed #CC0033
}

