#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	/*right:0px;*/
	bottom:0px;
	/*top:0px;*/
	padding-bottom:20px;
	width:100%;
	text-align:center;
	min-height:120px;
	height:120px;
	min-width:800px;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*background-color: #000000;*/
	background: url(../img/fondoetiqueta.png) repeat left top;
	color:#fff;
	z-index:99999;
	/*overflow:hidden;*/
}

.inner {
	width:800px;
	margin:0 auto;
	position:relative;
	text-align:left;
	padding-left:5px;
	font-family:verdana;
	font-size:12px;
	top:30px;
}

.inner a.ok {padding:4px;color:#ffffff;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#faff00;}

@media screen and (max-width:800px) {
#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	/*right:0px;*/
	bottom:0px;
	/*top:0px;*/
	padding-bottom:20px;
	width:100%;
	text-align:center;
	min-height:140px;
	height:160px;
	min-width:320px;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*background-color: #000000;*/
	background: url(../img/fondoetiqueta.png) repeat left top;
	color:#fff;
	z-index:99999;
	/*overflow:hidden;*/
}

.inner {
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:left;
	padding-left:5px;
	font-family:verdana;
	font-size:12px;
	top:30px;
}

.inner a.ok {padding:4px;color:#ffffff;text-decoration:none;}
.inner a.info {padding-left:5px;text-decoration:none;color:#faff00;}


}