
#ad-1 #clouds li, #ad-1 #carrot-group li{
	list-style: none;
}
	.conejo{
		width: 100%;
		height: 600px;
		background-image: url(../Img/mujer.png);
		background-repeat: no-repeat;
		position: absolute;
	left: 0%;
	top:20%;
		-webkit-animation: viejita 5s infinite;
	-o-animation: viejita 5s infinite;
	animation: viejita 5s infinite;
	}
	
			
#ad-1 {
	width: 100%;
	height: 300px;
	margin: 0px auto 0;
	background-image: url(..//Banner/fondo2.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;
		top: 20%;
		left: 80%;
	float: right;
	margin-right: 50px;
	bottom: -18%;
	z-index: 2;
	position: absolute;
	overflow: visible;

}

	#ad-1 #clouds {
	position: absolute;
	top: 10px;
	z-index: 0;
}
#ad-1 #cloud-group-1 {
	width:1920px;
	position: absolute;
	left:400px;
-webkit-animation: cloud-group-1-animation 30s infinite linear;
	-moz-animation: cloud-group-1-animation 30s infinite linear;
	-o-animation: cloud-group-1-animation 30s infinite linear;
	-ms-animation: cloud-group-1-animation 30s infinite linear;
	animation: cloud-group-1-animation 30s infinite linear;
}
#ad-1 #cloud-group-2{
	width:1920px;
	position: absolute;
	left:320px;
	-webkit-animation: cloud-group-2-animation 30s infinite linear;
	-moz-animation: cloud-group-2-animation 30s infinite linear;
	-o-animation: cloud-group-2-animation 30s infinite linear;
	-ms-animation: cloud-group-2-animation 30s infinite linear;
	animation: cloud-group-2-animation 30s infinite linear;

}
	#ad-1 .cloud-1 {
		width: 100%;
		height: 200px;
		background-image: url(..//Img/cloud-1.png);
		background-repeat: no-repeat;
		position: absolute;
		animation: catman 3s infinite;
		top: 8px;
		left: 40px;
	}
	#ad-1 .cloud-2 {
		width: 100%;
		height: 200px;
		background-image: url(..//Img/cloud-2.png);
 		background-repeat: no-repeat;
		position: absolute;
		animation: catman 4s infinite;
		top: -10px;
		left: 60%;

	}
	#ad-1 .cloud-3 {
		width: 144px;
		height: 87px;
		background-image: url(..//Img/cloud-3.png);
		background-repeat: no-repeat;
		position: absolute;
		animation: catman 5s infinite; 
		top: -5px;
		left: 530px;
	}


/*************************SAFARI***************************/

@-webkit-keyframes catman {
	0%       {opacity: : 0;}
	30% 	 {opacity: 0.1}
	88%     {opacity: 1;}
}

	@-webkit-keyframes cloud-group-1-animation {
	0%       {left: 0px;}
	99.9999% {left: 720px; height: 0px;}
	100%     {left: 0px;}
}
@-webkit-keyframes cloud-group-2-animation {
	0%       {left: 100px;}
	99.9999%   {left: 800px; height: 1300PX;}
	100%     {left: 0px;}
}
@-webkit-keyframes viejita {
    0%   { left: 0px;}
    25%  { left: 10%;}

    75%  { left: 40%;}
    100% {left: 0px;}
}
	/***********************MOZILLA***************************/
@-moz-keyframes catman {
	0%       {opacity: : 0;}
	30% 	 {opacity: 0.1}
	88%     {opacity: 1;}
}

	@-moz-keyframes cloud-group-1-animation {
	0%       {left: 0px;}
	99.9999% {left: 720px; height: 0px;}
	100%     {left: 0px;}
}
@-moz-keyframes cloud-group-2-animation {
	0%       {left: 100px;}
	99.9999%   {left: 800px; height: 1300PX;}
	100%     {left: 0px;}
}
@-moz-keyframes viejita {
    0%   { left: 0px;}
    25%  { left: 10%;}

    75%  { left: 40%;}
    100% {left: 0px;}
}
	/***************************OPERA*************************/
	@-o-keyframes catman {
	0%       {opacity: : 0;}
	30% 	 {opacity: 0.1}
	88%     {opacity: 1;}
}

	@-o-keyframes cloud-group-1-animation {
	0%       {left: 0px;}
	99.9999% {left: 720px; height: 0px;}
	100%     {left: 0px;}
}
@-o-keyframes cloud-group-2-animation {
	0%       {left: 100px;}
	99.9999%   {left: 800px; height: 1300PX;}
	100%     {left: 0px;}
}
@-o-keyframes viejita {
    0%   { left: 0px;}
    25%  { left: 10%;}

    75%  { left: 40%;}
    100% {left: 0px;}
}