:root {
	--inebase_light_theme: #deeed7;
	--inebase_dark_theme: #4e7d36;
}

.ui-dialog-titlebar {
	background-color: var(--inebase_light_theme);
	color: #333333;
}

.MenuColorFondoSecc{
	background-color: var(--inebase_light_theme);
	color: #333333;
}

dl.subelement {
    border: 1px dotted var(--inebase_light_theme);
}

dl.subelement dt {
    color: var(--inebase_dark_theme);
	color: #FFFFFF;
}

.inebase_capitulo {
	background : var(--inebase_light_theme);
	color: #333333;
}

h1.inebase_titulo{
	background : var(--inebase_dark_theme);
	color: #FFFFFF;
}

.notaTextoNota{
  background-color: var(--inebase_light_theme);
  color: #333333;
}

/*SECCIONES*/

ul:is(.secciones, .subSecc) > li > .note > .notetitle {
    background: var(--inebase_dark_theme);
	color: #FFFFFF;
}

ul:is(.secciones, .subSecc) > li > .note, ul:is(.secciones, .subSecc) > li > .notaTextoNota {
    background: var(--inebase_light_theme);
	color: #333333;
}

ul:is(.secciones, .subSecc) > li.title-incomplete > * {
    background: var(--inebase_light_theme);
	color: #333333;
}

ul:is(.secciones.highlight, .subSecc.highlight) > li:not([role="none"]) {
    background: var(--inebase_light_theme);
	color: #333333;
}

ul:is(.secciones.highlight, .subSecc.highlight) > li > .title {
    background: var(--inebase_light_theme) !important;
	color: #333333 !important;
	font-weight: bold;
}

ul:is(.secciones.highlight, .subSecc.highlight) > li > .title::after {
    background: var(--inebase_light_theme);
	color: #333333;
}

ul:is(.secciones.highlight, .subSecc.highlight) > li.full:not(.empty) {
    background: var(--inebase_light_theme);
	color: #333333;
}