#div-cookies {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
	height: 60px;
    background-color: white;
    box-shadow: 0px -5px 15px gray;
    text-align: center;
    z-index: 99;
	padding-top: 25px;
	padding-bottom: 25px;
}

#div-textoCookies
{	
	width: 80%;
	white-space: initial;
	margin:0px auto;
}


button.botonCookie {
	/*overflow:visible;*/
	font-family: Barlow, Arial; font-size:14px;color:#ffffff;text-decoration:none;font-weight:bold;
	padding:8px;
	padding-right:14px;
	padding-left:14px;
	margin:5px;
	background-color:#524c4c;	
	cursor: pointer;
	/*-webkit-border-radius:0.75em;
	-moz-border-radius:0.75em;*/
	border-radius:0.5em;
	border:0px;
	text-align:center;
}

button.botonCookie:hover {background:#4582BF;}

@media screen and (orientation: portrait)
{ 
	#div-cookies {
		height: 15%;	
	}
	
	button.botonCookie {
		font-size:12px;		
	}
	
}
