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

#actividad .texto_curso, #actividad .pregunta .texto_curso, #actividad .slide_content_type_1 .pregunta .texto_curso {
    font-size: 1.9rem;
}

/*Banner*/

#indice .unit-content .header {
    height: 145px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-color: #92CC60;
    background-image: none !important;
}

#indice .unit-content .header .title {
   font-size: 2.5rem;
}

/*TOC*/
#indice .units ul li {
    background: #081E27;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 0;
    margin-bottom: 8px;
    padding: 0px;
}

#indice .units ul li a .title {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
    margin: -21px 0 0 35px;
    line-height: 18px;
    display: block;
}

#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: #92cc60;
}

.btn-primary, .btn-primary.disabled {
   color: #fff;
    background-color: #92cc60;
    border-color: transparent;
    opacity: 1;
    border-radius: 0;
}

a:hover, a:active, a:focus {
    outline: 0;
    color: #92cc60;
    text-decoration: none;
}

.btn-solution, 
.btn-solution.disabled, 
.btn-solution[disabled], 
.btn-next, 
.btn-next.disabled, 
.btn-next[disabled] {
    color: #fff;
    background-color: #00bdff;
    border-color: transparent;
    border-radius: 0;
}

.btn-danger, 
.btn-danger[disabled] {
    color: #fff;
    background-color: #fc4237;
    border-color: transparent;
    border-radius: 0;
}


.navigator .slider-control.left:before,
.navigator .slider-control.right:after{
    background: #92cc60;
}

.navigator .slider-control.left, 
.navigator .slider-control.right{
color: #92cc60;
}

/*Logo*/
.body_clase:not(.edit) .logo-publisher {
     content: " ";
    background-image: url(/useruploads/r/a/223305954/activity_other_imported/logo-web-icpucp.png);
    height: 45px;
    background-repeat: no-repeat;
    width: 140px;
    margin-left: -100px;
    margin-top: 6px;
    margin-right: 60px;
    float: left;
    background-size: contain;
}

/*Navbar*/

.body_clase .activity-navbar .dropdown, 
.body_clase .activity-navbar #top-navigator .slider-indicators {
    background: #92cc60;
}

/*Negrita*/
strong {
  color: #333;
}

/*Titulo slide*/

#actividad .content .header .title h3 {
    font-family: 'Averia Serif Libre', Georgia, serif;
    font-size: 3.3rem;
    font-weight: bold;
    color: #92CC60;
    display: block;
    border-bottom: 7px solid #92CC60;
    margin-left: -97px;
    padding: 50px 106px 0px 72px;
    margin-top: -30px;
    margin-bottom: 50px;
    border-left: none;
    padding-bottom: 10px;
}

.js-slide-wrapper &gt; .header .single-pagination {
   display: none;
}

/*Titulo 1*/

.bck-title1 {
    font-size: 2.5rem;
    clear: both;
    border-left: none;
    margin-left: -97px;
    padding: 10px 20px 0px 84px;
    margin-bottom: 25px;
    color: #92CC60;
    font-weight: bold;
}

/*titulo 2,3*/
 .bck-title2, .bck-title3, .bck-title-activity {
    font-family: 'Averia Serif Libre', Georgia, serif;
    color: #92cc60;
border-left: 13px solid #92cc60;
}

/*Lista ordenada*/

.content ol li, 
.cke_contents ol li {
    counter-increment: bck-li-counter 1;
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
}

.content ol li:before, 
.cke_contents ol li:before {
    content: counter(bck-li-counter)'.';
    position: absolute;
    margin-left: -30px;
    font-weight: normal;
    font-size: 2.0rem;
    text-align: right;
    color: #333;
    margin-top: 1px;
}

/*Lista desordenada*/

.texto_curso ul li:before, 
.cke_contents ul li:before {
    content: "&gt;";
    background-color: transparent;
    border: none;
    height: auto;
    width: auto;
    margin-top: 0px;
    margin-left: -25px;
    color: #92CC60;
    font-weight: bolder;
    font-size: 4rem;
}

/*navbar*/
.body_clase:not(.edit) .slider-indicators li{
height: 34px;
}

/*Marcar respuesta*/

#actividad .workspace.chooseblanks .inline-answer a {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #cfcfcf;
    padding: 3px 6px;
    margin: 0 2px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}</pre></body></html>