.piscapisca{width:580px;height:80px;background-color:#980709;-webkit-animation-name:pisca-pisca;-webkit-animation-duration:500ms;animation-name:pisca-pisca;animation-duration:500ms;animation-iteration-count:infinite;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;margin-top:260px;margin-left:10px;}
@-webkit-keyframes pisca-pisca{from{background-color:#980709;}
to{background-color:#E85A5A;}
}
@keyframes pisca-pisca{from{background-color:#980709;}
to{background-color:#E85A5A;}
}