/* CSS Document */
BODY {
background-color : white;
font-family : arial;
}


#fundo { 
position: absolute;
margin-top:auto; 
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
width: 800px;
height: auto;
background-color: #FEFFEA;
border-width: 5px;
border-style: groove;
border-color: silver;
}

#cabecalho { 
float:left;
margin-top:auto; 
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
width: 790px;
height: auto;
background-color: #FEFFEA;
border-width: 3px;
border-style: groove;
border-color: silver;
}

#logo { 
float:left;
margin-top:10px; 
margin-left: 5px;
margin-right: auto;
margin-bottom: auto;
width: 400px;
height: 100px;
background-color: transparent;
border: none;
}

#contactos { 
float:right;
margin-top:12px; 
margin-left: auto;
margin-right: 5px;
margin-bottom: auto;
width: 150px;
height: 60px;
background-color: transparent;
border: none;
}

#menu {
float:left; 
margin-top:auto; 
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
width: 790px;
height: 16px;
background-image: url(imagens/barra_menu.gif);
background-color: transparent;
border-width: 3px;
border-style: groove;
border-color: silver;
}

#menucen {
float:left;
text-align:justify;
margin-top:4px; 
margin-left: 4px;
margin-right: 6px;
margin-bottom: 4px;
width: 626px;
height: auto;
background-color: #FEFFEA;
border: none;
}

#menudir {
float:left; 
margin-top:auto; 
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
width: 150px;
height: auto;
background-color: #FEFFEA;
border: none;
}

#rodape { 
font-family : Times New Roman;
font-size: 11px;
text-align: right;
margin-top:auto; 
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
width: 790px;
height: 10px;
background-image: url(imagens/barra_menu.gif);
background-color: transparent;
border-width: 3px;
border-style: groove;
border-color: silver;
font-weight: bold;
}

.botao {
width: 120px;
height : 20px;
cursor : pointer;
background-image: url(imagens/barra_menu.gif);
background-color: transparent;
color: white;
font-weight: bold;
border-style: none;
}

.botao:hover {
background-image: none;
background-color: #272514;
font-weight: bold;
color: red;
}

.botao:active {
background-color: #F8EC61;
color: white;
}

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
color: #000000;
line-height: normal;
text-align: justify;
}

h1{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-align: left;
} 

h2{
font-family: Arial, Helvetica, sans-serif;
color: red;
text-align: left;
} 

h3{
font-family: sans-serif, Arial, Helvetica;
color: #FF8000;
text-align: left;
} 

h4{
font-family: sans-serif, Arial, Helvetica;
color: #707070;
text-align: left;
} 

h5{
font-family: sans-serif, Arial, Helvetica;
color: blue;
text-align: left;
} 
