+ $m->addStyleSheet($noticia->getCSS());
+ $noticias->updateCellAttributes(0, 1, array('valign'=>'top', 'width'=>'600'));
+ }else//No hay ninguna
+ {
+ $mensaje = new HTML_Mensaje('alerta', 'No hay Noticias en esta Seccion', 300);
+ $noticias->addRow(array($arbol,$mensaje));
+ $m->addStyleSheet($mensaje->getCSS());
+ $noticias->updateCellAttributes(0, 1, array('valign'=>'middle', 'align'=>'center','width'=>'600'));