body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family: Helvetica, Arial, sans-serif;
font-size:15px;
letter-spacing:1px;
line-height:1.5em;
background:#000;
color:#eee;
}	
#topo {
width:100%;
background: url(imagens/fundo_topo.jpg);
}
#topo_m {
margin:0 auto;
text-align:center;
width:960px;
height:120px;
}
#topo_left {
width:560px;
height:90px;
float:left;
padding-top:15px;
}
#topo_right{
width:360px;
height:120px;
float:right;
}
#topo_right strong{color: #fff; font-size:120%;}
#menu{
width:100%;
background:#000;
border-bottom:1px solid #555;
border-top:1px solid #555;
}
#menu_m{
margin:0 auto;
text-align:center;
width:960px;
}
#menu_left{float:left; width:100px; margin-top:4px;}
#menu_left img {margin-right:2px;}
#menu_right{float:right; width:860px;}
.bandeiras{vertical-align:middle;width:auto; padding:0; margin:0;} 
#menu_m table{width:100%;font-size:12px; margin:0; border-collapse:collapse; margin-top:-10px;}
#menu_m a, #menu td a{color:#bd5e18;}
#menu_m div a{color: #bd5e18;}
#menu_m a:hover{color: #c90;}
#menu_m td{padding:0 10px 2px 10px; vertical-align:top; text-align:center; border-left:1px solid #555; border-right:1px solid #555;}
#menu_m td.red{background:#ff0000;}
.aberto{ padding:4px;}
#tudo{
width:100%;
min-height:430px;
padding-bottom:20px;
}
*html #tudo{height:430px;}
#tudo_ini{
width:100%;
height:400px;
background:url(imagens/fundo_body.jpg) bottom center no-repeat;
}
#tudo_m {
margin:0 auto;
text-align:center;
width:960px;
height:auto; 
	}

#principal{
width:960px;
height:auto;
}

.separa, .clear{clear:both;}
.float_left{ width:auto; height:auto; float:left; margin:0 10px 10px 0;}
.float_right{width:auto; height:auto; float:right; margin: 0 0 10px 10px;}
.tddir{text-align:right; padding-right:5px; color:#ccc; }
.tdgrande{width:870px; padding:0;}

#rodape_g{
width:100%;
border-top: 5px solid #222;
color:#eee;
/*background:url(imagens/pr_50.png);*/
background:#111;
padding:10px 0 200px 0;
}
#rodape {
margin:0 auto;
text-align:center;
height:auto;
width:960px;
}
.rodape_float{
width:278px;
padding:0 10px;
margin:0 10px;
float:left;
color:#ccc;
}
#rodape strong {font-size:115%; letter-spacing:2px; color: #bd5e18;}
#parceiros{
width:100%;
height:60px;
overflow:auto;
border-top: 1px dotted #222;
padding-top:4px;
}

.box_thumb{
  	width:110px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:140px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:4px;
	margin: 8px;
	border:1px solid #ccc;
	text-align:center;
	overflow: scroll;
	font-size: 12px;/* definindo em pixel fica mais fácil determinar as linhas que serão exibidas no box*/
	line-height:120%;
	}
	
.thumb {/* tem que ter medidas exatas para manter padrão -  está vinculado com o php que gera as miniaturas da galeria*/
	width:110px;
	height:110px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:110px;
	height:110px;
	overflow:hidden;
	float:left;
	margin: 6px;
	border:3px solid #ccc;
	}
img{border:0;padding:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}
.promo{ font-size:24px; color:#ff9900; font-style:italic; margin: 10px 0;}

