function abrirFoto(prop,foto){
	window.open('/VerFoto.py?d='+String(prop)+','+String(foto),'Fotos','width=590,height=550,scrollbars,resizable');
}

