<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content_type_clase_anaya-eso #actividad .content .header .title h3 .index {
    margin-left: -143px;
    padding: 63px 66px 50px 0;
}

.bck-light-blue {
    color: #0E67AB;
}

.bck-box.simple2 {
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 21px -3px rgba(97,92,97,1);
    -moz-box-shadow: 0px 0px 21px -3px rgba(97,92,97,1);
    box-shadow: 0px 0px 21px -3px rgba(97,92,97,1);
    padding: 10px;
}

.content ul.bck-ul li {
    margin-left: -15px;
}

.content_type_clase_anaya-eso #actividad .content .header .title h3 {
  font-size: 33px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bolder;
  color: #23AEF0;
  line-height: 40px;
  padding-right: 20px;
  position: relative;
}

.bck-title.subtitulo:before {
  content: '';
  background-color: #23AEF0;
  display: block;
  height: 8px;
  position: absolute;
  left: -98px;
  width: 90px;
  top: 14px;
}

.bck-sub-index {
  color: #0072C2;
  display: inline-block;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.bck-title.subtitulo {
  color: #23AEF0;
  position: relative;
}

.content .bck-ul li:before {
  background-color: #0072C2;
  width: 5px;
  height: 12px;
  margin-right: 7px;
  margin-bottom: 2px;
  border-radius: 0;
}

.content ol.bck-ol li:before {
  content: counter(bck-li-counter);
  color: #0072C2;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: -33px;
  margin-top: -1px;
  position: absolute;
  text-align: left;
  width: 2em;
}

.bck-header {
    color: #0071BB;
    position: relative;
    border-bottom: 1px solid #23AEF0;
    padding-left: 30px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
}

.bck-header:before {
    content: '';
    background-color: #23AEF0;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    width: 24px;
}

/*taller*/

.taller ul.bck-ul li:before {
    background: #F0842B;
    border-radius: 100%;
    height: 7px;
    width: 7px;
}

/*actividades*/

.actividades .bck-table th, .actividades .bck-td1, .actividades .bck-td2, .actividades .bck-td-ejercicio {
    background: #FDB64C;
}

.actividades .bck-td2 {
    background: #FFEBCC;
    color: #414141;
}

.actividades .bck-table th, .actividades .bck-table td {
    border: 4px solid #fff;
}

.actividades .bck-box.simple {
    background-color: #FFEFDD;
}

.bck-header3 {
    font-size: 2.0rem;
    background: #FECB44;
    border-bottom: 0px solid #198CCA;
    font-weight: bold;
    width: 35px;
    height: 35px;
    padding-top: 4px;
}

.bck-header3 span {
    background: transparent;
    display: inline-block;
    color: #329CD8;
    padding: 2px 10px;
    position: absolute;
}</pre></body></html>