#barraaceptacion {
	display:none;
	position: fixed;
		    bottom: 0px;
		    left: 0px;
		    width: 100%;
		    z-index: 999999;
}

.innner {
	border-top:2px #e84444 solid;
		    margin: auto;
		    position: relative;
		    top: 0px;
		    height: 110px;
		    width: 100%;
		    text-align:center;
			color:  #f9f9f9;
		    background-color: #333;
/*-webkit-box-shadow: 2px 2px 10px 5px #8A8A8A;
box-shadow: 2px 2px 10px 5px #8A8A8A;*/
padding-top:15px;
		    line-height:15px;
		    font-size:12px;
			font-weight:500;
			text-transform: uppercase;
		    text-align:center;
}

.innner a.ok {padding:4px;color:#e84444;text-decoration:none;font-weight:600;}
.innner a.innfo {padding-left:5px;text-decoration:none;color:#e84444;font-weight:600;}
