@charset "UTF-8";

body {
	margin:0px;
	background-color:rgba(32,35,42,1);
}

#bg-body{
	margin:0px;
	background-color:#2E353F;
	background-image: url(../imagenes/body-bg-img-blur-bn.jpg);
	background-repeat:repeat-x;
	background-position:center -330px;
	background-attachment:fixed;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper_header{
	width:100%;
	height:auto;
	display:block;
}

header{
	width:100%;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	z-index:802;
	position:fixed;
}
#header_sbg{
	width:100%;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	z-index:801;
	position:fixed;
}
#header_sbg_dos{
	width:100%;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	z-index:800;
	background-color:rgba(218,152,82,0.9);
	position:fixed;
	display:none;
	margin-top:0px;

	border-bottom-color:#555860;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#header_cont_inicio{
	max-width:1400px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	background-color:rgba(0,0,0,0);
}
#header_cont{
	max-width:1400px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
#logo{
	width:auto;
	height:auto;
	float:left;
	margin-top:0px;
	margin-right:10px;
	margin-left:120px;
	position:absolute;
}
#logo_dos{display:none;}

nav{
	margin-right:10px;
	min-width:700px;
	height:35px;
	z-index:900;
	float:right;
	display:block;
}
.menu_esc{
	width:640px;
	height:35px;
	display:block;
	text-align:left;
	margin-top:5px;
	margin-left:0px;
	padding-top: 15px;
}

.menu_resp {display:none;}

#ico_menu{
	width:30px;
	height:30px;
	
	float:right;
	margin-right:15px;
	margin-top:12px;
	display:block;
}

/*

#bt-resp{  display: none;
	width:70px;
	height:35px;
	
	overflow:hidden;
	background:rgba(255,86,0,1);
	float:right;
	margin-top:10px;
	margin-right:120px;
	padding-top:7px;
	padding-left:12px;
	box-sizing: border-box;

	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


#bt-resp{ display:none;
	width:70px;
	height:35px;
	
	overflow:hidden;
	background:rgba(255,86,0,1);
	float:right;
	margin-top:10px;
	margin-right:120px;
	padding-top:7px;
	padding-left:12px;
	box-sizing: border-box;

	cursor:pointer;
	
	background-image:url(../imagenes/ico_menu-dos.png);
	background-repeat:no-repeat;
	background-position:-65px 2px;

    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}
#bt-resp:hover{
	background:#E9954B;
	background-image:url(../imagenes/ico_menu-dos.png);
	background-repeat:no-repeat;
	background-position:15px 3px;
}
*/



/* MENU +++++++++++++++++++++++++++++++++++++++++++++++++++ */
.seccion{
	width:90%;
	height:auto;
	display:block;
	list-style-type:none;
	margin-top:2px;
	margin-left:-10px;
	background-color:rgba(51,109,136,0.6);
	vertical-align:middle;
	padding-left:1px;
	float:left;
	margin-right:8px;


-webkit-transition: padding-left 0.2s linear 0s;/*Chrome, Safari*/
    -moz-transition: padding-left 0.2s linear 0s;/*Firefox*/
    -o-transition: padding-left 0.2s linear 0s;/*Opera*/
    transition: padding-left 0.2s linear 0s;/*Standard*/
}
.seccion:hover{
	background-color:rgba(51,109,136,1);
	padding-left:10px;
	
	border-left-width:2px;
	border-left-style:solid;
	border-left-color:#E9954B;
}
.seccion a{width:100%; padding-left:0px; display:block;}



.inicio, .habitaciones, .servicios, .restaurant,.calidad, .contacto, .galeria, .reservados{
	float:left;
	list-style-type:none;
	margin-right:12px;
	vertical-align:top;
	margin-top: -5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 8px;
padding-bottom: 8px;

	font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

	font-size:0.8em;
	text-align:left;
	color:#FFF;
	line-height:14px;
	text-decoration:none;
	font-weight: lighter;
	letter-spacing: 1px;

	cursor: pointer;

		    -webkit-transition: background 0.4s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.4s linear 0s;/*Firefox*/
    -o-transition: background 0.4s linear 0s;/*Opera*/
    transition: background 0.4s linear 0s;/*Standard*/


		border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

}

