@charset "utf-8";
/* CSS Document */

* {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #f2ebde;
}
html {
	height: 100%;
}
span {
	visibility:hidden;
	font-size: 1px;
}
#fondo {
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#textura {
	background-image: url(../imagenes/textura.jpg);
	height: auto;
	width: 980px;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: auto;
	margin-left: auto;
}
#cabecera {
	background-image: url(../imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	height: 160px;
	width: 980px;
	position: relative;
}
.logo {
	position: absolute;
	left: 376px;
	top: 20px;
}



#botonera {
	position:absolute;
	right: 18px;
	top: 134px;
	width: 932px;
	height: 27px;
}
#botonera li {
	float: left;
	list-style-type: none;
	background-image: url(../imagenes/separador_botonera.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 10px;
	padding-right: 10px;
}
#botonera a {
	display:block;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'FontinSansSmallCaps', sans-serif;
	font-size: 15px;
	color: #553903;
	padding-top: 2px;
	padding-bottom: 2px;
}
#botonera a:hover {
	display:block;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'FontinSansSmallCaps', sans-serif;
	font-size: 15px;
	color: #c29130;
	padding-top: 2px;
	padding-bottom: 2px;
}
.activado {
	display:block;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'FontinSansSmallCaps', sans-serif;
	font-size: 15px;
	color: #c29130;
	padding-top: 2px;
	padding-bottom: 2px;
}
#botonera img {
	display:block;
	margin-right: 10px;
	margin-left: 10px;	
}
.icono_video {
	display:block;
	background-image: url(../imagenes/btn_video.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	padding-left: 32px;
}
.icono_video:hover {
	display:block;
	background-image: url(../imagenes/btn_video_over.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	padding-left: 32px;
}
.icono_video_activado {
	display:block;
	background-image: url(../imagenes/btn_video_over.png);
	background-repeat: no-repeat;
	width: 27px;
	height: 27px;
	padding-left: 32px;
	display:block;
	font-weight: normal;
	font-style: normal;
	line-height:normal;
	font-family: 'FontinSansSmallCaps', sans-serif;
	font-size: 15px;
	color: #c29130;
	padding-top: 5px;
}
#icono_booking img {
	margin: 0px;	
}
#icono_booking a {
	margin: 0px;
	padding: 0px;
}
#icono_booking a:hover {
	margin: 0px;
	padding: 0px;
}
#contenido {
	height: auto;
	width: 600px;
	margin-top: 20px;
	margin-left: 90px;
}
#contenido_ubicacion {
	position: absolute;
	height: auto;
	width: 600px;
	left: 70px;
	top: 555px;
}
#contenido_ancho {
	height: auto;
	width: 820px;
	margin-top: 20px;
	margin-left: 90px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #553903;
	clear: both;
	border-left-width: 80px;
	border-left-style: solid;
	border-left-color: #5B400C;
	padding-left: 10px;
	margin-left: 10px;
	width: auto;
	margin-top: 20px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #553903;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #5B400C;
	padding-left: 10px;
	width: auto;
	margin-top: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #553903;
	line-height: 1.2em;
}
.imagen_video img:hover {
	opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}
.listas {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #553903;
	line-height: 1.2em;
	margin-left: 35px;
}
.subtitulos2 {
	font-size: 0.95em;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #553903;
	line-height: 1em;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 800px;
	text-align: center;
	background-color: #BBA88F;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	vertical-align: top;
}
h4 a{
	text-decoration: underline;
	color: #DFCFC0;
}
#atras {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #553903;
	line-height: 1.2em;
	background-image: url(../imagenes/atras.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 28px;
	padding-top: 12px;
	display: block;
	height: 30px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #553b15;
}
.texto2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #553903;
	line-height: 2em;
}
#slide {
	background-image: url(../imagenes/fondo_slide.png);
	height: 400px;
	width: 958px;
	padding-top: 13px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#video {
	background-image: url(../imagenes/fondo_video.png);
	height: 400px;
	width: 958px;
	padding-top: 35px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}
