.leyenda-listadocapas-contenedor {
  width: 200px ! important;
}
.gestordecapas ul, li {
  list-style: none;
}
.gestordecapas-subcapas {
  width: 100%;
  display: table;
}
.gestordecapas-subcapas-ul {
  float: left;
  list-style: none;
  padding-left: 25px;
  width: 100%;
}
.gestordecapas-subcapas-li {
  float: left;
  width: 100%;
}
.gestordecapas-input {
  float: left;
  width: 7%;
}
.gestordecapas-texto {
  float: left;
  width: 85%;
  min-height: 21px;
}
.gestordecapas-texto-titulo {
  float: left;
  margin-left: 10px;
  width: 80%;
}
.capatematico-reglas-contenedor {
  width: 100%;
  display: table;
}
.capatematico-reglas {
  display: table;
  margin-left: 10px;
}
.capatematico-reglas-fila {
  width: 100%;
  display: table;
}
.capatematico-reglas-fila-icono {
  float: left;
  margin-right: 5px;
}
.gestordecapas-texto-estilo {
  float: left;
  width: 20px;
  margin-left: 6px;
}
.estilo-capa-censos-a {
  width: 20px;
  height: 18px;
  background-image: url('../../../images/iconos/censo-a.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.estilo-capa-censos-b {
  width: 20px;
  height: 18px;
  background-image: url('../../../images/iconos/censo-b.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.capatematico-reglas-fila-leyenda {
  float: left;
}
.estilo-limites {
  border: 3px dashed #e41a1c;
  width: 20px;
  height: 14px;
  margin-top: 3px;
}
.gestordecapas-enlaces-contenedor {
  float: right;
  display: table;
}