.inicio:hover, .habitaciones:hover, .servicios:hover, .restaurant:hover, .calidad:hover, .contacto:hover, .galeria:hover, .reservados:hover{
background:rgba(18,29,33,1);
color:#FBE3B3;
padding-left: 5px;
padding-right: 5px;
padding-top: 8px;
padding-bottom: 8px;
box-sizing: border-box;
margin-top: -5px;
}

.wave-menu{
	float:left;
	list-style-type:none;
	margin-right:12px;
	vertical-align:top;
	margin-top: -11px;
	padding-top: 6px;
	padding-left: 5px;
padding-right: 5px;
text-align: center;
box-sizing: border-box;

background-color:#FF5600;
width: 55px;
height: 35px;

border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.cerrar{display:none;}

#nav_logo{
		width:200px;
		height:130px;
		display:inline-block;
		margin-top:20px;
		margin-bottom:60px;
		vertical-align:top;
}
#nav_texto{
		width:45%;
		height:auto;
		display:inline-block;
		margin-top:20px;
		margin-bottom:60px;
		vertical-align:top;
		padding-right:20px;
		padding-left:20px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#banner{ display:block;
	max-height:600px;
	overflow:hidden;
	width:100%;
	max-width:100%;

	/*height:auto;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	display:block;
	position:relative;
	background-color: #20232A;
	padding-top: 55px;

	border-bottom-color:#555860;
	border-bottom-style:solid;
	border-bottom-width:1px;

}
#banner_ipad{ display:none;}
#banner_resp{ display:none;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper{
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:0px;
	overflow:hidden;
	overflow: hidden;
}

#wrapper_intro{
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
	margin-top: -90px;
	position: relative;
	text-align: center;
	
}
#intro{
	width: 100%;
	height: 180px;
	text-align: center;
	background-color:rgba(32,35,42,0.98);
	padding-top: 0px;
	box-sizing: border-box;
}
#ico-waveform{
	margin-top: 15px;
	margin-bottom: 10px;
}


#intro_franja{
	width:100%;
	height:30px;
	background-color:#FFF;
	overflow:hidden;
	padding-top: 5px;
	box-sizing: border-box;

	border-bottom-style: solid;
	border-bottom-color: #E9954B;
	border-bottom-width: 2px;
}

#wrapper_seccion-somos{
	width:100%;
	height:auto;
	background-color: #2B2E38;
display: block;
	box-sizing: border-box;
}
#somos-seccion{
	width:100%;
	height:auto;
	min-height: 300px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-bottom:0px;
	box-sizing: border-box;
	overflow:hidden;

}
#col_01_somos{
	width:25%;
	height: 500px;
	min-height: 100px;
	float: left;
	vertical-align: top;
	overflow: hidden;
}
#img-somos{
	width:920px;
	margin-top: -60px;
	margin-left:-350px;
}
#linea-vertical{
	border-left-style: solid;
	border-left-color: #FF5600;
	border-left-width: 3px;
	padding-left: 15px;
}
#linea-vertical_serv{
	border-left-style: solid;
	border-left-color: #FF5600;
	border-left-width: 3px;
	padding-left: 10px;
}
#col_02_somos{
	width:75%;
	height: auto;
	min-height: 100px;
	float: left;
	vertical-align: top;
	overflow: hidden;
	padding-top: 40px;
	padding-left:60px;
	padding-right:60px;
	box-sizing: border-box;
}
#firma-george{
	width:330px;
	height: auto;
	padding-top: 50px;
	float: right;
}
#img-logo-firma{
	margin-top: 10px;
	margin-left: 0px;
}
#wrapper_servicios-seccion{
	width:100%;
	height:auto;
	background-image:url(../imagenes/);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #1D212E;
	padding-top: 40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	text-align: center;
}
#servicios-seccion{
	max-width:800px;
	height:auto;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom:40px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
}

#wrapper-detalle-servicios{
	width:100%;
	height: auto;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.servicios-detalle{
	width: 280px;
	min-height: 400px;

	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-right: -2px;
	margin-left: -2px;
	box-sizing: border-box;
	margin-top: 0px;

	-webkit-transition: margin 0.2s linear 0s;/*Chrome, Safari*/
    -moz-transition: margin 0.2s linear 0s;/*Firefox*/
    -o-transition: margin 0.2s linear 0s;/*Opera*/
    transition: margin 0.2s linear 0s;/*Standard*/
}
.servicios-detalle:hover{

	margin-top: -10px;
	border-bottom-style: solid;
	border-bottom-color: #DA9852;
	border-bottom-width: 1px;
}
#capa-tx-serv{
	width:auto;
	height:auto;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 100;
	position: relative;
	margin-top: -410px;
	background-color: rgba(0, 0, 0, 0.4);
}
#img-serv{ opacity: 1;

		    -webkit-transition: filter 0.4s linear 0s;/*Chrome, Safari*/
    -moz-transition: filter 0.4s linear 0s;/*Firefox*/
    -o-transition: filter 0.4s linear 0s;/*Opera*/
    transition: filter 0.4s linear 0s;/*Standard*/
	
}
#img-serv:hover{ opacity: 1;

    -webkit-filter: grayscale(1); /* Webkit */
    filter: gray; /* IE6-9 */
    filter: grayscale(1); /* W3C */
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper_calidad-seccion{
	width:100%;
	height:auto;
	background-image:url(../imagenes/);
	background-repeat: no-repeat;
	background-position: bottom;
	/*background-color: #2B2E38;*/
	padding-top: 10px;
	padding-bottom: 30px;
	box-sizing: border-box;

	background-color:rgba(29,33,46,0.75);

}
#calidad-seccion{
	max-width:800px;
	height:auto;
	min-height: 400px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	padding-bottom:30px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
}
.marcas{
	margin-top: 40px;
	display: inline-block;
	margin-left: 14px;
	margin-right: 14px;

	border-width: 2px;
	border-style: solid;
	border-color: #FFF;
}


