#CookielawBanner {
    background: #fff;
    padding: 15px 0;
}

#CookielawBanner .container {
    position: relative;
}

#CookielawBanner #CookielawCross {
    background: url('../img/close.png') no-repeat 0 0;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
}

/* A partir de aqui es copia de bootstrap con el prefijo cook_
  No puedo agregar el css de bootstrap porque se desajusta la pantalla de login*/

.cook_btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.cook_btn:focus,
.cook_btn:active:focus,
.cook_btn.active:focus,
.cook_btn.focus,
.cook_btn:active.focus,
.cook_btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.cook_btn:hover,
.cook_btn:focus,
.cook_btn.focus {
  color: #333;
  text-decoration: none;
}
.cook_btn:active,
.cook_btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.cook_btn.disabled,
.cook_btn[disabled],
fieldset[disabled] .cook_btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}

.cook_btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.cook_btn-primary:focus,
.cook_btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.cook_btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.cook_btn-primary:active,
.cook_btn-primary.active,
.open > .dropdown-toggle.cook_btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.cook_btn-primary:active:hover,
.cook_btn-primary.active:hover,
.open > .dropdown-toggle.cook_btn-primary:hover,
.cook_btn-primary:active:focus,
.cook_btn-primary.active:focus,
.open > .dropdown-toggle.cook_btn-primary:focus,
.cook_btn-primary:active.focus,
.cook_btn-primary.active.focus,
.open > .dropdown-toggle.cook_btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.cook_btn-primary:active,
.cook_btn-primary.active,
.open > .dropdown-toggle.cook_btn-primary {
  background-image: none;
}
.cook_btn-primary.disabled:hover,
.cook_btn-primary[disabled]:hover,
fieldset[disabled] .cook_btn-primary:hover,
.cook_btn-primary.disabled:focus,
.cook_btn-primary[disabled]:focus,
fieldset[disabled] .cook_btn-primary:focus,
.cook_btn-primary.disabled.focus,
.cook_btn-primary[disabled].focus,
fieldset[disabled] .cook_btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.cook_btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.pull-right {
  float: right !important;
}

.cook_h1,
.cook_h2,
.cook_h3,
.cook_h4,
.cook_h5,
.cook_h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.cook_h1 small,
.cook_h2 small,
.cook_h3 small,
.cook_h4 small,
.cook_h5 small,
.cook_h6 small,
.cook_h1 .small,
.cook_h2 .small,
.cook_h3 .small,
.cook_h4 .small,
.cook_h5 .small,
.cook_h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
.cook_h1,
.cook_h2,
.cook_h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cook_h1 small,
.cook_h2 small,
.cook_h3 small,
.cook_h1 .small,
.cook_h2 .small,
.cook_h3 .small {
  font-size: 65%;
}
.cook_h4,
.cook_h5,
.cook_h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cook_h4 small,
.cook_h5 small,
.cook_h6 small,
.cook_h4 .small,
.cook_h5 .small,
.cook_h6 .small {
  font-size: 75%;
}
.cook_h1 {
  font-size: 36px;
}
.cook_h2 {
  font-size: 30px;
}
.cook_h3 {
  font-size: 24px;
}
.cook_h4 {
  font-size: 18px;
}
.cook_h5 {
  font-size: 14px;
}
.cook_h6 {
  font-size: 12px;
}

.cook_p {
  margin: 0 0 10px;
  font-size: 12px
}

.cook_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cook_container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .cook_container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .cook_container {
    width: 1170px;
  }
}