.href_text{
	font-weight:bold !important;
	color: #75D661 !important;
		
}

#div_texto{
	margin:0 auto 0 auto; 
	color: #ffffff;
	font-family: Arial,Helvetica,sans-serif;
	font-size:14px;
	background-color: #444;
	padding: 5px;
	width:100%;
	z-index: 50;

}
.texto_cookie{
	text-align: left;
	margin-left: 15px;
	line-height: 24px;
	margin: 0 auto;
   /*width: 1002px;*/
	}


@media only screen and (max-width: 768px) {
	.texto_cookie{
		/*width: 700px;*/
	}
}
@media only screen and (max-width: 360px) {
	.texto_cookie{
		/*width: 300px;*/
	}
}

