body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size:14px;
background:#D1D5C6 url(imagens/fundo_body.jpg) top repeat-x;
}
	
#tudo {
margin:0 auto;
position:relative;
width:960px;
background:url(imagens/fundo_tudo.jpg) center repeat-y;
	}

#topo {
	width:960px;
	height:210px;
}
#menu_2{
	position:absolute;
	top:178px;
	left:653px;
	width:290px;
	height:30;
}
#menu_2 a{color:#0F476A; font-weight:bold;}
#menu_2 a:hover{color: #0099ff; letter-spacing:2px;}
#principal{
width:750px;
margin-right:20px;
height:auto;
float:right;
padding-bottom:10px;
}

#pagina{
width:250px;
clear:both;
}
#menu{
width:150px;
margin-left:20px;
float: left;
}

#rodape {
padding:10px 0;
clear: both;
height:auto;
width:940px;
margin:10px;
background:#0F476A;
color:#fff;
}
#rodape a{color:#0099ff;}
#rodape strong {font-size:115%; color:#fff;}
#parceiros{
width:900px;
margin-left:20px;
height:55px;
overflow:auto;
}
.centralizada{width:740px; clear:both; text-align:center;}

.float_inicio, .float_inicio_m{
float:left;
margin: 0 8px;
padding:0 7px;
width:289px;
height:auto;
/*background: #fef5eb;*/
text-align:justify;
}
.float_inicio_m{
border-right:1px dotted #ccc;
border-left:1px dotted #ccc;
padding:0 20px;
width:263px;
}
.float_right{
	width:auto;
	height:auto;
	float:right;
	border: 3px double #ccc;
	margin:0 0 10px 10px;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	margin:0 10px 10px 0;
	border: 3px double #ccc;
	}
.principal{
	width:auto;
	height:auto;
	float:left;
	margin:10px ;
	}

.box_thumb{
    position:relative;
  	width:140px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:160px;/* a altura varia de acordo com a quantidade de texto a ser exibido */
	float:left;
	padding:4px;
	margin: 8px;
	border:3px double #ccc;
	text-align:center;
	overflow: hidden;
	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: 4px;
	}
img{border:0;padding:0;}

