/* CSS Document */
@charset "utf-8";
html{
	width:100%;
	height:100%;
	overflow-x: hidden;
}
@font-face {
	font-family: 'GothamLight';
	font-style: normal;
	font-weight: normal;
	src: local('GothamLight'), url('GothamLight.woff') format('woff');
}
@font-face {
	font-family: 'GothamBook';
	font-style: normal;
	font-weight: normal;
	src: local('GothamBook'), url('GothamBook.woff') format('woff');
}
@font-face {
	font-family: 'GothamBold';
	font-style: normal;
	font-weight: normal;
	src: local('GothamBold'), url('GothamBold.woff') format('woff');
}
@font-face {
	font-family: 'GothamBlack';
	font-style: normal;
	font-weight: normal;
	src: local('GothamBlack'), url('GothamBlack.woff') format('woff');
}

body {
	font-family: 'GothamBook';
	text-align:center;
	margin:0;
	background:#FFF;
	width:100%;
	height:100%;

}
.clearer{
    display:block;
    clear: both;
}
.amarillo{ color:#FFD000; }
.blanco{ color:#FFF; }
.negro{ color:#000; }
.p{ width:100%; padding:0; font-size:13px; color:#999; text-align:left; line-height:15px; }
.centrado{ width:100%; text-align:center; }
.resaltar{ font-family: 'GothamBold'; }

input:focus {
	background-color:#000;
	color:#FFF;
}

/*INICIO*/
#slide{
	width:100%;
	background:#000;
	/*min-height:500px;*/
	max-height:700px;
	display:table;
	overflow:hidden;
}
#slide_izq{
	width:67.4%;
	position:absolute;
	left:-5%;
	z-index:2000;
	overflow:hidden;
}
#slide_izq img{
	height:100%;
}
#slide_der{
	width:60%;
	z-index:1000;
	overflow:hidden;
	margin-left:41%;
}
#slide_der img{
	width:100%;
	overflow:hidden;
}
#logotipo{
	width:auto;
	padding:0;
	position:absolute;
	left:7%;
	top:40%;
	z-index:3000;
	
}
#logotipo img{
	width:30%;
}
#menu_inicio{
	position:absolute;
	top:5%;
	left:10%;
	font-family: 'GothamLight';
}
#menu_inicio ul{
	list-style:none;
}
#menu_inicio ul li{
	line-height:25px;
	text-align:left;
}
#menu_inicio ul li a{
	font-size:11px;
	text-decoration:none;
	color:#FFF;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#menu_inicio ul li a:hover{
	text-decoration:none;
	color:#FFD000;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#submenu{
	width:auto;
	margin-left:10px;
	padding-left:10px;
	border-left:solid 1px #FFD000;
}
#bloque_amarillo{
	width:100%;
	padding:50px 0;
	height:auto;
	display:table;
	background:#FFD000;
	line-height:20px;
}
#ba_1{
	width:20%;
	text-align:center;
	float:left;
	font-size:15px;
}
#ba_2{
	width:80%;
	float:left;
	font-size:13px;
}
#ba_2 ul{
	list-style:none;
	width:100%;
}
#ba_2 ul li{
	width:25%;
	text-align:center;
	float:left;
	font-family: 'GothamBold';
}
.bold{ font-family: 'GothamBold'; }
#bloque_anaranjado{
	width:50%;
	float:left;
	background:#DB9000;
	padding:20px 0;
}
#bloque_anaranjado_cliente{
	width:76%; 
	margin:0 11.5%;
	float:left;
	background:#DB9000;
	padding:20px 0;
}
#bloque_blanco{
	width:50%;
	float:left;
	background:#FFF;
	padding:20px 0;
}
#titulo_v{
	width:20%;
	float:left;
	text-align:center;
}
#titulo_v img{
	width:20%;
}
#iconos{
	width:80%;
	float:left;
	font-size:12px;
}
#ic{
	width:50%;
	float:left;
	padding:10px 0;
	text-align:center;
	color:#FFF;
	line-height:30px;
}
#ic img{
	width:30%;
}
#bloque_negro{
	width:100%;
	height:auto;
	display:table;
	background:#000;
	line-height:20px;
}
#bn_1{
	width:80%;
	float:left;
	font-size:13px;
	padding:50px 0;
}
#bn_1 ul{
	list-style:none;
	width:100%;
}
#bn_1 ul li{
	width:25%;
	text-align:center;
	float:left;
	font-family: 'GothamBold';
	color:#FFF;
}
#bn_2{
	width:20%;
	text-align:center;
	float:left;
}
#bn_2 img{
	width:50%;
}
#bloque_imagen{
	width:100%;
	height:auto;
	min-height:150px;
	max-height:250px;
	display:table;
	background:url(../images/home_valores.png);
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}
#bloque_imagen_f{
	width:100%;
	height:250px;
	background:rgba(0,0,0,0.8);
	display:table;
	padding:50px 0;
}
#valores_izq{
	width:40%;
	float:left;
	text-align:center;
	font-size:15px;
	color:#FFF;
	font-family: 'GothamLight';
	line-height:25px;
}
#valores_izq h1, #valores_der h1{
	font-size:20px;
	line-height:20px;
}
#valores_der{
	width:60%;
	float:left;
	text-align:left;
	font-size:15px;
	color:#FFF;
	font-family: 'GothamLight';
}
#valores_der p{
	width:90%;
	font-size:13px;
	line-height:20px;
	color:rgba(255,255,255,0.7);
}
#linea{
	margin:10px 35%;
	border-bottom:solid 1px #FFD000;
	text-align:center;
	width:30%;
}


