@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700);

body {
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	
	overflow: hidden;/**/
	
	-webkit-text-size-adjust: 100%;
}

h1, p, li, h1, h2, h3, h4, h5 {
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
	
	margin: 10px 15px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	
	color: #519125;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	
	color: #5F75aa;
	border-bottom: solid 2px #5F75aa;
}
.texto_naranja {
	color: #F60;
	font-weight: bold;
}
.texto_verde {
	color: #519125;
	font-weight: bold;
}




/*--------------------- encabezado --------------------*/

header {
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 4px;
	margin: 0px;
	padding: 0px;
	
	border-top: solid 4px #76be43;
	/*border-bottom: solid 1px #bbb;*/
}




/*--------------------- menu superior --------------------*/

#logo {
	position: relative;
	display: block;
	float: left;
	width: 220px;
	height: 47px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	
	background-image: url(../img/logo_gridimex.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#menu_boton_menu {
	position: fixed;
	display: none;
	top: 0px;
	right: 10px;
	width: 30px;
	height: 30px;
	
	background-color: #09233B;
	background-image: url(../img/interface/menu_boton.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
	border-radius: 5px;
}

#menu_boton_inicio {
	display: none;
}

#menucho {
	position: fixed;
	display: block;
	top: 10px;
	
	width: 100%;
	margin: 0px auto;
	
	z-index: 1000;
}
#menucho div {
	position: relative;
	display: block;
}
#menu_botones {
	overflow: auto;
	
	transition: 		height 500ms ease, width 500ms ease, padding 500ms ease;
	-webkit-transition: height 500ms ease, width 500ms ease, padding 500ms ease;
}
#menu_botones li {
	border-left: solid 1px #76BE43;
	
	transition: 		height 500ms ease, width 500ms ease, padding 500ms ease;
	-webkit-transition: height 500ms ease, width 500ms ease, padding 500ms ease;
}
#menu_botones li:first-child, #menu_botones li:nth-child(2) {
	border-left: none;
}





/* ------------------------ contenido ------------------------ */

.seccion {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.seccion section {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	/*background-color: #066;*/
}




#contenidoSecciones {
	position: relative;
	display: block;
	
	width: 100%;
	min-width: 320px;
	margin: 0px auto;
	
	padding: 20px 3%;
	
	background-color: rgba(255, 255, 255, .8);
	/*border-radius: 10px;*/
	
	overflow: auto;
	
	/*box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, .3);*/
}




.columna1, .columna2, .columna3, .columna4, .columna_marcas {
	display: block;
	float: left;
	
	width: 56%;
	vertical-align: top;
	
	/*background-color: #fc0;*/
	opacity: 0;
	
	box-sizing: content-box;
	
	transition: 		opacity 500ms ease;
	-webkit-transition: opacity 500ms ease;
}
.columna2 {
	width: 42%;
}
.columna3 {
	width: 39%;
}
.columna4 {
	width: 19%;
	margin-top: 20px;
}
.columna_marcas {
	width: 49.5%;
}




/*--------------------- footer --------------------*/

footer {
	position: fixed;
	display: block;
	float: left;
	left: 0px;
	bottom: 0px;
	width: 100%;
	
	color: #666;
	cursor: default;
	
	/*background-color: #fc0;*/
}
footer p, footer h1 {
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	margin-right: 35px;
}
footer h1 {
	font-size: 12px;
	color: #519125;
	text-align: center;
}
footer h1 a:hover {
	color: #519125;
}





/* ------------------------ inicio ------------------------ */

#inicio_contenido {
	position: relative;
	display: block;
	width: 90%;
	/*max-width: 1200px;*/
	margin: 0px auto;
	padding: 0px;
	
	overflow: hidden;
	
	/*background-color: #fc0;*/
}
#inicio_banner {
	position: relative;
	display: block;
	height: 100%;
	margin: 0px;
	
	overflow: hidden;
}
#inicio_banner li {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	
	background-image: url(../img/inicio/foto1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
	opacity: 0;
	
	transition: 		opacity 2s ease-in-out;
	-webkit-transition: opacity 2s ease-in-out;
}
#inicio_banner li:first-child {
	opacity: 1;
}

