@charset "utf-8";
/* CSS Document */

html{overflow:-moz-scrollbars-vertical;overflow-x: hidden;margin:0;padding:0;/* overflow:-moz-scrollbars-vertical;*/}
body {margin: 0px;font-family: Arial,sans-serif;font-size: 12px;color: #333; background-color:#666666;}

#topo{width:100%;height:161px;background:url(../imagens/topo.png) repeat-x;}
#topo_imagens{margin: 0 auto;width:800px;height:161px;}
#logo{float:left;width:327px;height:161px;}
#bandeiras{float:right;width:61px;height:43px; margin-top:118px;}
#menu{width:100%;height:16px; color:#FFFFFF;background:url(../imagens/fundo_menu.png) repeat-x;text-align:center;padding:8px 0px; word-spacing:5px; letter-spacing:0.2em;}
#imagem_fundo{width:100%;height:410px;background:url(../imagens/fundo_dicionario.jpg) center no-repeat #d2d9d2;}
#fundo_apos_imagem{width:100%;height:17px;background:url(../imagens/img_fundo_2.png) repeat-x;}

/* PÁGINA PRINCIPAL */
#conteudo{width:802px;position:absolute; margin-left:-401px;left:50%;height:420px;top:215px;background-color:#FFF;border:1px solid #797979;}
#conteudo_esq{float:left;width:400px;height:230px; margin:35px 0px 70px 35px;} 
#conteudo_dir{float:right;width:284px;height:100px; margin:35px 35px 50px 0px; text-align:center;}
/* FIM PÁGINA PRINCIPAL */

/* SUB PAGINAS */
#conteudo_sub{position:absolute;width:762px;left:50%;margin-left:-401px;margin-top:20px;}
#texto{width:100%;min-height:380px;background: #fff;border:1px solid #797979; padding:20px;}
/* FIM SUB PAGINAS */

#conteudo_quality{margin:20px auto;width:760px;height:40px; text-align:center;} 
#rodape{margin:20px auto;width:802px;height:35px;color:#ccc; text-align:center; }

/* CLASSE PARA LIMPAR FLOAT´S */
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
