div.infoCookies {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 65px;
    background: #363636;
    box-shadow: 0 2px 11px #000000;
    transition: display 0.25s linear 0s;
}

div.infoCookies div.textCenter {
    max-width: 888px;
    margin: 15px auto 0;
    font-size: 11px;
    color: white;
    font-family: Tahoma, Verdana;
    line-height: 17px;
}

div.infoCookies div.textCenter span.title {
    font-weight: bold;
}

div.infoCookies .close {
    height: 23px;
    width: 23px;
    background: url(/modules/layout/x.jpg) no-repeat;
    cursor: pointer;
    float: right;
    margin: 2px 20px 0 30px;
}

div.infoCookies a.showDocument {
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}

div.bgInfoCookies {
    display: none;
    background: url(/modules/layout/bg.png);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top:0;
    z-index: 1;
}

div.blackWhite {    
    width: 70%;
    margin: 0px auto;
    display: none;
    z-index: 999;
    background: white;
    padding: 20px 60px;
    font-size: 12px;
    position: fixed;
    top: 0px;
}

div.blackWhite h2 {
    font-family: Georgia, Sans;
}

body div.blackWhite a {
    color: #666;
    font-weight: bold;
}

div.blackWhite a:hover {
    text-decoration: underline;
}

div.blackWhite ol {
    line-height: 18px;
    list-style-type:circle
}

div.closeBlackWhite {
    height: 23px;
    width: 23px;
    background: url(/modules/layout/x.jpg) no-repeat;
    cursor: pointer;
    float: right;
    margin: 0px -36px 0 0;
}