body {
  background-image: url(../img/fondo.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 20%;
  margin-right: 20%;
  font-family: 'Roboto';
  /*text-align: center;*/
}

h1 {
  background-color: rgba(255, 255, 255, 0.60);
  border-bottom: .05em solid darkslateblue;
  /*font-family: 'roboto';*/
  font-weight: 100;
  font-size: 3em;
  color: darkslateblue;
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1em;
}

#menu ul {
  display: inline-block;
  margin: 0 4em;
}

#menu li {
  float: left;
  list-style-type: none;
  border-right: 1px solid darkslateblue;
  text-align: center;
  padding: .5em 2em;
  margin: 0.5em 0;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6em;
}

#menu a {
  text-decoration: none;
}

#menu li:last-child {
  border-right: none;
}

#menu a:link {
  color: darkgrey;
}

#menu a:visited {
  color: darkgrey;
}

#menu a:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}

img {
  width: 80%;
  border: 0.30em solid darkslateblue;
  border-radius: 1em;
  box-shadow: 0.4em 0.4em 0.9em rgba(72, 61, 139, 0.3);
  -webkit-box-shadow: 0.4em 0.4em 0.9em rgba(72, 61, 139, 0.3);
  -moz-box-shadow: 0.4em 0.4em 0.9em rgba(72, 61, 139, 0.3);
  margin-top: 3em;
}

#content {
  text-align: center;
}

#bio {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.8em;
  color: darkslateblue;
  margin: 4em 7em;
}

#footer {
  text-align: center;
  font-size: 0.8em;
  font-weight: 300;
  color: gray;
  margin: 1em;
}

