@charset "UTF-8";

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #832418;
	text-decoration: underline;
}

body {
	background:#ffffff url(images/bg.png) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

.icon_lingua {
	float:right;
	margin-right:5px;
}

.container {
	width:840px;
	height:2160px;
	#height:2320px;
	margin:auto;
}

.titolo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#832418;
	border-bottom:#ffffff solid 1px;
	padding-bottom:5px;
	margin-top:30px;
	margin-bottom:10px;
}

.icon_titolo {
	margin-right:5px;
}

.testo {
	text-align:justify;
}

.box_thumb {
	width:167px;
	padding-bottom:5px;
	float:left;
}

.box_appartamento {
	float:left;
	width:150px;
}

.footer {
	border-top:#ffffff solid 1px;
	margin-top:30px;
	margin-bottom:5px;
}