.view-busqueda-global table {
  table-layout: fixed;
  width: 100%;
}

.view-busqueda-global table th:nth-child(1),
.view-busqueda-global table td:nth-child(1) {
  width: 35%;
}

.view-busqueda-global table th:nth-child(2),
.view-busqueda-global table td:nth-child(2) {
  width: 50%;
  word-wrap: break-word;
  overflow: hidden;
}

.view-busqueda-global table th:nth-child(3),
.view-busqueda-global table td:nth-child(3) {
  width: 15%;
  white-space: nowrap;
}