@charset "UTF-8";
/* CSS Document */
#Derecha{
	width: 148px;
	float: right;
}
#Derecha img{
	margin-top: 6px;
}
#BannerHome1 img{ /* Anula el margin-top del div BannersHome */
	margin-top: 0px;
}



/* Menu Descripcion ficha hotel ////////////////////////////////////////////////////////////*/
#MenuFicha {
	float:left;
	margin-top:11px;
	width:587px;
}

#MenuFicha ul {
	margin: 0;
	padding: 0;
}

#MenuFicha li {
	float: left;
}

#MenuFicha a {
	
	color:#000;
	display:block;
	font-weight:normal;
	text-align:center;
	padding: 3px 10px;
	background-color: #CCC;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
}


#MenuFicha a:hover {
	background-color:#FF5E1F;
	color:#FFFFFF;
	text-decoration:none;
}





.SeparadorDescripcion{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-top:38px;
}
tbody tr td{ 
	 padding:6px;
}



/* Menu Servicios ficha hotel ////////////////////////////////////////////////////////////*/
.CajaServicios table tbody tr td{
	width: 50%; padding-left: 5px; vertical-align: top;
}



#GoogleMaps, #FotoGrande{
	margin-top:12px;
}

#FotoGrande{
	width:220px;
	float:left;
	padding:0px;
	
}
#FotosPequeñas{
	width:400px;
	float:right;
	padding: 0px;
	margin-left: -50px;	
}


#FotosPequeñas li{
	float:left;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 4px;
	
	
}

#FotosPequeñas ul{
	margin-left: 0px;
}



/* Diseño web BUSCADOR *************************************************************/
#Contenedor p{
	margin-top:2px;
	margin-bottom:2px;
}

#DisponibilidadHotel{
	 padding-top: 0px;
 }
#BuscadorDisp {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #FFCD00;
	color:inherit;
}

#BuscadorDisp h3 img {
	margin-top: -12px;
	margin-bottom: -5px;
	margin-left: 125px;
}

.CajaHabitacionesDisp{
	width:190px;
	background-color:#FF6;
	color:inherit;
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.CajaHabitacionesDisp p{
	margin-left: 2px;
	margin-bottom: 0px;
	font-weight:bold;
}
.SeparadorDisp{
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #000;
	margin-bottom:5px;
	margin-top:5px;
}
#FechaSalidaDisp{
	color: #9C3811;
	background-color:inherit;
	margin-top: 5px;
	font-weight:bold;
}
.SeparacionBuscadorDisp{
	margin-left:15px;
}

#Descripcion{
	margin-bottom:15px;
	
}
