#fundo {
  background-color: #CCC;
}

#caixas {
  background-color: #FFF;
}

#lista {
  background-color: #EFEFEF;
  font-size-adjust: inherit;
  position: relative;
  max-width: inherit;
}

#cabecalho {
  background: #F5F5F5;
  position: static;
}

body {
  font-family: arial;
  background-color: #CCC
}

span {
  width: 150px;
}

hr {
  clear: both;
}

a {
  color: #0000FF;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#menu ul {
  list-style-type: none;
}

#menu li {
  display: inline;
}

#menu a {
  float: left;
  width: 100px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background: #009;
  padding: 5px;
  border-right: 1px solid #FFFFFF;
}

#menu a:hover {
  background: black;
}

table {
  text-align: center;
  border: 1px solid #D0D0D0;
}

img {
  border: 0px;
}

table td {
  border: 1px solid #eee;
  padding: 3px;
}

p {
  margin: 10px;
}

.centro {
  text-align: center;
}

#footer {
  text-align: right;
  font-size: 10px;
  color: #00C;
  vertical-align: baseline;
}

/* botoes - inicio*/
.bt_link_download {
  font-family: arial;
  font-weight: bold;
  text-decoration: none;
  color: #000019 !important;
  font-size: 17px;
  text-shadow: 1px 1px 0px #F2F2F2;
  box-shadow: 0px 2px 2px #BEE2F9;
  padding: 10px 28px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #000000;
  background: #2DBF00;
  background: linear-gradient(top, #2DBF00, #54ED13);
  background: -ms-linear-gradient(top, #2DBF00, #54ED13);
  background: -webkit-gradient(linear, left top, left bottom, from(#2DBF00), to(#54ED13));
  background: -moz-linear-gradient(top, #2DBF00, #54ED13);
}

.bt_link_download:hover {
  color: #14396A !important;
  background: #468CCF;
  background: linear-gradient(top, #46CF15, #1D5E01);
  background: -ms-linear-gradient(top, #46CF15, #1D5E01);
  background: -webkit-gradient(linear, left top, left bottom, from(#46CF15), to(#1D5E01));
  background: -moz-linear-gradient(top, #46CF15, #1D5E01);
  text-align: center;
  font-family: arial;
}

/* botoes - fim*/