@charset "utf-8";

h1.titoloDescrizione{
	font-style : italic;
	text-align : center;
}

div.ubicazione{
	height: 460px;
	width : 100%;
	background-color : #fff;
}



div.ubicazione .indirizzo {
	height : 100%;
	width : 29%;
	margin-left : 10px;
	border-right : 1px solid #ddd;
	float : left;
}


p.titolo{
	font-family : "Times New Roman", serif;
	font-size : 2.5em;
	font-weight : bold;
	color : #313891;
}


p.indir{
	font-family : "Times New Roman", serif;
	font-size : 2em;
	color : #000;
}


div.ubicazione .mappa{
	height : 80%;
	width : 60%;
	padding-left : 20px;
	padding-top : 10px;
	float : left;
	background-color : #fff;
}