#wrapper_restaurant-seccion{
	width:100%;
	height:auto;
	background-image:url(../imagenes/bg-madera.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
background-color: rgba(66,32,8,1);
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	text-align: center;
}
#restaurant-seccion{
	max-width:800px;
	height:auto;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 10px;
	padding-bottom:20px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
}
#wrapper_sec_cinco{
	width: 100%;
	height: auto;
	background-color: rgba(32,35,42,1);
	padding-bottom: 20px;
}
#seccion_cinco{
	max-width:1200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top: 40px;
	padding-bottom:20px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
}

#wrapper_reserva-seccion{
	width:100%;
	height:auto;
	background-image:url(../imagenes/);
	background-repeat: no-repeat;
	background-position: bottom;
background-color: rgba(68,172,108,0.80);
	padding-top: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	text-align: center;
}
#reserva-seccion{
	max-width:800px;
	height:auto;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 4px;
	padding-bottom:0px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
}

#cont-bot-agendar-body{
	height:60px;
	margin-top:0px;
}

#bot-agendar-body{
	margin-top:0px;

	-webkit-transition: margin-top 0.2s ease-in-out 0s;/*Chrome, Safari*/
    -moz-transition: margin-top 0.2s ease-in-out 0s;/*Firefox*/
    -o-transition: margin-top 0.2s ease-in-out 0s;/*Opera*/
    transition: margin-top 0.2s ease-in-out 0s;/*Standard*/
}
#bot-agendar-body:hover{
	opacity: 0.95;
	margin-top:4px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper_footer{
	width:100%;
	height:auto;
	/*background-color:rgba(31,33,37,1);*/
	background-color: rgba(32,35,42,0.98);
	overflow: hidden;
	margin-top:0px;
}
footer{
	width:960px;
	height:190px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;

}
#footer_contacto_cont{
	width: 960px;
	height: 50px;
	margin-top:40px;
	margin-bottom: 20px;
	text-align: center;
}
.footer_contacto{
	width: 300px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 30px;
}
#ico_footer{
	float:left;
}
#sercotec_footer{
	width:100%;
	height:160px;
	background-color:rgba(43,46,56,1);
	overflow:hidden;
	padding-top: 20px;
	padding-bottom: 40px;
	box-sizing: border-box;

	border-bottom-color:#802B00;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
#sercotec{
	max-width: 800px;
	height: 160px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	padding-top:10px;
}
#logo-sercotec{
	margin-bottom: 10px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.art_form_landing{
	max-width:1400px;
	height:450px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 0px;
}

