/* -----    REGOLE GENERALI    ----- */

* {
	
}
.contenit_glob {
	height: 400px;
	background-image: url(../images/sfondo_prenota.gif);
	background-repeat: no-repeat;
	font-size: 11px !important;
	width: 230px;
	margin-left: 0px;
	position: relative;
	color: #333;
}
/* -----    CASELLA DELLA PRENOTAZIONE    ----- */
.contenit_second {
	padding-top: 160px;
}
.riga_prenota {
	height: 24px;
	margin-left: 20px;
	line-height: 24px;
}
#riga_arrivo {
	height: 15px;
	line-height: 15px;
}
#riga_partenza {
	height: 15px;
	line-height: 15px;
}
.prenotacaselle {
	font-size: 10px;
	color: #666;
}
.prenotacasellecerca {
	margin-top: 10px;
	font-size: 13px;
}

/* -----    CASELLA DEI BAMBINI    ----- */
.riquadro_bambini {
	position: absolute;
	left: 136px;
	top: 311px;
	width: 80px;
	height: 62px;
	visibility: hidden;
	font-size: 11px;
}
.riga_bamb {
	height: 23px;
	/*background-image: url(../images/sfondo_bamb.gif);*/
}

