$(document).ready(function(){

	$(".table_entry tr").click(function(){
	  window.location=$(this).find("a").attr("href"); return false;
	});

});
$(document).ready(function(){

	$(".sedes td").click(function(){
	  window.location=$(this).find("a").attr("href"); return false;
	});

});
$(document).ready(function(){

	$(".informes .informe").click(function(){
	  window.location=$(this).find("a").attr("href"); return false;
	});

});
$(document).ready(function(){

	$(".informes .download").click(function(){
	  window.location=$(this).find("a").attr("href"); return false;
	});

});

