$FORM = new MECON_HTML_QuickForm('agenda', 'post', 'agenda2', '', array ('onSubmit' => "return validar(this)", 'action' => ''));
$FORM->renderer->setTable($TABLAFORM);
$TABLA = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');
-$IMG1 = new MECON_HTML_Image('../../images/servicios_agenda_lupa.gif');
-$IMG2 = new MECON_HTML_Image('../../images/servicios_agenda_mail.gif');
-$TELECO = new MECON_HTML_Image('../../images/servicios_agenda_teleco.gif');
+$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' => 'txt2'));
//}}}