.inicio_banner_marco1, .inicio_banner_marco2, .inicio_banner_marco3 {
	position: absolute;
	display: block;
	bottom: 0px;
	width: 77px;
	height: 100%;
	background-size: 77px 10px;
	background-position: 0% 0%;
	background-repeat: repeat-y;	
}
.inicio_banner_marco1 {
	left: 0px;
	background-image: url(../img/inicio/foto_marco1.png);
}
.inicio_banner_marco2 {
	right: 0px;
	background-image: url(../img/inicio/foto_marco2.png);
}
.inicio_banner_marco3 {
	left: 0px;
	width: 100%;
	height: 77px;
	background-image: url(../img/inicio/foto_marco3.png);
	background-size: 10px 77px;
	background-repeat: repeat-x;		
}
.inicio_boton1, .inicio_boton2, .inicio_boton3, .inicio_boton4 {
	position: absolute;
	display: block;
	float: left;
	width: 24%;
	height: 180px;
	bottom: 5px;
	margin: 0px 0.5% 0px 0.5%;
	padding: 0px;
	
	/*border: solid 1px #fc0;*/
	background-color: rgba(255, 255, 255, .7);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 5px;
	
	cursor: pointer;
	
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .75);
	overflow: hidden;
}
#inicio_boton1_fondo1, #inicio_boton1_fondo2, #inicio_boton1_fondo3 {
	position: absolute;
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/inicio/inicio_img1_2.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
	opacity: 0;
	
	transition: 		opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}
#inicio_boton1_fondo2 {
	background-image: url(../img/inicio/inicio_img1_3.jpg);
}
#inicio_boton1_fondo3 {
	background-image: url(../img/inicio/inicio_img1_4.jpg);
}
.inicio_boton1 {
	background-image: url(../img/inicio/inicio_img1.jpg);
}
.inicio_boton2 {
	background-color: rgba(221, 228, 73, .75);
	background-image: url(../img/inicio/inicio_img2.jpg);
}
.inicio_boton3 {
	background-color: rgba(26, 94, 217, .75);
	background-image: url(../img/inicio/inicio_img3.jpg);
}
.inicio_boton4 {
	background-image: url(../img/inicio/inicio_img4.jpg);
}
#inicio_boton1_imagen1, #inicio_boton1_imagen2, #inicio_boton1_imagen3, #inicio_boton1_imagen4, #inicio_boton1_imagen5, #inicio_boton1_imagen6, #inicio_boton1_imagen7, #inicio_boton1_imagen8, #inicio_boton1_imagen9, #inicio_boton1_imagen10, 
#inicio_boton2_logo, #inicio_boton2_imagen, 
#inicio_boton3_logo, #inicio_boton3_imagen {
	position: absolute;
	display: block;
	top: 100%;
	left: 49%;
	width: 10px;
	height: 10px;
	opacity: 0;
	
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
	transition: 		top 1s ease-in-out, left 1s ease-in-out, width 500ms ease, height 500ms ease, opacity 1s ease;
	-webkit-transition: top 1s ease-in-out, left 1s ease-in-out, width 500ms ease, height 500ms ease, opacity 1s ease;
}
#inicio_boton1_imagen1, #inicio_boton1_imagen2, #inicio_boton1_imagen3, #inicio_boton1_imagen4, #inicio_boton1_imagen5, #inicio_boton1_imagen6, #inicio_boton1_imagen7, #inicio_boton1_imagen8, #inicio_boton1_imagen9, #inicio_boton1_imagen10 {
	top: 49%;
	left: 49%;
	background-image: url(../img/inicio/logo_savia.png);
}
#inicio_boton1_imagen2 {
	background-image: url(../img/inicio/inicio_1_2.png);
}
#inicio_boton1_imagen3 {
	background-image: url(../img/inicio/inicio_1_3.png);
}
#inicio_boton1_imagen4 {
	background-image: url(../img/inicio/logo_magna.png);
}
#inicio_boton1_imagen5 {
	background-image: url(../img/inicio/inicio_1_4.png);
}
#inicio_boton1_imagen6 {
	background-image: url(../img/inicio/inicio_1_5.png);
}
#inicio_boton1_imagen7 {
	background-image: url(../img/inicio/inicio_1_6.png);
}
#inicio_boton1_imagen8 {
	background-image: url(../img/inicio/inicio_1_7.png);
}
#inicio_boton1_imagen9 {
	background-image: url(../img/inicio/inicio_1_8.png);
}
#inicio_boton1_imagen10 {
	background-image: url(../img/inicio/inicio_1_9.png);
}
#inicio_boton2_logo {
	background-image: url(../img/inicio/logo_savia.png);
}
#inicio_boton2_imagen {
	background-image: url(../img/inicio/inicio_2.png);
}
#inicio_boton3_logo {
	background-image: url(../img/inicio/logo_magna.png);
}
#inicio_boton3_imagen {
	background-image: url(../img/inicio/inicio_3.png);
}






