
.modal_cookie {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	overflow: hidden;
  }
.mostrar{
	display: block; /* Hidden by default */
  }
.ocultar{
	display: none; /* Hidden by default */
  }
#pantalla_cookies-in{
	/*-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;*/
	overflow: hidden;
}
#pantalla_cookies-in{
	position: absolute;
	bottom: 0px;
	background: #666;
	padding: 30px;
	color: #fff;
	margin: auto;
}
#pantalla_cookies-in.pantalla-on{
	max-height: 0px;
}
button#acepta_cookies, button#rechaza_cookies{
	border-radius: 0px;
	background: #fff;
	border: 1px solid #888;
	padding: 5px 20px;
	margin-left: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #888;
}
#pantalla_cookies-in a{ font-weight: bold; color: #ccd0db; text-decoration: underline;}
#pantalla_cookies-in a:hover{ color: #edf2fa;}
button#acepta_cookies:hover, button#rechaza_cookies:hover{
	border: 1px solid #333;
	color: #333;
}
a#acepta_cookies{
	display: inline-block;
	margin: auto;
}

