type='text/javascript'/>
El nuevo modelo de liderazgo deportivo
Del banquillo al gimnasio. Las fórmulas de los entrenadores de éxito para tu instalación.
![](http://image.slidesharecdn.com/ponenciagestionfebrero2011-110211020008-phpapp01/95/slide-1-728.jpg?1297411331)
jQuery(document).ready(function() {
jQuery("#IrArriba").hide();
jQuery(function () {
jQuery(window).scroll(function () {
if (jQuery(this).scrollTop() > 200) {
jQuery('#IrArriba').fadeIn();
} else {
jQuery('#IrArriba').fadeOut();
}
});
jQuery('#IrArriba a').click(function () {
jQuery('body,html').animate({
scrollTop: 0
}, 800);
return false;
});
});
});
//]]>