        .botonCookie,
        .cookies a:hover {
            text-decoration: none
        }
        .cookies {
            width: 100%;
            heigth: auto;
            bottom: 0;
            left: 0;
            padding: 20px 30px;
            right: 0;
            position: fixed;
            background-color: #484748;
            color: #fff;
            font-size: 16px;
            z-index: 16000002;
            text-align: center;
            border-top: 1px solid #b2b2b1
        }
        @media(max-width:480px) {
            .cookies {
                font-size: 16px;
                padding: 10px 30px;
            }
            .enlaceCookie {
                width: 100%;
                margin-bottom: 15px
            }
            .cookies a {
                display: inline-block;
                width: auto;
                vertical-align: top;
                margin: 10px auto 0;
                border: 1px solid #ED6D53
            }
            .barra {
                display: none
            }
        }
        .accionCookie,
        .botonCookie,
        .enlaceCookie {
            display: inline-block
        }
        .accionCookie {
            float: right
        }
        .cookies p {
            float: left
        }
        .cookies div,
        .cookies p {
            margin: 3px 0
        }
        .cookies a {
            color: #fff;
            border-radius: 5px;
            padding: 5px 30px;
            margin-right: 13px
        }
        .cookies a:first-child {
            background-color: #F05829;
            border-bottom: 2px solid #b04c2d
        }
        .cookies a:last-child {
            background-color: #01B9B9;
            border-bottom: 2px solid #038484
        }
        .botonCookie:hover {
            text-decoration: underline
        }
        .enlaceCookie {
            text-decoration: none
        }
        .enlaceCookie:hover {
            text-decoration: underline
        }