body {
  font-family: Aleo !important;
}

h3 {
  font-weight: 500;
}

h4{
  color: #474747;
  font-weight: 300;
}

p {
  text-align: justify;
  margin-right: 10px;
}

#content {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  }

  #content-multi {
    position: absolute;
    display: inline-block;
    left: 10%;
    width: 85%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    }

  .textscroll {
    position: absolute;
    display: block;
    height: 90%;
    overflow-y: scroll;
}

#estacion_tenosiq, #estacion_pprogreso, #proyecto_psureste{
  display: none;
}


#tenosiq_m, #pprogreso_m, #psureste_m {
  display: none;
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 95%;
}

#proyecto_psureste {
  display: none;
  width: 540px;
}

#graf1, #graf2, #graf3 {
  width: 530px;
}

.citas {
  margin-left: 4em; 
  text-align: justify;
  margin-right: 10px;
}

.accordion-body {
  text-align: justify;
}

.map {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
  }

  .normal.heading-1 {
    font-size: 30px;
    display: block;
    margin: 2px 0;
    max-width: 100%;
    word-wrap: break-word;
    text-align: center;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 460px;
    max-width: 530px;
    margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Aleo;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

#presentacion_m {
  margin-right: 15px;
}

#panelAcercade {
  margin-right: 15px;
  margin-left: 15px;
}
.list-group-item{
  cursor: pointer;
}