
body { 
   background: #fcf7f3;
   margin: 0 ;
   color: #0f2026;
   font: 12px Arial;
}

h1 { 
   margin:0;
   padding: 15px 0 15px 0;
   font: 200% Georgia;
   color: #237fa1;
}

p { 
   font: 12px Arial;
   color: #0f2026;
   margin:0;
   padding: 5px 0 5px 0;
}

a, a:visited { color: #237fa1; text-decoration: none; }

a:hover { text-decoration : underline; }

img{ border: 0;}

#alinhaCentro {
   width: 800px;
   margin: 0 auto;
}

#geral {
   margin: 0 auto;
   margin-top:20px;
   width: 600px;
   border: 1px solid #dadada;
  
}

#topo {
   margin: 0 auto;
   width:100%;
   height: 270px;
}

#logo {
   margin: 0 auto;
   float: left;
   width: 95%;
   height: 190px;
   padding: 20px 0 20px 20px; 
}


#menu {
   margin: 0 auto;
   padding: 0;  
   width: 580px;       
}



/*!!!!!!!!!!!Propriedades do menu deslizante QuickMenu  [Não Modifique!] !!!!!!!!!!!!!*/
.qmfv {visibility : visible !important ;}
.qmfh {visibility : hidden !important ;}
.qmclear {font-size : 1px; height : 1px; width : 100%; display : block;}
.qmmc { position : absolute; margin : 0; text-decoration : none; font-weight : bold; }
.qmmc a { float : left; display : block; padding : 0; white-space : nowrap; text-decoration : none; font-weight : bold;  }
.qmmc div a { float : none; }
.qmsh div a { float : left;}
.qmmc div { visibility : hidden; position : absolute;}
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
/* Remove the comments bleow for vertical mains and change the false value to true in the qm_create function after the menus structure. */			  
/*.qmmc a {float:none}*/	
/*"""""""" (MAIN) Container """"""""*/		
#qm0{ margin: 10px 0 0 0; font : 98% Arial; text-decoration : none; font-weight : normal; }
 /*"""""""" (MAIN) Items """"""""*/
#qm0 a { color:#237fa1; font-family: "Arial",Tahoma,Verdana,sans-serif; font-size:12px; font-weight: bold; text-decoration:none; padding:7px 7px 7px 30px; }
/*"""""""" (MAIN) Hover State """"""""*/
span { color:#237fa1; font-weight : bold; padding: 3px; font: 120% Verdana; }
#qm0 a:hover { text-decoration : underline; font-weight : bold; }
/*"""""""" (MAIN) Active State """"""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover { text-decoration : underline; font-weight : bold; color:#445654 ; }
/*"""""""" (MAIN) Parent Items """"""""*/
#qm0 .qmparent { height: 25px; border-bottom: 2px solid #dadada; } /*----- Borda de baixo de cada UL --------*/
/*"""""""" [SUB] Containers """"""""*/
#qm0 div {  padding : 20px 0 30px 30px; margin : 0 0 6px 0;  font-size:12px; }
/*"""""""" [SUB] Items """"""""*/
#qm0 div a {  padding : 6px 0 4px 0; margin : 0 ; font-weight : normal ; color : #445654; }
/*"""""""" [SUB] Hover State """"""""*/
#qm0 div a:hover { text-decoration : underline; font-weight : normal;  }
/*""""""""[SUB] Active State """"""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover { text-decoration : none; font-weight : normal;  color : #445654;}
/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div #sub_color{ text-decoration : none; color : #445654;}
/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div #sub_color active:hover{ text-decoration : none; }
/*"""""""" [SUB] Parent Items """"""""*/
#qm0 div .qmparent { text-decoration : none; font-weight : bold; color : #bd2c2f; }
/*""""""""Fim Menu Deslizante """"""""*/

#rodape {
   margin: 0 auto;
   width: 97%;
   font: 80% Verdana;
   text-align: center; 
   padding: 40px 0;
  /* border-top: 2px solid #dadada; */
   }


