@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
@import url('https://fonts.googleapis.com/css?family=Cabin');

*{margin 0; font-family: 'Cabin', sans-serif; box-sizing:border-box}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  margin-top: 2em;
  margin-bottom: 2em;
}


body {
    background: #f0efef;
    margin-left: 1em;
    margin-right: 1em;
}

a {
    text-decoration: none;
}

header nav a {
  display: inline-block;
  padding: 1em;
  color: #f0f0f0;
  font-size: 1em;
  text-decoration: none;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  background-color:#c1c7b0;
  border-radius: 1em;
}

header nav a:hover {
     background-color:#d0c7be;
}

nav {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    font-weight: bold;
    padding: 0;
}

header h1 {
    text-align: center;
    background-color: #f5c9b4;
    padding: 0.8em;
    margin-bottom: 1em;
    color: #f0efef;

}


h2 {
    padding: 1em;
    font-size: 1em;
    background-color: #efe9d9;
    color: #e5a380;
    text-align: right;
    padding: 0.3em;
    clear: both
}

h3 {
    font-family: 'Roboto Mono', monospace;
    font-weight: normal;
    padding: 0.7em;
    margin-top: 0.5em;
    font-size: 1em;
    color: #85908e;
    text-align: left;
    clear: both;
    border-bottom: 0.2em dotted #9ab9ac;
}

h4 {
  font-size: 1em;
  color: #85908e;
  padding-top: 0.5em;
  text-align: left;
}

ul {
    text-align: left;
    list-style: none;
    margin-left: 0;
}

ul li a {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    color: #85908e;
    font-size: 2rem;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-left: 0;
    font-weight: normal;
    background-color: rgba(255,255,255,0);
}

.button-group {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
  flex-direction: row;
  justify-content: center;

}

.button-group .button {
  background-color: #f5c9b4;
  border: 1em;
  border-color: #e57e5c;
  color: #efe8d9;
  padding: 0.4em 0.95em;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  font-size: 1em;
  cursor: pointer;
  float: left;
  margin: 0;
}

p {
    font-family: 'Roboto Mono', monospace;
    font-size: 0.9em;
    text-align: justify;
    margin-top: 2em;
    margin-bottom: 2em;
}



footer {
    font-size: 0.7em;
    font-style: italic;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    text-align: justify;
}

.imgflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mapa_img {
  width: 100px;
  height: 200px;
  line-height: 2em;
  margin-bottom: 1em;
}

.imagenes img {
  max-width: 100%;
}