/**
 * @author Pitxi
 */
function cambiaFoto(url){
	$('img_grande').src = 'redimensionar.php?anch=500&hmax=400&imagen='+url;
}

