<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#noJueves {
    margin: 0;
    padding: 0;
	border-radius: 0;
	width: 100% !important;
}
img.bannerImg {margin-top: -2px;}
label {visibility: hidden;}
input#filterInput {visibility: visible;}
.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.botones.row {
    background-color: var(--tm-blue);
    background-image: linear-gradient(90deg,rgb(1,80,167),rgb(2,108,223),rgb(1,80,167));
	text-align: center;
    padding: 15px 10px;
    margin-bottom: 0px;
    margin-top: -10px;
}
.boton {
    text-align: center;
    background: white;
    padding: 4px;
    font-size: 14px;
    border-radius: 4px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    font-family: Averta, TMSans, Arial;
}
.overlay{
    background: rgba(0,0,0,.3);
    position: fixed;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.overlay.active{visibility: visible;}
.popup{
    background: #f8f8f8;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
    border-radius: 3px;
    padding: 20px;
    width: 600px;
    transition: .6s ease all;
    opacity: 0;
}
.popup .btn-cerrar-popup{
    font-size: 20px;
    line-height: 16px;
    display: block;
    text-align: right;
    color: #BBBBBB;
    transition: .3 ease all;
}
.popup .btn-cerrar-popup:hover{color: #000;}
.popup .textlegales{padding: 0px 20px;}
.popup .textlegales ul{margin-left: 30px;}
.popup .textlegales a{color: rgb(2, 108, 223);}
.popup .textlegales a:hover{color: rgb(1, 80, 167);}
.popup .textlegales a:active{color: rgb(1, 80, 167);}
.popup.active{opacity: 1;}

.filterBar a {
    width: 16%;
    margin: 0;
    padding: 5px 1%;
    border: 0;
    float: left;
    background: var(--tm-blue);
    background-image: linear-gradient(90deg, rgb(1, 80, 167), rgb(2, 108, 223), rgb(1, 80, 167));
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}</pre></body></html>