html, body, h2, h3, h4, div, p, input, td {
  font-family: normal, sans-serif;
  color: #012A3A;
}
#logo {
    top: 4em;
}
div.divisiones {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#top {
  min-height: 320px;
  background-image: url('../img/top-perfil.jpg');
}
#bottom {
  min-height: 280px;
  background-image: url('../img/bottom-perfil.jpg');
}
.contenido {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  padding-left: 3em;
  padding-right: 1em;
}
h2 {
  font-size: 180%;
  color: #012A3A;
}
#bio {
  z-index: 2;
  color: #012A3A;
  background: transparent;
  position: relative;
  top: -3em;
}
#descripcion-bio {
  padding-top: 8em;
  max-width: 59%;

}
.descripcion-bio {
  font-size: 120%;
  line-height: 1.5em;
  margin-left: 1em;
}
#container-foto-bio {
  background: #E6E6E6;
  margin-right: 1em;
  padding-bottom: 10%;
  margin-bottom: -10%;
}
#foto-bio {
  margin: 1em;
  padding: 1em;
  text-align: center;
}
#foto-bio img {
  width: 80%;
  margin-top: 2em;
}
#foto-bio p {
  font-size: 100%;
}
#descripcion-bio p, #foto-bio p.nombre {
  font-size: 140%;
}
div.item-cv {
  margin-left: 1em;
  margin-top: 1.5em;
  font-size: 100%;
}
div.item-cv div {
  margin-bottom: 0.1em;
}
div.dato-cv {
  margin-bottom: 1em;
}

@media all and (max-width: 799px) {
  /*
    RESET
 */
 WWW html, body, .contenido, #facts, #container-mapa, #logo, #img-logo, #nombre-logo, #texto-logo, #bio, #bio span, #container-foto-bio {
    max-width: 100%;
    padding: 0;
    margin: 0;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 100%;
 }
 #top {
   min-height: 130px;
 }
 #logo {
   text-align: center;
   max-height: 30%;
 }
 #img-logo {
   width: 5em;
   height: auto;
   float: none;
   position: absolute;
   top: 1.2em;
   left: 2em;
 }
 #nombre-logo {
   width: 7.5em;
   height: auto;
   position: absolute;
   top: 2.5em;
   left: 7.4em;
 }
 #texto-logo {
   height: 10%;
   width: 10em;
   position: absolute;
   top: 3.8em;
   left: 5.2em;
   font-size: 110%;
   letter-spacing: -1px;
   color: #FFCE00;
 }
 #foto-bio {
   padding: 0;
   margin: 0;
   font-size: 90%;
 }
 div.dato-cv {
   margin-left: 1em;
   margin-right: 0em;
 }
 #descripcion-bio {
   margin: 0;
   padding: 0;
   max-width: 95%;
 }
 div.item-cv, div.item-cv div {
   margin: 0;
   padding: 0;
   max-width: 95%;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0.25em;
 }
 div.item-cv {
   font-size: 85%;
   margin-top: 1.5em;
   margin-bottom: 1.5em;
 }
 div.item-cv strong {
 }
 #descripcion-bio p {
   font-size: 90%;
   max-width: 95%;
 }
}
