<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--color-principal: #308366;
	--color-secundario: #42B58C;

	--color-principal-t50: rgba(67, 82, 33, 0.5);
	--color-principal-t10: rgba(67, 82, 33, 0.08);
	--color-secundario-t50: rgba(139, 149, 31, 0.85);

  }


body {
    padding: 0;
    margin: 0;
}

html, body, #map {
    height: 100%;
    font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.color-principal {
	color: var(--color-principal) !important;
}
.color-secundario {
	color: var(--color-secundario) !important;
}
.lorem {
    font-style: italic;
    color: #AAA;
}

.leaflet-control-layers-group-name h6,
.leaflet-control-mouseposition.leaflet-control {
	font-weight: bold;
	background: var(--color-principal) !important;
	padding:5px;
	color:white;
	border-radius: 2px;	
}
.leaflet-control-layers-list label {
	padding: 5px;	
}
.leaflet-control-layers-list label:hover {
	background-color: #e5e5e5;	
}

[type=radio]:checked.leaflet-control-layers-selector, [type=radio]:not(:checked).leaflet-control-layers-selector, [type=checkbox]:checked.leaflet-control-layers-selector, [type=checkbox]:not(:checked).leaflet-control-layers-selector {
	opacity: 1 !important;
	position: relative !important;	
}

.sidebar-header {
    background-color: var(--color-principal) !important;
}
.sidebar-tabs &gt; li.active, .sidebar-tabs &gt; ul &gt; li.active {
    color: #fff;
    background-color: var(--color-principal) !important;
}
#wmsContainer {
    cursor: grab; /* or any other cursor: https://developer.mozilla.org/en-US/docs/Web/CSS/cursor */
}
#myInput, #myInput2 {
	background-image: url('../../img/search.png');
	background-position: 8px;
	background-repeat: no-repeat;
	width: 95%;
	font-size: 14px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
	background-size: 8% auto;
}

tr.acotado-destacado.si {
	background: var(--color-principal-t10) !important;
}

/*Setup*/
html,
body {
  padding: 0;
  margin: 0;
}
html,
body,
#mapid {
  height: 100%;
  width: 100%;
}

/*Legend specific*/
.legend {
  padding: 6px 8px;
  font: 14px Arial, Helvetica, sans-serif;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
  /*border-radius: 5px;*/
  line-height: 24px;
  color: #555;
}
.legend h4 {
  text-align: center;
  font-size: 16px;
  margin: 2px 12px 8px;
  color: #777;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend i.icon {
  background-size: 18px;
  background-color: rgba(255, 255, 255, 1);
}

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