/* CSS Document */
body{	overflow: visible; overflow-x:hidden}
#bgmov{
	background-color:#b3e0f2
}
#container {
	/*min-width: 900px;
	padding-top: 359px;*/
	width:100%;
	line-height:50px;
	color:#1b797b;
	padding:0 30px;
	float:left;
}

.stage2 {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}


/*INICIO*/
#clouds {
	background: transparent url(../images/cloud.png) 305px 20px repeat-x; z-index:3;
}
#clouds2 {
	background: transparent url(../images/cloud2.png) 305px 50px repeat-x; z-index:4;
}
#mountain {
	background: transparent url(../images/mountain.png) center bottom no-repeat; z-index:1;background-size: cover;
}
#hill2 {
	background: transparent url(../images/campo.png) left bottom no-repeat; z-index:2;background-size: cover;
}
#avioncito {
	background: transparent url(../images/avioncito.png) left 80px repeat-x; z-index:5;
}
