/* CSS Document */* {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
img {
border: 0px;
}
body {
background: url(../img/main_bg.jpg) repeat-y center;
}
div#topo {
width: 770px;
height: 65px;
margin: 0 auto;
background: url(../img/top_bg.gif);
}
ul#menu {
background-color: #036;
list-style: none;
width: 420px;
float: left;
}
ul#menu li {
display: inline;
}
ul#menu a{
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
background-color: #036;
display: block;
float: left;
padding: 2px 8px;
}
ul#menu a:hover{
background-color: #006699;
}

ul#language {
background-color: #036;
list-style: none;
width: 350px;
float: left;
}
ul#language li {
display: inline;
}
ul#language a{
color: #fff;
font-size: 9px;
font-weight: bold;
text-decoration: none;
background-color: #036;
display: block;
float: left;
padding: 4px 8px 3px 25px;
}
ul#language a#prt { background: url(../img/port_flag.gif) no-repeat 0 0; }
ul#language a#eng { background: url(../img/eng_flag.gif) no-repeat 0 0; }
ul#language a#esp { background: url(../img/esp_flag.gif) no-repeat 0 0; }
ul#language a#ita { background: url(../img/ita_flag.gif) no-repeat 0 0; }

div#banner {
width: 770px;
margin: 0 auto;
}
img#bannerImg {
float: left;
}
#login {/* FICA DENTRO DE MAIN */	
background-color: #BDCFD5;
width: 125px;
height: 150px;
padding: 5px 5px 5px 15px;
float: right;
}
#login h3{
font-size: 11px;
color: #003366;
padding: 10px 0px 5px 3px;
}
#login p{
font-size: 12px;
padding: 3px;
}
#login input {
border: 1px solid #003366;
font-size: 9px;
width: 100px;
height: 15px;
}
div#main {
width: 750px;
background-color: #fff;
margin: 0 auto;
padding: 10px;
}
div#conteudo {
width: 500px;
float: left;
}
div#footer {
width: 750px;
margin: 10px auto;
padding-top: 6px;
font-size: 11px;
color: #666;
text-align: center;
border-top: #ccc dotted 2px;
}
div#footer a{
color: #069;
text-decoration: none;
}
div#footer a:hover{
color: #036;
text-decoration: underline;
}
