.Rodape {
  background-color: #1A5977;
  border-bottom: 1px solid #00293E;
  background-image: -moz-linear-gradient(bottom, #17526F, #3284AC);
  background-image: -webkit-linear-gradient(bottom, #17526F, #3284AC);
  background-image: linear-gradient(to bottom, #17526F, #3284AC);

  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  /*
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 6px;
  */
  color: white;
  padding-bottom: 0.5em;
  margin-top: 2em;
}

.Rodape_Secao {
  padding-top: 1em;
}

.Rodape_Secao ul {
  list-style-type: none;
  margin: 0 0 1em 0;
  padding: 0;
}

.Rodape_Secao ul li {
  display: inline-block;
  vertical-align: top;
  min-width: 200px;
  margin-right: 8px;
}

.Rodape_Secao h6 {
  font-size: 1.2em;
  font-weight: bold;
  color: #CCE0EB;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5), 0px -1px 2px rgba(0, 0, 0, 0.8);
}

.Rodape a, .Rodape a:hover {
  color: white;
  text-decoration: none;
}

ul.Cartoes {
  margin-left: 36px;
}

.CartaoIcone {
  width: 30px;
  height: 20px;
}

.FPIcone {
  margin-bottom: 5px;
  width: 36px;
  height: 26px;
}

.SocialIcone {
  margin-bottom: 3px;
}  
