/* MENU */

/* Style the search box */
#mySearch {
  width: 250px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 9px;
  border: 1px solid #ddd;
}

/* Style the navigation menu */
#myMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;

  width: 250px;
  height: 627px;
  overflow-y: scroll; /* Show vertical scrollbar */
}

/* Style the navigation links */
#myMenu li {
  padding: 10px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  display: block
}

#myMenu  li:hover {
  background-color: #acacac;
}

body {
  font-family: 'Syncopate',Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

/* Create a column layout with Flexbox */
.row {
  display: flex;
}

/* Left column (menu) */
.left {
  padding: 0px 0px;
  height: 550px;
  width: auto;
}

.left h2 {
  padding-left: 8px;
  padding-top: 15px;
  margin-top: 0px;
  font-family: roboto;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Right column (page content) */
.right {
  padding: 0px;
  width: auto;
  height: 1500px;
}

.right_flex {
  display: flex;
  flex: 100%;
  padding: 0px;
  height: 250px;
}

.datos_geograficos_titulo {
  text-align: center;
  font-size: 46px;
  letter-spacing: 5px;
  margin: 0px;
  font-family:"Syncopate";
  font-weight: 200;
}

.datos_geograficos_subtitulo {
  text-align: center;
  font-size: 23px;
  letter-spacing: 5px;
  margin: 0px;
  font-family:"Syncopate";
  font-weight: 0;
}


p {
  margin: 0px;
  height: 100px;
}

.grafica_pie {
  height: 600px;
  margin:top;
  background-color:#97ae8b;
}


.bottom_graphs{
margin:top;
}

.bottom_text{
  display: flex;
  flex: 50%;
  justify-content: space-around;
  text-align: center;
}


.quinta_grafica{
width: auto;
height: auto;


}

.bottom_text h2{
  font-family:Syncopate;
  font-size: xx-large;
  letter-spacing: 15px;
}

.left_bottom_luna p{
  background-color: aquamarine;
}
