.cielo {
	margin: 0;
	padding: 0;
/*	height: 200px;*/	background: url(../images/bg_body.jpg) #fff repeat-x;

}			
	#sol {
		display: none;
		position: absolute;
		top: 0px;
		right: 20%;
		width: 89px;
		height: 88px;
		background: url(../images/sol.png) no-repeat;
			opacity: 0.75;
			filter: alpha(opacity=40);
	}
	
	#nube1 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 98px;
		height: 46px;
		background: url(../images/nube1.png) no-repeat;
		opacity: 0.5;
	}
	
	#nube2 {
		position: absolute;
		top: 7%;
		left: 15%;
		width: 65px;
		height: 26px;
		background: url(../images/nube2.png) no-repeat;
		opacity: 0.7;
	}
	
	#nube3 {
		position: absolute;
		top: 5%;
		right: 5%;
		width: 42px;
		height: 25px;
		background: url(../images/nube3.png) no-repeat;
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	
	#tierra {
		position: absolute;
		width: 100%;
		height: 157px;
		left: 0;
		bottom: 0px;
		overflow: hidden;
	}
	
		#lomas {
			position: absolute;
			width: 856px;
			height: 176px;
			right:: 0%;
			bottom: 0px;
			background: url(../images/lomas.png) no-repeat;
		opacity: 0.25;
				filter: alpha(opacity=25);
		}
		
		#yerba1 {
			position: absolute;
			display: none;
			width: 100%;
			height: 14px;
			left: 0;
			bottom: 0px;
			background: url(../images/yerba1.png) repeat-x;
		}
		
		#arbusto1 {
			position: absolute;
			width: 50px;
			height: 89px;
			left: 0%;
			bottom: 0px;
			background: url(../images/arbusto1.png) repeat-x;
		opacity: 0.5;
				filter: alpha(opacity=70);
		}
		
		#arbusto2 {
			display: none;
			position: absolute;
			width: 63px;
			height: 114px;
			right: 0%;
			bottom: 0px;
			background: url(../images/arbusto3.png) repeat-x;
		opacity: 0.5;
				filter: alpha(opacity=70);
		}
		
		#flores {
			position: absolute;
			width: 100%;
			height: 28px;
			left: -100%;
			bottom: 0px;
			background: url(../images/flores.png) repeat-x;
		}
		
		#yerba2 {
			position: absolute;
			width: 100%;
			height: 18px;
			left: 0;
			bottom: 0px;
			background: url(../images/yerba2.png) repeat-x;
		}