-$IMG1 = new HTML_Image('../../images/servicios_agenda_lupa.gif');
-$IMG2 = new HTML_Image('../../images/servicios_agenda_mail.gif');
-$TELECO = new HTML_Image('../../images/servicios_agenda_teleco.gif');
-$LINK_1 = new HTML_Link('mailto:teleco@mecon.gov.ar', $IMG2);
-$LINK_2 = new HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'txt2'));
+$IMG1 = new MECON_HTML_Image('../../images/servicios_lupa.gif');
+$IMG2 = new MECON_HTML_Image('../../images/servicios_mail.gif');
+$TELECO = new MECON_HTML_Image('../../images/servicios_logo_telecomunicaciones.gif');
+$LINK_1 = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', $IMG2);
+$LINK_2 = new MECON_HTML_Link('mailto:teleco@mecon.gov.ar', 'Consultas', array(), array ('class' => 'servicios_agenda_txt2'));
+$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',325,550,500);
+$TABLA_INSTITUCIONAL->addRow(array($INST), 'align="center"');