.contPrincipal{
  padding-top: 110px;
}

.contImg{
	display: flex;
    justify-content: center;
}

#imagen-preview {
	width: 100%;
	height: 148px;
	border: 1px solid #ccc;
	border-radius: 10px;
    overflow: hidden;
}

.imgP{
	width: 100%;
	height: 148px;
	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;
  }

  /* -- */

  .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
    border-radius: 6px !important;
    padding: 6px !important;
  }

  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    margin-top: 0 !important;
    border: 0 !important;
    background-color: #e9ecef !important;
  }

  .select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    border: 0 !important;
  }