<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----listacrucigrama-----*/
.content .listacrucigrama .bck-ol1 li:before, 
.cke_contents .listacrucigrama .bck-ol1 li:before,
.content .listacrucigrama ol li:before,
.cke_contents .listacrucigrama  ol li:before {
    content: counter(bck-li-counter);
    display: block;
    position: absolute;
    top: -1px;
    left: -32px;
    background: transparent;
    color: #007FA3;
    width: 25px;
    height: 18px;
    font-size: 2rem;
    line-height: 2.0rem;
    font-weight: bold;
    text-align: right;
}




/*img aux*/

.layout-panel.right.aux-left {
&nbsp; &nbsp; margin: 0 25px 0 0;
}

.layout-panel.right {
    margin: 0px 0px 0px 25px;
}</pre></body></html>