/* CSS Document */


@media screen and (min-width:641px){
	#aviso_cookies {
	height: auto;
	color: hsla(0,0%,100%,1.00);
	text-align: left;
	line-height: 25px;
	background-color: hsla(0,0%,28%,1.00);
	border-top: 1px solid #333;
	font-size: 14px;
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 9999999999999999999999999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
}/* CSS Document */
#aviso_cookies a {
	
	
	color: #ccc;
	
	
}
.boton_cookies
{
	width: 100px;
	height: 28px;
	background-color: #ccc;
	border-radius: 2px;
	color: #000!important;
	font-size: 16px;
	font-weight: bold;
    margin-top: 10px;
	cursor: pointer;

	text-align: center;
	line-height: 28px;
}
	.boton_cookies a
{

	color: #000!important;

}
}

@media screen and (max-width:640px){
	#aviso_cookies {

	color: hsla(0,0%,100%,1.00);
	text-align: center;
	line-height: 25px;
	background-color: hsla(0,0%,28%,1.00);
	border-top: 1px solid #333;
	font-size: 12px;
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
	z-index: 999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}/* CSS Document */
#aviso_cookies a {
	
	
	color: #fff;
	
	
}
.boton_cookies
{
	width: 100px;
	height: 28px;
	background-color: #ccc;
	border-radius: 2px;
	color: #000!important;
	font-size: 16px;
	font-weight: bold;
    margin-top: -10px;
	cursor: pointer;
  margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 28px;
}
	.boton_cookies a
{

	color: #000!important;

}
}
