$(document).ready(function() {
	$("#main-menu > li").click(function () {
		var attrValue = $(this).children("a").attr("href");
		top.location.href = attrValue;
	});
	$("#main-menu > li > a").css("display","none");
	
	$("#sub-nav > li").click(function () {
		var attrValue = $(this).children("a").attr("href");
		top.location.href = attrValue;
	});
	$("#sub-nav > li > a").css("display","none");
});
$(document).ready(function() {
	$('#gal a').lightBox();
});
$(document).ready(function() {
	$(".p-client a[rel='dl']").click(function() {return confirm('borrar?');});
})
