@charset "UTF-8";

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

a {text-decoration: none;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper_header{
	width:100%;
	height:auto;
	display:block;
}

header{
	width:100%;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	z-index:50;
	position:fixed;
}

#header_cont_inicio{
	max-width:1400px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
	display:block;

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

	border-bottom-color:#64696E;
	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;
	padding-top: 7px;
	box-sizing: border-box;
}
#logo_dos{display:none;}

nav{
	min-width:540px; /* ajustar segun cada menu*/
	height:35px;
	margin-top:20px;
	margin-right:10px;
	float:right;
	display:block;
}



/* MENU +++++++++++++++++++++++++++++++++++++++++++++++++++ */

#bt-resp{display:none;}

.menu_resp {display:block;}

.lista_menu{
	float:left;
	list-style-type:none;
	margin-top:-23px;
	margin-right:8px;
	vertical-align:bottom;
}	
.lista_menu_diagonal{
	float:left;
	list-style-type:none;
	margin-top:-31px;
	margin-right:8px;
}
.tx_menu{
	font-family: 'Sarabun', sans-serif;
	color:#FFF;
	font-size:16px;
	font-weight:400;
	line-height:14px;
	text-align:center;

	box-sizing: border-box;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}
.tx_menu a{
	font-family: 'Sarabun', sans-serif;
	color:#FFF;
	font-size:16px;
	font-weight:400;
	text-decoration:none;
	line-height:14px;
	text-align:center;
}
.tx_menu a:hover{
	font-family: 'Sarabun', sans-serif;
	color:#FFAC19;
	font-size:16px;
	font-weight:400;
	line-height:14px;
	text-align:center;
}
.tx_menu_inactivo{
	font-family: 'Sarabun', sans-serif;
	color:#000;
	font-size:16px;
	font-weight:400;
	text-align:center;
	line-height:14px;
	text-align:left;

	background-color: #FFAC19;
	box-sizing: border-box;
	padding-top: 30px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	margin-top:-14px;
}

.tx_diagonal_menu{
	font-family: 'Sarabun', sans-serif;
	color:#FFD000;
	font-size:16px;
	font-weight:400;
	vertical-align:bottom;
	line-height:30px;
	text-align: center;
}
.cerrar{display:none;}

#nav_logo{display:none;}
#nav_texto{display:none;}

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

#pre-banner{
	width:100%;
	height: 70px;
	background-color: #101820;
	display: block;
}

