window.addEvent('domready', function() {
	var scroll2 = new Scroller($('ContenidoMenuVertical'), {area:50, velocity: 0.1});
	scroll2.start();
});
