/* COOKIES POOP UP */
#cookiesAlert {
  position:fixed;
  bottom:0;
  width:100%;
  z-index:99999999;
  background:#272727;
  border-top:1px solid #d5d5d5;
  font-size:13px;
  color:#fff;
}
#cookiesAlert #textoCookies {padding:15px 15px 20px;}
#cookiesAlert #textoCookies h2 {
  font-size:24px;
  line-height:24px;
  color:#fb704a;
  margin:0 0 5px 0;
}
#cookiesAlert #parrafoCookies {
  position:relative;
  width:100%;
  font-size:13px !important;
  line-height:18px !important;
  margin-top:0;
  padding-right:155px;
}
#cookiesAlert #parrafoCookies .buttonOk {
  cursor:pointer;
  position:absolute;
  top:0;
  right:0;
  background:#fb704a;
  padding:12px 15px;
  color:#FFF;
  font-size:16px;
  color:#FFF;
}
#cookiesAlert a#enlaceCookies {color:#fb704a;}
