.content_type_clase_anaya-eso #actividad .content .header .title h3 {
  font-size: 33px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bolder;
  color: #B8284B;
  line-height: 40px;
  padding-right: 20px;
  position: relative;
}

.bck-title.subtitulo:before {
  content: '';
  background-color: #ED1D24;
  display: block;
  height: 8px;
  position: absolute;
  left: -98px;
  width: 90px;
  top: 14px;
}

.bck-title.subtitulo {
  color: #B8284B;
  position: relative;
}

.bck-box.simple {
  background-color: #C7EAFB;
}

.content .bck-ul li:before {
  background-color: #0075CF;
  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: #0075CF;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: -33px;
  margin-top: -1px;
  position: absolute;
  text-align: center;
  width: 2em;
}

.bck-header:before {
  content: '';
  background-color: #ED1D24;
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  width: 24px;
  top: 8px;
}

.bck-header {
  color: #0075CF;
  position: relative;
  border-bottom: 1px solid #ED1D24;
  padding-left: 30px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 18px;
}

.actividades .bck-header {
  color: #000000;
  position: relative;
  border-bottom: 0px solid #ED1D24;
  padding-left: 30px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 18px;
}

.actividades .bck-header:before {
  content: '';
  background-color: #F15A22;
  display: block;
  height: 18px;
  position: absolute;
  left: 0;
  width: 24px;
  top: 0px;
}