﻿body {
}


.titolo
{
  color:#fff;  
  background-color:#b20077;
  text-align:center;
  font-family:Elephant;
}


#mappa{
	display:block;
	float:left;
	width:60%;

	text-align:center;
}	

#laterale{
	display:block;
	float:right;
	width:40%;
	height:200px;
	text-align:left
}
#laterale img{

	width:200px;
	height:200px;
}

#lateraleSotto{
	display:block;
	float:right;
	height:200px;
	text-align:left;
	vertical-align:top;
	width:40%;
}

@media(max-width:767px){
	#laterale{
	display:block;
	float:right;
	width:100%;
	
}
#lateraleSotto{
	display:block;
	float:right;
	width:100%;
}
}