/*--------------------- mapa --------------------*/

#mapa, #clientes {
	position: relative;
	display: block;
	
	width: 100%;
	margin: 10px auto;
	
	overflow: hidden;
}
#mapa {
	margin: 0px auto;
}
#mapa div {
	position: relative;
	display: block;
	
	width: 100%;
	height: 280px;
	
	margin: 0px auto;
	
	background-image: url(../img/mapa.jpg);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#mapa p {
	position: absolute;
	display: block;
	bottom: -10px;
	font-size: 11px;
}


#quienes_productos1, #quienes_foto1 {
	display: block;
	width: 100%;
	height: 360px;
	
	margin: 0px;
	padding: 0px;
	background-image: url(../img/foto1.jpg);
	background-size: contain;
	background-position: 50% 30%;
	background-repeat: no-repeat;
}
#quienes_foto1 {
	height: 170px;
	
	margin-bottom: 20px;
	
	background-image: url(../img/quienes_foto1.jpg);
	background-size: cover;
	background-position: 50% 75%;
	
	border-radius: 10px;
}




/*--------------------- marcas --------------------*/

#nuestras_marcas {
	position: relative;
	display: block;
	
	width: 100%;
	height: 350px;
	
	margin: 10px auto;
}
#nuestras_marcas li {
	display: block;
}
#nuestras_marcas li:before {
	content: url(../img/interface/vineta.png);
	margin-right: 10px;
}
.nuestras_titulo {
	display: block;
	float: left;
	width: 95%;
}
.cuadro {
	position: relative;
	display: block;
	float: left;
	
	width: 49%;
	height: 150px;
	margin: 0.5%;
	padding: 0px;
	
	overflow: hidden;/**/
	
	/*transition: 		top 300ms ease, left 300ms ease, width 300ms ease, height 300ms ease;
	-webkit-transition: top 300ms ease, left 300ms ease, width 300ms ease, height 300ms ease;*/
}
.cuadro_frente, .cuadro_vuelta {
	position: relative;
	float: left;
	
	width: 49%;
	height: 150px;
	
	background-color: #fff;
	/*border-radius: 10px;*/
	
	/*box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .3);*/
	
	/*transition: 		top 500ms ease, left 500ms ease, width 500ms ease, height 500ms ease;
	-webkit-transition: top 500ms ease, left 500ms ease, width 500ms ease, height 500ms ease;*/
}
.cuadro_frente {
	margin: 0px 0.5%;
	
	background-image: url(../img/productos/logo_1.jpg);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
	cursor: pointer;
}
.cuadro_vuelta {
	width: 0px;
	height: 0px;
	overflow: hidden;
}
.cuadro_logo, .cuadro_imagencita {
	display: block;
	width: 150px;
	height: 120px;
	background-image: url(../img/productos/logo_1.jpg);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.cuadro_imagencita, 
.cuadro_imagencita1, 
.cuadro_imagencita2 {
	margin-top: 0px;
	width: 100%;
	height: 280px;
}
.cuadro_imagencita1, .cuadro_imagencita2 {
	float: left;
	width: 68%;
	
	background-position: center right;
	background-size: contain;
	background-repeat: no-repeat;
}
.cuadro_imagencita2 {
	width: 32%;
	background-position: center left;
	
	cursor: pointer;
}
#banner_savia {
	position: fixed;
	display: block;
	top: 50%;
	left: 50%;
	width: 0px;
	height: 0px;
	background-image: url(../img/productos/prod_1_imagen.png);
	background-color: rgba(0, 0, 0, 0.0);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	opacity: 0;
	
	transition: 		top 500ms ease, left 500ms ease, width 500ms ease, height 500ms ease, opacity 500ms ease;
	-webkit-transition: top 500ms ease, left 500ms ease, width 500ms ease, height 500ms ease, opacity 500ms ease;
}





