#cajacookies {
  box-shadow: 0px 0px 5px 5px #808080;
  background-color: white;
  color: black;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 100;
	text-align: center;
}
#cajacookies p {
  margin: 1%;
  font-weight: bold;
}
#cajacookies button {
  color: black;
  font-weight: normal;
}
