* {
	margin:0;
	padding:0;
}
body {
	font-size: 12px;
	font-family: arial;
	position: absolute;
	width: 100%;
	height: 100%;
}

input, select, textarea {
	border: #aaaaaa 1px solid;
}

a {
	text-decoration: underline;	
}

#wrapper {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align:center;
	background-color: white;
}

#headerWrapper, #contenidoWrapper, #footerWrapper {
	width: 913px;
	text-align: center;
	background: url(../imagenes/web/3/content-bg.gif) repeat-y;
	float: left;
	clear: both;
}

#contenidoWrapper {
	min-height:500px;
  	height:auto !important;
  	height:500px;
}

#contenedor{
	width: 913px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding-top: 10px;
}
#top {
	height:76px;
	position: relative;
	width: 913px;
	height: 34px;
	margin: 0;
	background: url(../imagenes/web/3/top-bg.gif) no-repeat;
}
	#top h1 {
		font-family: Palatino Linotype,Palatino,serif;
		font-weight: bold;
		font-style: italic;
		font-size: 30px;
		color: white;
		padding-top: 10px;
		padding-left: 10px;
	}
	#top #otrosIdiomas {
		position: absolute;
		top: 10px;
		right: 15px;
	}
		#top #otrosIdiomas img {
			border: none;
			vertical-align:middle;
		}
		#top #otrosIdiomas a {
			color:#666666;
			display:inline-block;
			float:right;
			font-size:10px;
			height:16px;
			line-height:18px;
			margin-left:10px;
			text-decoration:none;
			vertical-align:middle;
		}

#header {
	width: 899px;
	margin: 0 auto;
	height: 154px;
	position: relative;
}
	#header #header-bg {
		background: url(../imagenes/web/3/header-bg.png) no-repeat;
		width: 100%;
		height: 119px;
		position: absolute;
		top: 0;
		left: 0;
	}
	#header #header-logo {
		background: white;
		height: 100%;
		width: 236px;
		position: absolute;
		left: 7px;
		z-index: 1;
		overflow: hidden;
		text-align: center;
		font-family: Times, arial, serif;
	}
	#header #header-logo img {
		border: none;
		margin-bottom: 6px;
	}
	
	#header #header-logo a {
		color: black;
		text-decoration: none;
	}
	
	#header #header-logo a h1 {
		padding-top: 23px;
		font-size: 24px;
		font-weight: normal;
		font-family: Times, arial, serif;
	}
	
	#header #header-logo a h1 span {
		font-weight:bold;
		font-size: 28px;
		display: block;
		padding-top: 7px;
	}
	
	#header #header-logo #greca-cierre-Wrapper{
		width: 236px;
		height: 18px;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
	}
		#header #header-logo #greca-cierre{
			background: transparent url(../imagenes/web/3/greca-cierre.png) bottom left no-repeat;
			width: 236px;
			height: 18px;
			display: block;
			position: relative;
			bottom: 0;
		}
	
	#header .texto  {
		color: white;
		width: 630px;
		position: absolute;
		right: 0;
		padding-left: 0px;
		padding-top: 25px;
		z-index: 1;
		text-align: left;
	}
	#header .texto h2 {
		font-family: Times, arial, serif;
		font-weight: normal;
		font-style: italic;
		font-size: 22px;
	}
	#header .texto h3 {
		font-family: Times, arial, serif;
		font-weight: normal;
		font-style: none;
		font-size: 16px;
	}
	
	#header .foto {
		width: 250px;
		height: 188px;
		overflow: hidden;
		position: absolute;
		left: 246px;
		z-index: 2;
	}
	#header #slideshow img {
		position: absolute;
		left:0;
		top: 0;
		z-index:8;
		visibility: hidden;
	}
	
	#header #slideshow img.active {
		z-index:10;
		visibility: visible;
	}
	
	#header #slideshow img.last-active {
		z-index:9;
		visibility: hidden;
	}
	#header .white-line {
		line-height: 1px;
		height: 1px;
		font-size: 1px;
		background-color: white;
		width: 100%;
		position: absolute;
		bottom: 36px;
		left: 0;
		margin: 0;
		padding: 0;
	}
	ul#menu{
		list-style-type: none;
		position: absolute;
		bottom: 0;
		padding: 0;
		left: 0;
		margin: 0;
		padding-top: 1px;
		background: url(../imagenes/web/3/menu-bg.gif) bottom left;
		border-top: 1px solid;
		border-bottom: 1px solid;
		width: 100%;
		height: 33px;
	}
		ul#menu li {
			float: left;
			width: 110px;
			height: 33px;
			display: block;
			text-align: center;
			font-family: times;
			font-size: 18px;
			font-weight: normal;
			color: black;
			cursor: pointer;
			line-height: 32px;
			margin: 0;
			padding: 0;
		}
		ul#menu li a{ 
			text-decoration: none;
			position: relative;
			display: block;
		}
		ul#menu li.primero {
			margin-left: 250px;
			display: inline;
		}
		