#footer{
	width:100%;
	padding:20px 0;
	height:auto;
	display:table;
	background:#FFF;
	text-align:center;
	font-size:12px;
	color:#333;
}
#footer_izq{
	width:60%;
	float:left;
	text-align:right;
	padding-top:4px;
}
#footer_der{
	width:38%;
	float:left;
	text-align:left;
	padding:0 1%;
}
#footer img{
	height:20px;
}

/*GALERIA*/
#menu_interior{
	width:100%;
	height:auto;
	display:table;
	background:#000;
	font-size:12px;
	position:fixed;
	z-index:10000;
}
#menu_izq{
	width:80%;
	float:left;
}
#menu_izq ul{
	width:100%;
	list-style:none;
}
#menu_izq ul li{
	width:15%;
	float:left;
	text-align:center;
	position:relative;
}
#menu_izq ul li a{
	padding:30px 0;
	text-decoration:none;
	color:#FFF;
	display:block;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#menu_izq ul li a:hover{
	padding:30px 0;
	text-decoration:none;
	color:#FFD000;
	display:block;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#menu_izq ul li ul{
	display:none;
	width:100%;
	margin:0;
	padding-top:0;
	position:absolute;
	z-index:5000;
	font-size:12px;
}
#menu_izq ul li:hover> ul{
	display:block;
}
#menu_izq ul li ul li{
	width:100%;
	border-bottom:solid 1px rgba(204,204,204,0.5);
}
#menu_izq ul li ul li a{
	color:#FFD000;
	background:rgba(0,0,0,0.9);
	padding:15px 0;
	display:block;
}
#menu_izq ul li ul li a:hover{
	color:#333;
	padding:15px 0;
	background:rgba(255,255,255,0.9);
}
.seleccionado{
	text-decoration:underline;
	color:#FFD000;
}
#menu_der{
	width:20%;
	float:left;
	text-align:center;
	padding:10px 0;
}
#menu_der img{
	width:20%;
}
#titulo_seccion{
	width:100%;
	padding:20px 0;
	text-align:center;
	font-size:30px;
	font-family: 'GothamBold';
	color:#FFD000;
}
#galeria{
	width:80%;
	padding:20px 10%;
	height:auto;
	display:table;
}
#galeria ul{
	width:100%;
	list-style:none;
}
#galeria ul li{
	width:18%;
	height:140px;
	margin:0 1% 10px 1%;
	background:#000;
	float:left;
	position:relative;
	background-image:url(../images/back_galeria.jpg);
	background-position:center;
	background-size:cover;
	overflow:hidden;
}
#galeria ul li a img{
	/*width:100%;
	height:100%;*/
	width:100%;
	height:100%;
	opacity:1;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
	display:block;
	z-index:200;
}
#galeria ul li a:hover img{
	opacity:0;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#video{
	width:80%;
	padding:20px 10%;
	height:auto;
	display:table;
}
#video ul{
	width:100%;
	list-style:none;
}
#video ul li{
	width:23%;
	height:200px;
	margin:0 1% 10px 1%;
	background:#000;
	float:left;
	position:relative;
	background-image:url(../images/back_galeria.jpg);
	background-position:center;
	background-size:cover;
	overflow:hidden;
}
#video ul li a img{
	/*width:100%;
	height:100%;*/
	width:100%;
	height:100%;
	opacity:1;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
	display:block;
	z-index:200;
}
#video ul li a:hover img{
	opacity:0;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