#banner{ display:block;
	max-height:480px;
	overflow:hidden;
	width:100%;
	max-width:100%;

	/*height:auto;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	position:relative;
	background-color: #FFF;
	padding-top: 0px;
}
#banner_ipad{ display:none;}
#banner_resp{ display:none;}

#banner_otros{
	height:140px;
	overflow:hidden;
	width:100%;
	background-color: #101820;

	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	padding-top: 55px;
	padding-left: 0px;

	background-image: url(../imagenes/banner/banner_otros.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#banner_otros_contenido{
	height:140px;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
	padding-left: 20px;

}

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

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#intro{
	max-width: 960px;
	
	height: auto;
	text-align: center;
	background-color:rgba(255,255,255,1);
	padding-top: 20px;
	padding-bottom: 40px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#intro_productos{
	max-width: 960px;
	height: auto;
	background-color:rgba(255,255,255,1);
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

}
.col_uno_intro{
	width:30%;
	height:auto;
	display: inline-block;
	vertical-align: top;
}
.col_dos_intro{
	width:65%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 20px;

	border-left-style: solid;
	border-left-width: 5px;
	border-left-color: #FFAC19;
}

#wrapper_seccion-uno{
	width:100%;
	height:auto;
	background-color: rgba(234,235,243,1);
	display: block;
	box-sizing: border-box;

	background-image: url(imagenes/);
	background-repeat: no-repeat;
	background-position: top;
}

#seccion-uno{
	width:100%;
	height:auto;
	min-height: 670px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 40px;
	padding-bottom:40px;
	box-sizing: border-box;
	overflow:hidden;
}
.una_col{
	max-width:960px;
	min-height: 100px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 40px;
	display:block;
	overflow: hidden;
}
.dos_col{
	width:45%;
	min-height: 100px;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
	display:inline-block;
	vertical-align: top;
}
.dos_col-serv{
	width:45%;
	min-height: 100px;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	display:inline-block;
	vertical-align: top;
}
#wrapper_sec_proyect{
	width:100%;
	min-height:700px;
	background-color: rgba(237,238,240,1);
	display: block;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 40px;

	background-image: url(../imagenes/bg_serv_home.jpg);
	background-repeat: repeat-x;
	background-position: center -80px;
}
#sec_proyect_home{
	width:100%;
	height:auto;
	min-height: 280px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-bottom:0px;
	box-sizing: border-box;
	overflow:hidden;
}
#wrapper_sec_marcas{
	width:100%;
	height:400px;
	background-color: rgba(255,255,255,1);
	display: block;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 40px;
	overflow: hidden;
}
#sec_marcas_home{
	width:100%;
	height:auto;
	min-height: 100px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-bottom:0px;
	box-sizing: border-box;
	overflow:hidden;
}
#seccion-capacita{
	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;
}
#wrap_columnas{
	max-width: 1200px;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.tres_col{
	width: 33%;
	min-height:100px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
.tres_col_corp{
	width: 30%;
	min-height:100px;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;

	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}
#wrapper_sec_prod{
	width:100%;
	height:auto;
	background-color: rgba(255,255,255,1);
	display: block;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 40px;

	background-image: url(../imagenes/bg_prod_home.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#sec_prod_home{
	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_prod_home{
	width: 18%;
	min-height:270px;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
.cinco_col{
	width: 18%;
	min-height:100px;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#wrap_sec_bg_blanco{
	width:100%;
	min-height:100px;
	background-color: rgba(255,255,255,1);
	display: block;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 20px;
}
#sec_bg_blanco{
	width:100%;
	height:auto;
	min-height: 100px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-bottom:0px;
	box-sizing: border-box;
	overflow:hidden;
}

#wrap_sec_bg_gris{
	width:100%;
	min-height:100px;
	background-color: rgba(237,238,240,1);
	display: block;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: center;
}
#sec_bg_gris{
	width:100%;
	height:auto;
	min-height: 100px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-bottom:0px;
	box-sizing: border-box;
	display: block;
}

#wrap_sec_form_prod{
	width:100%;
	min-height:100px;
	background-color: rgba(40,47,54,1);
	display: block;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 20px;

		background-image: url(../imagenes/bg_form_cotiza.jpg);
	background-repeat: repeat-x;
	background-position: center -80px;
}
#sec_form_prod{
	width:100%;
	height:auto;
	min-height: 100px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-bottom:0px;
	box-sizing: border-box;
	overflow:hidden;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.somos{
	max-width:1200px;
	min-height: 100px;
	background-color: #282F36;
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../imagenes/bg_blanco_somos.png);
	background-repeat: repeat-y;
	background-position: left;
}
.somos-foto{
	width: 35%;
	height: auto;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 6px;
}
.somos-texto{
	width: 60%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 20px;
}
.staff_col{
	width: 18%;
	min-height:200px;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 40px;
}
.staff_info{
	width:100%;
	height:80px;
	background-color: #FFF;
	box-sizing: border-box;
	padding-left: 15px;
}
.staff_mail{
	width:100%;
	height:36px;
	background-color: #282F36;
	box-sizing: border-box;
	padding-top: 7px;
	padding-left:65px;

	background-image: url(../imagenes/staff/staff_ico_mail.png);
	background-repeat: no-repeat;
	background-position: 5px ;
}

.staff_foto{
	-webkit-transition: filter 0.3s ease-in-out 0s;/*Chrome, Safari*/
    -moz-transition: filter 0.3s ease-in-out 0s;/*Firefox*/
    -o-transition: filter 0.3s ease-in-out 0s;/*Opera*/
    transition: filter 0.3s ease-in-out 0s;/*Standard*/

}
.staff_foto:hover{
	-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
    filter: grayscale(100%);

}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#foto_servicios{
	max-width:400px;
	height:250px;

	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	display:block;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */

