<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*arreglos YAM css*/
body:not(.edit) #actividad a:not(.cke_button):not(.zoom_flag_img) {
     color: #787878;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 5px;
}

/*Título Slide Display:none en SB*/
#actividad .content .header .title {
    min-height: 0px;
    display: none;
}


/* Colores Por libro: Verde - YAM 6 */

#indice .units ul li.active:not(.disabled),
#indice .units ul li:focus:not(.disabled) {
    background: #16b597;
}

#indice .unit-content .actividades .item .nota {
        background-color: #16b597;
}

#indice .units ul li.hover:not(.disabled),
body:not(.isTablet) #indice .units ul li:hover:not(.disabled),
#indice .units ul li:hover:not(.disabled) {
    background: #12bf9d;
}

#indice .unit-content .header .title {
    color: #16b597;
    background: #ffffffd6;
font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    padding: 5px 20px;
    height: 50px;
    margin: 5px 55px 20px 8px;
    z-index: 1;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/*BOTON CONTENIDO UNIDAD*/
.btn-primary, .btn-primary.disabled {
	background-color: #16b597;
}

/*INDICE LATERAL*/
body:not(.isTablet) #book-index #indice .units ul li:not(.disabled) a:hover, #book-index #indice .units ul li.active a {
    background: #12bf9d; 
}

#book-index .col-main {
        background: #16b597;
}

body:not(.isTablet) #book-index #indice .unit-content .actividades .item:hover,
#book-index #indice .unit-content .actividades .item.active,
#book-index #indice .unit-content .actividades .item.current {
    color: #fff;
    background: #12bf9d;
}

body:not(.isTablet) #book-index #indice .unit-content .actividades .item:hover a,
#book-index #indice .unit-content .actividades .item.active a,
#book-index #indice .unit-content .actividades .item.current a {
    color: #fff;
}

body:not(.isTablet) #book-index #indice .unit-content .actividades .item:active,
#book-index #indice .unit-content .actividades .item.active,
#book-index #indice .unit-content .actividades .item.current {
    background: #12bf9d;
}

a:hover {
color: #16b597!important;
}</pre></body></html>