/*cookie*/
.cover-cookie{
	position: fixed;
    background-color: #00000078;
    z-index: 2000;
    width: 100%;
    height: 100%;
	top: 0;
}
.box-aviso-ck{
	position: fixed;
	bottom: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 2010;
	width: 100%;
	background-color: #000000b8;
}
.btn-aceite{
	border: none;
	border-radius: 10px;
	background-color: #0048a1;
	color: #ffffff;
	padding: 10px 35px;
	font-size: 20px;
	font-weight: bold;
	outline: none;
}
.txt-aceite, .txt-aceite a{
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}