/* CSS Document */
/* HOME */
#border-middle{
	position:relative;
	float:left;
	width:1036px;
	background-image:url(../img/borders/middle.gif);
	background-repeat:repeat-y;
	height:100%;
	min-height:1120px;
}
#container-imagen-form{
	position:relative;
	float:left;
	width:1035px;
}
#separacion-cabecera{
	position:relative;
	float:left;
	background-image:url(../img/sep-gris.gif);
	width:986px;
	height:19px;
	margin-left:26px;
	margin-top:-5px;
}
#bg-contenido{
	position:relative;
	float:left;
	background-color:#f7f7f7;
	width:986px;
	min-height:540px;
	margin-left:26px;
	margin-top:-5px;
}
#titulo{
	position:relative;
	margin-left:16px;
	margin-top:4px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4b3e36;
	font-stretch:extra-expanded;
	margin-bottom:5px;
}
#explicacion-mapa{
	position:relative;
	float:left;
	margin-left:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#contenedor-mapa-ciudades{
	position:relative;
	float:left;
	width: 1000px;
	margin-left:16px;
}
#contenedor-mapa{
	position:relative;
	float:left;
	width: 500px;
}
#contenedor-hoteles-ciudad{
	position:relative;
	float:left;
	width: 450px;
}
#nombre-ciudad{
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #154a81;
	width:400px;
	line-height:25px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#d9dde0;
	margin-top:10px;
}
.hotel{
	position:relative;
	float:left;
	width:400px;
	/*height:125px;*/
	margin-top:25px;
}
.ppc{
	background-color:#e4f1fd;
}
.hotel-imagen{
	position:relative;
	float:left;
	width:171px;
	height:125px;
	margin-right:10px;
}
.hotel-descripcion{
	position:relative;
	float:left;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:18px;
	min-height:90px;
}
.hotel-titulo{
	font-weight:bold;
}
.hotel-zona{
	color: #1b73a4;
}
.hotel-ver-mas{
	position:relative;
	float:left;
}
.texto{
	position:relative;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4b3e36;
	line-height:18px;
	margin-left:18px;
	margin-right:20px;
	text-align:justify;
}
#imagen-principal-hoteles{
	position:relative;
	float:left;
	margin-left:26px;
	width:771px;
	background-image:url(../img/top/hoteles.jpg);
	background-repeat:no-repeat;
	height:230px
}