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

input, select, textarea {
	border: #aaaaaa 1px solid;
}
#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto; /*FF*/
	//height: 100%; /*IE6*/
	position: absolute;
	top: 0;
	min-height: 100%;
	left: 0;
	text-align:center;
}

#background {
	background: url(../imagenes/web/2/bg.png) no-repeat bottom left;
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height: 664px;
	text-align: center;
	z-index: -1;
	padding: 0;
	margin: 0;
}

#contenedor{
	width: 900px;
	margin: 20px auto 0 auto;
	text-align: left;
	position: relative;
}
#top {
	background: url(../imagenes/web/2/top-bg.gif);
	height:76px;
	position: relative;
}
	#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 h1 a {
		color: white;
		text-decoration: none;
	}
	#top h1 img {
		margin-bottom: 10px;
	}
	#top #otrosIdiomas {
		position: absolute;
		top: 5px;
		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;
		}
	#top ul#menu{
		list-style-type: none;
		position: absolute;
		bottom: 0;
		right: 5px;
		margin: 0;
		padding: 0;
	}
		#top ul#menu li {
			float: left;
			background: url(../imagenes/web/2/menu-item.gif);
			width: 99px;
			height: 24px;
			margin-left: 1px;
			display: block;
			text-align: center;
			font-family: Palatino Linotype,Palatino,serif;
			font-size: 14px;
			color: black;
			cursor: pointer;
			line-height: 24px;
		}
		#top ul#menu li a{ 
			text-decoration: none;
			color: black;
		}

#header {
	width: 901px;
	height: 215px;
	position: relative;
}
	#header #header-bg {
		background: url(../imagenes/web/2/header-bg.png) no-repeat;
		width: 899px;
		//width: 901px;
		height: 215px;
		position: absolute;
		top: 0;
		left: 0;
		border-left: 1px solid;
		border-right: 1px solid;
		border-color: #333333;
	}

	#header .content {
		width: 901px;
		height: 215px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	#header .content .izquierda {
		width: 200px;
		//width: 240px; /*IE6*/
		height: 100px;
		padding: 10px 20px 10px 20px;
		float: left;
	}

	#header .content .izquierda label{
		font-weight: bold;
		font-size: 11px;
		text-indent: 1px;
		color: white;
		display: block;
		float: left;
		width: 130px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#header .content .izquierda label.noches{
		width: 60px;
	}
	
	#header .content .izquierda #sidebar_salida label {
		clear: both;
		float: none;
		padding: 0;
	}


	#header .content .izquierda label input,
	#header .content .izquierda label select {
		border: 1px solid #333333;
	}
	
	#header .content .izquierda h3 {
		font-family: Palatino Linotype,Palatino,serif;
		font-weight: bold;
		font-style: none;
		font-size: 16px;
		color: #bcdaea; /*cambiar*/
		margin: 0;
		padding: 0;
	}
	#header .content .derecha {
		color: white;
		width: 384px;
		position: absolute;
		right: 0;
		padding-left: 20px;
		padding-top: 40px;
	}
	#header .content .derecha h2 {
		font-family: Palatino Linotype,Palatino,serif;
		font-weight: normal;
		font-style: italic;
		font-size: 26px;
		padding-bottom: 10px;
	}
	#header .content .derecha h3 {
		font-family: Palatino Linotype,Palatino,serif;
		font-weight: normal;
		font-style: none;
		font-size: 14px;
	}
	#header #curvas {
		background: url(../imagenes/web/2/curvas.png);
		position: absolute;
		width: 899px;
		height: 86px;
		left: 1px;
		bottom: -1px;
		z-index: 3;
	}
	#header .foto {
		width: 250px;
		height: 188px;
		overflow: hidden;
		position: absolute;
		left: 247px;
		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;
	}
#contenido {
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #333333;
	background-color: white;
	padding: 10px 20px 10px 20px;
	min-height: 450px;
	height:auto !important;
	height:450px;
	width: 859px; /*FF*/
	//width: 901px; /*IE6*/
	float: left; /*Lo flotamos para forzar a que crezca en altura*/
}
#bottom {
	background: url(../imagenes/web/2/bottom-bg.gif);
	height: 9px;
	display: block;
	width: 100%;
	line-height: 9px;
	font-size: 1px;
	float: left;
}
#footer {
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	clear: both;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: black;	
}
#contenido h2 {
	font-family: Palatino Linotype,Palatino,serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
}

#contenido h3 {
	font-family: Palatino Linotype,Palatino,serif;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#contenido hr{
	border: 0;
	border-bottom: 1px solid #cccccc;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 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: 204px;
	padding: 0;
}

#contenido .izquierda img {
	border: none;	
	margin: 0 auto;
}
#contenido .izquierda p {
	font-size: 11px;
}
#contenido .izquierda ul {
	font-size: 11px;
	margin: 0 0 0 15px;
	padding: 0;
}
#contenido .izquierda li {
	list-style-image: url(../imagenes/web/2/li-dot.gif);
	padding: 2px 0 2px 0;
}
#contenido .derecha {
	width: 635px;
	float: right;
}
#contenido .derecha h4 {
	margin: 0;
	padding: 0;
}
#contenido .derecha p {
padding-top: 5px;
margin-top: 0;
padding-bottom: 10px;
text-align:justify;
}
#contenido .derecha .ubicacion {
	background: url(../imagenes/web/2/ubicacion-bg.gif);
	width: 324px; /*FF*/
	//width: 354px; /*IE6*/
	height: 157px;
	//height: 177px;
	padding: 10px 15px 10px 15px;
	float: right;
}

#contenido .derecha .instalaciones {
	background: url(../imagenes/web/2/instalaciones-bg.gif);
	width: 249px; /*FF*/
	//width: 279px; /*IE6*/
	height: 157px;
	//height: 177px;
	padding: 10px 15px 10px 15px;
	float: left;
	overflow: hidden;
}

#contenido .derecha .instalaciones a {
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 3px;
	vertical-align: middle;
	width: 80px;
	height: 61px;
	overflow: hidden;
}
#contenido .derecha .instalaciones img {
	border: none;
	vertical-align: middle;
}
#contenido .derecha .ubicacion p {
	margin-top: 10px;
}
#contenido .derecha .ubicacion .imagenLocalidad {
	width:140px;
	height:105px;
	overflow:hidden;
	margin: 10px 10px 10px 0;
	float: left;
}


/* GALERIA */
#galeria {
	width: 100%;
	text-align: center;
	float: left;
	overflow: hidden;
	height: 600px;
}


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

/* UBICACION */
#ubicacion {
	width: 100%;
	text-align: left;
	float: left;
	height: 100%;
}

#ubicacion #map-wrapper p {
	float: left;
}
#ubicacion #map-wrapper {
	background: url(../imagenes/web/2/mapa-wrapper.gif) no-repeat top left;
	width: 506px;
	float: right;
	height: 375px;
	padding: 10px;
	margin-left:10px;
}

#ubicacion #map {
	width: 506px;
	height: 355px;
}

/* CONTACTO */
#contacto {
	width: 100%;
	text-align: left;
	float: left;
	height: 100%;
}

#contacto #contactoWrapper {
	background: url(../imagenes/web/2/contacto-wrapper.gif) no-repeat top left;
	width: 421px;
	//width: 461px;
	float: right;
	height: 435px;
	//height: 475px;
	padding: 20px;
	margin-left:10px;
}

#contacto #contactoForm {
	width: 350px;
	margin: 0 auto;
}
#contacto #contactoForm p {
	margin-bottom: 2px;
}
#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;
}
