/**
 * Parallax Scrolling Tutorial
 * For NetTuts+
 *  
 * Author: Mohiuddin Parekh
 *	http://www.mohi.me
 * 	@mohiuddinparekh   
 */


body{
	margin:0;
	padding:0;
}
#index {
	height: 1000px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
	background-attachment: fixed;
	background-image: url(../img/index.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
/* Introduction */

.index  {
	position: absolute;
	text-indent: -9999px;
	top: 100px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../imagenes/logo/index.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
}
#nosotros {
	height: 1000px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
	background-attachment: fixed;
	background-image: url(../img/nosotros.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
/* Introduction */

.nosotros  {
	position: absolute;
	text-indent: -9999px;
	top: 100px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../contenido/nosotros.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100%;
	width: 100%;
}
#productos {
	height: 1000px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
	background-attachment: fixed;
	background-image: url(../img/productos.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.productos  {
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	top: 100px;
	width: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../contenido/productos.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#galeria {
	height: 1000px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
	background-attachment: fixed;
	background-image: url(../img/galeria.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
/* Introduction */

.galeria  {
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	background-attachment: scroll;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 291px;
	top: 360px;
}
#contacto {
	height: 1000px;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	position: relative;
	box-shadow: 0 0 50px rgba(0,0,0,0.8);
	background-attachment: fixed;
	background-image: url(../img/contacto.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.contacto  { background: url("../images/parallax.png") no-repeat scroll center top transparent; height: 458px; position: absolute; text-indent: -9999px; top: 291px; width: 100%; }