#mapa {
	background-image: url(../imagenes/fondo_video.png);
	width: 958px;
	padding-top: 35px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: top;
}
#pie {
	background-image: url(../imagenes/pie.png);
	background-repeat: no-repeat;
	height: 138px;
	width: 980px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.direccion_pie{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #dbcab5;
	padding-left: 40px;
}
.copyright{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #332201;
	font-weight: bold;
	padding-left: 40px;
}
#botonera_pie {
	float: right;
	margin-top: 35px;
	margin-right: 30px;
}
#botonera_pie li{
	float: left;
	display: block;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5B400C;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 35px;
	margin-left: 10px;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 25px;
	color: #5B400C;
	text-decoration: none;
	letter-spacing: 0.1em;
}
#botonera_pie a{
	color: #352817;
	text-decoration: none;
}
#botonera_pie a:hover {
	color: #5B400C;
	text-decoration: none;
}
#btn_gay {
	background-image: url(../imagenes/botonera_chica-03.jpg);
	background-repeat: no-repeat;
	background-position: left;
	margin-right: 10px;
}
#btn_idioma {
	background-image: url(../imagenes/botonera_chica-04.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}
#btn_contacto {
	background-image: url(../imagenes/botonera_chica-02.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}
#btn_video {
	background-image: url(../imagenes/botonera_chica.jpg);
	background-repeat: no-repeat;
	background-position: left;	
}
#foco {
	float: right;
	height: 21px;
	width: 187px;
	margin-right: 20px;
	margin-top: 20px;
}
.subtitulos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #332201;
}

#formulario {
	position: absolute;
	left: 0px;
	top: 53px;
	width: 785px;
	height: 351px;
}
.campos {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 320px;
}
.campos p{
	margin-bottom: 2px;
}
.texto_form {
	background-color: #978271;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #decfbf;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.ok {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #543902;
	font-weight: bold;
}
.boton {
	background-color: #CCC;
	height: 21px;
	width: 198px;
	background-image: url(../Imagenes/boton_enviar.jpg);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#datos {
	float: left;
	width: 320px;
	height: auto;
}
#comentarios {
	float: right;
	width: 400px;
	height: auto;
}
.consulta {
	background-color: #978271;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #decfbf;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border: none;
	height: 160px;
	outline: none;
	overflow: auto;
	resize: none;
	width: 390px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
.consulta2 {
	background-color: #978271;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #decfbf;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border: none;
	height: 140px;
	outline: none;
	overflow: auto;
	resize: none;
	width: 390px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#datos_contacto {
	width: 800px;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666;
	padding-top: 10px;
}
#iconos_contacto {
	width: 800px;
	height: 70px;
	background-image: url(../imagenes/separador_contacto.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#iconos_contacto li {
	list-style-type: none;
	display: block;
	width: auto;
	height: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #553903;
	line-height: 1.2em;
	padding-left: 45px;
	padding-top: 15px;
}
#dire {
	background-image: url(../imagenes/iconos_contacto.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
}
#tel {
	background-image: url(../imagenes/iconos_contacto-02.png);
	background-repeat: no-repeat;
	background-position: left;
	float: left;
	margin-left: 90px;
}
#mail {
	background-image: url(../imagenes/iconos_contacto-03.png);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
}

#datos_redes {
	margin-left: 120px;
}
#datos_redes li {
	list-style-type: none;
	float: left;
	display: block;
	width: auto;
	height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #553903;
	line-height: 1.2em;
	padding-top: 5px;
	margin-left: 20px;
	margin-top: 20px;
}
#facebook {
	background-image: url(../imagenes/facebook.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
	
}
#msn {
	background-image: url(../imagenes/iconos_contacto-04.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 40px;
}
#skype {	
    background-image: url(../imagenes/iconos_contacto-05.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 55px;
}
.tabla {
	border: 1px solid #960;    
}

#columna-landing-left{
	width:405px;
	height:370px;
	float:left;
	}
#columna-landing-right{
	width:375px;
	height:370px;
	float:left;
	background:url(../imagenes/mapa-landing.png) no-repeat }

#rectangulo-boton{
	width:83%;
	background-color:#bba88f;
	height:92px;
	float:left;
	margin-left:80px;
	margin-bottom:15px;
	}
