/* Construtora Mamute */
body {
    background-color: #111; color: #ccc; font-family: tahoma,verdana,arial; padding: 0px; border: 0px; font-size: 12px;
 }
A {
    color: #fff; text-decoration: none;
 }
A:hover {
    color: #fff; text-decoration: underline;
 }
.menu {
    background-color: #000; width:799px; height: 25px; float: left;  /* aqui começo a trabalhar os menus*/
 }
#link UL {
    padding-left: 0px; height: 0px; margin: 0px; background-color: #000000; font-size: 12px;
 }
#link LI {
    display: inline; float: left; background-color: #000;
 }
#link LI A {
    padding-right: 15px; display: block; padding-left: 15px; float: left; border-left: #222 1px dashed; line-height: 15px; height: 15px
 }
#link LI A:hover {
    text-decoration: underline;
 }
.visited {
    color:#A0A0A4; border-bottom: #ccc 0px solid; text-decoration: none;
 }              /*Aqui encerro o trabalho com links, e vou começar a parte do corpo da pagina,textos etc.*/
#corpo {
    width: 799px; height: 380px; background-color: #000; font-size: 12px;
 }
#apoio {
    display: block; float: left; width: 200px; height: 380px; background-color: #000;
 }
#rodape {
    width: 799px; height: auto; text-align: right; color: #333; font-family: tahoma, arial,helvetica, sans-serif; float: right; padding-right: 0px; margin-bottom: 0px; padding-top: 10px; margin-bottom:0px; font-size: 12px;
  }
.web {
    color: #333;
 }
.web a {
    color: #333333;
 }
.td {
    border-left: 1px; border-right: 1px; border-style: solid; border-color: #4f4f4f /*borda externa da tabela do layout*/
 }
.imgb {
    border: #cccccc 1px solid;
}
inicio {
    font-size: 10px; font-weigh: bold;
 }
#box {
	border-right: #d1b98b 1px solid; border-top: #d1b98b 1px solid; background: #e7e5d6; border-left: #d1b98b 1px solid;  border-bottom: #d1b98b 1px solid
} 
#botao {
    boder-right: #fff 1px solid; border-top: #fff 1px solid; background: #c0c0c0; border-left: #fff 1px solid; border-bottom: #fff 1px solid
}
.titulo {
 border-bottom: #000 1px solid; font-weight: bold
 }


