require_once 'MECON/HTML/Link.php';
require_once 'MECON/HTML/Image.php';
require_once 'MECON/HTML/Tabla.php';
+require_once '../../../local_lib/HTML_Institucional.php';
if(!isset($_SESSION['usuario'])){
header('Location: ../../servicios.php');
}
}
+$TABLA_INSTITUCIONAL = new HTML_Table('border="0" width="760" align="left"');
+$INST = new HTML_Institucional ('/sistemas/intranet/servicios/estatico/institucionales/dto/dto_areas.php',
+ 'Institucional de la D. Técnica Operativa',300,550,500);
+$TABLA_INSTITUCIONAL->addRow(array($INST), 'align="center"');
+$MARCO->addBodyContent('<br>');
+$MARCO->addBodyContent($TABLA_INSTITUCIONAL);
+
$MARCO->display();
?>