.href_text{
	font-weight:bold !important;
	color: #3498db !important;

}

#div_texto{
	margin:0 auto 0 auto !important;
  width: 100%;
	max-width: 950px;
	color: #ffffff !important;
	font-family: Arial,Helvetica,sans-serif !important;
	font-size:14px !important;
  background-color: #000f0d !important;
	padding: 10px;
	position: relative;
}

.texto_cookie{
  font-family: Arial,Helvetica,sans-serif !important;
	font-size: 12px;
	line-height: 120%;
  font-weight:normal;
	text-align: left !important;
  color: #ffffff !important;
  margin: 0;
}

@media (min-width: 48em) { /* 768 >> */
  #div_texto {
    padding: 16px;
  }
  .texto_cookie {
	  font-size: 13px;
	  line-height: 150%;
  }
}

@media (min-width: 60em) { /* 960 >> */
  .texto_cookie {
	  font-size: 14px;
  }
}

.texto_close {
	width: 12px;
	height: 12px;
	background: url('../images/ui/close.png') no-repeat 0 0;
	background-size: 12px 12px;
	border: none;
	position: absolute;
	right: 0.5em;
	top: 0.5em;
}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi) {
	.texto_close {
		background-image: url('../images/ui/close@2x.png');
	}
}
