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



#parallax{
	width:100%;
	height:800px;
	position:absolute;
	overflow:hidden;
	z-index:1;
	background-image:url(../images/fondoCieloPri.jpg);
	left: -1px;
}

#nube1{
	width:100.7%;
	height:800px;
	position:absolute;
	background-image:url(../images/nube1.png);
	background-repeat:repeat-x;
	background-position:center top;
	z-index:99;
}

#nube2{
	width:101%;
	height:800px;
	position:absolute;
	background-image:url(../images/nube2.png);
	background-repeat:repeat-x;
	background-position:center top;
	z-index:98;

}

#nube3{
	width:103%;
	height:800px;
	position:absolute;
	background-image:url(../images/nube3.png);
	background-repeat:repeat-x;
	background-position:center 200px;;
	z-index:1;
}

#nube4{
	width:105%;
	height:800px;
	position:absolute;
	background-image:url(../images/nube4.png);
	background-repeat:repeat-x;
	background-position:center 150px;;
	z-index:97;
}

#nube5{
	width:115%;
	height:800px;
	position:absolute;
	background-image:url(../images/nube5.png);
	background-repeat:no-repeat;
	background-position:center 70px;;
	z-index:1001;
}

#vion{
	width:100%;
	height:800px;
	position:absolute;
	background-repeat:no-repeat;
	z-index:1000;
}

#vion div{
	float:right;
	padding-right:8%;
}

#nubeF{
	width:101.5%;
	height:800px;
	position:absolute;
	background-image:url(../images/nubeabajo.png);
	background-repeat:repeat-x;
	background-position:center 530px;
	z-index:97;
}

#cerro1{
	width:100.5%;
	height:800px;
	position:absolute;
	background-image:url(../images/mountain1.png);
	background-repeat:repeat-x;
	background-position:center 610px;;
	z-index:99;
}

#pista{
	width:100%;
	height:800px;
	position:absolute;
	background-image:url(../images/pista.png);
	background-repeat:no-repeat;
	background-position:-550px bottom;
	z-index:100;
}

