
#barraaceptacion {
	display: none;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0 10px 20px 10px;
	width: 100%;
	text-align: center;
	min-height: 600px;
	/*height:100%;*/
	height: auto;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	z-index: 99999;
	font-size: 1.2em;
	line-height: 2em;
}


.inner {
	width: 85%;
	position: absolute;
	top: 5%;
	margin: 0 5% 0 5%;
	padding:20px;
	background-color: #FFF;
	color: #333 !important;
}

	.inner a.enlace {
		text-decoration: underline;
	}

		.inner a.enlace:hover {
			text-decoration: none;
			color: #3F4EF3;
		}


	.inner a.ok {
		padding: 1px;
		color: #000;
		text-decoration: none;
		color: #000;
		background-color: #999;
		border: #000 solid 1px;
	}

	.inner a.info {
		padding: 1px;
		margin-left: 5px;
		color: #000;
		background-color: #999;
		border: #000 solid 1px;
	}

		.inner a.info:hover {
			background-color: #000;
			color: #FFF;
			text-decoration: underline;
		}

	.inner a.ok:hover {
		background-color: #000;
		color: #FFF;
		text-decoration: underline;
	}



@media only screen and (max-width: 767px) {
	#barraaceptacion {
		min-height: 80px;
		font-size: 0.8em;
	}

	.inner {
		top: 15%;
	}
}

@media only screen and (max-width: 479px) {
	#barraaceptacion {
		font-size: 0.8em;
	}

	.inner {
		top: 5%;
	}
}

@media only screen and (max-width: 350px) {
	#barraaceptacion {
		font-size: 0.7em;
		line-height: 1.8em;
	}

	.inner {
		top: 1%;
	}
}

@media only screen and (max-width: 250px) {
	#barraaceptacion {
		min-height: 130px
	}

	.inner {
		top: 1%;
	}
}

#modal_generica {
	z-index: 100000;
}



/*#ANTES 2020
	
	
	barraaceptacion {
    display:none;
    position:fixed;
    left:0px;
    right:0px;
    bottom:0px;
    padding:0 10px 20px 10px;
    width:100%;
    text-align:center;
    min-height:50px;
	height:auto;
    background-color: rgba(0, 0, 0, 0.7);
    color:#fff;
    z-index:99999;
    font-size:0.85em;
	line-height:2em;
}
 
 
.inner {
    width:85%;
    position:absolute;
    top:25%;
	margin:0 5% 0 5%;
}
 
.inner a.ok {
	padding:1px;
	color:#000;
	text-decoration:none;
	color:#000;
	background-color:#999;
	border:#000 solid 1px;
}
 
.inner a.info {
	padding:1px;
	margin-left:5px;
	
	color:#000;
	background-color:#999;
	border:#000 solid 1px;
}
.inner a.info:hover{ background-color:#000; color:#FFF;text-decoration:underline;}
.inner a.ok:hover{ background-color:#000; color:#FFF;text-decoration:underline;}

@media only screen and (max-width: 767px) {
	#barraaceptacion {
		min-height:80px;
		font-size:0.8em;
	}
	.inner {
		top:15%;
	}
}

@media only screen and (max-width: 479px) {
	#barraaceptacion {
		font-size:0.8em;
	}
	.inner {
		top:5%;
	}
}
@media only screen and (max-width: 350px) {
	#barraaceptacion {
		font-size:0.7em;
		line-height:1.8em;
	}
	.inner {
		top:1%;
	}
}
@media only screen and (max-width: 250px) {
	#barraaceptacion {
		min-height:130px
	}
	.inner {
		top:1%;
	}
}
*/
