@charset "utf-8";
/* Configurações das estruturas de DIVS do site */
#geral {
font-family:"Trebuchet MS", Arial, Tahoma;
color:#666666;
font-size:12px;
text-align:justify;
margin: 0px;
padding: 0;
}
/* Início Topo */
#topo {
width:100%;
height:120px;
}
#topo_centro {
width:800px;
height:120px;
margin:0 auto;
}
#topo_centro .logo {
width:250px;
height:77px;
margin-top:21.5px;
float:left;
background-image:url(/media/images/logo_uniao.jpg);
}
#topo_centro .banner_topo {
width:392px;
height:72px;
margin-top:24px;
float:right;
background-color:#9999FF;
}
/* Fim Topo */

/* Início Menu */
#menu {
width:100%;
height:220px;
background-image:url(/media/images/bg.jpg);
background-repeat:repeat;
}
#menu-centro {
width:800px;
height:220px;
margin:0 auto;
background-image:url(/media/images/bg_centro.jpg);
}
ul{
margin: 0 auto;
padding: 0;
width:76%;
text-decoration:none;
}
ul li{
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
width:12.5%;
}
ul .h1{
font-family:"Trebuchet MS",Tahoma;
color:#FFFFFF;
font-size:12px;
}
/* Fim Menu */

/* Início Corpo */
#corpo {
width:100%;
height:auto;
}
#conteudo{
width:800px;
height:auto;
margin:0 auto;
}
/* Fim Corpo */

/* Início Rodapé */
#rodape {
width:100%;
height:120px;
background-image:url(/media/images/bg_rodape.jpg);
}
#texto-rodape{
color:#666666;
float:left;
font-family:"Trebuchet MS",Arial , Tahoma;
font-size:14px;
margin-left:43%;
}
/* Fim Rodapé */


