require_once 'HTML/Table.php';
require_once 'MECON/HTML/Link.php';
require_once 'MECON/HTML/Tabla.php';
require_once 'HTML/Table.php';
require_once 'MECON/HTML/Link.php';
require_once 'MECON/HTML/Tabla.php';
-$MARCO = new HTML_DietMarco('servicios', 'Servicios');
-$MARCO->addTitle('Brigada de Evacuación ante Emergencias');
+$MARCO = new HTML_DietMarco('servicios', 'Evacuación ante Emergencias');
+//$MARCO->addTitle('Brigada de Evacuación ante Emergencias');
$filas_edificios = array_chunk($edificios, 3, TRUE);
$TABLA_Edificios =& new MECON_HTML_Tabla('width="600"', 'oscuro');
$filas_edificios = array_chunk($edificios, 3, TRUE);
$TABLA_Edificios =& new MECON_HTML_Tabla('width="600"', 'oscuro');
- $TABLA_Edificios->updateCellAttributes($resaltar['fila'], $resaltar['columna'], 'class="txt_naranja"');
+ $TABLA_Edificios->updateCellAttributes($resaltar['fila'], $resaltar['columna'], 'class="servicios_brigada_txt_naranja"');
$filas_pisos = array_chunk($pisos, 8, TRUE);
$attrs = 'comun align="center"';
$filas_pisos = array_chunk($pisos, 8, TRUE);
$attrs = 'comun align="center"';
- $TABLA_Pisos->updateCellAttributes($resaltar2['fila'], $resaltar2['columna'], 'class="txt_naranja"');
+ $TABLA_Pisos->updateCellAttributes($resaltar2['fila'], $resaltar2['columna'], 'class="servicios_brigada_txt_naranja"');
$TABLA_Brigadistas =& new MECON_HTML_Tabla('width="600"', 'oscuro');
$TABLA_Brigadistas->addRow(array('Datos de los brigadistas'), 'cabecera colspan="4"');
$TABLA_Brigadistas =& new MECON_HTML_Tabla('width="600"', 'oscuro');
$TABLA_Brigadistas->addRow(array('Datos de los brigadistas'), 'cabecera colspan="4"');
$TABLA_Pie->addRow(array($IMG_Normas->toHtml(), $LINK_Normas->toHtml(),
$LINK_Plano->toHtml(), $IMG_Plano->toHtml()), 'width="24"');
$TABLA_Pie->addRow(array($IMG_Normas->toHtml(), $LINK_Normas->toHtml(),
$LINK_Plano->toHtml(), $IMG_Plano->toHtml()), 'width="24"');
- $TABLA_Pie->updateColAttributes(1, 'align="left" width="276" class="txt_chicoiz"');
- $TABLA_Pie->updateColAttributes(2, 'align="right" width="276" class="txt_chicoder"');
+ $TABLA_Pie->updateColAttributes(1, 'align="left" width="276" class="servicios_brigada_txt_chicoiz"');
+ $TABLA_Pie->updateColAttributes(2, 'align="right" width="276" class="servicios_brigada_txt_chicoder"');