$(document).ready(function() {

	$('a.ap_no_actual').hover(function () {
		$(this).next().attr("src", 'img/punta_azul_menu.gif');
	},
	function () {
		$(this).next().attr("src", 'img/pixel_negro.gif');
	});
	
});
