#actividad .content .header .title {
background-color: #97BF0D;
}

.content_type_clase_brunyo #actividad .content .header .title h3 {
background-color: #E32119;
}

.bck-encabezado {
border: 3px solid #E32119;
color: #A3BF0D;
}

.bck-encabezado .bck-index {
background-color: #E32119;
}

.bck-sub-encabezado {
color: #97BF0D;
}

.practica .bck-sub-encabezado {
color: #E32119;
}

.bck-encabezado2 {
color: #E32119;
border-bottom: 3px solid #98BF12;
}

.bck-boton2 {
position: absolute;
height: 0.8em;
width: 5px;
background-color: #97BF0D;
margin-left: -10px;
margin-top: 6px;
}

.bck-box .bck-title > p,
.bck-box.orange .bck-title > p {
background-color: #E32119;
}

.bck-box.orange .bck-content {
border: 1px solid #97BF0D;
border-top-width: 10px;
}

.bck-box .bck-title > p:after {
content: '';
position: absolute;
border-left: 25px solid #E32119;
border-top: 25px solid transparent;
border-bottom: 0px solid #E32119;
}

.content td.bck-td-b {
background: #E32119;
color: black;
font-size: 13px;
font-weight: bold;
}

.content td {
border-color: #97BF0D;
font-size: 14px;
}

.bck-boton2, .content .bck-ul.ul-2 li:before {
height: 10px;
width: 10px;
background-color: #97BF0D;
}

.bck-box.blue .bck-title > p:after, .bck-box.orange .bck-title > p:after {
  background: -webkit-linear-gradient(to top right,  #E32119 50%, transparent 50%);
  background: -o-linear-gradient(to top right, #E32119 50%, transparent 50%);
  background: linear-gradient(to top right, #E32119 50%, transparent 50%);
}
.content ol[start]:before, .content .bck-ol li:before {
color: #FFF;
font-weight: bold;
margin-left: -30px;
position: absolute;
margin-top: 2px;
background-color: #CDCD00;
width: 25px;
height: 25px;
line-height: 24px;
border-radius: 100%;
text-align: center;
}

.bck-boton, .content .bck-ul li:before {
height: .8em;
width: 5px;
background-color: #B1C01C;
border-radius: 0px;
margin-right: 5px;
}

.bck-box.bracket .bck-content {
  border: none;
  background-color: #FDD48F;
}

.content td.bck-td-a {
background: #E32119;
color: white;
font-size: 18px;
font-weight: bold;
}

.content table, .content td {
border-color: #97BF0D;
font-size: 14px;
}

.bck-box.blue .bck-content {
  border: 1px solid #000;
  border-top-width: 1px;
  box-shadow: 3px 3px 10px;
}

#actividad .content .instrumental .header .title {
  background-color: #97BF0D;
  height: 60px;
  padding-top: 10px;
}

.content_type_clase_brunyo #actividad .content .instrumental .header .title h3 {
  background-color: transparent;
  color: #FFF;
}
.content_type_clase_brunyo #actividad .content .instrumental .header .title h3 span {
  color: #000;

}

#actividad .content .practica .header .title {
  background-color: #E32119;
  height: 60px;
  padding-top: 10px;
}

.content_type_clase_brunyo #actividad .content .practica .header .title h3 {
  background-color: transparent;
  color: #FFF;
}

.content_type_clase_brunyo #actividad .content .practica .header .title h3 {
  color: #FFF;
}
table{
table-layout:fixed;
}

.bck-box.blue .bck-title > p:after, .bck-box.orange .bck-title > p:after {
  background: linear-gradient(to top right, #E32119 50%, transparent 50%);
}