<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*plantilla arrastrar*/

#actividad .multimedia-container .circulo_gris.editar:before, #actividad .multimedia-container .circulo_gris.drop_solucion:before, #actividad .multimedia-container .circulo_gris.respuesta:before {
    margin-top: 12px;
    margin-left: -35px;
    margin-bottom: 0px;
    margin-right: 0px; 
   min-width: 84px;
}

/*INDICE*/

#indice .units ul li.active:not(.disabled), body:not(.isTablet) #indice .units ul li:hover:not(.disabled), #indice .units ul li:focus:not(.disabled) {
    background: #FDB913;
}

.btn-primary, .btn-primary.disabled, .btn-primary.disabled:focus {
    background-color: #FDB913;
}

a:hover, a:active, a:focus {
    color: #DF3A64;
}



.content .bck-ol1 li:before, .cke_contents .bck-ol1 li:before, .content ol li:before, .cke_contents ol li:before {
    font-size: 1.5rem;
    line-height: 2.5rem;
	border: 1px solid #B07E00;
    background: #FBBA00;
}

#actividad .workspace.multiple-choice .opcion, #actividad .workspace.matching .opcion, #actividad .workspace.ordenar .js-rank-item {
    font-size: 2.2rem;
}


#bottom-navigator li {
   color: transparent;
    background: #fff;
}

#bottom-navigator li.active {
   color: transparent;
    background: #007FA3;
}

#bottom-navigator li:hover {
    color: transparent;
    background: rgb(142, 206, 224);
}

#bottom-navigator li {
    width: 18px;
    height: 18px;
    margin: 2px 5px;
}

.content_type_clase_poptropica #actividad .content .header .title h3 span {
    line-height: 1.1rem;
}


.item-container .icon:before {
    width: 54px;
    margin-top: -16px;
}

#actividad .class_slide:last-of-type {
    padding-bottom: 0px;
}

#actividad .workspace.multiple-choice .opcion, #actividad .workspace.matching .opcion, #actividad .workspace.ordenar .js-rank-item {
    background: #fff;
}

.fillblanks-draggable-wrapper .response {
    border: 0px solid #d8d8d8;
    background: #c1e5f7;
}

#actividad .class_slide:last-of-type {
    padding-bottom: 0px;
}

.content_type_clase_poptropica #actividad .content .header .title {
    padding: 30px 97px;
    background: #C13D62;
}

.content_type_clase_poptropica #actividad .slide_content_type_1 .pregunta .texto_curso, .content_type_clase_poptropica #actividad .texto_curso, .html-book {
    font-size: 2.2rem;
}

#actividad .player.audio {
    width: 42px;
    height: 39px;
    margin-top: -6px;
}

#actividad .workspace.chooseblanks .inline-answer a {
    background: #fff;
    border: 2px solid #10a0c6;
}

.slide_main .shortanswer-container textarea, .slide_main .shortanswer-container input, .shortanswer-container .preview {
    border: 0px solid #ccc;
    border-bottom: 2px solid #10a0c6;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 2.0rem;
}


.bck-box {
    padding: 16px;
}

#actividad .workspace.test .respuestas li {
    width: 32%;
}

/*crucigrama*/

div#t20pg  .slide.crosswords-puzzle .enunciados {
    display: none;
}

div#t21pg  .slide.crosswords-puzzle .enunciados {
    display: none;
}

/*arrastrar*/

div#t1pg  .layout-panel.right {
    margin-left: 50px;
}

/*lista3*/
.content .bck-ol3 li:before, .cke_contents .bck-ol3 li:before {
    margin-top: 7px;
}</pre></body></html>