$(document).ready(function() {
	$(".aldaleon").mouseenter(function() {
	  $(".aldaleon").css("background-image", "url(libro-aldaleonb.png)")   
	});
	$(".aldaleon").mouseleave(function() {
	  $(".aldaleon").css("background-image", "url(libro-aldaleon1b.png)")   
	});
	
	$(".helena").mouseenter(function() {
	  $(".helena").css("background-image", "url(libro-helenab.png)")   
	});
	$(".helena").mouseleave(function() {
	  $(".helena").css("background-image", "url(libro-helena1b.png)")   
	});
});