.land_una_col_form{
	width:auto;
	min-height:100px;
	box-sizing: border-box;
	margin:0px;
	
	margin-bottom:10px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;

	padding-top: 0px;
}
.land_dos_col_form{
	width:49%;
	min-height:100px;
	display:inline-block;
	box-sizing: border-box;
	margin:0px;
	
	margin-bottom:10px;
	text-align:center;
	vertical-align:top;
	padding-left:20px;
	padding-top: 0px;
}
.land_tres_col_form{
	width:30%;
	min-height:100px;
	display:inline-block;
	box-sizing: border-box;
	margin:0px;
	
	margin-bottom:10px;
	text-align:center;
	vertical-align:top;
	padding-left:20px;
	padding-top: 0px;
}

#form_logo{
	width:100%;
	min-height:280px;
	padding-top: 10px;
	margin-top:0px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
}


#name, #phone, #email, #asunto{
	width:90%;
	height:40px;
	display:block;
	padding-left:10px;
	border:0;
	border-bottom-width:1px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	font-family: 'raleway', sans-serif;
	font-size:20px;
	color:#6E8C9E;
	font-weight:lighter;
}
.land_una_col_bot{
	width:100%;
	height:auto;
	box-sizing: border-box;
	margin:0px;
	margin-top:15px;
	margin-bottom:10px;
	text-align:center;
	padding:20px;
}

.boton_form_logo{
	width:100px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	text-align:center;
	line-height:18px;
	background:#FF5600;
	cursor:pointer;
	padding-top: 12px;
	padding:8px;
	border: 0px;
	border-style: solid;
	border-color: #F6D5B7;
	
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		
		 -webkit-transition: background 0.3s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.3s linear 0s;/*Firefox*/
    -o-transition: background 0.3s linear 0s;/*Opera*/
    transition: background 0.3s linear 0s;/*Standard*/
}
.boton_form_logo a{
	width:100px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#FFF;
	background:#FF5600;
	text-align:center;
	line-height: 18px;
	cursor:pointer;
	padding-top: 12px;
	padding:8px;
	text-decoration:none;
}
.boton_form_logo:hover{
	width:100px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#FF5600;
	text-align:center;
	line-height:18px;
	background:#FFF;
	cursor:pointer;
	padding:8px;
	border: 0px;
	border-style: solid;
	border-color: #ADC5CF;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	text-decoration:none;
}

#respuesta{

	width: 100%;
	height: 400px;
	text-align: center;
	background-color:rgba(32,35,42,0.98);
	padding-top: 100px;
	box-sizing: border-box;

}


#galeria{
width:100%;
min-height:20px;
margin-bottom:10px;
text-align:center;
}

#cont_galeria{		/*ARTICLE*/
	width:70%;
	min-height: 200px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 20px;
}

.galeria_fotografica{
	width:30%;
	height:auto;

	display:inline-block;
	margin-left:6px;
	margin-right: 14px;
	margin-bottom:20px;
	list-style-type: none;
	padding-bottom:2px;
}

