<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding-bottom:20px;
    width:100%;
    text-align:center;
    min-height:50px;
    background-color: rgba(255, 255, 255, 0.9);
    color:#000;
    z-index:99999;
    box-shadow: 0 0 10px #444;
}
 
.textoaviso {
    width:100%;
    position:absolute;
    font-family: Calibri, Verdana, Arial;
    font-size:15px;
    top:10px;
}

.textoaviso a.legal {
    padding:4px;
    color:#ce2841;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:bold;
    font-size:15px;
}

#barraaceptacion .acepto {
    cursor:pointer;
    font-size:14px;
    margin:5px auto;
    width:90px;
    background: #489d04;
    padding:3px;
    border-radius: 8px;
    text-shadow:1px 1px 0 #000;
    color:#fff;
    background-image: -webkit-linear-gradient(#489d04 0%, #2d6500 100%);
    background-image: -moz-linear-gradient(#489d04 0%, #2d6500 100%);
    background-image: -o-linear-gradient(#489d04 0%, #2d6500 100%);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#489d04), to(#2d6500));
    background-image: linear-gradient(#489d04 0%, #2d6500 100%);
	float:none!important;
}
#barraaceptacion .acepto:hover {
    box-shadow:0 0 15px #000;
}
 

</pre></body></html>