/*#video{
	width:80%;
	padding:20px 10%;
	height:auto;
	display:table;
	position:relative;
}*/
#imagen_video{
	width:100%;
	height:100%;
	position:absolute;
	top:10%;
	left:0;
	text-align:center;
	z-index:20000;
}

/*ATENCIÓN AL CLIENTE*/
#slide{
	width:100%;
	height:auto;
	background:#FFF;
	padding-top:70px;
}
#slide img{
	width:100%;
}
#titulo_seccion{
	width:100%;
	padding:0;
	text-align:center;
	font-size:30px;
	font-family: 'GothamBook';
}
#beneficios{
	width:100%;
	padding:20px 0;
	height:auto;
	display:table;
}
#beneficios h1{
	font-family: 'GothamBold';
	font-size:15px;
	line-height:25px;
}
#beneficios p{
	font-family: 'GothamLight';
	font-size:13px;
}
#beneficios ul{
	width:100%;
	list-style:none;
}
#beneficios ul li{
	width:23%;
	padding:0 5% 30px 5%;
	float:left;
}
#beneficios ul li a img{
	width:15%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#beneficios ul li a:hover img{
	width:15%;
	opacity:0.5;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#categorias{
	width:80%;
	margin:20px 10%;
	height:auto;
	display:table;
}
#categorias ul{
	width:100%;
	list-style:none;
}
#categorias ul li{
	width:29%;
	margin:0 2%;
	padding:0;
	float:left;
	background:#FFD000;
	height:420px;
}
#categorias ul li img{
	width:100%;
}
#categorias h1{
	font-family: 'GothamBold';
	font-size:15px;
	line-height:25px;
}
#categorias p{
	width:60%;
	padding:0 20%;
	font-family: 'GothamLight';
	font-size:13px;
	text-align:left;
}
#imagen_categoria{
	width:100%;
	min-height:150px;
	max-height:250px;
	overflow:hidden;
}
#imagen_categoria a img{
	width:100%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#imagen_categoria a:hover img{
	width:150%;
	margin:-25% 0 0 -25%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#space_izq{
	width:20%;
	padding:20px 0;
	float:left;
}
#space_izq img{
	width:90%;
}
#space_der{
	width:74%;
	padding:20px 3%;
	float:left;
	text-align:left;
}
#space_der h1{
	font-family: 'GothamBook';
	font-size:20px;
	line-height:25px;
	color:#FFF;
}
#space_der p{
	width:100%;
	padding:0;
	font-family: 'GothamLight';
	font-size:13px;
	text-align:left;
	color:#FFF;
}
#puntos_asistencia{
	width:100%;
	height:auto;
	display:table;
}
#puntos_asistencia ul{
	width:100%;
	list-style:none;
}
#puntos_asistencia ul li{
	width:11%;
	text-align:center;
	float:left;
}
#puntos_asistencia ul li img{
	width:50%;
}
#bloque_proposito{
	width:80%;
	padding:50px 10%;
	height:auto;
	display:table;
	background:#FFD000;
	line-height:20px;
}
#bloque_proposito p{
	font-size:13px; color:#000; text-align:center; line-height:15px;
}
#bloque_proposito ul{
	width:100%;
	padding:20px 0;
	list-style:none;
}
#bloque_proposito ul li{
	width:20%;
	float:left;
	text-align:center;
	font-size:15px;
	font-family: 'GothamBold';
}
#bloque_proposito ul li a img{
	width:30%;
	padding-bottom:10px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#bloque_proposito ul li a:hover img{
	width:40%;
	padding-bottom:5px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}

