#fondo_conf_cookies {
    background: rgba(0,0,0,.65);
    z-index: 1100;
    width: 100%;
    transform: translate(0%, 0%);
    height: 100%;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

#conf_cookies {
	background-color: #ffffff;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	max-width: 700px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 40px !important;
	padding-bottom: 0 !important;
	font-size: 90%;
}

#conf_cookies a {
	/*border-bottom: 1px solid #014286;*/
    border-bottom: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#conf_cookies a:hover {
	/*border-bottom: 1px solid transparent;*/
    border-bottom: 0;
}

#cont_conf_cookies {
	width: 100%;
	text-align: center;
}

#aceptar_selecc_cookies {
	font-size: 90%;
}

#aceptar_selecc_cookies:hover {
	/*border-bottom: 2px solid transparent;*/
}

.titu_conf {
    font-family: 'Bebas Neue', sans-serif;
	font-size: 170% !important;
    font-weight: 500;
    letter-spacing: .05em;
}

.subtitu_conf {
    font-family: 'Bebas Neue', sans-serif;
	font-size: 130% !important;
    font-weight: 500;
    letter-spacing: .05em;
}

.label_conf {
    font-size: 80%;
    font-weight: 400;
    line-height: 1.1em;
    margin-top: .5em;
}

.texto_conf {
	font-size: 80%;
}

.tabla_info_cookie {
	font-size: 65%;
	background-color: #DDDDDD;
	width: 100%;
}

.tabla_info_cookie td {
	padding: .7em;
	border-bottom: solid 1px #FFFFFF;
}

.cabe_tabla_info_cookie {
	color:#FFFFFF;
	background-color:#373737;
}

#info_basicas {
	display: none;
    margin-bottom: 1.5em;
    overflow-x: auto;
}

#info_analiticas {
	display: none;
    margin-bottom: 1.5em;
    overflow-x: auto;
}

#info_publicidad {
	display: none;
    margin-bottom: 1.5em;
    overflow-x: auto;
}