<td width="143" align="center"><?php 
        echo strtoupper($campo['cmas_direccion']);
        ?>
 <?php 
        echo strtoupper($campo['cmas_caserio']);
        ?>
 <?php 
        echo strtoupper($campo['ub_descripcion']);
        ?>
</td>
                <td width="135" align="center"><?php 
        echo $campo['cmas_telefono'];
        ?>
</td>
                <td width="133"><?php 
        echo $cargo->generar_select_deficientes('deficiente', 'editar_deficiencia()', '');
        ?>
</td>
                <td width="21">&nbsp;</td>
              </tr>
              <?php 
        $j = $j + 1;
    }
}
?>
            </table>
        </div></td>
      </tr>
      <tr>
        <td colspan="8" class="enfasis"></td>
      </tr>