+ case 'clara':
+ $tmp = $this->_conf['atributos']['celda_comun'];
+ $tmp['bgcolor'] = $this->_conf['atributos']['celda_titulo']['bgcolor'];
+ $tmp['class'] = $this->_conf['atributos']['celda_titulo']['class'];
+ $rta = array_merge($rta, $tmp);
+ $rta[$attr] = $attr;
+ break;
+ case 'oscura':
+ $tmp = $this->_conf['atributos']['celda_comun'];
+ $tmp['bgcolor'] = $this->_conf['atributos']['celda_cabecera']['bgcolor'];
+ $tmp['class'] = $this->_conf['atributos']['celda_cabecera']['class'];
+ $rta = array_merge($rta, $tmp);
+ $rta[$attr] = $attr;
+ break;
+ case 'comun_clara':
+ $tmp = $this->_conf['atributos']['celda_comun'];
+ $tmp['class'].= '_clara';
+ $rta = array_merge($rta,
+ $this->_conf['atributos']["celda_comun"]);
+ $rta[$attr] = $attr;
+ break;