body {
    background-color:white;
}

#contentor{
  
  background-color:white;
  
}

#cabecalho{
  height: 110px;
  border-bottom: double;
  border-color: green;
  background-image: linear-gradient(rgb(201, 195, 195),white);
}



#Logo {
    color: black;
    margin: 0;
    padding: 0;
    text-indent: 100px;
    float: left;
    font-size: large;
    }

#simbolo{
  color: green;
  font-weight: bolder;
}    

ul {
  list-style-type: none;
  margin: 10px,0px;
  padding: 20px;
  overflow: hidden;
  
  float: right;
}

li {
  float: right;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to rgb(138, 133, 133) (dark grey) on hover */
li a:hover {
  font-style: oblique;
}

#corpo{
  height: 500px;
}

#corpoTexto{
  width: 400px;
  clear: both;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  margin-left: 100px;
  float: left;
  
}

#corpoImagem{
  margin: 10px,0px;
  padding: 20px;
  align-items: center;
  float: right;
}

#Rodape{
  background-image: linear-gradient(white,green);
  position: fixed;
  clear: both;
  margin: 10px,0px;
  padding: 20px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
}
#Morada{
  margin: 0;
  padding: 0;
  float: left;
  margin-left: 85px;
}

#Copy{
  float: right;
}
