@charset "UTF-8";

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

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


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

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

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

.nav-principal{
	margin-right:10px;
	padding-top: 10px;
	min-width:700px;
	height:35px;
	z-index:900;
	float:right;
	display:block;
}

.navzero{ /* NAV ZERO menu destacados */
	width:100%;
	height: auto;
	display: block;
}

.dest-servicios{ /* LISTA DE: NAV ZERO menu destacados */
	width: auto;
	height:auto;
}
.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;
}


/* 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;}

.linea-menu{
		float:left;
	list-style-type:none;
	margin-right:12px;
	vertical-align:top;
	margin-top: -5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 8px;

	font-family: "Titillium Web", sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	font-optical-sizing: auto;

	font-size:0.9em;
	text-align:left;
	color:#A17B49;
	line-height:14px;
	text-decoration:none;
}

.inicio, .servicios, .nosotros, .contacto, .galeria, .cotizar{
	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: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;

	font-size:0.9em;
	text-align:left;
	color:#D6A461;
	line-height:14px;
	text-decoration:none;
	letter-spacing: 1px;

	cursor: pointer;

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

}

.inicio:hover, .servicios:hover, .nosotros:hover, .contacto:hover, .galeria:hover, .cotizar:hover{
color:#FFF;
padding-left: 5px;
padding-right: 5px;
padding-top: 8px;
padding-bottom: 8px;
box-sizing: border-box;
margin-top: -5px;

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


.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: 85px;

	border-bottom-color:#D6A461;
	border-bottom-style:solid;
	border-bottom-width:5px;

}
#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;
}


#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;
}

#wrapper_nosotros-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;

		background-image: url(../imagenes/bg-beige.png);
	background-repeat:repeat-x;
	background-position:center 520px;
}
#nosotros-seccion{
	max-width:1000px;
	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: 220px;
	min-height: auto;

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

	border-bottom-style: solid;
	border-bottom-color: #101820;
	border-bottom-width: 1px;
	cursor: pointer;

	-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: #FFF;
	border-bottom-width: 1px;
	cursor: pointer;
}
#capa-tx-serv{
	width:100%;
	margin-left: auto;
	margin-right:auto;
	height:auto;
	box-sizing: border-box;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;

	margin-top: -10px;
	background-color: rgba(16, 24, 32, 1);
}


#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 */
}

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

.servicio-detalle-caja{
	width:960px;
	min-height: 260px;
	background-color: rgba(64, 70, 77, 0.9);
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;

	border-bottom-color:#D6A461;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.servicio-detalle-foto{
	width:300px;
	min-height: 200px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.servicio-detalle-texto{
	width:560px;
	min-height: 200px;
	display: inline-block;
	vertical-align: top;

}

.servicio-detalle-lista{
	margin:0px;
	font-family: "Titillium Web", sans-serif;
	color:#CFD1D2;
	font-size:17px;
	line-height:24px;
	font-weight:300;
	text-align:left;
	list-style-type: circle;
}



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

#wrapper_servicios-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.90);

}
#servicios-seccion{
	max-width:1000px;
	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;
}

#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: 20px;
	padding-bottom:20px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
}
#wrapper_preferirnos-seccion{
	width:100%;
	height:auto;
	background-image:url(../imagenes/);
	background-repeat: no-repeat;
	background-position: bottom;
background-color: rgba(255,255,255,0.90);
	padding-top: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	text-align: center;
}
#preferirnos-seccion{
	max-width:960px;
	min-height:auto;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 40px;
	padding-bottom:40px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
}

.preferirnos-contenedor{
	width: 160px;
	min-height: 150px;

	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-top: 40px;
	margin-right: 2px;
	margin-left: 2px;
	box-sizing: border-box;
	padding-bottom: 20px;

}

.preferirnos-icono{
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.preferirnos-texto{
	width: 100%;
	min-height: 40px;
	text-align: center;
	padding-top: 0px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper_blancologo-seccion{
	width:100%;
	height:auto;
	background-image:url(../imagenes/bg-blancologo.jpg);
	background-repeat: no-repeat;
	background-position: top;
background-color: rgba(255,255,255,0.90);
	padding-top: 10px;
	padding-bottom: 5px;
	box-sizing: border-box;
	text-align: center;
}
#blancologo-seccion{
	max-width:400px;
	height:200px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 50px;
	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:6px;
	margin-bottom: 20px;
}

#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;
}
.footer_contacto-coluno{
	width: 300px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 0px;
}
#ico_footer{
	float:left;
}

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


#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:#D6A461;
	border-bottom-style:solid;
	border-bottom-width:2px;
	padding-bottom:0px;
	opacity: 0.7;
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++ TEXTOS TX*/
/*

*/

.titulos{
	margin:0px;
	margin-bottom: 10px;
font-family: "Titillium Web", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
	color:#D6A461;
	font-size:28px;
	line-height:26px;
	text-align:center;
	letter-spacing: 0px;
}
.titulos-azul{
	margin:0px;
	margin-bottom: 10px;
font-family: "Titillium Web", sans-serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
	color:#101820;
	font-size:28px;
	line-height:26px;
	text-align:center;
	letter-spacing: 0px;
}
.titulos_left{
	margin:0px;
	margin-bottom: 10px;
	font-family: raleway, sans-serif;
	color:#D6A461;
	font-size:24px;
	line-height:26px;
	font-weight:700;
	text-align:left;
	letter-spacing: 0px;
}
.titulos_serv_center{
	margin:0px;
	margin-bottom: 10px;
  font-family: "Titillium Web", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
	color:#D6A461;
	font-size:20px;
	line-height:26px;
	text-align:center;
	letter-spacing: 0px;
	text-shadow: 1px 1px 3px #000000;
}
.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: "Titillium Web", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
	color:#D6A461;
	font-size:20px;
	line-height:26px;
	text-align:center;
	letter-spacing: 0px;
}
.subtitulo-blanco{
	margin:0px;
font-family: "Titillium Web", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
	color:#FFF;
	font-size:20px;
	line-height:26px;
	text-align:center;
	letter-spacing: 0px;
}

