#conteudo_central{
  display: table;
  float: left;
  margin-bottom: 40px;
}
.central_reduzida{
  width: 620px;
}
.central_ampliada{
  width: 888px;
}

#titulo_interno{
  margin-top: 15px;
  margin-bottom: 30px;
}

#menu_lateral{
  display: table;
  float: right;
  width: 170px;
  padding-top: 15px;
}

#titulo_menu_lateral{
  font-size: 18px;
  color: #7e8a92;
  margin-bottom: 20px;
}
#titulo_menu_lateral img{
  float: right;
  margin-top: 7px;
}

#link_menu_lateral{
  font-size: 16px;
  color: #75c5f0;
  text-decoration: none;
  margin-bottom: 10px;
  cursor: hand;
  cursor: pointer;
}
#link_menu_lateral:hover{
  text-decoration: underline;
}
