[id^=tabla_].ja-tabla .ja-tabla__container .dataTables_wrapper table.ja_tabla_table {
	/*width: fit-content !important;*/
	width: -webkit-fill-available !important; /* Safari, iOS */
	width: -moz-available !important; /* Firefox */
	width: fill-available !important; /* Chrome, Edge, y navegadores modernos */
}

/* Estilo para las filas pares (color oscuro) */
.ja_tabla_table tbody tr:nth-child(odd) td:first-child {
  background-color: #efedea; /* O el color de fondo de tus filas pares */
  
}

/* Estilo para las filas impares (color claro) */
.ja_tabla_table tbody tr:nth-child(even) td:first-child {
  background-color: white; /* O el color de fondo de tus filas impares */
}

.ja_tabla_table thead tr td:first-child {
	background-color: white;
	background-color: blue;
}

.barra_lateral__contenido-principal {
	overflow: hidden;
}



[id^="tabla_"].ja-tabla .ja-tabla__container .dataTables_wrapper .ja_tabla_container_wrapper table.ja_tabla_table tbody tr:nth-child(2n+1) td:first-child {
	background-color: #fafafa;
}

[id^=tabla_].ja-tabla .ja-tabla__container--fijacion_de_primera_columna:not(.ja-tabla__container--tabla-fondo-white):not(.ja-tabla__container--cebra-horizontal) table.ja_tabla_table thead tr td:first-child {
	background-color: #fafafa;
}

/* fijar contenido de tabs verticales al cambiar de tab */
.barra_lateral__contenido-principal__block .tabs-verticales .tabs-verticales-contenedor .tabs-verticales-content {
	overflow: auto;
}

/* primer columna fija cebra de color */
[id^=tabla_].ja-tabla .ja-tabla__container--cebra-horizontal.ja-tabla__container--cebra-color-gray .dataTables_wrapper table.ja_tabla_table tbody tr.even td:first-child{
	background-color: #efedea;
}

/* todos los row thead verticales con color cebra */
[id^=tabla_].ja-tabla .ja-tabla__container--cebra-vertical.ja-tabla__container--cebra-color-gray .dataTables_wrapper table.ja_tabla_table thead tr td:nth-child(odd) {
	background-color: #efedea !important;
}

/* todos los row tbody verticales con color cebra */
[id^=tabla_].ja-tabla .ja-tabla__container--cebra-vertical.ja-tabla__container--cebra-color-gray .dataTables_wrapper table.ja_tabla_table tbody tr td:nth-child(odd){
	background-color: #efedea !important;
}