function abrirFoto(id){
 window.open('pop_up_fotos.php?id='+id,'foto','resizable=no,scrollbars=no,width=630,height=550');
}