@media screen and (max-width: 989px)  
{
    #barraaceptacion 
    {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:20px;
	width:100%;
	text-align:center;
	min-height:100px;
	background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
	z-index:99999;
    }
}

@media screen and (max-width: 1199px) and (min-width: 990px) 
{
    #barraaceptacion 
    {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-bottom:20px;
	width:100%;
	text-align:center;
	min-height:60px;
	background-color: rgba(0, 0, 0, 0.5);
	color:#fff;
	z-index:99999;
    } 
}

@media screen and (min-width: 1200px) 
{
    #barraaceptacion 
    {
    	display:none;
    	position:fixed;
    	left:0px;
    	right:0px;
    	bottom:0px;
    	padding-bottom:20px;
    	width:100%;
    	text-align:center;
    	min-height:60px;
    	background-color: rgba(0, 0, 0, 0.5);
    	color:#fff;
    	z-index:99999;
    } 
}




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

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