/*CONTACTO*/
#contacto_izq{
	width:20%;
	padding-top:80px;
	float:left;
	text-align:center;
}
#contacto_izq img{
	width:70%;
}
#contacto_der{
	width:70%;
	padding:20px 5%;
	float:left;
	text-align:left;
}
#contacto_der_1{
	width:65%;
	float:left;
	font-size:13px;
	color:#333;
}
#contacto_der_2{
	width:35%;
	padding:0;
	text-align:center;
	float:left;
	font-size:13px;
	color:#000;
	line-height:20px;
}
#contacto_der_2 img{
	height:40px;
}
.txt{
	width:85%;
	padding:10px;
	font-size:13px;
	color:#333;
	border:none;
	background:rgba(204,204,204,0.3);
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
.txt:hover{
	width:85%;
	padding:10px;
	font-size:13px;
	color:#FFF;
	border:none;
	background:rgba(0,0,0,0.9);
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
.txt2{
	width:85%;
	height:120px;
	padding:10px;
	font-size:13px;
	color:#333;
	border:none;
	background:rgba(204,204,204,0.3);
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
.txt2:hover{
	width:85%;
	height:120px;
	padding:10px;
	font-size:13px;
	color:#FFF;
	border:none;
	background:rgba(0,0,0,0.9);
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
.enviar{
	padding:10px 20px;
	background:rgba(204,204,204,0.3);
	color:#333;
	border:none;
	cursor:pointer;
	font-family: 'GothamBold';
}

/*PARQUES*/
#bloque_parques{
	width:80%;
	padding:50px 10%;
	height:auto;
	display:table;
	background:#FFD000;
	line-height:20px;
}
#parques_a, #parques_b, #parques_c, #parques_am, #parques_am2{
	width:100%;
	height:auto;
	display:table;
}
#parques_a ul li, #parques_b ul li, #parques_c ul li, #parques_am ul li, #parques_am2 ul li{
	width:21%;
	padding:10px 0;
	margin:0 2%;
	float:left;
	font-size:15px;
	color:#333;
	font-family: 'GothamBold';
	line-height:30px;
	position:relative;
}
#parques_a ul li a, #parques_b ul li a, #parques_c ul li a, #parques_am ul li a, #parques_am2 ul li a{
	color:#333;
	text-decoration:none;
}
#parques_a ul li a img, #parques_b ul li a img, #parques_c ul li a img, #parques_am ul li a img, #parques_am2 ul li a img{
	width:100%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#parques_a ul li a:hover img, #parques_b ul li a:hover img, #parques_c ul li a:hover img, #parques_am ul li a:hover img, #parques_am2 ul li a:hover img{
	width:110%;
	height:110%;
	margin:-5% 0 0 -5%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#parques_botones{
	width:100%;
	text-align:center;
	padding:10px 0;
}
#parques_botones a{
	padding:3px 9px;
	background:#FFF;
	border-radius:30px;
	text-decoration:none;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#parques_botones a:hover{
	background:#000;
	border-radius:30px;
	text-decoration:none;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#iconos_parques{
	width:100%;
	height:auto;
	padding:30px 0;
	display:table;
}
#iconos_parques li{
	width:16%;
	padding:0 2%;
	text-align:center;
	float:left;
	font-size:13px;
	color:#999;
	line-height:20px;
}
#iconos_parques li a img{
	width:30%;
	padding-bottom:10px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#iconos_parques li a:hover img{
	width:50%;
	padding-bottom:10px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
	opacity:0.4;
}
.slogan{
	font-size:30px;
	color:#000;
	font-family: 'GothamBold';
}

/*DETALLE*/
#imagen{
	width:100%;
	text-align:center;
}
#imagen img{
	width:50%;
}
.btn_cotizar{
	font-size:15px;
	font-family: 'GothamBold';
	color:#FFD000;
}
#navegacion{
	width:100%;
	height:auto;
	display:table;
	font-size:14px;
}
#nav_1{
	width:40%;
	float:left;
	text-align:right;
}
#nav_1 a, #nav_3 a{
	text-decoration:none;
	color:#333;
	padding:5px;
	display:block;
}
#nav_2{
	width:18%;
	padding:5px 1% 0 1%;
	float:left;
	text-align:center;
}
#nav_3{
	width:40%;
	float:left;
	text-align:left;
}

/*PRODUCTOS*/
#negro_izq{
	width:50%;
	padding:50px 5%;
	text-align:center;
	font-size:30px;
	color:#FFF;
	float:left;
	line-height:30px;
}
#negro_der{
	width:40%;
	padding:20px 0;
	text-align:center;
	float:left;
}
#negro_der img{
	width:40%;
}
#ic_amarillos{
	width:14.5%;
	padding:0 1%;
	float:left;
	text-align:center;
}
#ic_amarillos a img{
	width:30%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#ic_amarillos a:hover img{
	width:30%;
	margin-top:-20px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#ic_amarillos h1{
	font-size:15px;
	color:#FFD000;
}
#ic_amarillos p{
	font-size:12px;
	color:#FFF;
}
#ic_verde{
	width:16%;
	padding:0 2%;
	float:left;
	text-align:center;
}
#ic_verde img{
	width:70%;
	padding-bottom:10px;
}
#ic_verde h1{
	font-size:15px;
	color:#FFF;
	font-family: 'GothamLight';
	text-transform:uppercase;
}
#soluciones_1{
	width:35%;
	float:left;
	text-align:left;
	overflow:hidden;
}
#soluciones_1 a img{
	width:100%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#soluciones_1 a:hover img{
	width:120%;
	margin:0 0 0 0;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#soluciones_2{
	width:30%;
	float:left;
	text-align:center;
	font-size:30px;
	padding-top:80px;
}
#soluciones_3{
	width:35%;
	float:left;
	text-align:right;
	overflow:hidden;
}
#soluciones_3 a img{
	width:100%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#soluciones_3 a:hover img{
	width:120%;
	margin:0 0 0 -20%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#bloque_negro2{
	width:90%;
	padding:30px 5%;
	background:#000;
}
#iconos_w{
	width:12.2%;
	padding:20px 1%;
	text-align:center;
	float:left;
	font-size:15px;
	color:#FFD000;
	text-transform:uppercase;
}
#iconos_w a img{
	width:40%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#iconos_w a:hover img{
	width:50%;
	opacity:0.8;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#negocios_izq{
	width:20%;
	float:left;
	padding:50px 0;
	text-align:center;
}
#negocios_izq img{
	width:70%;
}
#negocios_der{
	width:80%;
	padding:20px 0;
	float:left;
}
#negocios_der_1{
	width:90%;
	padding:10px 5%;
	text-align:center;
	color:#000;
	font-size:25px;
	float:left;
	font-family: 'GothamBook';
}
#negocios_der_1 a img{
	height:30px;
	padding:0 30px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#negocios_der_1 a:hover img{
	height:40px;
	padding:0 30px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