#contenido {
	background: url(../imagenes/web/3/content-bottom.gif) bottom left no-repeat;
	min-height: 500px;
	height:auto !important;
	height:100%;
	width: 885px; /*FF*/
	//width: 899px; /*IE*/
	margin-left: 7px;
	margin-right: 7px;
	display: inline; /* IE6 fix (doble float) */
	text-align: left;
	padding: 20px 7px 10px 7px;
	float: left;
	clear: right;
}

#footer {
	background: url(../imagenes/web/3/footer-bg.png) bottom left no-repeat;
	width: 899px;
	margin: 0 auto;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: white;	
}

#bottom {
	background: url(../imagenes/web/3/bottom-bg.gif) bottom left no-repeat;
	height: 14px;
	display: block;
	width: 913px;
	margin: 0 auto;
	line-height: 9px;
	font-size: 1px;
	float: left;
}
#contenido h2 {
	font-family: Times, serif;
	font-weight: bold;
	font-style: none;
	font-size: 20px;
	text-align: left;
	padding-bottom: 10px;
}

#contenido h3 {
	font-family: Times, serif;
	font-weight: normal;
	font-style: none;
	font-size: 20px;
	margin: 0;
	padding: 0;
}

#contenido h3.instalaciones-titulo {
	padding-left: 15px;
	display: block;
	clear: both;
}
#contenido h4 {
	font-family: Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	margin: 0;
	padding: 0;
}

#contenido h5 {
	font-family: arial, serif;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#contenido div.separador{
	border-bottom: 1px dashed;
	height: 1px;
	font-size: 1px;
	padding: 1px;
	margin: 10px;
}

/* Formularios */
.boton {
	width: auto;
	font-size: 11px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	padding: 0 1em;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}
.boton2 {
	width: auto;
	font-size: 11px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	padding: 0 1em;
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}
input.checkbox{
	border: 0;
	width: 10px;
}


/* PRESENTACION */
#contenido .izquierda {
	float: left;
	width: 236px; /*FF*/
}

#contenido .izquierda p {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
#contenido .izquierda .servicios {
	padding-left: 10px;
	padding-right: 10px;
}

#contenido .izquierda ul {
	font-size: 11px;
	margin: 0 0 0 15px;
	padding: 0;
}
#contenido .izquierda li {
	list-style-image: url(../imagenes/web/3/li-dot.gif);
	padding: 2px 0 5px 0;
}

#contenido .izquierda .contacto-timbre {
	width: 180px;
	display: inline-block;
}

#contenido .izquierda .contacto-timbre h4 {
	padding-left: 10px;
}

#contenido .derecha {
	width: 649px;
	float: right;
}
#contenido .derecha h4 {
	margin: 0;
	padding: 0;
}
#contenido .derecha p {
padding-top: 5px;
margin-top: 0;
padding-bottom: 10px;
}

#contenido .derecha .presentacion {
	float: left;
	width: 424px; /*FF*/
	//width: 454px; /*IE6*/
	padding-left: 15px;
	padding-right: 15px;
	color: #555555;
	text-align:justify;
}

#contenido .derecha .presentacion span.read-more a, #contenido .derecha .presentacion span.re-collapse a {
display:block;
padding-right:20px;
text-align:right;
}

#contenido .derecha .presentacion .estructura {
	display: none;	
}
#contenido .derecha .ubicacion {
	width: 185px; /*FF*/
	//width: 195px; /*IE*/
	float: right;
}
#contenido .derecha .instalaciones {
	background: url(../imagenes/web/3/instalaciones-bg.gif) top left no-repeat;
	width: 420px; /*FF*/
	//width: 444px; /*IE*/
	padding: 12px 10px 12px 10px;
	height: 190px; /*FF*/
	//height: 214px; /*IE*/
	float: left;
	overflow: hidden;
	display: inline; /*IE6 fix (doble margin) */
	margin-bottom: 40px;
}

