function imagenAlternativa(target,src,w,h){
	$('#'+target).html('<img src="'+src+'" width="'+w+'" height="'+h+'" />');
}
