$(document).ready(function(){
	$(".foto_listado").error(function(){
		$(this).attr("src", '/fotonodisponible.gif');
	});
});