#contenido .derecha .instalaciones span {
	float: left;
	margin-bottom: 4px;
	margin-left: 4px;
	width: 80px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	vertical-align: middle;
	display: inline; /*IE6 fix (doble margin) */
	overflow: hidden;
}

#contenido .derecha .instalaciones span img.thumb {
	border: none;
}
#contenido .derecha .instalaciones img.grande {
	border: none;
	display: inline; /*IE6 fix (doble margin) */
	float: left;
}
#contenido .derecha .ubicacion p {
	margin-top: 10px;
}
#contenido .derecha .ubicacion .imagenLocalidad {
	width:140px;
	height:105px;
	overflow:hidden;
	margin: 10px 0 0 0;
}

#contenido .derecha .contacto-timbre {
	float: right;
	width: 185px;
}
#contenido .contacto-timbre a img {
	border: none;
}

/* GALERIA */
#galeria {
	text-align: left;
	float: right;
	width: 649px;
	overflow: hidden;
}

#ubicacion h2,
#ubicacion h3,
#ubicacion p {
	padding-left: 10px;	
}

#galeria h2 {
	padding-left: 10px;	
}
#galeria #galeriaWrapper {
	background: url(../imagenes/web/2/galeria-wrapper.gif) no-repeat top left;
	width: 600px;
	height: 550px;
	margin-left: 5px;
	text-align: center;
	margin-bottom:40px;
	overflow: hidden;
}
#galeria #galeriaWrapper div.jqGSImgContainer {
	border: none;
}
#galeria #galeriaWrapper div.jqGSContainer {
	width: 570px;
}

/* UBICACION */
#ubicacion {
	text-align: left;
	float: right;
	width: 649px;
}

#ubicacion h2,
#ubicacion h3,
#ubicacion p {
	padding-left: 10px;	
}
#ubicacion h3 {
	font-size: 20px;
	font-weight: normal;
}
#ubicacion div.separador {
	width: 65%;	
}
#ubicacion #map-wrapper p {
	float: left;
}
#ubicacion #map-wrapper {
	background: url(../imagenes/web/3/mapa-wrapper.gif) no-repeat top left;
	width: 626px;
	height: 290px;
	padding: 10px;
	margin-left:10px;
}

#ubicacion #map {
	width: 606px;
	height: 270px;
}

/* CONTACTO */
#contacto {
	text-align: center;
	float: right;
	width: 649px;
	overflow: hidden;
}

#contacto h2,
#contacto h3,
#contacto p {
	padding-left: 10px;	
	text-align: left;
}

#contacto #contactoForm {
	width: 350px;
	text-align: left;
	margin: 0 auto;
}
#contacto #contactoForm p {
	margin-bottom: 2px;
	width: 100%;
}
#contacto #contactoForm label {
	width: 80px;
	float: left;
	display:block;
	font-size: 11px;
}
#contacto #contactoForm input#asunto {
	width: 350px;
}
#contacto #contactoForm textarea {
	width: 350px;
	height: 160px;
}
#contacto #contactoForm input.boton2 {
	margin: 0 auto;
	position: relative;
	left: 140px;
}

#contacto p {
	padding-bottom: 5px;
	padding-top: 5px;
}

#contacto p.error {
	color: #CC0000;
}

/* FORMULARIO RESERVAS */
#formReserva h3 {

}
#formReserva h3 {
	padding-left: 10px;
	padding-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

#formReserva form {
	padding: 0 10px 10px 10px;
}
#formReserva label{
		font-weight: bold;
		font-size: 11px;
		text-indent: 1px;
		color: white;
		display: block;
		float: left;
		width: 130px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#formReserva  label.noches{
		width: 60px;
	}
	#formReserva  #sidebar_salida {
		clear: both;
		padding: 0;
		margin: 0;
		height: 11px;
		line-height: 11px;
	}
	#formReserva  #sidebar_salida label {
		clear: both;
		float: none;
	}
	
		#formReserva  #sidebar_salida label span {
			font-weight: normal;
		}
	#formReserva label input,
	#formReserva label select {
		border: 1px solid #333333;
	}
	
	#formReserva div.buscarWrapper {
		text-align: center;
	}
