
#ad-1 #clouds li, #ad-1 #carrot-group li{
	list-style: none;
}
	.conejo{
		width: 100%;
		height: 600px;
		background-image: url(../Banner/bed.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 35%;
		left: 50%;
	}
	.river{
		width: 100%;
		height: 300px;
		background-image: url(../Img/window.png);
		background-repeat: no-repeat;
		position: relative;
		top:10%;
		left: 10%;
	}
	.madriguera{
		width: 100%;
		height: 215px;
		background-image: url(../Img/clock.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 5%;
		left: 50%;
	}
	.sun{
		width: 100%;
		height: 215px;
		background-image: url(../Img/alfo.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 80%;
		left: 45%;
	}
	.ali{

			width: 100%;
			height: 200px;
			background-image: url(..//Img/cuadros.png);
			background-repeat: no-repeat;
			position: absolute;
			top:10%;
			left: 70%;	

		}
	.pasto{
			width: 100%;
			height: 200px;
			background-image: url(..//Img/mueble.png);
			background-repeat: no-repeat;
			position: absolute;
			top:60%;
			left: 30%
		
	
		}
			
#ad-1 {
	width: 100%;
	height: 300px;
	margin: 0px auto 0;
	background-image: url(..//Banner/fondo3.png);
	background-position: center;
	
	overflow: hidden;
	position: relative;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}


/*
#ad-1 #content {
	width: 100%;
	height: 200px;
	float: right;
	margin-right: 50px;
	bottom: -18%;
	text-align: center;
	z-index: 2;
	position: absolute;
	overflow: visible;
	animation: movealice 8s Infinite;
	-webkit-animation: movealice 8s Infinite;
	-o-animation: movealice 8s Infinite;
	-ms-animation: movealice 8s Infinite;	
}
#ad-1 #content h2 {
		font-family: 'Chewy', cursive;
		color: #137dd5;
		line-height: 50px;
		text-shadow: 0px 0px 4px #fff;
		-webkit-animation: h2-animation 7s 1 ease-in-out;
		-moz-animation: h2-animation 7s 1 ease-in-out;
		-o-animation: h2-animation 7s 1 ease-in-out;
		-ms-animation: h2-animation 7s 1 ease-in-out;
		animation: h2-animation 7s 1 ease-in-out;
	}
	#ad-1 #content h3 {
		font-family: 'Gloria Hallelujah', cursive;
		color: #202224;
		line-height: 31px;
		text-shadow: 0px 0px 4px #fff;
		-webkit-animation: h3-animation 10s 1 ease-in-out;
		-moz-animation: h3-animation 10s 1 ease-in-out;
		-o-animation: h3-animation 10s 1 ease-in-out;
		-ms-animation: h3-animation 10s 1 ease-in-out;
		animation: h3-animation 10s 1 ease-in-out;*/
	}
	#ad-1 #clouds {
	position: absolute;
	top: 10px;
	z-index: 0;
}
#ad-1 #cloud-group-1 {
	width:1920px;
	position: absolute;
	left:0px;

}
#ad-1 #cloud-group-2{
	width:1920px;
	position: absolute;
	left:0px;

}
	#ad-1 .cloud-1 {
		width: 100%;
		height: 200px;
		background-image: url(..//Img/lamp.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 100px;
		left: 40px;
	}
	#ad-1 .cloud-2 {
		width: 100%;
		height: 200px;
		background-image: url(..//Img/lamp.png);
 		background-repeat: no-repeat;
		position: absolute;
		top: 100px;
		left: 60%;

	}
	#ad-1 .lig-1{
		width: 100%;
		height: 500px;
		background-image: url(..//Img/ligth.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 145px;
		animation: catman 3s infinite;
		left: 56.5%;
	}


		#ad-1 .lig-2{
		width: 100%;
		height: 500px;
		background-image: url(..//Img/ligth.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 145px;
		animation: catman 2s infinite;
		left: -30px;
	}


/*************************SAFARI***************************/
@-moz-keyframes catman {
	0%       {opacity: : 0;}
	30% 	 {opacity: 0.1}
	88%     {opacity: 1;}
}
@-webkit-keyframes catman {
	0%       {opacity: : 0;}
	30% 	 {opacity: 0.1}
	88%     {opacity: 1;}
}
@-o-keyframes catman {
	0%       {opacity: : 0;}
	30% 	 {opacity: 0.1}
	88%     {opacity: 1;}
}
	/***********************MOZILLA***************************/

	/***************************OPERA*************************/