.galeria_fotografica:hover{
	height:auto;
	border-bottom-color:#DA9852;
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding-bottom:0px;
	opacity: 0.7;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++ TEXTOS TX*/
/*
font-family: 'Ubuntu', sans-serif;  300, 400, 500, 700
font-family: 'Anton', sans-serif;
font-family: 'Raleway', sans-serif; 400, 700, 900


.red-rose-<uniquifier> {
  font-family: "Red Rose", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.roboto-slab-<uniquifier> {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.rowdies-light {
  font-family: "Rowdies", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.rowdies-regular {
  font-family: "Rowdies", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rowdies-bold {
  font-family: "Rowdies", sans-serif;
  font-weight: 700;
  font-style: normal;
}


.alfa-slab-one-regular {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}


*/



.tx_cita{
	margin:0px;
	max-width: 45%;
	margin-left: auto;
	margin-right: auto;
	font-family: raleway, sans-serif;
	color:#FFF;
	font-size:22px;
	line-height:30px;
	text-align:center;
	font-style: italic;
	letter-spacing: 1px;
	font-weight: 300;
}
.tx_redrum_pie{
	margin:0px;
	font-family: raleway, sans-serif;
	color:#555860;
	font-size:11px;
	line-height:60px;
	text-align:center;
	font-weight: lighter;
	letter-spacing: 1px;
}
.tx_redrum_pie_blanco{
	margin:0px;
	font-family: raleway, sans-serif;
	color:#FFF;
	font-size:11px;
	line-height:60px;
	text-align:center;
	font-weight: lighter;
	letter-spacing: 1px;
}

.titulos{
	margin:0px;
	margin-bottom: 10px;
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
	color:#FFF;
	font-size:24px;
	line-height:26px;
	text-align:center;
	letter-spacing: 2px;
}
.titulos_left{
	margin:0px;
	margin-bottom: 10px;
	font-family: raleway, sans-serif;
	color:#FFF;
	font-size:24px;
	line-height:26px;
	font-weight:700;
	text-align:left;
	letter-spacing: 2px;
}
.titulos_serv_left{
	margin:0px;
	margin-bottom: 10px;
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
	color:#FFF;
	font-size:24px;
	line-height:26px;
	font-weight:700;
	text-align:left;
	letter-spacing: 0px;
	text-shadow: 1px 1px 3px #000000;
}
.subtitulo{
	margin:0px;
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
	color:#DA9852;
	font-size:16px;
	line-height:20px;
	text-align:center;
	letter-spacing: 1px;
}
.subtitulo_left{
	margin:0px;
	font-family: raleway, sans-serif;
	color:#999BA0;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	text-align:left;
	letter-spacing: 2px;
}
.subtitulo_serv_left{
	margin:0px;
	font-family: raleway, sans-serif;
	color:#FFF;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	text-align:left;
	letter-spacing: 0px;
	text-shadow: 1px 1px 1px #000000;
}
.tx_gris{
	margin:0px;
	font-family: raleway, sans-serif;
	color:#ADAFB3;
	font-size:14px;
	line-height:30px;
	font-weight:400;
	text-align:center;
}
.tx_gris_left{
	margin:0px;
	font-family: raleway, sans-serif;
	color:#ADAFB3;
	font-size:14px;
	line-height:30px;
	font-weight:400;
	text-align:left;
}
.tx_gris_grande{
	margin:0px;
	font-family: raleway, sans-serif;
	color:#CCC;
	font-size:17px;
	line-height:30px;
	font-weight:400;
	text-align:center;
}
.tx_blanco_grande{
	margin:0px;
	font-family: raleway, sans-serif;
	color:#FFF;
	font-size:15px;
	line-height:30px;
	font-weight:400;
	text-align:center;
}
.tx_blanco_left{
	margin:0px;
	font-family: raleway, sans-serif;
	color:#FFF;
	font-size:15px;
	line-height:20px;
	font-weight:400;
	text-align:left;
}


.tx_principal_celeste{
	font-family: 'Ubuntu', sans-serif;
	margin:0px;
	color:#6692A6;
	font-size:15px;
	font-weight:300;
	text-align:center;
	line-height:24px;
	vertical-align:top;
}
.tx_celeste_form{
	font-family: 'raleway', sans-serif;
	margin:0px;
	padding-left:10px;
	color:#999BA0;
	font-size:14px;
	font-weight:300;
	text-align:left;
	line-height:24px;
	vertical-align:top;
}
.tx_celeste_form_center{
	font-family: 'raleway', sans-serif;
	margin:0px;
	color:#999BA0;
	font-size:14px;
	font-weight:300;
	text-align:center;
	line-height:24px;
	vertical-align:top;
}


.tx_info_footer{
	margin-top:5px;
	margin-left: 10px;
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
	color:#FBE3B3;
	font-size:20px;
	text-align:left;
	float: left;
	letter-spacing: 1px;
}
.tx_info_footer a{
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
	color:#FBE3B3;
	font-size:18px;
	text-align:left;
	float: left;
	text-decoration: none;
}
.tx_info_footer a:hover{
font-family: "Roboto Slab", serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;
	color:#DA9852;
	font-size:18px;
	text-align:left;
	float: left;
	text-decoration: none;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   */
#txerrera_footer{
	width:100%;
	height:35px;
	background-color: rgba(164,114,62,1);
	overflow:hidden;
}
#txerrera{
	width: auto;
	height: 35px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	padding-top:6px;
}
.tx_txerrera{
		font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color: #000;
	line-height: 15px;
	font-weight: lighter;
	font-style: normal;
	margin-top: -4px;
	letter-spacing:0.03em;
}
.tx_txerrera a{
		font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color: #000;
	line-height: 15px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	letter-spacing:0.03em;
}
.tx_txerrera a:hover{
		font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color:#FBE3B3;
	line-height: 15px;
	font-weight: lighter;
	font-style: normal;
	text-decoration: none;
	letter-spacing:0.03em;
}

