$(window).load(function(){$("#loading").fadeOut("medium");$("#contenido").fadeIn("slow");if(location.hash){setTimeout(function(){$("html,body").scrollTo(location.hash,800)},700)}});$(document).ready(function(){$("#m_productos").addClass("hilight");$.localScroll();$("img").noContext();$(".seccion img").hover(function(){$(this).parents("div:first").find(".txtlamp>a").addClass("hilight")},function(){$(this).parents("div:first").find(".txtlamp>a").removeClass("hilight")})});