#barraaceptacion1,
	#barraaceptacion2 {
		display: none;
		position: fixed;
		left: 0px;
		right: 0px;
		top: 100px;
		margin: auto;
		padding-bottom: 20px;
		width: 400px;
		text-align: justify;
		min-height: 60px;
		background-color: rgba(0, 0, 0, 0.5);
		background-color: white;
		color: #444444;
		z-index: 99999;
		font-size: 25px;
		font-family: "open sans";
		border-radius: 20px;
	}
#barraEmergenteInferior{
		display: none;
		position: fixed;
		/* left: 0px; */
		right: 15px;
		bottom: 180px;
		margin: auto;
		padding-bottom: 20px;
		width: 300px;
		text-align: justify;
		min-height: 60px;
		color: #444444;
		z-index: 99999;
		font-size: 25px;
		font-family: "open sans";
		border-radius: 20px;
	}
#barraaceptacionRV
	{
		position: fixed;
		left: 0px;
		right: 0px;
		top: 100px;
		margin: auto;
		padding-bottom: 20px;
		width: 400px;
		text-align: justify;
		min-height: 60px;
		background-color: rgba(0, 0, 0, 0.5);
		background-color: white;
		color: #444444;
		z-index: 99999;
		font-size: 25px;
		font-family: "open sans";
		border-radius: 20px;
	}
.inner,
.inner2 {
	width: 100%;
	background-color: white;
	position: absolute;
	padding: 25px;
	font-family: verdana;
	font-size: 13px;
	font-family: "open sans";
	border-radius: 20px;
	color: #444444;
	background-color: white;
	box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.28);
}

.botones {
	margin: auto;
	text-align: right;
}

.opcionesCookies {

	margin: auto;
	margin-top: 30px;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
	border: #CCCCCC solid 1px;
	border-radius: 10px;
	padding: 20px;
	text-align: left;
}
.opcionesCookies hr {
	margin: 10px 0px 0px 0px;
}

.boton,.botonEmergente {
	background-color: #EEEEEE;
	color: #333333;
	border: none;
	padding: 7px 12px;
	border-radius: 5px;
	margin-right: 10px;
}
.boton:hover {
	background-color: #CCCCCC;
}

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

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

.mostrarmostrarcaja1,
.mostrarmostrarcaja2 {
	display: block;
}


.ocultarcaja1,
.ocultarcaja2 {
	display: none;
}

.opcionesCookies p {
	font-weight: bold;
}

.opcionesCookies span {
	font-size: 11px;
}