#titulo{
    color:#CCB0B0;
    font-style: oblique;
}
#titulo2{
    color: #67B691;
    font-style: oblique;
}
body{
    border: 3px white solid;
    padding: 105px;
    border-radius: 30px;
    margin: 200px;
    background-color:#452323;
}
.menu {
  width: 1100px;
  height: 45px;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 10px;
}

.menu ul li {
  list-style: none;
  float: left;
  line-height: 40px;
}
.menu ul li a {
  width: auto;
  height: auto;
 text-decoration: none;
 padding: 30px;
 color:#F2E840;
}
.primer{
    width: 160px;
    border-radius: 25px;
     float: right;
    margin: auto;    
}