.subtitulo-azul{
	margin:0px;
font-family: "Titillium Web", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
	color:#101820;
	font-size:20px;
	line-height:24px;
	text-align:center;
	letter-spacing: 0px;
}
.subtitulo-dorado{
	margin:0px;
font-family: "Titillium Web", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
	color:#D6A461;
	font-size:20px;
	line-height:24px;
	text-align:center;
	letter-spacing: 0px;
}
.subtitulo_left{
	margin:0px;
font-family: "Titillium Web", sans-serif;
	color:#D6A461;
	font-size:20px;
	line-height:24px;
	font-weight:400;
	text-align:left;
	letter-spacing: 1px;
}
.subtitulo_serv_center{
	margin:0px;
font-family: "Titillium Web", sans-serif;
	color:#FFF;
	font-size:16px;
	line-height:20px;
	font-weight:300;
	text-align:center;
	letter-spacing: 0px;
}
.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:#CFD1D2;
	font-size:17px;
	line-height:24px;
	font-weight:400;
	text-align:left;
}
.tx_gris_grande{
	margin:0px;
	 font-family: "Titillium Web", sans-serif;
	color:#CFD1D2;
	font-size:17px;
	line-height:24px;
	font-weight:400;
	text-align:center;
}
.tx_gris_pequeno{
	margin:0px;
	 font-family: "Titillium Web", sans-serif;
	color:#707479;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	text-align:center;
}
.tx_azul_grande{
	margin:0px;
	 font-family: "Titillium Web", sans-serif;
	color:#101820;
	font-size:17px;
	line-height:24px;
	font-weight:400;
	text-align:center;
}
.tx_blanco_grande{
	margin:0px;
	 font-family: "Titillium Web", sans-serif;
	color:#FFF;
	font-size:17px;
	line-height:20px;
	font-weight:300;
	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_info_footer{
	margin-top:5px;
	margin-left: 10px;
 font-family: "Titillium Web", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
	color:#D6A461;
	font-size:20px;
	text-align:left;
	float: left;
	letter-spacing: 1px;
}
.tx_info_footer a{
 font-family: "Titillium Web", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
	color:#D6A461;
	font-size:18px;
	text-align:left;
	float: left;
	text-decoration: none;
}
.tx_info_footer a:hover{
 font-family: "Titillium Web", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
	color:#FFF;
	font-size:18px;
	text-align:left;
	float: left;
	text-decoration: none;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   */
#txerrera_footer{
	width:100%;
	height:35px;
	background-color: rgba(214,164,97,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;
}

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



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

#logo{margin-left:20px;}
.navzero{display: block;}
.nav-principal{
	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(218,152,82,1);
	
	float:right;
	margin-top:20px;
	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;
}

.resp-inicio, .resp-servicios, .resp-nosotros, .resp-contacto, .resp-galeria, .resp-cotizar{
	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-servicios:hover, .resp-nosotros:hover, .resp-contacto:hover, .resp-galeria:hover, .resp-cotizar: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:560px;
	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;
	padding-top: 80px;
	box-sizing: border-box;
}

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

.servicios-detalle{width:45%;height:500px; margin-top:20px;margin-bottom: 20px; margin-right: 4px; margin-left: 4px;border-bottom-style: none;}
.servicios-detalle:hover{margin-top: 20px;border-bottom-style: none;}

#capa-tx-serv{margin-top: -10px;}

#wrapper_nosotros-seccion{background-image: url(../imagenes/bg-beige.png); background-repeat:repeat-x;background-position:center 700px;}
#servicios-seccion{max-width:100%;padding-left:10px;padding-right:10px;}

.servicio-detalle-caja{width:100%; min-height: auto; padding-left: 10px; padding-right: 0px;margin-top: 40px;}
.servicio-detalle-foto{width:40%;margin-right: 20px;}
.servicio-detalle-texto{width:55%;min-height: auto;}


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

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

#banner_ipad{display: none;}
#banner_resp{
	display: block;
	height:590px;
	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;
	padding-top: 80px;
	box-sizing: border-box;
}

#wrapper-detalle-servicios{background-color: #D6A461;}
.servicios-detalle{width:96%;height:500px; margin-left: 0px;margin-top:40px;}
#capa-tx-serv{margin-top: 0px;height: 100px;padding-top: 15px;}
#wrapper_nosotros-seccion{padding-top: 10px;background-image: url(../imagenes/bg-beige.png); background-repeat:repeat-x;background-position:center 1990px;}

.servicio-detalle-caja{width:100%; min-height: auto; padding-left: 0px; padding-right: 0px;padding-top: 0px;padding-bottom: 40px;}
.servicio-detalle-foto{width:100%;margin-right: 0px;margin-bottom:20px; }
.servicio-detalle-texto{width:90%;min-height: auto;padding-left: 0px;}
.servicio-detalle-lista{line-height:30px;}
.ul-lista-serv{margin-left:-20px;}


.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;}

#titulos{width: 90%;margin-left: auto;margin-right: auto;}

.tx_info_footer{margin-top:-2px;margin-left: 20px;font-size:26px;}
.tx_info_footer a{font-size:26px;}
.tx_info_footer a:hover{font-size:26px;text-align:left;}


}

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

#banner_resp{height:550px;}
#capa-tx-serv{padding-left:30px;margin-top: 0px;}





}/*FIN MEDIA QUERIES */

