fieldset,img { 
	border:0;
}
ol,ul {
	list-style:none;
}
/* Begin Ad 1 */
#ad-1 {
	width: 100%;
	height: 200px;
	margin: 0px auto 0;
	background-repeat: repeat;
	overflow: hidden;
	position: relative;
		z-index: 0;
	}
#ad-1 #clouds {
	position: absolute;
	top: 0px;
	z-index: 0;
}
#ad-1 #cloud-group-1 {
	width:100%;
	position: absolute;
	left:0px;
	-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;
	z-index: 0;
}

	#ad-1 .cloud-1 {
		width: 237px;
		height: 110px;
		background-image: url(../images/nube.png);
		position: absolute;
		top: 0px;
		left: 100px;
	}
	#ad-1 .cloud-2 {
		width: 205px;
		height: 110px;
		background-image: url(../images/nube2.png);
		position: absolute;
		top: 25px;
		left: 600px;
	}
	#ad-1 .cloud-3 {
		width: 152px;
		height: 88px;
		background-image: url(../images/nube3.png);
		position: absolute;
		top: 35px;
		left: 1330px;
	}
	
/* WebKit Animations */
@-webkit-keyframes cloud-group-1-animation {
	0%       {left: 0px;}
	99.9999%   {left: -1920px;}
	100%     {left: 0px;}
}
@-webkit-keyframes cloud-group-2-animation {
	0%       {left: 1920px;}
	99.9999%   {left: 0px;}
	100%     {left: 1920px;}
}

/* FireFox Animations */
@-moz-keyframes cloud-group-1-animation {
	0%       {left: 0px;}
	99.9999%   {left: -1920px;}
	100%     {left: 0px;}
}
/* Opera Animations */
@-o-keyframes cloud-group-1-animation {
	0%       {left: 0px;}
	99.9999%   {left: -1920px;}
	100%     {left: 0px;}
}
/* IE Animations */
@-ms-keyframes cloud-group-1-animation {
	0%       {left: 0px;}
	99.9999%   {left: -1920px;}
	100%     {left: 0px;}
}
/* Animations */
@keyframes cloud-group-1-animation {
	0%       {left: 0px;}
	99.9999%   {left: -1920px;}
	100%     {left: 0px;}
}
/* End Ad 1 */