div.cookies {
    background-color: #000;
    color: #FFF;
    padding: 35px 25px 30px;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    position: relative;
    text-align: center;
	vertical-align: middle;
}

div.cookies span.fr {
    font-family: "Gibson-Regular";
    cursor: pointer;
    font-size: 22px;
}

div.cookies .ico {
    position: absolute;
    right: 20px;
    top: 20px;
}
.ico-close-white {
    background-position: -166px -164px;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.ico {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: transparent url("../img/sprite-iconos_es-ES.svg") repeat scroll 0% 0% / 742px auto;
    cursor: pointer;
}