.barraaceptacion {
	background: #333333;
	border-radius: 5px;
	width: 90%;
	position: fixed;
	bottom: 0;
	margin-right: 5%;
	margin-left: 5%;
	padding: 10px;
	text-align: center;
	
	color: #FFFFFF;
}

.centerbtncookies {
	margin-left: auto;
  	margin-right: auto;
}

.btncookies{

    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    background-color: #21739e;
    border-radius: 6px;
    border: 1px solid #08335d;
  }
.btncookies:hover{
	color: #1883ba;
	background-color: #ffffff;
}
.textcookies{
	 font-size: 120%;
	 line-height: 1.5;
}