*{
  margin:0px;
  padding:0px;
}
body {
  background:#F5CE1D;
  color:0B0B0A;
}
#Cabeza {
  width: 1000px;
  margin: auto;
  margin-top:20px;
  overflow: hidden;
}
#com{
   text-align: center;
}
#contenedor {
  max-width:900px;
  margin: auto;
  margin-top:20px;
  overflow: hidden;
  display: flex;
}
header {
  height: 150px;
  background:#23ADB4;
border-radius: 20px;

}
header h1 {
 font-size: 100px;
 text-align: center;
 line-height:150px;
}

#dedicatoria{
    text-align: center;
    margin-top: 10px;
}
article{
    border-bottom-color: darkturquoise;
    background-color: #BD9A06C7;
    margin-bottom: 10px;
    padding: 20px;
}

aside {
 width: 250px;
 height:1701px;
 font-size: 20px;
 background-color: burlywood;
 text-align: center;
 margin-top:1px;
 float: right;
}

footer {
 background-color: darkseagreen;
 clear: both;
 margin-top: 110px;
 margin-bottom: 10px;
 font-size: 40px;
 text-align: center;
}

.menu {
  width: auto;
  height: 45px;
  font-size: 30px;
  margin-top: 23px;
  margin-bottom: 29px;
  background: #8f3d2b;
}

.menu ul li {
  list-style: none;
  float: left;
}
.menu ul li a {
 text-decoration: none;
 padding: 87px;
 color: #ded89d;
}

#Contenido {
 width: 400%;   
}

img{
    width: auto;
}

.primero{
    width: 17%;
}
.segunda{
    width: 29%;
}
.cuarta{
     width: 32%;
}
.sexta{
     width: 18%;
}
.uno{
    font-size: 20px;
}
.dos{
     font-size: 20px;
}
.tres{
     font-size: 20px;
}
.cuarto{
    font-size: 20px;
}
.quinto{
    font-size: 20px;
}
.sexto{
     font-size: 20px;
}
#final {
  width: 1000px;
  margin: auto;
  margin-top:20px;
  overflow: hidden;
}