/*abcdelf TP -CLE*/
body{ 
--color02:#B24C41; 
--color03:#008361; 
--color04:#014489; 
--color05:#9d3270; 
--color06:#225572; 
--color07:#B64747; 



}

body.default-dark-theme {
--color02:#BE574B;
--color03:#7AFFDC;
--color04:#76BAFE;
--color05:#CD60A0;
--color06:#8DC0DD;
--color07:#B84747; 


}

#actividad .bck-title-1 {
    color: var(--color06);
    font-weight: 700;
}

#actividad .bck-title-2 {
    color: var(--color02);
    font-weight: 700;
}

#actividad .bck-title-3 {
    color: var(--color03);
    font-weight: 700;
}

#actividad .bck-title-4 {
    color: var(--color04);
    font-weight: 700;
}

#actividad .bck-title-5 {
    color: var(--color05);
    font-weight: 700;
}

#actividad .bck-title-6 {
    font-weight: 700;
    color: var(--color06);
}

#actividad .bck-title-7 {
    background-color: transparent;
    border-radius: 0;
    color: var(--color07);
    font-weight: 700;
    padding: 0;
}

#actividad .bck-enfasis-1 {
    color: var(--DynWhite);
    background-color: var(--color02);
    padding: .3rem 1.3em;
    border-radius: 0 1rem 1rem 0;
    font-weight: 700;
}


#actividad .bck-enfasis-2 {
    color: var(--DynWhite);
    background-color: var(--color04);
    padding: .3rem 1.3em;
    border-radius: 0 1rem 1rem 0;
    font-weight: 700;
}

#actividad .bck-enfasis-3 {
    color: var(--DynWhite);
    background-color: var(--color05);
    padding: .3rem 1.3em;
    border-radius: 0 1rem 1rem 0;
    font-weight: 700;
}

#actividad .content .cke_contents .bck-ol-1,
#actividad .content .texto_curso .bck-ol-1,
#actividad .content .workspace ul li .bck-ol-1,
#actividad .content .cke_contents .bck-ol-2,
#actividad .content .texto_curso .bck-ol-2,
#actividad .content .workspace ul li .bck-ol-2,
#actividad .content .cke_contents .bck-ol-3,
#actividad .content .texto_curso .bck-ol-3,
#actividad .content .workspace ul li .bck-ol-3,
#actividad .content .cke_contents .bck-ol-4,
#actividad .content .texto_curso .bck-ol-4,
#actividad .content .workspace ul li .bck-ol-4,
#actividad .content .cke_contents .bck-ol-5,
#actividad .content .texto_curso .bck-ol-5,
#actividad .content .workspace ul li .bck-ol-5 {
	font-weight: 700;
}


#actividad .bck-ol-1 li::marker {
    color: var(--color02);
}

#actividad .bck-ol-2 li::marker {
    color: var(--color03);
}

#actividad .bck-ol-3 li::marker {
    color: var(--color04);
}

#actividad .bck-ol-4 li:before {
    color: var(--color05);
}

#actividad .bck-ol-5 li:before {
color: var(--color06);
} 

#actividad .bck-ol-6 li:before {
color: var(--DynBlack);
}

#actividad .bck-ol-7 li:before {
color: var(--color07);
}

#actividad .bck-ol-4 li:before, 
#actividad .bck-ol-5 li:before, 
#actividad .bck-ol-6 li:before {
    width: auto;
    content: counter(bck-li-counter) ".";
        position: absolute;
    font-weight: 700;
    background-color: transparent;
    padding: .6rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    width: 0;
    height: calc(var(--RefTextSize)*var(--MainLineHeight));
}

#actividad .bck-ol-4 li, 
#actividad .bck-ol-5 li, 
#actividad .bck-ol-6 li {
    padding-inline-start: 2rem;
}

#actividad .texto_curso ol {
    padding: 0;
    margin-bottom: var(--slide-margin-textos);
}