#b_video {
	display: block;
	float: left;
	width: 33%;
	color: #fff;
	margin: 0px auto;
	padding: 50px 80px 10px 15px;
	
	font-size: 18px;
	font-weight: lighter;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
	
	background-color: #333;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .3);
	border: solid 3px #fff;
	border-radius: 10px;
	
	cursor: pointer;
}
.video1 {
	background-image: url(../img/b_video1.jpg);
}
.video2 {
	background-image: url(../img/b_video2.jpg);
}
.video3 {
	background-image: url(../img/b_video3.jpg);
}

#comercial {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background-color: rgba(0, 0, 0, .8);
	z-index: 10000;
}
#comercial video {
	box-shadow: 0px 0px 50px rgba(0, 0, 0, .5);
	/*border: solid 3px rgba(255, 255, 255, .2);*/
	border-radius: 15px;
}
#b_video_cerrar, #b_video_cerrar2, #b_video_reiniciar {
	position: fixed;
	display: block;
	width: 30px;
	height: 30px;
	
	background-image: url(../img/b_cerrar.png);
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	
	cursor: pointer;
}
#b_video_cerrar2, #b_video_reiniciar {
	display: none;
	width: 60px;
	height: 80px;
	
	background-image: url(../img/b_cerrar2.png);
}
#b_video_reiniciar {
	background-image: url(../img/b_reiniciar.png);
}





/*--------------------- desarrolla --------------------*/

#desarrolla_secciones {
	margin-left: 15px;
}
#desarrolla_secciones figure {
	display: block;
	height: 30px;
	overflow: hidden;
	
	transition: 		height 500ms ease;
	-webkit-transition: height 500ms ease;
}
#desarrolla_secciones figure h3 {
	margin: 0px;
	font-size: 17px;
	cursor: default;
}
#desarrolla_secciones figure h3:hover {
	/*color: #104ea5;*/
}
#desarrolla_secciones figure h3:before {
	content: url(../img/interface/lista.png);
	margin-right: 10px;
}
.desarrolla_dock {
	position: relative;
	display: block;
	width: 100%;
	height: 120px;
	margin: 4px 0px;
	padding: 15px;
	background-color: rgba(0, 0, 0, .05);
	border-radius: 5px;
}

#desarrolla_pop {
	position: absolute;
	display: block;
	top: 150%;
	left: 50%;
	width: 5%;
	height: 5%;
	padding: 30px;
	margin: 0px;
	
	background-color: rgba(255, 255, 255, .9);
	border-radius: 20px;
	
	opacity: 1;
	
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .3);
	
	transition: 		top 500ms ease, left 500ms ease, width 500ms ease, height 500ms ease, opacity 500ms ease;
	-webkit-transition: top 500ms ease, left 500ms ease, width 500ms ease, height 500ms ease, opacity 500ms ease;
}






