fieldset,img { 
	border:0;
}
ul,li {
	list-style:none;
}

/* Begin Ad 1 */

.perro {
	
	position: absolute;
	display: block;
	top: 65%;
	left: 14%;
	/*border: 1px solid green;*/
	 z-index: 500;
	 cursor: move;
	 		-webkit-animation: water-back-animation 3s infinite ease-in-out;
		-moz-animation: water-back-animation 3s infinite ease-in-out;
		-o-animation: water-back-animation 3s infinite ease-in-out;
		-ms-animation: water-back-animation 3s infinite ease-in-out;
		animation: water-back-animation 3s infinite ease-in-out;
	}
	
	
	.tapete {
	position: absolute;
	display: block;
	top: 84%;
	left: 0%;
	/* border: 1px solid green;*/
	 z-index: 450;
	 cursor: move;
-webkit-animation: tapete-animation 3s infinite ease-in-out;
		-moz-animation: tapete-animation 3s infinite ease-in-out;
		-o-animation: tapete-animation 3s infinite ease-in-out;
		-ms-animation:tapete-animation 3s infinite ease-in-out;
		animation: tapete-animation 3s infinite ease-in-out;
	}
	


@keyframes water-back-animation {
	0%       {bottom: 100px; }
	50%      {top: 400px; }
	100%     {bottom: 100px; }
}

@keyframes tapete-animation {
	0%       {bottom: 100px; }
	50%      {top: 750px; }
	100%     {bottom: 100px; }
}

/* End Ad 1 */