@charset "UTF-8";
/* CSS Document */

/*Tipografía*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);

/*Contenedor general*/
#contenedor{
	width: 1200px;
	height: 830px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-color: #EEEEEE;
}

/*Contenido header*/
#header{
	width: 1200px;
	height: 120px;
	position: absolute;
	z-index: 99;
}

#menunosotros{
	width: 113px;
	height: 26px;
	position: absolute;
	top: 48px;
	left: 160px;
	padding-left: 15px;
	font-family: 'Open Sans';
	font-size: 18px;
	text-decoration: none;
}

#menuproductos{
	width: 118px;
	height: 26px;
	position: absolute;
	top: 48px;
	left: 319px;
	padding-left: 10px;
	font-family: 'Open Sans';
	font-size: 18px;
	text-decoration: none;
}

#menuubicacion{
	width: 113px;
	height: 26px;
	position: absolute;
	top: 48px;
	left: 753px;
	padding-left: 15px;
	font-family: 'Open Sans';
	font-size: 18px;
	text-decoration: none;
}

#menucontacto{
	width: 113px;
	height: 26px;
	position: absolute;
	top: 48px;
	left: 912px;
	padding-left: 15px;
	font-family: 'Open Sans';
	font-size: 18px;
	text-decoration: none;
}

#menulogo{
	width: 248px;
	height: 160px;
	position: absolute;
	top: 17px;
	left: 477px;
}

/*Index Edge animate*/
#edgeanimate{
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 200px;
	left: 88px;
}

/*Nosotros Parallax pijas*/
#muse{
	position: absolute;
	width: 1200px;
	height: 2962px;
	background-color: rgba(193,0,3,1.00);
	top: 120px;
}

/*Productos*/
#contenedorproductos{
	width: 1200px;
	height: 1350px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#accesorios{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 234px;
	left: 67px;
}

#balancines{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 234px;
	left: 351px;
}

#barras{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 234px;
	left: 635px;
}

#bisagras{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 234px;
	left: 920px;
}

#brazos{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 518px;
	left: 67px;
}

#carretillas{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 518px;
	left: 351px;
}

#chapas{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 518px;
	left: 635px;
}

#cristal{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 518px;
	left: 920px;
}

#felpa{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 802px;
	left: 67px;
}

#jaladeras{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 802px;
	left: 351px;
}

#manijas{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 802px;
	left: 635px;
}

#operadores{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 802px;
	left: 920px;
}

#pasadores{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 1085px;
	left: 221px;
}

#pivotes{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 1085px;
	left: 504px;
}

#selladores{
	position: absolute;
	width: 216px;
	height: 216px;
	top: 1085px;
	left: 787px;
}

/*Ubicación google maps*/
#mapa{
	position: absolute;
	width: 1200px;
	height: 710px;
	top: 120px;
}

/*Formulario*/
#facebook{
	width: 43.28px;
	height: 43.28px;
	position: absolute;
	top: 500px;
	left: 200px;
}

#imagenformulario{
	width: 1200px;
	height: 710px;
	position: absolute;
	top: 120px;
}

#correo{
	width: 500px;
	height: 100px;
	position: absolute;
	top: 100px;
	left: 80px;
	font-family: 'Open Sans';
	font-size: 20px;
	color: #F2F2F2;
}

#formulario{
	width: 300px;
	height: 330px;
	position: absolute;
	left: 200px;
	top: 100px;
}
	
.contactocontenedor{
	font-family: 'Open Sans';
	font-size: 14px;
	color: #F2F2F2;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.contactocontenedor label{
    display: block;
}
.contactocontenedor div{
    margin-bottom: 15px;
}
.contactocontenedor input[type='text'], .contactocontenedor textarea{
    padding: 7px 6px;
    width: 294px;
    resize: none;
    margin: 5px 0;
}
.contactocontenedor input[type='text']:focus, .contactocontenedor textarea:focus{
	width: 100%;
	outline: none;
}
.contactocontenedor input[type='submit']{
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: bold;
    text-shadow: #E1E1E1;
    background: #EEF5F7;
    background: -moz-linear-gradient(top, #CCCCCC 0%, #EEEEEE 100%);
    background: -webkit-linear-gradient(top, #CCCCCC 0%,#EEEEEE 100%);
}
.contactocontenedor input[type='submit']:hover{
    background: #edfcff;
    background: -moz-linear-gradient(top, #BBBBBB 0%, #EEEEEE 100%);
    background: -webkit-linear-gradient(top, #BBBBBB 0%,#EEEEEE 100%);
}
.contactocontenedor input[type='submit']:active{
    background: #211D61;
    background: -moz-linear-gradient(top, #EEEEEE 0%, #BBBBBB 100%);
    background: -webkit-linear-gradient(top, #EEEEEE 0%,#BBBBBB 100%);
	color: #FFFFFF;
}

#textoformulario{
	position: absolute;
	top: 500px;
	left: 620px;
	width: 280px;
	height: 190px;
	font-family: 'Open Sans';
	font-size: 20px;
	color: #000000;
}

#textoagradecimiento{
	position: absolute;
	top: 350px;
	left: 150px;
	height: 190px;
	font-family: 'Open Sans';
	font-size: 40px;
	color: #000000;
}