@charset "utf-8";
a:link {
	color: #706347;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #706347;
}
a:hover {
	text-decoration: none;
	color: #706347;
}
a:active {
	text-decoration: none;
	color: #706347;
}

/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fafafa;
	background-image: url(../images/layout/sfondo.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height:18px;
	color: #61553D;
	text-align: center;
	background-position: center top;
	background-image: url(../images/layout/sfondo.jpg);
	background-repeat: no-repeat;
}
.titolo {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AF8132;
	font-style: italic;
	font-size: 25px;
	letter-spacing: -1px;
}

.titolo_box {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #AF8132;
	font-style: italic;
	font-size: 21px;
	letter-spacing: -1px;
}
.titolo_banner {
	color: #BB6F35;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	border-left-width: 15px;
	line-height: 25px;
}
/*.corpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #61553D;
	line-height: 17px;
	text-align: left;
}*/


.testo_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #706347;
}
.testo_promo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #930;
	line-height: 17px;
	text-align: left;
}
.page_container {
	background-color: #ffffff;
	text-align: left;
}
.bordo_sx {
	background-image: url(../images/layout/bordo_sx.png);

}
.bordo_dx {
	background-image: url(../images/layout/bordo_dx.png);
}
.bordo_top_sx {
	background-image: url(../images/layout/bordo_top_sx.png);
}
.bordo_top_dx {
	background-image: url(../images/layout/bordo_top_dx.png);
}
.bordo_bottom {
	background-image: url(../images/layout/bottom.png);
}
.box {
	border: 1px solid #DFCB9F;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 14px;
}
.box_informazioni {
	border: 1px solid #EBDEC2;
}

.box_booking {
	border: 0px solid #EBDEC2;
	background-image: url(../images/layout/sfondo_booking.gif);
	background-repeat: no-repeat;
}



.box_offerte {
	border: 1px solid #EBDEC2;
	background-image: url(../images/layout/sfondo_offerte.gif);
	background-repeat: repeat-x;
}
.box_colonne_home {
	background-color: #f9fbf0;
	border: 1px solid #EBDEC2;
}
.riga_top {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-color: #DFCB9F;
	padding-bottom: 10px;
}

.sfondo_testata {
	background-image: url(../images/header/header_home.jpg);
	text-align: right;
}

