body{
  background-color:#F2F5A9;
  font-family:Arial;
  color:#1C1C1C;
}

/******Estilo para el menu**/
ul{
  background-color:#A9A9F5;
}

ul li{
  display:inline-block;
  width:20%;
  padding-top:2%;
  padding-bottom:2%;
  text-align:center;
}

ul li:hover{
  color:#2B2BAB;
}

ul a{
  font-weight:bold;
  cursor:pointer;
}

/******Estilo para el título**/

h1{
  font-size:26pt;
  color:#0B610B;
}

h2{
   font-size:22pt;
}

/******Estilo para las secciones**/

section > .description{
  font-style:italic;
  border: 2px solid #0B2F3A;
}

section p{
  font-size:18pt;
  color:#585858;
}

article{
  width:80%;
  margin-left:auto;
  margin-right:auto;
  color:#0A0A2A;
}


#content{
  background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#F7FE2E, #FAAC58); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#F7FE2E, #FAAC58); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#F7FE2E, #FAAC58); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#F7FE2E, #FAAC58); /* Standard syntax */
      padding:2%;
}

aside div{
  font-size:16pt;
  margin-top:5%;
}

#parte1{
  color:#045FB4;
}

#parte2{
  color:#5F04B4;
}

/*******************footer******************/
footer{
  font-size:12pt;
}