/*++++++++++++++++++++++++++++++++++++ CONTACTO*/
#sec_form{
	width:90%;
	max-width:1400px;
	height:auto;
	background-color:#FFF;
	display:block;
	float:right;
	margin-bottom:40px;
	padding-bottom:0px;
}
#form_imagen{
	width:30%;
	height:760px;
	display:block;
	padding-top:10px;
	padding-right:20px;
	background-color:#00B5D0;
	box-sizing: border-box;
	float:left;
	background-image:url(../imagenes/bg_form.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#form_campos{
	width:70%;
	height:100%;
	display:block;
	padding-top:20px;
	padding-left:40px;
	box-sizing: border-box;
	float:left;
}
#datos_contacto{display:none;}
.ul_form{
	margin:0px;
	}

/*.form_col_01{
	width:50%;
	height:auto;
	float:left;
	vertical-align:top;
	list-style-type:none;
	margin-left:-30px;
	background-color:#093;
	}*/
.form_col_02{
	width:80%;
	height:auto;
	float:left;
	vertical-align:top;
	list-style-type:none;
	margin-left:-30px;
	margin-top:6px;
}	
.boton_form{
	width:120px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height: 16px;
	background:#00B5D0;
	margin-top: 20px;
	margin-right:0px;
	cursor:pointer;
	padding:6px;
	float:right;
	border: 1px;
	border-style: solid;
	border-color: #FFF;
	
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		
		 -webkit-transition: background 0.3s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.3s linear 0s;/*Firefox*/
    -o-transition: background 0.3s linear 0s;/*Opera*/
    transition: background 0.3s linear 0s;/*Standard*/
}
.boton_form a{
	width:80px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	background:#00B5D0;
	text-align:center;
	line-height: 16px;
	margin-top: 0px;
	margin-right:0px;
	cursor:pointer;
	padding:6px;
	text-decoration:none;
}
.boton_form:hover{
	width:120px;
	font-family:benguiat, Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	line-height: 16px;
	background:#0084ff;
	margin-top: 20px;
	margin-right:0px;
	cursor:pointer;
	padding:6px;
	border: 1px;
	border-style: solid;
	border-color: #FFF;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	text-decoration:none;
}
.fonos_contacto{
	float:left;
	width:200px;
	height:50px;
	margin-top:10px;
	margin-left:30px;
	padding-left:0px;
}
#name{width:100%;margin-bottom:10px;background-color:rgba(0,0,0,0);}
#empresa{width:100%;margin-bottom:10px;}
#ciudad{width:100%;margin-bottom:10px;}
#phone{width:100%;margin-bottom:10px;background-color:rgba(0,0,0,0)}
#email{width:100%;margin-bottom:10px;background-color:rgba(0,0,0,0)}
#asunto{width:100%;margin-bottom:10px;}
#message{width:90%;}
#name, #empresa, #ciudad, #phone, #email, #asunto{
	height:40px;
	display:block;
	padding-left:10px;
	border:0;
	border-bottom-width:1px;
	border-bottom-color:#FF5600;
	border-bottom-style:solid;
	font-family: 'raleway', sans-serif;
	font-size:18px;
	color:#CCC;
	font-weight:300;


	    -webkit-transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
}
#name:hover, #empresa:hover, #ciudad:hover, #phone:hover, #email:hover, #asunto:hover{
	border-bottom-width:1px;
	border-bottom-color:#999BA0;
	border-bottom-style:solid;
}

#message{
	min-height:80px;
	display:block;
	margin-top:10px;
	border:0;
	border-bottom-width:1px;
	border-bottom-color:#FF5600;
	border-bottom-style:solid;
	color:#999BA0;
	background-color:rgba(0,0,0,0);
	font-family: 'raleway', sans-serif;
	font-size:16px;
	font-weight:300;
	text-align: center;
	margin-left: 60px;
	line-height: 30px;

	-webkit-transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease 0s;
    transition: border-color 0.3s ease 0s;
}
#message:hover{
	border-bottom-width:1px;
	border-bottom-color:#999BA0;
	border-bottom-style:solid;
}

