.ce-banner {
    background: #171716;
    bottom: 0;
    color: white !important;
    font-size: 13px !important;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 2;
}

.ce-banner > p {

    color: white !important;
    text-align: center;
    padding: 0px;
    margin: 2px;
    display: inline-block;

}

.normativa {
    color: #fff;
    text-decoration: underline;
}
.ce-accept, .ce-disable {
    background-color: #333;
    color: #fff;
    text-decoration: none;
    padding: 1px 10px;
    display: inline-block;
    margin: 0 .5em;
}
.ce-dismiss {
    display: none;
}
.ce-banner {
    padding: 10px;
}
.ce-disable{
    background-color: #aaa;
}

.ce-accept:hover,
.ce-dismiss:hover,
.ce-disable:hover{
    background-color: #0c78af;
    color: white;
}

.ce-accept {

    background-color: #0c78af;
    color: #fff;
    float: left;

}

.ce-dismiss{
    position: absolute;

    font-size: .8em;

    right: 20px;
    top: 20px;

    background-color: #ccc;
    color: #333;
}

.ce-iframe-placeholder{
    padding: 1em;
    background-color: #eee;
    margin: 1em 0;
}

.ce-iframe-placeholder p{
    margin: 0;
}

iframe{
    width: 100%;
}