/*#negocios_der_2{
	width:30%;
	float:left;
	text-align:center;
}
#negocios_der_2 img{
	height:30px;
	padding:0 10px;
}*/
#tipo_negocio{
	width:29%;
	margin:0 2%;
	float:left;
	position:relative;
	overflow:hidden;
}
#tipo_negocio a img{
	width:100%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#tipo_negocio a:hover img{
	width:130%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
	margin-left:-15%;
}
#titulo_negocio{
	width:100%;
	padding:10px 0;
	text-align:center;
	background:#000;
	font-size:13px;
	color:#FFD000;
}
#ideas_izq{
	width:40%;
	padding:10px 5%;
	text-align:center;
	float:left;
}
#ideas_izq h1{
	font-size:25px;
	color:#FFD000;
}
#ideas_izq p{
	font-size:13px;
	color:#999;
}
#ideas_izq img{
	width:20%;
	padding-bottom:10px;
}
#ideas_der{
	width:40%;
	padding:10px 5%;
	text-align:center;
	float:left;
}
#ideas_der h1{
	font-size:25px;
	color:#FFD000;
}
#ideas_der p{
	font-size:13px;
	color:#999;
	text-align:left;
	margin:10px 20%;
}
#punto_idea{
	width:19%;
	margin:20px 3%;
	float:left;
	text-align:center;
}
#punto_idea h1{
	margin-left:35%;
	width:70px;
	padding:55px 33px;
	font-size:20px;
	color:#000;
	border:solid 2px #FFD000;
	border-radius:80px;
	margin-bottom:10px;
	font-family: 'GothamBold';
}
#punto_idea p{
	width:80%;
	text-align:center;
	font-size:13px;
	color:#999;
	padding-left:22%;
}
#iconos_hill{
	width:16%;
	margin:10px 2%;
	text-align:center;
	float:left;
}
#iconos_hill a img{
	width:20%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#iconos_hill a:hover img{
	width:20%;
	margin-top:-20px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#iconos_hill h1{
	font-size:15px;
	color:#FFD000;
}
#iconos_hill p{
	font-size:13px;
	color:#999;
	text-transform:uppercase;
}
#colores{
	width:29%;
	margin:20px 2%;
	float:left;
	text-align:center;
}
#colores img{
	width:80%;
}
#centrado{
	width:100%;
	text-align:center;
	display:table;
	padding:20px 0 0 0;
}
#centrado img{
	width:100%;
	padding-top:20px;
}
#colores_izq{
	width:20%;
	float:left;
}
#colores_izq img{
	width:100%;
}
#colores_der{
	width:70%;
	float:left;
	padding:50px 5%;
	text-align:left;
}
#colores_der h1{
	font-size:20px;
	color:#333;
}
#colores_der p{
	font-size:13px;
	color:#999;
	line-height:25px;
}
#titulos_tipos{
	width:100%;
	padding:10px 0;
	text-align:center;
	font-size:15px;
	color:#333;
	font-family: 'GothamBold';
}
#icono_tipo{
	width:16%;
	margin:10px 2%;
	text-align:center;
	float:left;
	font-size:15px;
	color:#FFD000;
	text-transform:uppercase;
}
#icono_tipo a img{
	width:25%;
	padding-bottom:10px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#icono_tipo a:hover img{
	width:35%;
	padding-bottom:10px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#foto_linea{
	width:40%;
	margin:10px 5%;
	float:left;
	background:#FFD000;;
}
#foto_linea h1{
	padding:10px 0;
}
#foto_linea img{
	width:100%;
}













