/* ******************************************************************* PARTI COMUNI */

body {
	margin: 5px;
	padding: 0;
	font: 0.8em 'Trebuchet Ms', Arial, Sans-serif;
	color: #111111;
	background-color: #fff;
	text-align: center;
}
#box {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border: 5px solid #eaf3fe;
}
a:link, a:visited, a:hover, a:active {
	color: #930606;
}
a:hover {
	text-decoration: none;
}

/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* HEADER */
#logo {
	text-align: center;
	position: relative;
	margin: 10px;
}

#logo img {
	display: block;
	margin: 0 auto;
}
#logo #header {
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
/* ******************************************************************* FINE HEADER */

/* ******************************************************************* TESTO */
#testo {
	line-height: 1.5em;
	margin: 10px 30px;
}
.foto {
	padding: 5px;
	border: 1px solid #90bbf4;
	float: left;
	margin-right: 20px;
}
.text {
	clear: left;
	padding-top: 10px;
}
h1 {
	font-size: 1em;
	margin: 0;
	padding-top: 5px;
}
#info_hotel {
	margin-top: 0;
}
#link {
	text-align: center;
	font-weight: bold;
}
.google_banner {
	margin-bottom: 15px;
	text-align: center;
}
#consigliati {
	float: right;
	text-align: center;
	background-color: #ebb083;
	bord5er: 1px solid #dE7b31;
	padding: 15px 10px;
	font-weight: bold;
}
#consigliati a {
	display: block;
	margin-top: 10px;
}
#sottocategorie p {
	float: left;
	width: 33%;
}
#sottocategorie a {
	color: #0070c0;
	font-weight: bold;
}
/* ******************************************************************* FINE TESTO */