@import url("content.css");
@import url("menu.css");
@import url("formulario.css");
@import url("foro.css");
@import url("galeria.css");
@import url("pie.css");
@import url("migas.css");
@import url("mapaWeb.css");

body{
	margin:0;
	padding:0;
	background: #edf1d6;
	font-size:0.9em;
	height:100%;
	position: relative;
}

a{
	text-decoration: none;
	color: #f29400;
}

a:hover{
	text-decoration: underline;
}

.end{
	display: none;
}

h1{margin:0; padding:0;}

h2{
	margin: 0.5em;
	padding-left: 1em;
	padding-bottom: 1em;
	font-size: 1.8em;
	font-style: italic;
}

.sombraIzq{
	width: 992px;
	background: url(../img/sombraIzq.png) repeat-y left;
	padding-left: 8px;
	margin: 0 auto;
}

.sombraDer{
	background: url(../img/sombraDer.png) repeat-y right;
}

.pagina{
	margin-right: 8px;
}

.contenido{
	padding: 2em;
	background: #ffffff url(../img/hojas.png) no-repeat bottom right;
	overflow: auto;
}

.cabecera{
	z-index:2;
	position:relative;
}

#map_canvas{
	height: 400px;
	width: 600px;
	margin: 0 auto;
}

.buscador div{
	display:inline;
}

.buscador label{
	display:inline;
	float:none;
	width:auto;
}

.closeSession{
	float: right;
	font-weight: bold;
}

.closeSession a{
	color: #4c3e12;
	line-height: 22px;
	padding-right: 1em;
}

.infoHotelLeft{
	width: 300px;
	float: left;
	text-align: center;
}

.infoHotelLeft .hWeb a{
	font-weight: bold;
	font-size: 0.8em;
	color: #000;
	margin: 10px 0;
	display: block;
	background: #fdeacc;
	padding: 5px 0;
	border: 1px solid #F29400;
}

.infoHotelLeft .etiqueta span{
	color: #80a312;
	font-weight: bold;
}

.infoHotelLeft .hServicios{
	text-align: left;
	margin-top: 1em;
}

.infoHotelLeft .hServicios div{
	margin-bottom: 4px;
	line-height: 20px;
}

.infoHotelRight{
	margin-left: 330px;
}

.infoHotelRight h3{
	font-size: 1.5em;
	color: #F29400;
}

.infoHotelRight .etiqueta span{
	color: #80a312;
	width: 140px;
	display: block;
	float: left;
	font-weight: bold;
}

.infoHotelRight .etiqueta span.parrafoDesc{
	float: none;
	margin: 2em 0 0.3em 0;
}

.infoHotelRight .marcasCalidad{
	padding: 1em 0 1.5em 0;
}

.infoHotelRight .marcasCalidad img{
	height: 40px;
	margin-right: 15px;
}

.miniGaleria{
	overflow: auto;
}

#actualPicGaleria{
	margin-bottom: 8px;
}

.thumb{
	float: left;
	margin-right: 8px;
	margin-bottom: 9px;
	width: 69px;
	height:43px;
	text-align:center;
	background:#80A312;
}

.miniGaleria .thumb img{
	height:43px;
	width:auto;
	cursor: pointer;
}

.miniGaleria .thumb.n4{
	margin-right: 0;
}

.polaroid{
	display: block;
	float: left;
	width: 278px;
	height: 278px;
	padding: 13px 20px 75px 14px;
	background: url(../img/polaroid.png) no-repeat top left;
	margin-bottom: 20px;
}

.polaroid img{
	width: 278px;
}

.polaroid.left{
	margin-right: 20px;
}

.polaroid.right{
	margin-left: 20px;
	float: right;
}

.fotos_alojamiento .actual img{
	border:2px solid red;
}

#frmConsultaAlojamiento{
	font-size: 0.8em;
}

#frmConsultaAlojamiento input,
#frmConsultaAlojamiento textarea{
	font-size: 1em;
	border: 1px solid #52801a;
}

#frmConsultaAlojamiento .field label{
	width: 150px;
	color: #52801a;
	font-weight: bold;
}

.botonConsultar{
	border: 1px solid #4C3E12;
	border-top-color: #796C3E;
	border-left-color: #796C3E;
	background: #dad4c6;
	margin-top: 20px;
}

.consultarAlojamiento{
	font-weight: bold;
	font-size: 1.2em;
	color: #000;
	display: block;
	text-align: center;
	padding: 5px;
}

.consultarAlojamiento:hover{
	color: #493E07;
}

.contenidoAlojamientos .botonConsultar{
	float: right;
	margin: 0;
	width: 250px;
	font-size: 1em;
}

.contenidoAlojamientos .consultarAlojamiento{
	font-size: 1em;
}