#cabecera_movil, #slide_movil, #valores_izq_movil,#forma_enviar, #ic_verde_movil, #bloqsol_movil{
	display:none;
}
#contenido_footer_1{
	display:block;
}
#contenido_footer_2{
	display:none;
}










/*MOVIL*/
@media only screen and (min-width:200px) and (max-width:1000px){
#wrapper{
	width:100%;
	padding:0 0;
	height:auto;
	display:table;
	position:relative;
}
#menu_inicio, #slide{
	display:none;
}
#menu_2{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	
}
#slide_movil{
	width:100%;
	height:auto;
	display:table;
}
#barra_negra_logo{
	width:100%;
	padding:10px 0;
	text-align:center;
	background:#000;
	/*position:absolute;
	top:0;
	z-index:5000;*/
}
#barra_negra_logo img{
	height:70px;
}
#imagenes_slide{
	width:100%;
	height:auto;
	display:table;
}
#imagenes_slide img{
	width:100%;
}
#bloque_amarillo{
	width:100%;
	padding:20px 0;
	height:auto;
	display:table;
	background:#FFD000;
	line-height:20px;
}
#ba_1{
	width:100%;
	text-align:center;
	font-size:15px;
	padding:10px 0;
}
#ba_2{
	width:100%;
	font-size:13px;
}
#bloque_anaranjado{
	width:100%;
	background:#DB9000;
	padding:20px 0;
}
#bloque_blanco{
	width:100%;
	float:left;
	background:#FFF;
	padding:20px 0;
}
#bloque_imagen_f{
	width:100%;
	height:auto;
	background:rgba(0,0,0,0.8);
	display:table;
	padding:50px 0;
}
#valores_izq{
	display:none;
}
#valores_izq_movil{
	width:90%;
	padding:10px 5%;
	text-align:center;
	font-size:15px;
	color:#FFF;
	font-family: 'GothamLight';
	line-height:25px;
	display:block;
}
#valores_izq h1, #valores_der h1{
	font-size:20px;
	line-height:20px;
}
#valores_der{
	width:80%;
	padding:10px 10%;
	text-align:left;
	font-size:15px;
	color:#FFF;
	font-family: 'GothamLight';
}
#contenido_footer_1{
	display:none;
}
#contenido_footer_2{
	display:block;
}
#footer_izq{
	width:100%;
	text-align:center;
	padding:10px 0;
}
#footer_der{
	width:100%;
	text-align:center;
}
















#cabecera_movil{
	width:100%;
	display:table;
	position:relative;
	z-index:6000;
}
#logotipo_movil{
	width:100%;
	padding:20px 0;
	text-align:center;
}
#logotipo_movil img{
	height:200px;
}
#datos_movil{
	width:98%;
	padding:10px 1%;
	text-align:right;
	font-size:11px;
	color:#333;
}
#datos_movil a{
	text-decoration:none;
	color:#333;
}
#datos_movil img{
	height:30px;
}
#logo_movil_inicio{
	width:100%;
	padding:20px 0;
	text-align:center;
	display:block;
}
#logo_movil_inicio img{
	width:60%;
}
#menu_movil{
	position:absolute;
	top:15px;
	left:5px;
	display:block;
}
#menu_movil_2{
	position:absolute;
	top:20px;
	left:10px;
	display:block;
}
#bloque_menu{
	width:100%;
	height:180px;
	padding:50px 0;
	background:#000;
	position:absolute;
	left:-100%;
	top:-8%;
	z-index:16000;
	display:table;
}
#opcion{
	width:50%;
	float:left;
	height:auto;
	padding:5px 0;
	text-align:center;
	font-size:13px;
	border-bottom:solid 1px rgba(255,204,0,0.5);
	display:table;
}
#opcion a{
	width:100%;
	text-decoration:none;
	padding:10px 0;
	color:#FFD000;
	display:block;
}
#opcion_2{
	width:50%;
	float:left;
	height:auto;
	padding:5px 0;
	text-align:center;
	font-size:13px;
	border-bottom:solid 1px rgba(255,204,0,0.5);
	display:table;
}
#opcion_2 a{
	width:100%;
	text-decoration:none;
	padding:10px 0;
	color:#F1F2F2;
	display:block;
}
#bloque_titulo_izq{
	width:30%;
	text-align:center;
	font-size:18px;
	color:#999;
	font-family: 'Signika-Semibold';
	float:left;
}