.producto_col{
	width: 18%;
	min-height:200px;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 40px;
	box-sizing: border-box;

		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);

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


.producto_col:hover, .producto_col_recomendado:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);

margin-top:30px;
}

.producto_col_recomendado{
	width: 14%;
	min-height:200px;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 40px;
	box-sizing: border-box;

		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);

	-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*/
}
.producto_col_recomendado:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.30);

margin-top:30px;
}

.producto_foto{
	width:100%;
	height:auto;
	background-color: #83878B;
}

.tx_nombre_producto{
	max-width: 800px;
	font-family: 'Archivo Black', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: left;
}
.tx_nombre_producto a{
	max-width: 800px;
	font-family: 'Archivo Black', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}

.producto_info{
	width:100%;
	height:auto;
	background-color: #FFF;
	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 25px;	
}
.producto_vermas{
	width:100%;
	height:36px;
	background-color: #FFAC19;
	box-sizing: border-box;
	padding-top: 7px;
	padding-left:65px;

	background-image: url(../imagenes/ico_carro.png);
	background-repeat: no-repeat;
	background-position: 10px -5px;
	overflow: hidden;

	-webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    transition: background 0.2s ease 0s;
}

.producto_vermas:hover{
	width:100%;
	height:36px;
	background-color: #FFAC19;
	box-sizing: border-box;
	padding-top: 7px;
	padding-left:65px;

	background-image: url(../imagenes/ico_carro.png);
	background-repeat: no-repeat;
	background-position: 10px -55px;
	overflow: hidden;
}

.tx_vermas{
	max-width: 800px;
	font-family: 'Sarabun', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: left;

}
.tx_vermas a{
	max-width: 800px;
	font-family: 'Sarabun', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}
.producto_lista{
		max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: justify;
	margin-left:-20px;
}
#breadcrums{
	width: 100%;
	height:20px;
	text-align: left;
}
.ficha{
	width: 180px;
	height:40px;
	background-color: #101820;
	margin-top: 40px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 60px;

	background-image: url(../imagenes/ico_ficha.png);
	background-repeat: no-repeat;
	background-position: left -52px;

	-webkit-transition: background 0.2s ease-in-out 0s;/*Chrome, Safari*/
    -moz-transition: background 0.2s ease-in-out 0s;/*Firefox*/
    -o-transition: background 0.2s ease-in-out 0s;/*Opera*/
    transition: background 0.2s ease-in-out 0s;/*Standard*/
}

.ficha:hover{

	background-image: url(../imagenes/ico_ficha.png);
	background-repeat: no-repeat;
	background-position: left -2px;
}

#foto_producto_banner{
	max-width:400px;
	height:500px;
	max-height:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	display:block;
	padding: 0px;
	box-sizing: border-box;
	overflow: hidden;
}

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

#wrap_sec_proy_det{
	width:100%;
	min-height:100px;
	background-color: rgba(237,238,240,1);
	display: block;
	box-sizing: border-box;
	padding-top: 40px;
	padding-bottom: 40px;
}

#galeria_proyecto{
	max-width:900px;
	height:auto;
	max-height:700px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	display:block;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;

	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	background-color: #FFF;
}

#intro_proyectos{
	max-width: 960px;
	height: auto;
	text-align: center;
	background-color:rgba(255,255,255,1);
	padding-top: 20px;
	padding-bottom: 0px;
	box-sizing: border-box;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*
