#pantalla_cookies{
	/*width: 300px;*/
	bottom: 0;
	left: 0;
	background: #fff;
	position: fixed;
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
	overflow: hidden;
	max-height: 500px;
	font-family: 'Ciutadella Light', sans-serif;
	font-size: 13px;
	z-index: 1100;
	color: #5d84b7;
	-webkit-box-shadow: 1px 5px 27px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 5px 27px -11px rgba(0,0,0,0.75);
	box-shadow: 1px 5px 27px -11px rgba(0,0,0,0.75);
}

#pantalla_cookies.pantalla-on{
	max-height: 0px;
}
#pantalla_cookies-in{
	max-height: 500px;
	background: #fff;
	padding: 30px;
}
a#acepta_cookies{
	border-radius: 1px;
	background: #5d84b7;
	padding: 5px 20px;
	margin-left: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a#cookies_leer_mas{ color: #1cb6c1;text-decoration: underline;}
a#cookies_leer_mas:hover{ color: #1cb6c1;}
a#acepta_cookies:hover{
	background: #f18a8b;
}
a#acepta_cookies{
	display: inline-block;
	margin: 20px auto auto auto;
}
@media (min-width: 768px) {
	#pantalla_cookies{
		width: 300px;
	}
}