#menu {
	float:left;
	font-family:'Roboto';
	font-size:12px;
	position:relative;
	margin:0;
	width:129px;
}
#menu ul {
	/* remove list style */
	list-style:none;
	padding:0;
	margin:0;		
	/* set the layer position */
	position:relative;
	z-index:5;
}
#menu li {
	/* set the styles */
	background:url(bg.png) repeat-x 50% 50%;
	padding:5px;
	margin:0px;
	cursor:hand;cursor:pointer;
	border:1px solid #ccc;
}
#menu li.hover {
	/* on hover, change it to this image */
	background: #9CC5DF url(bg-hover.png) repeat-x 50% 50% !important;
}
#menu li label {
	color:#FFF;
	cursor:hand;cursor:pointer
}
#menu .block {
	float:left;
	/* allow javascript to move the block */
	position:absolute;
	top:0;	
	/* set the left position */
	left:110px;		
	/* display above the #menu */
	z-index:10;	
	/* the image and the size */
	background:transparent url(arrow.png) no-repeat top right;
	width:24px;
	padding:10px 0;
	cursor:hand;cursor:pointer;
}

.tipoHab{
	float:left;
	width:606px;
	background:#EAF5FF;
	border-top:1px solid #A3C7E2;
	border-bottom:1px solid #A3C7E2;
	border-left:1px solid #A3C7E2;
	display:none;
}
#habitaciones{
	overflow:hidden;
}