/* formulario contacto */
#contact-form {
	position:relative;
	vertical-align:top;
	width:550px;
	overflow:hidden;
	}
	#contact-form fieldset {
		border:none;
		padding:0;
		}
		#contact-form .field {
			min-height:45px;
			}
			#contact-form input[type=text] {
				width:265px;
				height:2em;
				padding:0px 14px;
				background:#2e2e2e;
				border:0;
				border-top:1px solid #c2c2c2;
				border-bottom:1px solid #c2c2c2;
				border-right:1px solid #c2c2c2;
				border-left:1px solid #c2c2c2;
				display:block;
				line-height:2.2857em;
				}
			#contact-form.main-contacts .field input {
				margin-top:0px;
				}
			#contact-form .area {min-height:240px;}
			#contact-form textarea {
				width:500px;
				height:202px;
				background:#2e2e2e;
				border:0;
				border-top:1px solid #c2c2c2;
				border-bottom:1px solid #c2c2c2;
				border-right:1px solid #c2c2c2;
				border-left:1px solid #c2c2c2;
				padding:10px 14px;
				overflow:auto;
				display:block;
				}
				#contact_form a {
					cursor:pointer;
					}
			#formulario label {
				padding:0 0 2px 5px;
				display:none;
				}
				#formulario .error {
					font-size: 13px;
					font-family:Arial, Helvetica, sans-serif;
					font-weight: lighter;
					color:rgba(255,86,0,1);
				}
		.buttons-wrapper {text-align:right;}
		.buttons-wrapper a {
			margin-left:30px;
}
.form-2 {width:235px; height:28px; padding:0 10px; overflow:hidden; background:url(../images/tail-form.html) 0 0 repeat-x;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	behavior: url(js/PIE.html);
	position:relative;
}
#form-2 input {width:205px; color:#000; border:0; padding:5px 0; background:none;}
#form-2 a {float:right; margin-top:6px; cursor:pointer;}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */



/*   MEDIA QUERIES 960   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    */
@media screen and (max-width: 1000px) {

#logo{margin-left:20px;}

nav{
	margin-right:10px;
	min-width:auto;
	width:100%;
	height:100%;
	z-index:900;
	position:fixed;
	margin-top:0px;
	padding-top:55px;
	margin-left:100%;
	background-color:rgba(32,35,42,1);
	float:right;
	display:block;
}
.cerrar{
	font-family: 'raleway', sans-serif;
	font-size:22px;
	font-weight:300;
	cursor:pointer;
	color:rgba(218,152,82,1);
	list-style-type:none;
	text-align:right;
	padding-right:30%;
	margin-bottom:20px;
	display:block;
	margin-top: 0px;
}
.cerrar:hover{color:rgba(255,255,255,1);}

#bt-resp{ display:block;
	width:56px;
	height:35px;
	
	overflow:hidden;
	background:rgba(29,33,46,1);
	float:right;
	margin-top:10px;
	margin-right:20px;
	padding-top:7px;
	padding-left:12px;
	box-sizing: border-box;
	cursor:pointer;
	background-image:url(../imagenes/ico_menu-dos.png);
	background-repeat:no-repeat;
	background-position:-71px 2px;

    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;

    border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#bt-resp:hover{
	background:rgba(218,152,82,1);
	background-image:url(../imagenes/ico_menu-dos.png);
	background-repeat:no-repeat;
	background-position:10px 3px;
}
.menu_esc{display:none;}
.menu_resp{
	width:640px;
	height:auto;
	display:block;
	text-align:left;
	margin-top:0px;
	margin-left:0px;
	padding-top: 0px;
}
.wave-menu{display: none;}
.resp-inicio, .resp-habitaciones, .resp-restaurant, .resp-calidad, .resp-contacto, .resp-galeria, .resp-reservados{
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 30px;
	width:100%;
	height:auto;
	display:block;
	list-style-type:none;
	margin-top:2px;
	margin-left:-10px;
	background-color:rgba(255,255,255,0.1);
	vertical-align:middle;
	color: #FFF;
	font-family: 'raleway', sans-serif;
	font-size:0.8em;
	text-align:left;
	font-weight:300;
	line-height:14px;
	text-decoration:none;
	font-weight: lighter;
	letter-spacing: 0px;
	cursor: pointer;
	border-left-color:#666;
	border-left-style:solid;
	border-left-width:2px;

		    -webkit-transition: background 0.6s linear 0s;/*Chrome, Safari*/
    -moz-transition: background 0.6s linear 0s;/*Firefox*/
    -o-transition: background 0.6s linear 0s;/*Opera*/
    transition: background 0.6s linear 0s;/*Standard*/

    -webkit-transition: padding-left 0.2s linear 0s;/*Chrome, Safari*/
    -moz-transition: padding-left 0.2s linear 0s;/*Firefox*/
    -o-transition: padding-left 0.2s linear 0s;/*Opera*/
    transition: padding-left 0.2s linear 0s;/*Standard*/

}
.resp-inicio:hover, .resp-habitaciones:hover, .resp-restaurant:hover, .resp-calidad:hover, .resp-contacto:hover, .resp-galeria:hover, .resp-reservados:hover{
	background-color:rgba(32,35,42,0.9);
	color:#DA9852;
	padding-left: 50px;
	padding-right: 5px;
	padding-top: 14px;
	padding-bottom: 14px;
	box-sizing: border-box;
	margin-top: 2px;
	border-left-color:#DA9852;
	border-left-style:solid;
	border-left-width:2px;
}




}
/*   MEDIA QUERIES 768   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    */
@media screen and (max-width: 768px) {

#banner{display: none;}
#banner_resp{display: none;}
#banner_ipad{
	display: block;
	max-width:100%;
	/*height:480px;*/
	height:480px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	overflow: hidden;
	border-bottom-color:#555860;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 0px;
	box-sizing: border-box;
}

