#introduzione {
	height: auto !important;
}

.box_offerta{
	width: 680px;
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dotted #00AAFF;
}
.box_offerta h2{
	font-weight: normal;
	font-size: 18px;
	color: #00C2FF;
}
.box_offerta table{
	margin: 10px 0px 10px 0px;
	border-spacing: 1px;
}
.box_offerta td.fascia_eta{
	height: 25px;
	width: 170px;
	padding-left: 5px;
	background: #00c2ff;
	color: white;
	font-size: 11px;
}
.box_offerta td.offerta{
	width: 300px;
	padding-left: 5px;
	background: #00c2ff;
	color: white;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;

}
.box_offerta td.bottone_prenota{
	width: 220px;
	border: 1px solid #00C2FF;
	text-align: center;
	overflow: hidden;
}
.box_offerta td.bottone_prenota a{
	padding: 5px;
	color: #00c2ff;
	font-size: 14px;
	font-family: Georgia, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.box_offerta td.bottone_prenota a:hover{background: #00c2ff;color: white;}

p.note{
	font-size: 11px;
	color: #a9a9a9;
}

p.nota_piepagina_offerte {
	font-size: 11px;
	color: gray;
	background: #d2f4ff;
	padding: 10px;
}