$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;
--- /dev/null
+
+.mecon_html_tabla_comun_cabecera {
+ font-family: Arial, Helvetica, sans-serif;
+ font-size: 11pt;
+ font-style: bold;
+ color: #FFFFFF;
+ font-weight: normal;
+ text-decoration: none;
+}
+
+.mecon_html_tabla_comun_titulo {
+ font-family: arial, helvetica, sans-serif;
+ font-size: 10pt;
+ font-style: normal;
+ color: #000000;
+ font-weight: normal;
+ text-decoration: none;
+}
+
+.mecon_html_tabla_comun_comun {
+ font-family: arial, helvetica, sans-serif;
+ font-size: 8pt;
+ font-style: normal;
+ color: #000000;
+ font-weight: normal;
+ text-decoration: none;
+}
+