#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:30px;
	width:100%;
	text-align:center;
	min-height:125px;
	background-color: #042D31;
	color:#fff;
	z-index:99999;
}

#barraaceptacion p {
	color: #90DFE4;
	font-size:14px;
}

.inner {
	width:100%;
	position:absolute;
	padding-left:5px;
	font-family:verdana;
	font-size:12px;
	line-height: 10px;
	top:30%;
}

.inner a.ok {
	padding: 4px;
    color: #00ff2e;
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
}

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

/* Media para moviles menores de 768px */
@media (max-width: 767px) {
	#barraaceptacion {
		top: 0;
    	min-height: 165px;
    	padding-bottom: 50px;
    	height: 15%;
	}

	#barraaceptacion p {
		font-size:12px;
		line-height: 18px;
	}

	.inner {
		font-size:11px;
		line-height: 14px;
		padding-left: 20px;
    	padding-right: 20px;
    	top:15%;
	}
}