	function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);}

   $(document).ready(function(){
       $("ul.optTop li:last").css("borderRight","none");
	   $("div#ColRight div:not(:last, .calendario)").after("<hr />");
	   $("div.leftBox h1, div.rightBox h1, div.centerBox h1 ").after("<hr />");
	   $("div#footer li:last-child").css("background","none");
	   $("div.calendario a:not(.desplaza), .files a, .bookDigitales a").click(function(evt){
			evt.preventDefault();
			window.open($(this).attr("href"), "popup", "width=500,height=250, resizable=1 ,scrollbars=yes");			
	   });
   });