/*--------------------- clientes --------------------*/

#clientes li {
	position: relative;
	display: block;
	float: left;
	
	width: 13%;
	height: 125px;
	
	margin: 0 0.5%;
	padding: 0px;
	
	background-color: rgba(255, 255, 255, 1);
	background-image: url(../img/clientes/clientes_1.jpg);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	/*border-radius: 20px;*/
	
	/*box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .3);*/
}





/*--------------------- contacto --------------------*/

#linea {
	float: left;
	width: 1px;
	height: 200px;
	
	background-color: #519125;
}

#contactoIconos {
	float: left;
	margin: 0px 25px 0px 25px;
	width: 30px;
	height: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}

#formulario {
	width: 100%;
}
#formulario div {
	float: left;
	margin: 0px;
}
#input {
	width: 90%;
	color: #3A8C01;
	font-size: 13px;
	margin: 5px 0 5px 0;
}
#formulario_enviar {
	padding: 7px 10px;
	margin: 5px;
	color: #fff;
	background-color: #3A8C01;
	border-radius: 5px;
	cursor: pointer;
}
.formulario_obligatorio {
	color: #090;
	height: 12px;
	font-size: 24px;
	line-height: 10px;
	font-weight: lighter;
}








@media print{    
    header, nav, footer, .no_imprimir, .no_imprimir *{
        display: none !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	select:focus, textarea:focus, input:focus {
		font-size: 16px;
		background:#eee;
	}
}

@media only screen and (max-width: 800px) {
	body {
		overflow: auto;
	}
	#contenedorcito {
		display: block;
		float: left;
		top: 0px;
		overflow-x: hidden;
		overflow-y:scroll;
	}
	.columna3, .columna4 {
		width: 100%;
	}
	
	
	
	#logo {
		/*float: right;*/
		margin: 7px 0px 0px 0px;
	}
	#menu_boton_menu, #menu_boton_inicio {
		display: block;
		
		cursor: pointer;
	}
	#menucho {
		top: -5px;
	}
	#menu_botones {
		position: absolute;
		top: 5px;
		left: 0px;
		width: 100%;
		
		background-color: rgba(0, 0, 0, .8);
	}
	.menu_botones_cerrado {
		height: 0px;
		padding: 0px;
		border-radius: 0px 0px 0px 0px;
	}
	.menu_botones_abierto {
		height: auto;
		padding: 15px;
		border-radius: 0px 0px 10px 10px;
	}
	#menu_botones li, #menu_boton_inicio {
		float: none;
		margin: 5px;
		color: #fff;
		padding: 20px 15px;
		border-left: none;
		border-bottom: solid 1px rgba(255, 255, 255, .2);
	}
	#menu_botones li:last-child {
		border-bottom: none;
	}
	.menu {
		width: 100%;
		height: 59px;
	}
	
	
	
	.inicio_banner_marco1, .inicio_banner_marco2 {
		display: none;
	}
	#inicio_contenido {
		width: 100%;
	}
	.inicio_boton1, .inicio_boton2, .inicio_boton3, .inicio_boton4 {
		width: 47%;
	}
	.inicio_boton1, .inicio_boton2 {
		bottom: 135px;
	}
	.columna1, .columna2, .columna3, .columna_marcas {
		width: 100%;
	}
	
	
	
	#quienes_productos1 {
		height: 200px;
	}
	
	
	
	#clientes li {
		width: 32%;
		height: 100px;
		
		margin: 0 0.5%;
		padding: 0px;
	}
	
	
	
	
	
	
	#linea {
		float: left;
		width: 100%;
		height: 1px;
		
		margin: 30px auto;
	}
}

@media only screen and (max-width: 500px) {
}