#cookiecontenedor
{
	width: 100%;
	opacity: 0.8;
	background: #f5f5f5;
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	padding: 0;
}

#cookiemensaje
{
	width: 96%;
font-size:1rem;
	padding: 3px 0 2px 0;
	margin: 0 auto;
	position: relative;
}