
@media (max-device-width : 1440px) {
	#box_grigio_finale{
	position:absolute;
	background-image:url('images/04.png');
	height:60px;
	top:865px;
	width:1280px;
}

#mappagoogle{
	width:1000px;
	height:400px;
	border:0px;
}

#mappa{
	position:relative;
	left:130px;
	top:-5px;
}
}

@media (min-device-width : 1441px) and (max-device-width : 1760px) {
	#box_grigio_finale{
	position:absolute;
	background-image:url('images/04.png');
	height:75px;
	top:1081px;
	width:1600px;
}

#mappagoogle{
	width:1250px;
	height:500px;
	border:0px;
}

#mappa{
	position:relative;
	left:162px;
	top:-6px;
}
}

@media (min-device-width : 1761px) {
	#box_grigio_finale{
	position:absolute;
	background-image:url('images/04.png');
	height:90px;
	top:1297px;
	width:1920px;
}

#mappagoogle{
	width:1500px;
	height:600px;
	border:0px;
}

#mappa{
	position:relative;
	left:195px;
	top:-7px;
}
}


