
/* POLITICA DE ACEPTACION DE COOKIES */
.accept-cookies{
    background: #464646;
    height: auto;
    font-size:16px;
    font-family:MyriadPro-Bold !important;
    font-size: bold;
    background: rgba(70, 70, 70, 0.8);
    padding: 0 5px 10px 5px;
    position: absolute;
    float: top;
    z-index: 100;
    width: 100%;
}

.cookies-container{
    color: #FCCC2F;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.cookie_link, .cookie_link:hover{
    color:#1AB209;
}

.cookies-booton{
    background-color: #1AB209;
    border: 0 none;
    border-radius: 5px;
    color: #FFCC00;
    cursor: pointer;
    font-family: Conv_MyriadPro-Bold;
    font-size: 16px;
    height: 33px;
    padding: 0 22px;
    margin-top: 10px;
    text-transform: uppercase;
    width: 120px;
}
/* END POLITICA DE COOKIES*/
