/* CSS Document */

body {
text-align: center; /* centraliza no IE */
margin: 2px 0px 0px 0px;
padding: 0;
background: #B89A7E url("../layout/fundo.jpg");
}

#tudo {
width: 756px;
background: #ffffff;
height: auto;
margin: auto; /* centraliza nos navegadores padrão */
border: 7px solid #9A0000;
}

#parte-superior {
width: 756px;
height: auto;
}

#topo{
width: 756px;
height: auto;
background: #9A0000;
text-align: center;
}

#conteudo{
font: 10pt  Arial, Verdana, Geneva, Helvetica, sans-serif;
width: 750px;
height: auto;
background: #ffffff;
text-align: justify;
padding: 15px 0px 0px 0px;
margin: auto;
}

#rodape {
clear: both;
font: 8pt  Arial, Verdana, Geneva, Helvetica, sans-serif;
width: 100%;
height: 40px;
background: #9A0000;
text-align: center;
color: #ffffff;
padding: 10px 0px 0px 0px;
border-top: 1px solid #C1C1C1;
}

#rodape a {
color: #ffffff;
text-decoration: none;
}

#rodape a:hover {
color: #ffffff;
text-decoration: underline;
}

img {
border: 0px;
}

#ambiente {
font: 8pt  Arial, Verdana, Geneva, Helvetica, sans-serif;
width: 100%;
height: 25px;
background: #9A0000;
text-align: center;
color: #ffffff;
padding: 7px 0px 0px 0px;
font-weight: bold;
border-bottom: 1px solid #ffffff;
}


#link a {
font: 11pt  Arial, Verdana, Geneva, Helvetica, sans-serif;
color: #AF0000;
text-decoration: none;
padding: 10px 10px 0px 0px;
}

#link a:hover {
color: #CCCCCC;
text-decoration: none;
}

#aviso {
font: 10pt  Arial, Verdana, Geneva, Helvetica, sans-serif;
height: 40px;
background: #cccccc;
text-align: center;
color: #000000;
padding: 7px 0px 0px 0px;
font-weight: bold;
border-bottom: 1px solid #ffffff;
}

ul.index {
list-style-type: none;
}


li.index {
list-style-image: url("../layout/marcador.gif");
padding: 5px 0px 0px 0px;
}
