function desplazar_a(elemento){ $('html,body').animate({scrollTop: $(elemento).offset().top}, 1000); }