@charset "UTF-8";
/* CSS Document */


/**************************************************************/
/* COOKIES */
/**************************************************************/ 

#barraaceptacion {
	display:none;
	position:fixed;
	left:0px;
	right:0px;
	bottom:0px;
	padding-top:15px;
	padding-bottom:15px;
	width:100%;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.8);
	color:#fff;
	z-index:99999;
}

.inner {
	width:95%;
	margin:0 auto;
	font-family:verdana;
	font-size:12px;
	top:30%;
}

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

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