- $row = array ('<font face="Arial, Helvetica, sans-serif" size="3" color="#FFFFFF"><b>'.$this->_seccionSeleccionada->_nombre.'</b></font>');
- $this->_tabla->addRow($row,'align="left" bgcolor="#336699" colspan="'.$colspan.'"');
+ if ($this->_seccionSeleccionada) {
+ $row = array ($this->_armarEncabezado($this->_seccionSeleccionada->_nombre.$this->_configuracion['subtitulo']));
+ $this->_tabla->addRow($row,'align="left" bgcolor="#FFFFFF"');
+ $imagen = new MECON_HTML_Image('/MECON/images/general_linea2.gif',
+ str_repeat('-', 108), array('border' => 0, 'align' => 'center'));
+ $this->_tabla->addRow(array ($imagen->toHtml()), 'align="center"');
+ }