.contPrincipal{
    padding-top: 110px;
  }
  
  .contImg{
      display: flex;
      justify-content: center;
  }
  
  #imagen-preview {
      width: 400px;
      height: 165px;
      border: 1px solid #ccc;
      border-radius: 10px;
      overflow: hidden;
  }
  
  .imgP{
      width: 100%;
      height: 165px;
      border-radius: 10px;
      object-fit: cover;
  }
  
  .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
  
    /* -- */
  
    .dataTables_wrapper .dataTables_length label {
      display: flex;
      align-items: center;
      padding-top: 10px;
    }
  
    .dataTables_wrapper .dataTables_length select {
      margin: 10px; /* Agregar un margen izquierdo para separar "Mostrar" del select */
      width: 90px;
    }
  
    .dataTables_filter {
      display: flex;
      justify-content: flex-end;
      margin-bottom: 10px;
    }
  
    .pagination {
      justify-content: flex-end;
    }
  
    .dataTables_info {
      padding: 10px;
    }
  
    .art {
      padding-bottom: 8px;
    }
