/* LEGAL: Política de cookies */
#eucookielaw {
    display: block;
    margin: 0 auto 5px;
    width: 988px;
    font-size: 1em;
    padding: 5px 0 10px;
    color: #353535;
    font-family: "Tahoma" !important;
    font-size: 13px;
    background: #f0f0f0;
    border: 1px solid #cacaca;
    border-top: 0;
    text-align: center;
}
    #eucookielaw p {
        
        margin: 0;
        margin-top: 2px;
        width:auto;
    }
    
    #eucookielaw p a {
        text-decoration: underline;
    }

    #eucookielaw .button {
        background-color: #BBB;
        padding: 1px 5px;
        bottom: 8px;
        margin: 8px 8px 0px 6px;
        border-radius: 13px;
        color: white;
        border: 1px solid #999;
        cursor: pointer;
        width:auto!important;
        height:auto!important;
        float:right;
    }
    
    #eucookielaw .button:hover {
        text-decoration: none;
        background-color: #555;
    }