/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


var popup_animado = function (url){
    var beneficios = $(".popup2");
    var con_beneficios = $("#block_content2");
    beneficios.css('background-color','transparent')
    beneficios.css('background-image','url('+url+')')
    beneficios.css('background-repeat','no-repeat')
    beneficios.css('width','620px')
    beneficios.css('height','620px')
    con_beneficios.fadeIn(800).delay(500);
    $("#block_content2").delay(5000).fadeOut(500);    
    /*beneficios.rotate({animateTo:20,callback:function(){
        beneficios.rotate({animateTo:-20,callback:function(){
            beneficios.rotate({animateTo:0,callback:function(){                                   
                $("#block_content2").delay(5000).fadeOut(500);
           }})
       }})
   }});    */
}
