/* TARIFAS */
.pricesTable,
.contactInfo{
	font:normal 12px Verdana;
	width:400px;
	margin-top:25px;
}

.contactInfo{
	margin:0 auto;
	font:normal 10px Verdana;
}

.pricesTable thead th span{
	background:#669;
	color:#FFF;
	padding:5px;
}

.pricesTable thead th.empty{
	background:#FFF;
}


.pricesTable tbody th{
	padding-right:20px;
	font-weight:normal;
}

.pricesTable td{
	text-align:center;
	padding:10px;
	color:#336;
	font-weight:bold;
}

.dates{
	white-space:nowrap;
}


/* MAPAS */
#googleMap{
	width:100%;
	height:400px;
	background:#EEE;
	border:1px solid #669;
}

.hidden{
	display:none;
}

#hotelBox{
	position:relative;
	width:300px;
}

#hotelBox h1{
	font:bold 15px Trebuchet MS;
	margin:0px 0px 10px 0px;
}

#hotelBox .direccion p{
	margin:0;
	font:normal 10px Verdana;
}

#hotelBox img{
	float:right;
	margin-right:15px;
}