@charset "utf-8";
/* CSS Document */

#box-reservar {
	border:2px solid #D5C69C;
	background:#EAE3CE;
	/* superior derecho inferior izquierdo */
	margin:8px 10px 0px 0px;
	height:275px; width:auto;
}
#box-reservar h2 {
	margin-bottom:10px; 
	border-bottom:1px dashed #D5C69C;
	padding-bottom:5px;
}

#box-reservar ul, li { 
	margin:0px; padding:0px;
	list-style:none; 
}

#box-reservar form { 
	margin:15px;
	padding:0px;
}

#llegada, #salida { width:100px; }
#noches 	{ width:30px; }
#adultos1	{ width:35px; }
#nenes1		{ width:35px; }
#bebes1		{ width:35px; }

.ocupantes {
	float:left;
	width:55px;
}