#cookies_popup{
	background: white;
        border-top: 1px solid #888;
	padding: 4px 8px;
	right:0;
	bottom:0;
        left:0;
	z-index: 10001;
        color: initial;
        font-family: inherit;
        overflow: hidden;
        position: fixed;
}
#politica_cookies,#cookies_popup .btn_cerrar{
    display: table-cell;
    vertical-align: middle;
}

#cookies_popup a{
    	cursor:pointer;
	cursor:hand;
}

#cookies_popup .btn_cerrar{
	width: 16px;
	height: 16px;
	font-family: Arial;
	border: 1px solid #888;
	text-align: center;
	font-size:1em;
        line-height: 1em;
	background: transparent;
	color: initial;
}

#cookies_popup .btn_cerrar:hover{
	background: red;
	color:white;
}

.clear{
	clear:both;float:none;
}

#tipos_cookies{
    text-align: left;
    font-size: 1.2em;
    line-height: 1.2em;
    color: initial;
    background-color: initial;
    margin: 1em auto;
}

#tipos_cookies ul{
    list-style-type: circle;
    list-style-position: inside;
}



