/*CINTILLO COOKIES*/
.cookies {
    display: inline-block;
    width: 100%;
    background: #eee;
    padding: 5px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999; }

.cookies p {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0px;
    color: #666;
    display: inline; }

.cookies a {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 0px;
    color: #000; }

.cookies a:hover {
    color: #666; }

.cookies .close-cookies {
    float: right;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 0px;
    color: #666;
    padding: 5px;
    box-shadow: none;
    border: none;
    margin-right: 15px;
    background: none;
    cursor: pointer; }

.cookies .close-cookies:hover {
    color: #000; }
