<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*ancho maximo de campos de texto ya que cuando estan dentro de una caja desbordan*/
.slide_main .html-book textarea {
	max-width: 95%;
}

/*Color choose the answer*/

#actividad .workspace.chooseblanks .inline-answer a.selected:not(.respuesta_ok):not(.respuesta_ko):not(.solucion) {
    background-color: #cec6c6a1;
}

#actividad .workspace.chooseblanks .inline-answer a:hover {
    background-color: #e7e7e7;
    color: #414141;
}


#actividad a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #F9F2F4;
    padding: 0px 5px;
    color: #0b0c0b9c;
    font-weight: 600;
    text-decoration: none;
}

/*termina color choose the answer*/


/*color rojo cengage*/

/* Pantone 485 C

C=0 M=100 Y=100 K=0

R=230 G=43 G=30 */

#indice .units ul li.active:not(.disabled), #indice .units ul li:focus:not(.disabled) {
    background: rgba(230, 43, 30, 1);
}

#indice .unit-content .header .title {
     margin: 5px 40px 20px 8px;
}

.btn-primary, .btn-primary.disabled {
	background: rgba(230, 43, 30, 1);
}

.btn-primary[disabled] {
    background: rgba(230, 43, 30, 1);
}


#indice .units ul li a:hover {
	background: rgba(230, 43, 30, 1);
}

#indice .unit-content .header .title {
    color: rgba(230, 43, 30, 1);
}

#book-index .col-main {
    background: rgba(230, 43, 30, 1);
}

body:not(.isTablet) #book-index #indice .units ul li:not(.disabled) a:hover, #book-index #indice .units ul li.active a {
    background: rgba(230, 43, 30, 1);
}


#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: rgba(230, 43, 30, 1);
}


#book-index .col-main {
        background: rgba(230, 43, 30, 1);
}

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 {
    background: rgba(230, 43, 30, 1);
}

body:not(.isTablet) #book-index #indice .units ul li:not(.disabled) a:hover, #book-index #indice .units ul li.active a {
    background: rgba(230, 43, 30, 1);
}

#indice .actividades a:hover {
	color: rgba(230, 43, 30, 1);
}


#book-index #indice .unit-content .actividades .item.current {
    background: rgba(230, 43, 30, 1);
}

#actividad .content .cke_contents .bck-ol-1 li::before, #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 {
    background: rgba(230, 43, 30, 1);
}

.bck-dropdown-1 .bck-dropdown-button {
    background: rgba(230, 43, 30, 1);
}

.bck-dropdown-1 .bck-dropdown-icon {
    background: rgba(230, 43, 30, 1);
}

.bck-box-4 .bck-title {
    background-color: #e62b1e;
}


.bck-box-5 .bck-title {
    
    background: rgba(230, 43, 30, 1);
}

.bck-box.bck-box-5 .bck-content {
    border-color: rgba(230, 43, 30, 1);
}


/*before lista 2*/
#actividad .content .cke_contents .bck-ol-2 li:before, #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);
    color: #333;
    font-weight: bold;
    margin-top: 0;
    padding-right: 10px;
    text-align: right;
    padding: -11px;
    position: absolute;
    left: -20px;
    height: auto;
    width: 32px;
}

/*esquinas cuadradas caja 2*/
.bck-box.bck-box-2 {
    background: #fff;
    border: 2px solid #b9d3e4;
    text-align: left;
    margin-top: 20px;
    border-radius: 0%;
}

/*espacio entre respuestas en linea choose the answer*/
#actividad .workspace.chooseblanks .inline-answer a {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #cfcfcf;
    padding: 3px 6px;
    margin: 1px 2px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

table, .bck-table {
    border: 1px solid #ccc0;
}
/*error cursiva*/
i .slide-concatenate{
     font-style: normal;
}</pre></body></html>