cell2.setPhrase(new Phrase(falla.getProblema(), new Font(
FontFamily.HELVETICA, 8, Font.NORMAL)));
tabla.addCell(cell0);
tabla.addCell(cell1);
tabla.addCell(cell2);
tabla.completeRow();
}
} else if (tipo.equals("1")) {// novedad
if (texto.trim().length() > 0) {
novedadList = ReporteLNBO.reporteNovedades(fechaini,
fechater, texto, idEquipo);