.col_prod_home-a{
	width: 18%;
	min-height:270px;
	background-color: #A2A5A8;
	float: left;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.col_prod_home-b{
	width: 18%;
	min-height:270px;
	background-color: #F7F8F8;
	float:left;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
*/

.prod_num_home{
	width: 100%;
	height: 40px;
	text-align: left;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 20px;
}
.prod_imagen_home{
	width: 100%;
	height: 170px;
	text-align: center;
}
.prod_nombre_home{
	width: 100%;
	height: 60px;
	text-align: left;
	box-sizing: border-box;
	padding-top: 0px;
	padding-left: 20px;
}
.col_proyect_home{
	width: 19%;
	min-height:320px;
	background-color: #FFAC19;
	display: inline-block;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 30px;

	-webkit-transition: margin 0.3s ease-in-out 0s;/*Chrome, Safari*/
    -moz-transition: margin 0.3s ease-in-out 0s;/*Firefox*/
    -o-transition: margin 0.3s ease-in-out 0s;/*Opera*/
    transition: margin 0.3s ease-in-out 0s;/*Standard*/
}
.col_proyect_home:hover{
	width: 19%;
	min-height:320px;
	background-color: #FFAC19;
	display: inline-block;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}
.proyect_imagen_home{
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;

	-webkit-transition: filter 0.3s ease-in-out 0s;/*Chrome, Safari*/
    -moz-transition: filter 0.3s ease-in-out 0s;/*Firefox*/
    -o-transition: filter 0.3s ease-in-out 0s;/*Opera*/
    transition: filter 0.3s ease-in-out 0s;/*Standard*/
}
.proyect_imagen_home:hover{
	-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   -o-filter: grayscale(100%);
    filter: grayscale(100%);

}
.proyect_nombre_home{
	width: 100%;
	min-height: 80px;
	background-color: #FFAC19;
	text-align: left;
	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.col_marcas{
	width: 19%;
	min-height:50px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	text-align: center;
}
.cinco_col{
	width: 19%;
	min-height:200px;
	display: inline-block;
	vertical-align: top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	box-sizing: border-box;
}
#wrapper_aside-dest{
	width:100%;
	height:auto;
	background-color: rgba(234,235,243,1);
	display: block;
	box-sizing: border-box;
}
#aside-dest{
	width:100%;
	height:auto;
	min-height: 320px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 0px;
	padding-bottom:0px;
	box-sizing: border-box;
	overflow:hidden;
}
#wrapper_seccion-logo{
	width:100%;
	height:auto;
	background-color: rgba(237,238,240,1);
	display: block;
	box-sizing: border-box;
}
#wrap_sec_logo_blanco{
	width:100%;
	height:auto;
	background-color: rgba(255,255,255,1);
	display: block;
	box-sizing: border-box;
}
#seccion-logo{
	max-width:960px;
	height:auto;
	min-height: 190px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 65px;
	padding-bottom:0px;
	box-sizing: border-box;
	overflow:hidden;
	text-align: center;
}
.break-amarillo{
	width:100px;
	height: 10px;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../imagenes/break-amarillo.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.break-amarillo-left{
	width:100px;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../imagenes/break-amarillo.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.break-negro{
	width:100px;
	height: 10px;

	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../imagenes/break-negro.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}

.vertical-amarillo{
	width:5px;
	height: 50px;
	background-color:#FFAC19;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */
#wrap_sec_whatsapp{
	width:100%;
	height:auto;
	background-color: rgba(0,149,128,1);
	display: block;
	box-sizing: border-box;
	background-image: url(../imagenes/bg-whatsapp.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}

#seccion-whatsapp{
	max-width:960px;
	height:auto;
	min-height: 106px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 35px;
	padding-bottom:0px;
	box-sizing: border-box;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow:hidden;
	text-align: center;
}
.bot_hablemos_wp{
	margin-left:auto;
	margin-right:auto;
	font-family: 'Titillium Web', Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:28px;
	line-height:1.5em;
	letter-spacing:0px;
	font-weight:700;
	max-width:240px;
	padding-top:6px;
	padding-bottom:0px;
	background:#FFF;
	text-decoration:none;
	text-align:center;
	vertical-align:top;
	margin-top:20px;
	border-color:#FFF;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		
		    -webkit-transition: border-color 0.3s linear 0s;/*Chrome, Safari*/
    -moz-transition: border-color 0.3s linear 0s;/*Firefox*/
    -o-transition: border-color 0.3s linear 0s;/*Opera*/
    transition: border-color 0.3s linear 0s;/*Standard*/
}
.bot_hablemos_wp a{
	font-family: 'Titillium Web', Georgia, "Times New Roman", Times, serif;
	color:#009580;
	font-size:28px;
	text-align:center;
	text-decoration:none;
	vertical-align:top;
	line-height:1.5em;
	letter-spacing:0px;
	font-weight:700;
}
.bot_hablemos_wp a:hover{
	font-family: 'Titillium Web', Georgia, "Times New Roman", Times, serif;
	color:#009580;
	font-size:28px;
	text-align:center;
	text-decoration:none;
	max-width:200px;
	letter-spacing:0px;
	font-weight:700;
}
.bot_hablemos_wp:hover{
	font-family: 'Titillium Web', Georgia, "Times New Roman", Times, serif;
	color:#009580;
	font-size:28px;
	text-align:center;
	background:#FFF;
	letter-spacing:0px;
	font-weight:700;
	border-color:#A9EDD1;
	border-width: 2px;
	border-style: solid;
}
.tx_blanco-whatsapp{
	padding-top: -20px;
	padding-bottom: -20px;
	box-sizing: border-box;
	font-family: 'Pavanam';
	font-size: 15px;
	font-weight: 400;
	color:#FFF;
	margin: 0px;
	line-height:0px;
	letter-spacing:1px;
}
#ico_whatsapp{margin-right:10px;margin-top:0px;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++ */

#wrapper_footer{
	width:100%;
	height:auto;
	/*background-color:rgba(31,33,37,1);*/
	background-color:rgba(40,47,54,1);
	overflow: hidden;
	margin-top:0px;
	background-image: url(../imagenes/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
footer{
	width:960px;
	height:auto;
	padding-top:40px;
	padding-bottom: 40px;
	box-sizing: border-box;
	margin-left:auto;
	margin-right:auto;
}

.col_uno_footer{
	width: 33%;
	height:250px;
	float: left;
	vertical-align: bottom;
	overflow: hidden;
}

.col_dos_footer{
	width: 30%;
	min-height:180px;
	float:left;
	vertical-align: bottom;
	margin-left: 5px;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 10px;
}
.col_tres_footer{
	width: 30%;
	min-height:180px;
	float:left;
	vertical-align: bottom;
	margin-left: 5px;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 10px;
	padding-top: 55px;
}
#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: 50px;
}
#ico_footer{
	float:left;
}
#cont-ico-wp{
	width: 100%;
	height: auto;
	padding-left: 40px;
	background-image: url(../imagenes/ico_fonowp.png);
	background-repeat: no-repeat;
	background-position: left middle;
}
#cont-ico-mail{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding-left: 40px;
	background-image: url(../imagenes/ico_mail.png);
	background-repeat: no-repeat;
	background-position: left middle;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++ TEXTOS TX*/
