body{
  background-color: #fcf7f7;
  background-image: url(/Encyclopedia/theme/darkfleurs.jpg);
  background-repeat: repeat;
} 
.Banner{
  margin: auto;
  margin-top: 10px;
  text-align: center;
}

.barraMenu{
  margin-top: 0px;
  display: block;
  text-align: center;
  }
  
.content{
    text-align: center;
    font-size: 12px;
    display: block;
    letter-spacing: 2px;
    line-height: 1.5;
}

/* BOTONES MENU */
.menu_button{
  color: white;
  background-color: #34241c;
  transition-duration: 0.4s;
  border: 2px solid;
  border-radius: 4px;
  border-color: #895f4a;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.menu_button:hover {
  background-color: #895f4a;
  color: white;
}

 /* unvisited link */
a:link {
  color: pink;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: pink;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: hotpink;
  text-decoration: none;
}

/* selected link */
a:active {
  color: red;
  text-decoration: none;
}