@charset "utf-8";
/* CSS Document */
#barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding:30px 20px;
    width:100%;
    text-align:center;
    min-height:40px;
    background-color: rgba(0, 0, 0, 0.5);
    color:#fff;
    z-index:99999;
	/*max-height:200px;*/
}
@media (max-width: 767px) {
	#barraaceptacion {
		display:none;
		position:fixed;
		left:0px;
		right:0px;
		bottom:0px;
		padding:30px 20px;
		width:100%;
		text-align:center;
		min-height:80px;
		background-color: rgba(0, 0, 0, 0.5);
		color:#fff;
		z-index:99999;
	}
}
@media (max-width: 480px) {
	#barraaceptacion {
		display:none;
		position:fixed;
		left:0px;
		right:0px;
		bottom:0px;
		padding:30px 20px;
		width:100%;
		text-align:center;
		min-height:100px;
		background-color: rgba(0, 0, 0, 0.5);
		color:#fff;
		z-index:99999;
	}	
}
 
.inner2 {
    width:100%;
    position:absolute;
    padding-left:5px;
	padding-right:30px;
    font-family:verdana;
    font-size:12px;
    top:25%;

	line-height:1.5em;

}
/* 
.inner a.ok {
    padding:4px;
    color:#00ff2e;
    text-decoration:none;
}

.inner a.info {
    padding-left:5px;
    text-decoration:none;
    color:#faff00;
}
*/
.inner2 a.ok {
	color:#333;
	padding:2px 10px;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
	background-color:#fdc200;
}
.inner2 a.ok:hover {
	color:#000;
}