function ver_img(foto,ancho,alto){
	window.open(foto,'','width='+ancho+',height='+alto);
}
