#AlertaCookies {
	position:fixed;
	bottom:0;
	z-index:1000;
	background:#ccc;
	border-top: solid 1px #adadad;
	width:100%;}

.cajaCookies {
	width:80%;
	margin:0 auto;}

#AlertaCookies p {
	width:80%;
	color:#555;
	padding:15px 0;
	display:block;
	float:left;
	font-size:0.9em;}
	
#AlertaCookies p strong {
	color:#222;
	padding-bottom:0.5em;
	display:inline-block;}

#AlertaCookies p a {
	font-weight:bold;
	text-decoration:underline;
	color:#555;}
	
#AlertaCookies p a:hover {
	text-decoration:none;
	color:#222;}
	
.cajaCookies a.cerrar {
	background: url(https://estaticos.qdq.com/img/cookies/close-icon.png) no-repeat top right;
 
	display: block;
	padding-top: 4px;
	width: 75px;
	height: 28px;
	margin-top: 15px;
	color:#555;
	font-weight:bold;
	float:right;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:0.7em;}
	
.cajaCookies a.cerrar:hover {
	text-decoration:none;}
	
@media only screen and (max-width: 1400px) {
.cajaCookies {
	width:96%;
	max-width:96%;}
	
.cajaCookies a.cerrar {
	font-size:0.7em;}
}

@media only screen and (max-width: 990px) {
#AlertaCookies p {
	float:none;
	width:100%}

.cajaCookies a.cerrar {
	float:none;
	margin:0 auto;}
}