/*
font-family: 'Ubuntu', sans-serif;  300, 400, 500, 700
font-family: 'Anton', sans-serif;
font-family: 'Raleway', sans-serif; 400, 700, 900
+++++++
font-family: 'Anton', sans-serif; 400
font-family: 'Archivo Black', sans-serif; 400
font-family: 'Montserrat', sans-serif; 300, 400, 700
font-family: 'Pavanam', sans-serif; 400,
font-family: 'Sarabun', sans-serif; 400, 700, 800
font-family: 'Titillium Web', sans-serif; 400, 700, 900


*/

.titillium-web{ /*SPAN CLASS PARA & */
	font-family: 'Titillium Web', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin: 0px;
}
/*
h1{
	font-family: 'Archivo Black', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color:101820;
	margin:0px;
}
h2{
	font-family: 'Titillium Web', sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 0px;
	color:#FFAC19;

}
h3{
	font-family: 'Pavanam';
	font-size: 22px;
	color:101820;
	margin: 0px;

}
*/

.titulo-negro-princ{
	font-family: 'Archivo Black', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color:#101820;
	margin:0px;
}
.tit-negro-princ_left{
	font-family: 'Archivo Black', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color:#101820;
	margin:0px;
	text-align: left;
}

.titulo-negro{
	font-family: 'Titillium Web', sans-serif;
	font-size: 28px;
	font-weight: 900;
	margin: 0px;
	color:#101820;
	letter-spacing: 1px;
}
.titulo-blanco-princ{
	font-family: 'Archivo Black', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color:#FFF;
	margin:0px;
}
.tit-blanco-princ_left{
	font-family: 'Archivo Black', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color:#FFF;
	margin:0px;
	text-align: left;
}
.titulo-blanco{
	font-family: 'Titillium Web', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin: 0px;
	color:#FFF;
	letter-spacing: 1px;
}
.subtitulos-amarillo{
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0px;
	line-height: 22px;
	color:#FFAC19;
}
.subt-ama-left{
	font-family: 'Titillium Web', sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0px;
	line-height: 22px;
	color:#FFAC19;
	text-align: left;
}
.sub-htres-blanco{
	font-family: 'Pavanam';
	font-size: 22px;
	color:#FFF;
	font-weight: 700;
	margin: 0px;
}
.sub-htres-blanco a{
	font-family: 'Pavanam';
	font-size: 22px;
	color:#FFF;
	font-weight: 700;
	margin: 0px;
}
.tx_negro-light{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
}
.tx_negro_left{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: left;
}
.tx_negro_left a{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}
.tx_negro_left a:hover{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#ccc;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}
.tx_negro_light_justy{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: justify;
}
.tx_blanco_left{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1em;
	font-weight: 400;
	color:#FFF;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.tx_blanco_left a{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1em;
	font-weight: 400;
	color:#FFF;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	text-decoration: none;
}
.tx_negro-bold{
	max-width: 800px;
	font-family: 'Sarabun', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
}
.tx_negro_bold_left{
	max-width: 800px;
	font-family: 'Sarabun', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: left;
}
.tx_gris-light{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#DBDCDE;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
}
.tx_gris-light_left{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#DBDCDE;
	margin: 0px;
	text-align: left;
}
.tx_gris-light_left_dos{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#A2A5A8;
	margin: 0px;
	text-align: left;
}

.tx_blanco-light{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#FFF;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
}
.tx_blanco_bold_left{
	max-width: 800px;
	font-family: 'Sarabun', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	color:#FFF;
	margin: 0px;
	text-align: left;
}
.tx_blanco_bold_left a{
	max-width: 800px;
	font-family: 'Sarabun', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	color:#FFF;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}
.tx_amarillo-light{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#FFAC19;
	margin: 0px;
	text-align: left;
}

.tx_amarillo-light_left{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#FFAC19;
	margin: 0px;
	text-align: left;
}

.tx_num-cat-home{
	max-width: 800px;
	font-family: 'Sarabun', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color:#64696E;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
}
.nomb-prod-home-blanco{
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0px;
	line-height: 24px;
	color:#FFF;
	border-left-width: 4px;
	border-left-color: #FFAC19;
	border-left-style: solid;
	padding-left: 10px;
}
.nomb-prod-home-gris{
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 0px;
	line-height: 24px;
	color:#64696E;

	border-left-width: 4px;
	border-left-color: #FFAC19;
	border-left-style: solid;
	padding-left: 10px;
}
.nomb-proy-home{
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
	line-height: 22px;
	color:#101820;
}
.nomb-proy-home a{
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
	line-height: 22px;
	color:#101820;
	text-decoration: none;
}
.nomb-proy-home a:hover{
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin: 0px;
	line-height: 22px;
	color:#FFF;
	text-decoration: none;
}

.tx_breadcrum_ama{
	max-width: 800px;
	font-family: 'Sarabun', sans-serif;
	font-size: 1em;
	font-weight: 400;
	color:#FFAC19;
	margin: 0px;
	text-align: left;
}
.tx_breadcrum{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: left;
}
.tx_breadcrum a{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}
.tx_breadcrum a:hover{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 1em;
	font-weight: 400;
	color:#CCC;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}


/*
.tx_sarabun{
	font-family: 'Sarabun', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color:#101820;
	margin: 0px;
}
.tx_pavanam{
	font-family: 'Pavanam';
	font-size: 1.1em;
	font-weight: 400;
	color:#101820;
	margin: 0px;
}

.tx_gris{
	margin:0px;
	font-family: raleway, sans-serif;
	color:#999BA0;
	font-size:14px;
	line-height:30px;
	font-weight:400;
	text-align:left;
}
*/
.tx_blanco-left{
	max-width: 800px;
	font-family: 'Pavanam';
	font-size: 15px;
	font-weight: 400;
	color:#FFF;
	margin: 0px;
	line-height:30px;
}
.titulo-blanco-footer{
	font-family: 'Archivo Black', sans-serif;
	font-size: 26px;
	font-weight: 400;
	color:#FFF;
	margin:0px;
}
.titulo-blanco-footer a{
	font-family: 'Archivo Black', sans-serif;
	font-size: 26px;
	font-weight: 400;
	color:#FFF;
	margin:0px;
	text-decoration: none;
}
.tx_info_footer{
	margin-top:10px;
	margin-left: 10px;
	font-family: raleway, sans-serif;
	color:#999BA0;
	font-size:18px;
	font-weight:400;
	text-align:left;
	float: left;
}
.tx_info_footer a{
	font-family: raleway, sans-serif;
	color:#999BA0;
	font-size:18px;
	font-weight:400;
	text-align:left;
	float: left;
	text-decoration: none;
}
.tx_info_footer a:hover{
	font-family: raleway, sans-serif;
	color:#FF5600;
	font-size:18px;
	font-weight:400;
	text-align:left;
	float: left;
	text-decoration: none;
}
.tx_info_menu{
	font-family: sans-serif;
	font-size:13px;
	color:#FFF;
	margin-top:0px;
	text-align:left;
	line-height: 20px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   */
#txerrera_footer{
	width:100%;
	height:45px;
	background-color:rgba(255,172,25,1);
	overflow:hidden;
}
#txerrera{
	width: auto;
	height: 40px;
	margin-left: auto;
	margin-right:auto;
	text-align: center;
	padding-top:10px;
}
.tx_txerrera{
		font-family: 'Ubuntu', sans-serif;
	font-size:12px;
	color: #FFF;
	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: #FFF;
	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:#000;
	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{display:none;}

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

header{width:100%;}

#bt-resp{
	width:40px;
	height:40px;
	display:block;
	overflow:hidden;
	background-color:rgba(0,73,106,0.9);
	float:right;
	margin-top:30px;
	margin-right:30px;
	cursor:pointer;
}


nav{
	margin-right:10px;
	min-width:auto;
	width:100%;
	height:100%;
	z-index:900;
	position:fixed;
	margin-top:0px;
	padding-top:0px;
	margin-left:100%;
	background-color:rgba(32,35,42,1);
	float:right;
	display:block;
}
.menu_resp{
	width:100%;
	height:100%;
	display:block;
	text-align:right;
}
.cerrar{
	font-family: 'raleway', sans-serif;
	font-size:22px;
	font-weight:300;
	cursor:pointer;
	color:rgba(255,172,25,1);
	list-style-type:none;
	text-align:right;
	padding-right:33%;
	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(255,172,25,1);
	float:right;
	margin-top:15px;
	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:-72px 2px;

    -webkit-transition: background 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s;
    -o-transition: background 0.2s ease 0s;
    transition: background 0.2s ease 0s;
}
#bt-resp:hover{
	background:rgba(255,255,255,1);
	background-image:url(../imagenes/ico_menu-dos.png);
	background-repeat:no-repeat;
	background-position:10px 3px;
}
.lista_menu{
	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;
	box-sizing: border-box;

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

.lista_menu a{padding-left:20px;}
	
.lista_menu:hover{
	background-color:rgba(255,255,255,0.3);
	border-left-color:#FFAC19;
	border-left-style:solid;
	border-left-width:2px;
	padding-left: 15px;
}
.tx_menu{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1em;
	text-align:left;
	color:#FFF;
	margin-left:20px;
	font-weight:lighter;
	line-height:14px;
}
.tx_menu a{
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1em;
	text-align:left;
	color:#FFF;
	padding-left:0px;
	font-weight:lighter;
	line-height:14px;
}

.tx_menu a:hover{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:lighter;
	font-size:1em;
	color:#FFAC19;
	line-height:14px;
}

.tx_menu_inactivo{
	font-family: 'Sarabun', sans-serif;
	font-size:1em;
	text-align:left;
	border-bottom-style:none;
	border-bottom-color:none;
	border-width:none;
	padding-left:20px;
/*	text-decoration:line-through; */
	color:#FFAC19;
	font-weight:400;

	line-height:14px;
	background-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

.tx_diagonal_menu{display:none;}
.una_col{max-width:95%;}



}/*FIN MEDIA QUERIES */


/*   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;
	padding: 0px;
	box-sizing: border-box;
}
.col_prod_home{
	width: 29%;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}

.col_proyect_home{
	width: 29%;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;

	-webkit-transition: margin 0.3s ease-in-out 0s;/*Chrome, Safari*/
    -moz-transition: margin 0.3s ease-in-out 0s;/*Firefox*/
    -o-transition: margin 0.3s ease-in-out 0s;/*Opera*/
    transition: margin 0.3s ease-in-out 0s;/*Standard*/
}
.col_proyect_home:hover{width: 29%; margin-right: 10px; margin-left: 10px;margin-top: 0px;}


#wrapper_sec_marcas{height:500px;}
.col_marcas{width: 29%; margin-bottom: 40px;}

#wrap_columnas{max-width: 95%;}
.staff_col{width: 30%; margin-right: 10px; margin-left: 10px; margin-top: 50px;}

.somos{
	max-width:100%;
	background-image: url(../imagenes/bg_blanco_somos.png);
	background-repeat: repeat-y;
	background-position: -50px;
}
.somos-foto{width: 40%;}
.somos-texto{width: 55%;padding-left: 20px;}

#intro_productos{max-width: 100%;}
.producto_col, .producto_col_recomendado{width: 30%;}
.dos_col{width:100%;margin-bottom:50px;}
.dos_col-serv{width:100%;margin-bottom:0px;}

.tres_col_corp{
	width: 95%;
	min-height:100px;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;

	margin-top: 20px;
	margin-left: 15px;
	margin-right: 15px;
}


#galeria_proyecto{max-width:100%; padding: 0px; border-style: solid; border-width: 0px; border-color: #FFF; background-color: #FFF;}


footer{width:100%; height:290px;margin-left: 50px;}
.col_uno_footer{display:none;}
.col_dos_footer{width: 45%;}
.col_tres_footer{width: 45%;margin-left: 40px;}


}/*FIN MEDIA QUERIES */

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

