<?php
require_once 'MECON/Dependencia.php';
require_once 'MECON/Agente.php';
-require_once '../../../local_lib/Servicios/Legajos/Estudios.php';
-require_once '../../../local_lib/Servicios/Legajos/ExperienciaLaboral.php';
-require_once '../../../local_lib/Servicios/Legajos/Familiares.php';
+require_once 'Servicios/Legajos/Estudios.php';
+require_once 'Servicios/Legajos/ExperienciaLaboral.php';
+require_once 'Servicios/Legajos/Familiares.php';
require_once 'HTML/Table.php';
require_once 'MECON/HTML/Tabla.php';
require_once 'MECON/HTML/Image.php';
require_once 'MECON/HTML/Link.php';
require_once 'MECON/HTML/Arbol.php';
-require_once '../../../local_lib/HTML_DietMarco.php';
+require_once 'HTML_DietMarco.php';
$IMG_flecha_naranja =& new MECON_HTML_Image('../../images/servicios_flecha_naranja.gif','>>');
$m = new HTML_DietMarco('servicios', 'Legajos');
-$m->addTitle('Legajo de Personal');
+//$m->addTitle('Legajo de Personal');
$row_T = array();
$T = new HTML_Table(array ( 'width'=>'750',