body {
	
    background-color: black;
    margin: 0px;
}

#content {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: 1024px;
    max-height: 768px;
    margin-left: auto;
    margin-right: auto;
   	overflow: hidden;
}

.cover-page {
	height: 100%;
	margin-left: auto;
	margin-right: auto:
}


/*Intro*/
.boton-entrar {
	position: absolute;
	top: 62.5%;
	left: 79%;
	width: 21%;
	height: 10%;
}

/*Menú categorías*/
.menu-categorias {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 73%;
	height: 100%;
}

.categorias {
	position: relative;
	height: 100%;
}

.boton-categoria {
	width: 100%;
	height: 12.36%;
}

/*General*/
.boton-regresar {
	position: absolute;
	top: 3.125%;
	left: 79%;
	width: 21%;
	height: 10.28%;
	z-index: 10;
}

/*Menú productos*/
.menu-productos {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.productos {
	position: relative;
	margin-left: 9.375%;
	margin-top: 38%;
	height: 100%;
}

.boton-producto {
	width: 22.21%;
	height: 26.95%;
	margin-right: 2.2%;
	margin-bottom: 2.45%;
	float: left;
}

#productos-bombas {
	margin-top: 31%;
}

/*Productos*/
.cover-productos.obscurecer {
	opacity: .5;
}

.boton-descripcion {
	position: absolute;
	top: 14.84%;
	left: 79%;
	width: 21%;
	height: 10.28%;
	z-index: 10;
}

.info-descripcion {
	position: absolute;
	left: 100%;
	top: 0px;
	-webkit-transition: left 1s; /* For Safari 3.1 to 6.0 */
    transition: left 1s;
    z-index: 50;
}

.info-descripcion.show {
	left: 46.48%;
}

.cover-descripcion {
	width: 100%;
	height: 100%;
}

.descripcion {
	position: relative;
	width: 100%;
}

.boton-regresar-info {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	min-width: 80px;
	height: 10.41%;
	z-index: 999999999;
}

#productos-trituracion {margin-top: 29%;}

#productos-maniobras {margin-top: 29%;}

#productos-concreto {margin-top: 29%;}

#productos-carga {margin-top: 29%;}

#productos-cimentaciones {margin-top: 29%;}

.boton-siguiente {
	position: absolute;
	top: 39.3%;
	left: 79%;
	width: 21%;
	height: 10.28%;
	z-index: 10;
}

.boton-nosotros {
	position: absolute;
	top: 71.25%;
	left: 0%;
	width: 21%;
	height: 9%;
}