#wrap_columnas{max-width: 100%;}
.col_prod_home{width: 90%; margin-right: 5px; margin-left: 5px;}

.prod_nombre_home{width: 100%;height: 150px;box-sizing: border-box;padding-top: 70px;}
.nomb-prod-home-gris{font-size: 28px;line-height: 30px;}
.nomb-prod-home-blanco{font-family: 'Titillium Web', sans-serif;font-size: 32px;line-height: 30px;}


.col_proyect_home{width: 90%;margin-right: 5px;margin-left: 5px;margin-top: 10px;}
.col_proyect_home:hover{width: 90%; margin-right: 5px; margin-left: 5px;margin-top: 10px;}
.proyect_imagen_home{width: 100%;height: 200px;}
.nomb-proy-home{font-size: 24px;line-height: 28px;}
.proyect_nombre_home{width: 100%;min-height: auto;padding-bottom: 0px;}

#wrapper_sec_marcas{height:660px;}
.col_marcas{width: 40%; margin-bottom: 40px;margin-right: 10px;margin-left: 10px;}

.somos{max-width:100%;background-color: #282F36;box-sizing: border-box;padding-top: 0px;padding-bottom: 40px;
	background-image: url();
}

.somos-foto{width:100%;}
.somos-texto{width:100%;box-sizing: border-box; padding-top:30px;padding-left: 10px; padding-right: 10px;}
.staff_col{width: 70%;}

.col_uno_intro{width:100%;}
.col_dos_intro{width:100%;}

.dos_col-serv{width:90%;margin-bottom:0px;}
.dos_col{width:90%;margin-bottom:50px;}
.producto_col{width: 90%;}
.producto_col_recomendado{width: 40%;}
.producto_col:hover{margin-top:40px;}


.col_dos_footer{width: 100%;}
.col_tres_footer{width: 100%;min-height:130px;margin-left: 10px; box-sizing: border-box;padding-top: 5px;}
footer{width:90%; height:490px;margin-left: 20px;}



}/*FIN MEDIA QUERIES */


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


#banner_resp{height:470px;}



}/*FIN MEDIA QUERIES */



