.documentos {
    overflow: hidden;
    width: 100%;
  }
  .documentos .icono a {
    display: block;
    height: 58px;
    width: 46px;
    margin: auto;
  }
  .documentos .nombre {
    display: block;
  }
  .documentos .infoDocumentos .fecha {
    padding-left: 5px;
    border-left: 1px solid #ccc;
  }
  .numeroDoc {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 40px;
  }
  .subcategorias {
    float: left;
    width: 100%;
  }
  .documentos .pdf > a {
    background: url(/mod/Documentos/img/pdf.png) center no-repeat;
  }
  .documentos .doc > a {
    background: url(/mod/Documentos/img/doc.png) center no-repeat;
  }
  .documentos .rar > a {
    background: url(/mod/Documentos/img/rar.png) center no-repeat;
  }
  .documentos .zip > a {
    background: url(/mod/Documentos/img/zip.png) center no-repeat;
  }
  .documentos .xls > a {
    background: url(/mod/Documentos/img/xls.png) center no-repeat;
  }
  .documentos .ppt > a {
    background: url(/mod/Documentos/img/ppt.png) center no-repeat;
  }
  .documentos .default > a {
    background: url(/mod/Documentos/img/default.png) center no-repeat;
  }
  .descripcionSearch {
    padding: 0px;
  }
  .divVermasSearach {
    display: flex;
    justify-content: end;
  }
  .tituloSearch {
    padding: 0px;
  }