#bn_1{
	width:100%;
	float:left;
	font-size:13px;
	padding:20px 0;
}
#bn_1 ul li{
	width:50%;
	padding:10px 0;
	text-align:center;
	float:left;
	font-family: 'GothamBold';
	color:#FFF;
}
#bn_2{
	display:none;
}



#wrapper_imagen{
	width:100%;
	padding:0;
}
#wrapper_imagen img{
	width:100%;
}

/*PARQUES*/
#bloque_parques{
	width:98%;
	padding:20px 1%;
	height:auto;
	display:table;
	background:#FFD000;
	line-height:20px;
}
#menu_interior{
	display:none;
}
#parques_a ul li, #parques_b ul li, #parques_c ul li, #parques_am ul li, #parques_am2 ul li{
	width:48%;
	padding:10px 0;
	/*margin:0 5% 0 0;*/
	margin:0 1%;
	float:left;
	font-size:15px;
	color:#333;
	font-family: 'GothamBold';
	line-height:20px;
	position:relative;
}
#parques_a ul li a:hover img, #parques_b ul li a:hover img, #parques_c ul li a:hover img, #parques_am ul li a:hover img, #parques_am2 ul li a:hover img{
	width:100%;
	height:100%;
	margin:0;
	
}
#iconos_parques li{
	width:40%;
	padding:10px 5%;
	text-align:center;
	float:left;
	font-size:13px;
	color:#999;
	line-height:20px;
}
.esconder{
	display:none;
}

/*GALERÍA*/
#titulo_seccion{
	width:80%;
	padding:20px 10%;
	text-align:center;
	font-size:20px;
	font-family: 'GothamBold';
	color:#FFD000;
	display:table;
}
#galeria{
	width:100%;
	padding:20px 0;
	height:auto;
	display:table;
}
#galeria ul li{
	width:31%;
	height:90px;
	margin:0 1% 10px 1%;
	background:#000;
	float:left;
	position:relative;
	background-image:url(../images/back_galeria.jpg);
	background-position:center;
	background-size:cover;
	overflow:hidden;
}
#galeria ul li a img{
	width:100%;
	height:auto;
	opacity:1;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
	display:block;
	z-index:200;
}
#video{
	width:100%;
	padding:20px 0;
	height:auto;
	display:table;
}
#video ul li{
	width:30%;
	height:85px;
	margin:0 1% 10px 1%;
	background:#000;
	float:left;
	position:relative;
	background-image:url(../images/back_galeria.jpg);
	background-position:center;
	background-size:cover;
	overflow:hidden;
}
#video ul li a img{
	/*width:100%;
	height:100%;*/
	width:100%;
	height:auto;
	opacity:1;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
	display:block;
	z-index:200;
}

/*ATENCIÓN AL CLIENTE*/
#beneficios ul li{
	width:90%;
	padding:0 5% 20px 5%;
}
#beneficios ul li a img{
	width:15%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#beneficios ul li a:hover img{
	width:15%;
	opacity:0.5;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#categorias{
	width:100%;
	margin:20px 0;
	height:auto;
	display:table;
}
#categorias ul{
	width:100%;
	list-style:none;
}
#categorias ul li{
	width:100%;
	margin:0;
	padding:0 0 20px 0;
	float:left;
	background:#FFD000;
	height:auto;
}
#puntos_asistencia ul li{
	width:50%;
	text-align:center;
	float:left;
	padding:0 0 20px 0;
}
#puntos_asistencia ul li img{
	width:40%;
}
#bloque_proposito{
	width:100%;
	padding:50px 0;
	height:auto;
	display:table;
	background:#FFD000;
	line-height:20px;
}

#bloque_proposito ul li{
	width:50%;
	float:left;
	text-align:center;
	font-size:13px;
	font-family: 'GothamBold';
	padding:0 0 20px 0;
}
#bloque_proposito ul li a img{
	width:20%;
	padding-bottom:10px;
	
}
#bloque_proposito ul li a:hover img{
	width:20%;
	padding-bottom:10px;
	
}
#bloque_anaranjado_cliente{
	width:90%; 
	float:left;
	background:#DB9000;
	padding:20px 5%;
	margin:0;
}

/*CONTACTO*/
#contacto_izq{
	display:none;
}
#contacto_der{
	width:90%;
	padding:20px 5%;
	text-align:left;
}
#contacto_der_1{
	width:100%;
	font-size:13px;
	color:#333;
}
#contacto_der_2{
	display:none;
}
#forma_enviar{
	width:100%;
	padding:10px 0;
	text-align:center;
	display:block;
}
.txt{
	width:95%;
	padding:10px;
	font-size:13px;
	color:#333;
	border:none;
	background:rgba(204,204,204,0.3);
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}

