/* ###### Utility	###### */
ul.listGallery {
	margin: 10px 10px 0px 30px !important;
	padding: 0px;
	list-style: none;
}
	ul.listGallery li {
		width: 33%;
		text-align: left;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		float: left;
	}
	ul.listGallery li a {
		display: block;
	}
	ul.listGallery li a.linkGalleryText {
		font-size: 0.7em;
		color: #000;
		line-height: 18px;
		text-decoration: none;
		padding: 0px 0px 0px 12px;
		background-image: url(../img/menu/bg_arrow_lista.gif);
		background-position: 3px 6px;
		background-repeat: no-repeat;
	}
ul.listTextFlotLeft {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 0.75em;
	color: #000;
	line-height: 1.2em;
	text-align: left;
	margin: 10px 10px 10px 40px;
	padding: 0px;
	list-style: none;
	clear: left;
}
	ul.listTextFlotLeft li {
		width: 42%;
		height: 100px;
		margin: 0px 0px 20px 10px;
		padding: 8px;
		border: 3px solid #fff;
		background-color: #FBFBED;
		float: left;
	}
	
dl.dlPlus {
	width: 90%;
	margin: 0% 5%;
	padding: 0px;
	text-align: center;
}
	dl.dlPlus dt {
		font-size: 0.7em;
		font-weight: bold;
		text-transform: uppercase;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	dl.dlPlus dd {
		font-family: "Times New Roman", Times, serif;
		font-size: 0.8em;
		font-style: italic;
		margin-top: 16px;
		margin-bottom: 10px;
	}
	dl.dlPlus dd a, dl.dlPlus dd a:visited {
		color: #000;
	}
	dl.dlPlus dd a:hover, dl.dlPlus dd a:active {
		color: #000;
		text-decoration: none;
	}
	dl.dlPlus dd img {
		margin-bottom: 5px;
	}

.listImageText {
	width: 550px;
	margin: 10px 30px 10px 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #665949;
	display: table;
}
	.listImageText h2 {
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 1.2em;
		width: 100%;
		margin-bottom: 12px;
	}
	.listImageText p {
		font-size: 0.75em;
		text-align: justify;
		line-height: 1.6em;
		width: 305px;
		padding: 0px 0px 0px 15px;
		float: right;
	}
	.listImageText img {
		width: 230px;
		margin-top: 3px;
		float: left;
	}
	
/* ###### Background	###### */
.bgContenuto {
	background-image: url(../img/background/bg_vertical_rows_contenunto.gif);
	background-position: 0px 265px;
	background-repeat: repeat-x;
}
.bgRistorante {
	background-image: url(../img/background/bg_vertical_rows_ristorante.gif);
	background-position: 0px 265px;
	background-repeat: repeat-x;
}
.bgSalute {
	background-image: url(../img/background/bg_vertical_rows_salute.gif);
	background-position: 0px 265px;
	background-repeat: repeat-x;
}
.bgHotel {
	background-image: url(../img/background/bg_vertical_rows_hotel.gif);
	background-position: 0px 265px;
	background-repeat: repeat-x;
}
/* ###### tipografia	###### */
.conTitolino {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 1.2em;
	padding: 10px 30px 10px 40px;
	clear: both;
}
.conParagrafo {
	font-size: 0.75em;
	text-align: justify;
	line-height: 2em;
	word-spacing: 5px;
	padding: 10px 30px 10px 40px;
	clear: both;
}
.conParagrafoGratis {
	font-size: 0.75em;
	text-align: justify;
	line-height:1.5em;
	padding: 0px 0px 10px 40px;
	clear: both;
}
.conAddress {
	font-size: 0.75em;
	text-align: justify;
	line-height: 1.4em;
	padding: 10px 30px 10px 40px;
}