#map { 
    height: 700px; 
    width: 100%;
    display: block;
}
    #controls { padding: 10px; }
    .info.legend {
  background: white;
  padding: 8px;
  line-height: 1.4em;
  color: #333;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  border-radius: 4px;
  font: 12px sans-serif;
}
    .leaflet-control-layers.leaflet-control {
      border: 1px;
      padding: 8px;
      box-shadow: 0 0 6px rgba(0,0,0,0.2) !important;
    }



  #mapa-container  svg {
    font-family: sans-serif;
      width: 100%;
      height: auto;
    }

    .estado path {
      stroke: #fff;
      stroke-width: 1;
      cursor: pointer;
      transition: fill 0.2s;
    }
    .viz_tooltip {
         font-family: sans-serif;
      position: absolute;
      background: #333;
      color: #fff;
      padding: 6px 10px;
      border-radius: 4px;
      font-size: 12px;
      pointer-events: none;
      display: none;
    }

    #grafica-linea svg {
    font-family: sans-serif;
      width: 100%;
      height: auto;
    }

    #grafica-linea .axis-y path{
      display: none;
    }

   #grafica-linea .axis-y .tick:nth-child(even) {
  display: none;
}

 #grafica-linea .axis-y line {
  stroke: #f2f2f2;
}
#grafica-linea .tomas-presidente {
  font-weight: 700;
}