@charset "utf-8";
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#logo {
	width: 589px;
	height: 222px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	color: #C30;
}
.testo {
	width: 589px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	color: #C30;
}
h1{
	font-size:24px;
	font-weight:bold;
}
h2{
	font-size: 18px;
	font-weight: bold;
	color: #5C5C5C;
	line-height:25px;
}
#info {
	width: 589px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
}
#info a{
	color: #008AC9;
	text-decoration: none;
}
#info a:hover{
	color: #42C1FF;
	text-decoration: none;
}
#mappa {
	width: 589px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
#credits {
	width: 589px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#credits a{
	color: #008AC9;
	text-decoration: none;
}
#credits a:hover{
	color: #42C1FF;
	text-decoration: none;
}

#dati {
	width: 100%;
	background-color: #E7501E;
	height: 170px;
	margin-top: 30px;
	color: #ffffff;
	font-size: 16px;
}
#contenitore_dati {
	width: 589px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}
#dati a{
	color: #ffffff;
	text-decoration: none;
}
#dati a:hover{
	color: #FC0;
	text-decoration: none;
}
#dati1 {
	float: left;
	text-align: left;
}
#dati1 span{
	color: #FC0;
	font-weight: bold;
}
#dati2 {
	float: right;
	text-align: right;
}
