div#ley_de_cookies{	display: none;	position: fixed;	bottom: 0;	right: 10px;	width: 300px;	box-sizing: border-box;	border: 1px solid black;	border-top-left-radius: 3px;	border-top-right-radius: 3px;	background-color: #4e4e4e;	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}div#ley_de_cookies_titulo{	padding: 0 0 0 8px;	background-color: black;	font-size: 10px;	font-weight: bold;	line-height: 25px;	color: white;}div#ley_de_cookies_titulo button{	float: right;	width: auto;	margin: 3px 3px 0 2px;   box-sizing: border-box;	border: none;	border-radius: 3px;	padding: 0 5px 0 5px;	background: none;	background-color: #1e90ff !important;	line-height: 16px;	font-size: 10px;	color: white;}div#ley_de_cookies_titulo button:hover{	cursor: pointer;}div#ley_de_cookies_texto{	padding: 5px 8px 5px 8px;	font-size: 10px;	font-weight: normal;	line-height: 14px;	color: white;}div#ley_de_cookies a{	color: white !important;	text-decoration: underline !important;}