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

#tema14819699 {
  background: #64a017!important;
}
/*foto del toc*/
#indice .unit-content .header {
    background-image: url(/themes/responsive/assets/styles/cambridge_kidbox/images/SM1_940x216.png)!important;
}

/*color de las unidades*/
#indice .units ul li.active:not(.disabled), body:not(.isTablet) #indice .units ul li:hover:not(.disabled), #indice .units ul li:focus:not(.disabled) {
    color: #fff;
    background-color: #00a653;
}

/*boton contenidos*/
.btn-primary, .btn-primary.disabled, .btn-primary.disabled:focus {
    color: #fff;
    background-color:#00a653;
    border-color: transparent;
    opacity: 1;
}

@media only screen and (min-width: 580px) and (max-width: 980px) {
/*color de las unidades inactivas*/
.body_curso #indice .unit-content .header{
        background-color: #cbcbcb!important;
}
.body_curso #indice .unit-content:not(.active) .header .title {
    color: #fff;
}
/**/
/*cabecera*/
.body_curso #indice .unit-content .header {
     height: 145px;
background-image: url(/themes/responsive/assets/styles/cambridge_kidbox/images/SM1_630x145.png) !important;
    background-position: right;
    }
}


@media only screen and (min-width: 319px) and (max-width: 579px) {
/*color de las unidades*/
.body_curso #indice .unit-content .header{
        background-color: #cbcbcb!important;
}
.body_curso #indice .unit-content:not(.active) .header .title{
	color: #666;
}
/**/
.body_curso #indice .unit-content:not(.active) .header {
    height: 40px;
    background-image: none !important;
    background-color: #00a653;
}

/*cabecera*/
.body_curso #indice .unit-content .header {
     height: 65px;
     background-image: url(/themes/responsive/assets/styles/cambridge_kidbox/images/SM1_535x65.png) !important;
    background-position: right;
    }
}

@media only screen and (max-width: 414px) {

/*color de las unidades*/
.body_curso #indice .unit-content .header{
        background-color: #cbcbcb!important;
}
.body_curso #indice .unit-content:not(.active) .header .title{
	color: #666;
}
/**/

/*cabecera*/
.body_curso #indice .unit-content .header {
     height: 55px;
    left: 0px;
    background-image: url(/themes/responsive/assets/styles/cambridge_kidbox/images/SM1_535x65.png) !important;
    background-position: right;
    }
}</pre></body></html>