#cont_galeria{		/*ARTICLE*/
	width:100%;}
.galeriaul{margin-left: -25px;}
.galeria_fotografica{width:40%;}

#col_01_somos{width:100%; height: 250px;}
#col_02_somos{width:100%;}
#img-somos{margin-top: -160px; margin-left:-150px;}
#intro{height: 210px;}
.servicios-detalle{width:45%;min-height: 240px;margin-top: 4px;margin-bottom: 10px; margin-right: 4px; margin-left: 4px;}
.servicios-detalle:hover{margin-top: 4px;}
#capa-tx-serv{margin-top: -530px;}
.marcas{margin-top: 80px;margin-bottom: 30px;margin-left: 10px;margin-right: 10px;}
#somos-seccion{padding-bottom:40px;}
#firma-george{width:220px;}

.tx_cita{letter-spacing: 0px; max-width: 60%; margin-left: auto; margin-right: auto;}

footer{width:100%; height:230px;}
#footer_contacto_cont{width: 100%; height: 60px; margin-left: -10px;}
.footer_contacto{width: 30%; margin-bottom: 40px;padding-left: 0px;}
}

/*   MEDIA QUERIES 660   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    */
@media screen and (max-width: 660px) {

#banner_ipad{display: none;}
#banner_resp{
	display: block;
	height:510px;
	max-width:100%;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	overflow: hidden;
	border-bottom-color:#555860;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 0px;
	box-sizing: border-box;
}

#intro{height: 230px;}
#img-somos{margin-top: -120px; margin-left:-280px;}
#col_02_somos{width:100%;padding-left:20px;padding-right:20px;}
.tx_cita{letter-spacing: 0px; max-width: 90%; margin-left: auto; margin-right: auto;}
#firma-george{width:190px;}
.servicios-detalle{width:100%;min-height: 400px;margin-left: 0px;}
#capa-tx-serv{padding-left:30px;margin-top: -550px;}
.titulos_serv_left{font-size:36px;line-height:40px;}
.subtitulo_serv_left{font-size:22px;line-height:30px;}
#img-serv{ margin-top: -60px;}
footer{height:380px;}
#footer_contacto_cont{width: 100%; height: 180px; text-align: center;}
.footer_contacto{width: 80%; text-align:center;}
#marcas-contenedor{margin-top: 20px;}
.marcas{margin-top:20px;margin-bottom: 0px;}
#titulos{width: 90%;margin-left: auto;margin-right: auto;}
.land_tres_col_form{width:90%; padding-left:0px;}
.art_form_landing{height:auto;}
#message{text-align: left;margin-left: 20px;min-height:200px;}



}

/*   MEDIA QUERIES 412   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++    */
@media screen and (max-width: 412px) {

#banner_resp{height:470px;}
#capa-tx-serv{padding-left:30px;margin-top: -520px;}
.marcas{margin-left: 2px;margin-right: 2px;}





}/*FIN MEDIA QUERIES */

