.ce-banner {
    background-image: url("../images/texture-blue.jpg");
    bottom: 0;
    color: white !important;
    font-size: 12px !important;
    left: 0;
    padding: 1em;
    position: fixed;
    right: 0;
    text-align: center !important;
    z-index: 10;
}

.ce-banner > p {
    color: white !important;
    text-align: center;
    font-size: 13px;
    margin: 0px;
}

.normativa {
    color: #fff;
    text-decoration: underline;
}

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

.ce-disable{
    background-color: #aaa;
}

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

.ce-accept{
    background-color: #09c;
    color: #fff;
}

.ce-dismiss {
    background-color: #ccc;
    color: #333;
    font-size: 0.8em;
    position: absolute;
    right: 20px;
    top: 12px;
}

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

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

iframe{
    width: 100%;
}