/* CSS Document */
@import url("custom.css");
/*------CONFIGURAÇÕES GERAIS------*/
body { margin-top:0; font-family:Arial; color:#000;}
div#geral { width:995px; margin:0 auto;}
h1 { margin:0;}
p { margin:0;}

/*------CLASSES DA FONTES------*/
.arial_11_branca { font-size:11px; color:#FFF;}
.arial_10_center { font-size:10px; text-align:center;}

/*-------TOPO---------*/
div#topo { margin-bottom:10px;}
div#barra_verde_top { background:url(../images/bg_topo_verde.jpg) repeat-x; height:45px;}
div#barra_verde_top div{ height:45px;}
div div#campo_data { background:url(../images/bg_data.jpg) no-repeat left bottom; float:left;}
div div#campo_data p { margin:15px 0 15px 20px;}
div div#campo_busca { float:left; margin:11px 15px -36px 308px; width:380px; background:url(../images/fundo_busca.jpg) no-repeat; height:25px; }
div div#brasao_governo { float:right; background:url(../images/brasao_govCe.jpg) no-repeat; width:146px;}
div#logo { background:url(../images/back_ondas.jpg) no-repeat right bottom; height:80px; paddin:0;} 
div#logo h1 { background:url(../images/sesa.jpg) no-repeat; text-indent:-5000px; height:80px; }
div#menu_atalhos { background:url(../images/barra_cinza.png); height:33px;}
div#menu_atalhos div { height:33px;}
div div#rss_link { float:left; margin-left:740px;}/*Bug de margin no IE6*/
div div#atalhos { background:url(../images/atalhos.png) no-repeat bottom; width:205px; float:right;}
div div#atalhos div#atalho_home,
div div#atalhos div#atalho_contatos,
div div#atalhos div#atalho_mapa { width:25px; height:25px; float:left; margin:10px;}
div div#atalhos div#atalho_home {margin-left:46px; margin-top:5px;}
div div#atalhos div#atalho_contatos {margin-left:19px; margin-top:5px;}
div div#atalhos div#atalho_mapa {margin-right:21px; margin-top:5px;}
div div#atalhos div#atalho_mapa { float:right; }

/*-------CORPO---------*/
div#corpo { margin-bottom:10px; background:url(../images/bg_cont_central.jpg) repeat-y; clear:both;}
div#coluna_esquerda { width:208px; float:left; background:url(../images/topo_coluna_esquerda.jpg) no-repeat top left; clear:both;}
div#conteudo_central { width:560px; margin:0 10px; float:left;}
div#coluna_direita { width:207px; float:right; background:url(../images/topo_coluna_direita.jpg) no-repeat top right;}

/*-------RODAPÉ---------*/
div#rodape { clear:both; background:url(../images/bg_Rodape.jpg) no-repeat top center; height:50px; padding-top:30px;}

