/* CSS Document */
.msgcookie{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 99.9%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 11px;
	font-family: Tahoma, Geneva, sans-serif;
	z-index: 999;
	/*padding:5px;*/
	padding:0px;
	text-align:justify;
	margin:2px;
	font-size: 16px;
}
.msgcookie p {
	margin: 0px;
	padding: 15px;
}

/*.msgcookie {margin:0 auto;background:url(/public/imatges/cookie.png) 0 0 no-repeat;padding:10px 0 0 30px}*/
.msgcookie a:hover{color:#fff}
.msgcookie a.close_alerta_cookie{
	float: right;
	display: block;
	width: 16px;
	background: url(https://myproductium.com/assets/public/img/cookie.png) right -45px no-repeat;
	overflow: hidden;
	opacity: 0.5;
	padding:8px;
}
a.close_alerta_cookie:hover{opacity:1} 
a.link {
	color: #B3D9FF;
} 

@media only screen and (max-width: 767px) {
.msgcookie{
	/*bottom:0;
	top:	auto;
	*/
}
	
}