body{
    background-color: blanchedalmond;
    font-family: Arial, Helvetica, sans-serif;
}


#titulo {
    background-color: #e2a9d6d3;
    margin-top: -64px;
    height: 87px;
    text-align: center;
  }
  
  #menu {
    background-color: rgba(137, 241, 198, 0.658);
    text-align: center;
    width: 175px;
    height: 1200px;
    margin-top: 10px;
  }
  
  #contenido {
    background-color: rgba(160, 212, 212, 0.726);
    margin-left: 186px;
    margin-top: -1200px;
    height: 1200px;
    font-family: Arial;
    text-align: justify;
  }
  
  #cuerpo {
    background-color: rgba(255, 255, 255, 0.774);
    margin-top: 77px;
  }
  
  div.divimg {
    text-align: center;
  }