<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#barraaceptacion {
	display:none;
    background-color: #000;
    bottom: 0;
    color: #fff !important;
	font-weight:bold;
    left: 0;
    margin: 0 auto;
    opacity: 0.8;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99999;
	text-align: left;
	text-indent:0;
	
}
#barraaceptacion .aceptar a { 
	padding: 0;
}

#barraaceptacion .inner {
 font-family: verdana;
  font-size: 11px;
  line-height: 1.4em;
}
.LCaceptar {
	background: #c0c0c0;
    border: 1px solid black;
    float: right;
    font-size: 11px;
    margin-right: 10px;
    margin-top: 10px;
    z-index: 9999;
}

.LCaceptar a {
	display	: block;
}

.LCinner {
    padding-left:5px;
    font-family:verdana;
    font-size:10px;
	padding:5px;	
	overflow: auto;	
} 
.LCcontentModal p, .LCcontentModal h1,.LCcontentModal h2,.LCcontentModal h3,.LCcontentModal h4,.LCcontentModal h5,.LCcontentModal h6 {
	line-height: 1em;
}
.LCcontentModal ul li {
	margin-left: 1em;
	margin-top: 0.5em;
}
.LCcontentModal ul {
	margin-top: 1em;
}
.LCinner p, .LCinner h1,.LCinner h2,.LCinner h3,.LCinner h4,.LCinner h5,.LCinner h6,.LCinner ul,.LCinner li{
	margin: 0.5em 0;
	color:#fff;
}
a.ok {
    padding:5px;
    color:#000 !important;
    text-decoration:none;
} 
.LCinner a.info {
    padding-left:5px;
    text-decoration:underline;
    color:#fff !important;
}
#leycookies {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;	
	  /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	  /* IE 5-7 */
	  filter: alpha(opacity=0);
	  /* Netscape */
	  -moz-opacity: 0;
	  /* Safari 1.x */
	  -khtml-opacity: ;
	  /* Good browsers */
	  opacity: 0;	
	-webkit-transition: opacity 10ms ease-in;
	-moz-transition: opacity 10ms ease-in;
	transition: opacity 10ms ease-in;
	pointer-events: none;
	text-indent:0 !important;
	text-align: left;
	width:0%;
	height:0%;
}
#leycookies:target {
	  /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	  /* IE 5-7 */
	  filter: alpha(opacity=100);
	  /* Netscape */
	  -moz-opacity: 1;
	  /* Safari 1.x */
	  -khtml-opacity: ;
	  /* Good browsers */
	  opacity: 1;	
	pointer-events: auto;
	width:100%;
	height:100%;
}
.LCcontentModal {
	height: 100%;
    margin-top: 14px;
    overflow: auto;
    width: 102%;
	color:#000;
}
#leycookies &gt; div {
	width: 80%;
	height:80%;
	position: relative;
	margin: 5% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #fff);
	background: -webkit-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
}
.LCclose {
	background: #fff !important;
	color: #000;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.LCclose:hover { background: #016441; }
@media (max-width: 480px) {
	.LCaceptar {
		border-radius: 10px;
		float: right;
		font-size: 10px;
		padding: 0;
	}
}     
/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {

}     
/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {

}
</pre></body></html>