function nuevo_registro()
 {
     //proceso de programacion
     $this->seguridad();
     $pais = Pais::verPaises();
     //vistas en html
     fk_js_addLink(fk_theme_url() . '/js/cargar_ciudad.js');
     fk_header();
     $this->Load->View('albaranes/nuevo_registro.php', array('pais' => $pais));
     fk_footer();
 }