body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: ghostwhite;
}
.header {
  background-color:white;
  background-image: linear-gradient(white, ghostwhite);
  background-repeat: no-repeat;
  text-align:center;
  height:50px;
}

.header img {
	max-height:90%;
	max-width:auto;
}

.topnav {
  overflow: hidden;
  background-color: #000080;
  border-radius: 10px;
  margin: 0% 0.8%;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: ghostwhite;
  text-decoration: bold;
}

.topnav .icon {
  display: none;
}

.topnav {
  overflow: hidden;
  background-color: #000080;
}

p {
  font-size: 105%;
}

h2 {
  color:#333399;
  text-transform: uppercase;
}
.longdate {
  text-transform: uppercase;
  margin-top:-12px;
  font-size: 105%;
}
.titulo {
  display:inline;
  text-transform: uppercase;
  font-size: 100%;
  font-weight: bold;
}
.copyright {
  text-align: center;
  font-size: 11px;
  padding:35px 2px 10px;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
	border-radius: 0px 10px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}