/*PRODUCTOS*/
#negro_izq{
	width:90%;
	padding:20px 5%;
	text-align:center;
	font-size:20px;
	color:#FFF;
	line-height:20px;
}
#negro_der{
	width:90%;
	padding:20px 5%;
	text-align:center;
}
#negro_der img{
	width:20%;
}
#ic_amarillos{
	width:90%;
	padding:5px 5%;
	text-align:center;
	font-size:15px;
}
#ic_amarillos a img{
	width:10%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#ic_amarillos a:hover img{
	width:30%;
}
#ic_verde{
	width:50%;
	padding:0;
	float:left;
	text-align:center;
}
#ic_verde img{
	width:100%;
	padding-bottom:10px;
}
#ic_verde_movil{
	width:100%;
	padding:0 0 20px 0;
	text-align:center;
	display:block;
}
#bloqsol{
	display:none;
}
#bloqsol_movil{
	display:block;
	width:100%;
	margin-bottom:30px;
}
#bloqsol_movil_izq{
	width:40%;
	float:left;
	text-align:center;
	font-size:15px;
	padding-top:50px;
	font-family: 'GothamBook';
}
#bloqsol_movil_der{
	width:60%;
	float:left;
	text-align:center;
}
#bloqsol_movil_der img{
	width:100%;
}

/* CITY WALL */
#iconos_w{
	width:46%;
	padding:10px 2%;
	text-align:center;
	float:left;
	font-size:15px;
	color:#FFD000;
	text-transform:uppercase;
}
#iconos_w a img{
	width:40%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#iconos_w a:hover img{
	width:40%;
}
#negocios_izq{
	display:none;
}
#negocios_izq img{
	width:100%;
}
#negocios_der{
	width:100%;
	padding:20px 0;
	float:left;
	line-height:25px;
}
#negocios_der_1{
	width:90%;
	padding:10px 5%;
	text-align:center;
	color:#000;
	font-size:25px;
	float:left;
	font-family: 'GothamBook';
}
#negocios_der_1 a img{
	height:30px;
	padding:0 30px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#negocios_der_1 a:hover img{
	height:30px;
	padding:0 30px;
}
#tipo_negocio{
	width:100%;
	margin:0 0;
	float:left;
	position:relative;
	overflow:hidden;
	margin-bottom:1px;
}
#tipo_negocio a img{
	width:100%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#tipo_negocio a:hover img{
	width:130%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
	margin-left:-15%;
}
#titulo_negocio{
	width:100%;
	padding:10px 0 20px 0;
	text-align:center;
	background:#000;
	font-size:13px;
	color:#FFD000;
}
#ideas_izq{
	width:90%;
	padding:10px 5%;
	text-align:center;
}
#ideas_der{
	width:100%;
	padding:10px 0;
	text-align:center;
	float:left;
}
#punto_idea{
	/*width:19%;
	margin:20px 3%;*/
	width:30%;
	margin:20px 5%;
	float:left;
	text-align:center;
}
#punto_idea p{
	width:60%;
	text-align:center;
	font-size:13px;
	color:#999;
	padding-left:50%;
}

/* HILL */
#iconos_hill{
	width:46%;
	margin:10px 2%;
	text-align:center;
	float:left;
}
#iconos_hill a img{
	width:20%;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#iconos_hill a:hover img{
	width:20%;
}
#colores_der p{
	font-size:13px;
	color:#999;
	line-height:17px;
}

/* TPV */
#icono_tipo{
	width:46%;
	margin:10px 2%;
	text-align:center;
	float:left;
	font-size:15px;
	color:#FFD000;
	text-transform:uppercase;
}
#icono_tipo a img{
	width:25%;
	padding-bottom:10px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#icono_tipo a:hover img{
	width:35%;
	padding-bottom:10px;
	-webkit-transition:all .9s ease; /* Safari y Chrome */
	-moz-transition:all .9s ease; /* Firefox */
	-o-transition:all .9s ease; /* IE 9 */
	-ms-transition:all .9s ease;
}
#foto_linea{
	width:100%;
	margin:10px 0;
	float:left;
	background:#FFD000;;
}
#foto_linea h1{
	padding:10px 0;
}
#foto_linea img{
	width:100%;
}
#titulos_tipos{
	width:100%;
	padding:0 0 10px 0;
	text-align:center;
	font-size:15px;
	color:#333;
	font-family: 'GothamBold';
}

}