.estiloTablas>thead {
	background-color: #e6e6e6 !important;
	color: #9F0056;
	font-size: 0.85em;
	font-weight: normal;
}

.background-tabla {
	background-color: rgb(255, 255, 255) !important;
	color: black !important;
	border-radius: 5px;
	display: none;
}

html.dark-mode .background-tabla {
	color: #909090 !important;
	background-color: #202020 !important;
	transition: all 0.5s;
}

.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th
	{
	background-color: #FFFFFF;
	color: #686868;
}

.table-striped tbody tr:nth-child(even) td, .table-striped tbody tr:nth-child(even) th
	{
	background-color: #fbaeb359;
	color: #686868;
}

.table-bordered td, .table-bordered th {
	border: 0px;
}

.table-borderMenus td {
	border: 2px;
	border-color: #C4C3C3;
	border-left-style: solid;
	border-right-style: solid;
}

.encabezadoPerfiles {
	background-color: #D0D0D0 !important;
	color: #9F0056 !important;
	font-size: 0.85em;
	font-weight: normal;
}

.encabezadoSubPerfil {
	background-color: #e6e6e6 !important;
	color: #9F0056 !important;
	font-size: 0.85em;
	font-weight: normal;
}

.paginate_button {
	padding-right: 10px !important;
}

.deshabilitarActivo {
	pointer-events: none;
	opacity: 0.4;
}