header, footer {
  padding: 1em;
  color: white;
  background-color: rgb(175, 88, 94);
  clear: left;
  text-align: center;
}

nav {
  float: left;
  max-width: 160px;
  margin: auto;
  padding-top: 3em;
  padding-right: 2em;
  padding-left: 2em;
}

nav ul {
  list-style-type: none;
  padding: 0;
}

nav ul a {
  text-decoration: none;
}

img.canto {
  position: absolute;
  right: 10px;
  top: 123px;
}

.central {
  text-align: center;
}

.ligacoes {
  background-color:rgb(175, 88, 94);
  color:white;
  padding-left: 5pt;
  padding-right: 5pt;
}

.lig_cond {
  background-color:white;
  color:white;
  padding-left: 5pt;
  padding-right: 5pt;
}

div.container {
  width: 100%;
  border: 1px solid gray;
}

article img#foto {
    position: absolute;
    right: 10px;
    top: 123px;
    border: 0;
}

article {
  margin-left: 170px;
  margin-top: 0px;
  border-left: 1px solid gray;
  padding: 1em;
  overflow: hidden;
}

div img#contador {
  position: absolute;
  right: 20px;
  top:500px;
  border: 0;
}

/* Fim página inicial */

a {
  color:black;
}

a:hover {
  color:green;
}

a:visited {
  color:rgba(90, 205, 163, 0.406);
}

p.grande {
  font-size: 30px;
}

.viz {
  text-align:center;
}

.home {
  font-family: 'Fredoka One', sans-serif;
  font-size: 14px;
  text-shadow: 0px 0px 5px #fff, 0px 0px 10px #0ff, 0px 0px 15px #0fc;
}

#content{
  margin-left:auto;
  margin-right: auto;
  padding-left:25px;
  padding-right:25px;
  background-color: transparent;
  height:450px;
  width:600px;
  border: 4px solid transparent;
  border-radius:10px;
  color: #000;
  font-size: 32px;
  font-family:'Roboto', serif;
  font-weight: 500;
}

#license {
  font-size: 12px;
  font-family: monospace;
}

.painel_esq {
  float:left;
  width:49.5%;
  border-style: groove;
}

.painel_dir {
  float:right;
  width:49.5%;
  border-style: groove;
}

.botaoAndar {
 width: 80px;
 height: 30px;
 font-size: 18px;
 padding: 1px 1px;
 background-color:rgb(175, 88, 94);
 color: white;
 border-radius: 5px;
 cursor: pointer;
}