.cookie-law {
    width: 200px;
    position: fixed;
    z-index:9999;
    bottom: 10%;
    right: 0;
    padding: 5px 0 5px 5px;
    background: url(bg.sombra.png) 0 0 repeat;
    overflow: hidden;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.cookie-law div{
    width:180px;
    padding:10px;
    display:block;
    background:#444;
    color:#fff;
    overflow:hidden;
    float:right;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.cookie-law p{
    font-size:12px;
    line-height:16px;
}
.cookie-law p a{
    color:#bbb;
    text-decoration:underline;
}
.cookie-title{
    text-transform:uppercase;
    margin-bottom:8px;
    padding-left:20px;
    background: url(ico.cookie.png) 0 0 no-repeat;
    font-weight:bold;
}
.cookie-close{
    text-align:center;
    margin-right:5px;
    margin-top:8px;
}
.cookie-law p.cookie-close a{
    display:inline-block;
    text-decoration:none;
    background:#81c77b;
    padding:3px 8px;
    color:#333;
    border-radius:5px;
}