#cookie-bar {background:#000; opacity: 0.8; height:auto; line-height:24px; color:#eeeeee; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:15px; margin-top:4px; border-bottom:none}
#cookie-bar .cb-enable {background:#0F9;} /* tb OK background:#0CC; */
#cookie-bar .cb-enable:hover {background:#0F6;} /* tb OK background:#0F9; */
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#0CC;}
#cookie-bar .cb-policy:hover {background:#0FF;}

.close-cb {
  /*margin: 5px 20px 0px 20px*/
  /*margin-right:5px;*/ /*para float:right*/
  border: none;
  color: white;
  /*background: darken(#999, 20%);*/ /*no hace nada*/
  /*position: absolute;*/
  right: 10px; /*20px*/ /*muy imp para position absolute; pero con absolute deberia hacer responsive su jQuery, etc)*/
  position:relative;
  float:right;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  /*box-shadow: inset 0 0 3px 0 rgba(0,0,0,.2);*/ /*no hace efecto*/
  /*line-height: 30px;*/
  /*height: 30px;
  width: 30px;*/
  font-size: 16px;
  font-weight: bold;
  }
 
 .close-cb:hover {
    background: darken(#000, 10%); /*no hace nada*/
  }
  
@media screen and (max-width: 415px) {
  .close-cb { }
}
