$(document).ready(function()
{
	tiendaInit();
	
	update_scroll();
	setTimeout(update_scroll,1000);
	
});

$(window).resize(function()
{
  update_scroll();
});
