<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*tabla*/
table, .bck-table {
    border: 1px solid #80808040;
}

table td, .bck-table td {
    border-color: #80808040;
}

table td.bck-td-2 {
    background-color: #F7F9EB;
}

/*lista desordenada*/
#actividad .content .texto_curso ul li:before, #actividad .content .workspace ul li ul li:before, #actividad .content .texto_curso .bck-ul li:before, #actividad .content .workspace ul li .bck-ul li:before, #actividad .popover-background.shown .popover-content &gt; ul &gt; li:before {
    content: ' ';
    top: 5px;
    background: #333;
}

/*listas ordenadas*/
ol.bck-ol.bck-ol-1 {
    padding-left: 18px;
}

#actividad .content .texto_curso .bck-ol-1 li:before, #actividad .popover-content .bck-ol-1 li:before, #actividad .content .workspace ul li .bck-ol-1 li:before {
    content: counter(bck-li-counter) ".";
    top: -1px;
    color: #99CF15;
}

#actividad .content .texto_curso ol.bck-ol-2 li:before, #actividad .popover-content ol.bck-ol-2 li:before, #actividad .content .workspace ul li ol.bck-ol-2 li:before {
    content: counter(bck-li-counter, lower-alpha) ")";
    color: #333;
    font-size: 1.8rem;
    font-style: italic;
}

#actividad .content .texto_curso .bck-ol-1 li:before, #actividad .popover-content .bck-ol-1 li:before, #actividad .content .workspace ul li .bck-ol-1 li:before {
    left: -38px;
    width: 35px;
}

/*cajas*/
.bck-box.bck-box-4 .bck-title:before{
    display: none;
}

.bck-box.bck-box-4 .bck-title {
    padding: 5px 5px 5px 5px;
    color: #99CF15;
}
.bck-box.bck-box-4 .bck-content {
    border-bottom: 2px solid #99CF15;
}

/*títulos*/
.bck-title-1 {
    color: #99CF15;
}

#actividad .content .header .title h3 {
    color: #99CF15;
}

.bck-title-5 {
    color: #99CF15;
    border-bottom: 1px solid #99CF15;
}

/*pop-up*/

.info-template .info-title.shown {
    font-size: 2rem;
    margin: 0 2px 12px 0px;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #CFCFCF;
}

.info-template .info-title {
    color: #B3B800;
    font-family: 'SUBROC-REGULAR';
}
.info-popover .popover-title:before, .popover-template .popover-title:before{
    color: #B3B800;
}
.info-popover .popover-title, .popover-template .popover-title .popover-title-text {
    font-family: 'SUBROC-REGULAR';
    font-size: 2.8rem;
}

.info-popover .popover-title, .popover-template .popover-title {
    color: #B3B800;
    background: #fff;
}

.fa-times:before {
    content: "\f00d";
    color: #999;
}

.info-template .info-title.shown:before {
    display: none;
}

/**/

.activities-dropdown .nav-tabs &gt; li.active{
    background-color: #F27060;
    color: #fff;
}

#actividad a{
   background-color: transparent;
   text-align: center;
}
.bck-dropdown-2 .bck-dropdown-content {
   max-height: none;
}

/*Padding enlace*/

body:not(.edit) #actividad a:not(.cke_button):not(.zoom_flag_img) {
   padding-right: 0;
}</pre></body></html>