/* --- CSS PARA EL CONTENEDOR DE LAS COOKIES --- */
/*Cookie Consent Begin*/
#cookieConsent {
	background-color: rgba(255, 255, 255, 0.8);
	min-height: 26px;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	padding: 10px 30px 10px 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
  }
  
  #cookieConsent a {
	text-decoration: none;
  }
  
  #closeCookieConsent {
	float: right;
	display: inline-block;
	cursor: poInter;
	height: 20px;
	width: 20px;
	margin: -15px 0 0 0;
	font-weight: bold;
  }
  
  #closeCookieConsent:hover {
	color: #FFF;
  }
  
  #cookieConsent a.cookieConsentOK {
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 20px;
	cursor: poInter;
  }
  
  #cookieConsent a.cookieConsentOK:hover {
	opacity: .8;
  }
  
  /*Cookie Consent End*/