/* CSS Document */

#cajacookies {
  box-shadow: 0px 0px 5px 5px #909090;
  background-color: #cccccc;
  color: black;
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
}

#cajacookies button {
  color: black;
}