<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookie-bar {background:#292f3a; height:51px; color:#ccc; text-align:left !important; padding:0; font-size: 14px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;z-index:9999;}
#cookie-bar div {width:950px;margin:0 auto;position:relative;}
#cookie-bar p {padding:10px 125px 0 0; text-align:left !important; font-family: open-sans-n3, open-sans, sans-serif; font-size: 12px; line-height: 15px;}
#cookie-bar p strong{font-weight: bold;}
#cookie-bar a {color:#fff; text-decoration:underline;}
.cb-enable{position:absolute;top:25px;right:0;display:block;}
#cookie-bar .cb-enable {position:absolute; top:10px; right:0; display:block; width:27px;height:24px;background:url(img/cerrar_cookies.gif) no-repeat 0 0;border:0;text-indent:-9999px;}
#cookie-bar .cb-enable:hover {background:#1AA3D7;}
#cookie-bar .cb-disable {background:#1AA3D7;}
#cookie-bar .cb-disable:hover {background:#1AA3D7;}
#cookie-bar .cb-policy {background:#1AA3D7;}
#cookie-bar .cb-policy:hover {background:#1AA3D7;}

@media (max-width: 768px) {

    #cookie-bar {
        height: auto;
    }

    #cookie-bar div {
        width: 100%;
    }

    #cookie-bar p {
        padding: 1em 25px 1em 10px;
    }
}</pre></body></html>