<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 {
  font-size: 33px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bolder;
  color: #6F2C91;
  line-height: 40px;
  padding-right: 20px;
  position: relative;
}

.anaya-subtitle:before {
  content: ' ';
  height: 13px;
  width: 65px;
  background-color: #6F2C91;
  border-radius: 0%;
  position: absolute;
  margin-left: -70px;
  margin-top: 10px;
}

.anaya-subtitle {
  margin-left: 62px;
  color: #6F2C91;
  font-weight: 600;
  font-size: 30px;
}

.texto_curso ul li:before, .cke_contents ul li:before {
  content: "";
  height: 15px;
  width: 8px;
  background-color: #F58220;
  position: absolute;
  border-radius: 0%;
  margin-top: 6px;
  margin-left: -15px;
}

.bck-header:before {
  content: '';
  background-color: #6F2C91;
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  width: 24px;
  top: 8px;
}

.bck-header {
  color: #F58220;
  position: relative;
  border-bottom: 1px solid #6F2C91;
  padding-left: 30px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 18px;
}

.content ol.bck-ol li:before {
  content: counter(bck-li-counter);
  color: #F58220;
}

.bck-sub-index {
  color: #F58220;
  display: inline-block;
  font-weight: bold;
  margin: 0 10px 0 0;
}</pre></body></html>