<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#actividad .content .header .title {
background-color: #EAA0A2;
}

.content_type_clase_brunyo #actividad .content .header .title h3 {
background-color: #17A345;
}

.content_type_clase_brunyo #actividad .content .header .title h3 .index {
display: inline-block;
background-color: #B6543F;
padding: 40px 5px 0px;
margin-right: 5px;
}

.bck-encabezado {
border: 3px solid #17A345;
color: #F3ABA4;
}

.bck-encabezado .bck-index {
background-color: #17A345;
}

.bck-sub-encabezado {
color: #17A345;
}

.bck-encabezado2 {
color: #EDA0A2;
border-bottom: 3px solid #17A345;
}

.bck-boton, .content .bck-ul li:before {
height: .8em;
width: 5px;
background-color: #F5B1AE;
border-radius: 0px;
margin-right: 10px;
}

.bck-boton2, .content .bck-ul.ul-2 li:before {
height: 10px;
width: 10px;
background-color: #97BF0D;
}

.bck-box .bck-title &gt; p,
.bck-box.orange .bck-title&gt;p {
background-color: #17A345;
}

.bck-box.orange .bck-content {
border: 1px solid #EFA0A5;
border-top-width: 10px;
}

.bck-box .bck-title &gt; p:after {
content: '';
position: absolute;
border-left: 25px solid #17A345;
border-top: 25px solid transparent;
border-bottom: 0px solid #17A345;
}

.content ol[start]:before, .content .bck-ol li:before {
color: #FFF;
font-weight: bold;
margin-left: -30px;
position: absolute;
margin-top: 2px;
background-color: #EAA0A2;
width: 25px;
height: 25px;
line-height: 24px;
border-radius: 100%;
text-align: center;
}

.bck-box.title2 .bck-title &gt; p {
border: 2px solid  #17A345;
border-radius: 8px;
margin-bottom: -2px;
background-color: #EAA0A2;
margin-left: -5px;

}

.bck-box.title2 .bck-title {
background-color: transparent;
border-bottom: 2px solid #E99FA1;
height: auto;
}

.bck-box.bracket .bck-content {
border-left: none;
border-right: none;
border-top: 3px solid #EAA0A2;
border-bottom: 3px solid #EAA0A2;
border-radius: 10px;
}

.bck-box.blue .bck-content {
border: 3px solid #17A345;
border-top-width: 15px;
}

.content table, .content td {
border-color: #EAA0A2;
font-size: 14px;
}

.content td.bck-td-a {
background: #17A345;
color: white;
font-size: 18px;
font-weight: bold;
}

.content td.bck-td-b {
background: #FAE9E7;
color: black;
font-size: 13px;
font-weight: bold;
}

#actividad .content .manos .header .title {
background-color: #EAA0A2;
height: 60px;
padding-top: 10px;
text-align: center;
}

.content_type_clase_brunyo #actividad .content .manos .header .title h3 {
  background-color: transparent;
  color: #FFF;
  font-size: 40px;
}

.content_type_clase_brunyo #actividad .content .manos .header .title h3 span {
  color: #000;
  font-size: 40px;
}

.manos .bck-sub-encabezado {
color: #000;
font-weight: bold;
font-size: 32px;
}

.manos .bck-boton2, .content .bck-ul.ul-2 li:before {
height: 6px;
width: 5px;
background-color: #F5B1AE;
}

.manos .content .bck-boton4, .content .bck-ul.ul-4 li:before, .content .bck-ul.ul-5 li:before {
  background-color: #000;
  height: 5px;
  width: 5px;
}
  
#actividad .content .practica .header .title {
background-color: #EAA0A2;
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 span {
  color: #000;
}

.bck-bg-color.color2 {
  background-color: #0083BB;
}
table {
    table-layout: fixed;
}
.content ol.bck-ol.ol-2 li:before {
  text-align: right;
}
td .bck-ol.ol-2 {
  font-size: 18px;
}</pre></body></html>