.hotel{
	margin:5px 4px 5px 0px;
	width:128px;
	float:left;
	font-family:Arial;
    border: 1px solid #ACACAC;
    -moz-box-shadow: 3px 4px 5px #ACACAC;    
    box-shadow:3px 4px 5px #ACACAC;
    -moz-box-shadow:3px 4px 5px #ACACAC;
    -webkit-box-shadow:3px 4px 5px #ACACAC;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#ACACAC')";
    /* For IE 5.5 - 7 */
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=150, Color='#ACACAC');*/
}

.cityTitle{
	width:125px;
	padding:2px 0px;
	display:block;
	text-align:center;
	font-size:1.1em;
	font-weight:bold;
    height:20px;
}

.hotelTop{
	width:135px;
	height:5px;
	font-size:1px;/* ie6 doesn't let the div to be smaller than the font-size */
}
.hotelMiddle{
	padding:0px 0px;
	width:128px;
    min-height:150px;
	text-align:center;
}

.hotelBottom{
	width:135px;
	height:5px;
	font-size:1px;/* ie6 doesn't let the div to be smaller than the font-size */
}
.name,.thumb{width:123px;display:block;}
.name{
	min-height:24px;
	font-size:1em;
	font-weight:bold;
}
.thumb{text-align:center;}
.thumb img{
	margin:2px;
	max-width:101px;
	max-height:75px;
	border:1px #808080 solid;
}
.tipo-precio{padding:3px 0px;}
.mas-desayuno {background:url('222/stl/desayuno.png') no-repeat; width:26px; height:14px; display:inline-block;}
.xPersona {background:url('222/stl/xPersona.png') no-repeat; width:26px; height:14px; display:inline-block;}
.xHabitacion {background:url('222/stl/xHabitacion.png') no-repeat; width:27px; height:14px; display:inline-block;}