.content_type_clase_anaya-eso #actividad .content .header .title h3 {
  font-size: 33px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bolder;
  color: #0095DA;
  line-height: 40px;
  padding-right: 20px;
  position: relative;
}

.bck-title.subtitulo:before {
  content: '';
  background-color: #0095DA;
  display: block;
  height: 8px;
  position: absolute;
  left: -98px;
  width: 90px;
  top: 14px;
}

.bck-sub-index {
  color: #EF5BA1;
  display: inline-block;
  font-weight: bold;
  margin: 0 10px 0 0;
}

.bck-title.subtitulo {
  color: #0095DA;
  position: relative;
}

.bck-header {
  color: #0095DA;
  position: relative;
  border-bottom: 1px solid #EF5BA1;
  padding-left: 30px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 18px;
}

.bck-header:before {
  content: '';
  background-color: #EF5BA1;
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  width: 24px;
  top: 8px;
}

.content ol.bck-ol li:before {
  content: counter(bck-li-counter);
  color: #EF5BA1;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: -33px;
  margin-top: -1px;
  position: absolute;
  text-align: center;
  width: 2em;
}

.texto_curso ul li:before, .cke_contents ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #EF5BA1;
  position: absolute;
  border-radius: 100%;
  margin-top: 8px;
  margin-left: -15px;
}

.texto_curso ul li:before, .cke_contents ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  background-color: #EF5BA1;
  position: absolute;
  border-radius: 100%;
  margin-top: 8px;
  margin-left: -15px;
}

.bck-box.simple {
  background-color: #FFFAC2;
}




.taller ol.bck-ol li:before {
  color: #EF5BA1;
}


#actividad .carousel-inner .actividades .item-container:before {
  content: '';
  position: absolute;
  display: inline-block;
  border-top: 85px solid #8FD2CA;
  border-left: 77px solid #8FD2CA;
  border-right: 77px solid #8FD2CA;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: -1;
}

.actividades .bck-title.subtitulo {
  color: #0072BC;
  position: relative;
  font-weight: bold;
  font-size: 28px;
}

.actividades .content ol.bck-ol li:before {
  content: counter(bck-li-counter);
  color: #8FD2CA;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: -33px;
  margin-top: -1px;
  text-align: center;
  width: 2em;
  position: relative;
  margin-right: 20px;
}

.actividades .content .bck-ul li:before {
  background-color: #8FD2CA;
  width: 5px;
  height: 5px;
  margin-bottom: 2px;
  margin-top: 10px;
  border-radius: 100%;
}