<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#cookie-msg { width:100%;line-height:120%;color:#F7F7F7;font-weight:700;text-align:center;display:none;min-width:100%;background:#000;position:fixed;bottom:0;z-index:9999999;opacity: .7;filter: alpha(opacity=70); }
#cookie-msg-inner { width:100%;margin:0 auto;overflow:hidden; }
#cookie-msg-inner span { float:left;display:inline; }
#cookieClose { display:inline;cursor:pointer;background:#ffffff;color:#000000;line-height:24px;margin-top:0px;border:1px solid #ffffff;border-radius:3px;padding:0 10px;font-weight:700;box-shadow:0 0 1px #FFF inset; }
#cookieClose:hover { background:#cecece; }
.dominio { font-weight: bold;}
.hidden_cookie { }
#container_cookie{
    height: 330px;
    margin:auto;
    padding:0 20px 20px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #000000;
}

#container_cookie p{
    margin-bottom:20px;
    line-height:24px;
}

#container_cookie h1, #container_cookie h2{
    color:orange;
    font-size:24px;
    margin-bottom:20px;
    font-weight:bold;
    margin:20px 0;
}

#container_cookie a {
    color: orange;
}

#hover{
    display: none;
    position:fixed;
    background:#000;
    width:100%;
    height:100%;
    opacity: .6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    top:0;
}

/*#popup{
    display: none;
    position:absolute;
    width:600px;
    height:300px;
    background:#fff;
    left:50%;
    top:50%;
    border-radius:5px;
    padding:60px 0;
    margin-left:-320px;  width/2 + padding-left 
    margin-top:-150px;  height/2 + padding-top 
    text-align:left;
    box-shadow:0 0 10px 0 #000;
    z-index: 999999999;
}*/

#popup{
    display: none;
    position:absolute;
    width:50%;
    min-height: 10em;
/*    height:300px;*/
    background:#fff;
    right: 0;
    left: 0;
    top:10%;
    margin-right: auto;
    margin-left: auto;
    border-radius:5px;
    padding:60px 0;
    text-align:left;
    box-shadow:0 0 10px 0 #000;
    z-index: 999999999;
}

#close{
    position:absolute;
    background:black;
    color:white;
    right:-15px;
    top:-15px;
    border-radius:50%;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    font-size:8px;
    font-weight:bold;
    font-family:'Arial Black', Arial, sans-serif;
    cursor:pointer;
    box-shadow:0 0 10px 0 #000;
    z-index: 99999;
}</pre></body></html>