/*Cookies*/
#control_cookies {
    width: 100%;
	position: fixed;
	z-index: 2;
	background-color: grey;
	color: white;
	font-family: "Trebuchet MS", "Tahoma";
	bottom: 0px;
	display: none;
}
#control_cookies p{display: inline-block;
}
#ok_cookies {
	display: inline-block;
	font-weight: bold;
	background-color: white;
	color: #BB9155;
	padding: 1px;
	cursor:pointer;
}
.dcha {float: right;
}
	
/*Media Querys*/

@media screen and (max-width: 400px), (max-height: 350px) {
   #control_cookies {
	font-size: 90%;
   }
}