fieldset,img { 
	border:0;
}
ul,li {
	list-style:none;
}

/* Begin Ad 1 */

.notas {
		width: 777px;
		height: 337px;
		/*background-image: url(../images/ave4.png);*/
		 cursor: move;
		z-index: 1;
		position: absolute;
		top: 61%;
		-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;
	}
	

/* WebKit Animations */
@-webkit-keyframes water-back-animation {
	0%       {bottom: 100px; left: 650px;}
	50%      {bottom: 0px; left: 0px;}
	100%     {bottom: 100px; left: 650px;}
}

/* FireFox Animations */

@-moz-keyframes water-back-animation {
	0%       {bottom: 100px; left: 650px;}
	50%      {bottom: 0px; left: 0px;}
	100%     {bottom: 100px; left: 650px;}
}

/* Opera Animations */


@-o-keyframes water-back-animation {
	0%       {bottom: 100px; left: 650px;}
	50%      {bottom: 0px; left: 0px;}
	100%     {bottom: 100px; left: 650px;}
}

/* IE Animations */

@-ms-keyframes water-back-animation {
	0%       {bottom: 100px; left: 650px;}
	50%      {bottom: 0px; left: 0px;}
	100%     {bottom: 100px; left: 650px;}
}

/* Animations */

@keyframes water-back-animation {
	0%       {bottom: 100px; left: 650px;}
	50%      {bottom: 0px; left: 0px;}
	100%     {bottom: 100px; left: 650px;}
}


/* End Ad 1 */