body {
text-align:center;
margin:0;
padding:0;
line-height:130%;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size: 14px;
background: #666;
}

#tudo {
    margin:10px auto;
	width:100%;
	max-width:1000px;
	background:#fff;
	padding:190px 0 0 0;
	}

#topo {
	width:100%;
	height:180px;
	position:absolute;
	top:10px;
	left:0;
	text-align:center;
}
#menu{
	width:18%;
	padding:0 1%;
	height:auto;
	float:left;
	}

#principal{
width:78%;
height:auto;
float:right;
padding:0 1%;
}
#principal_left{
width:52%;
padding:0 1% 0 0;
height:auto;
float:left;
}
#principal_right{
width:46%;
height:auto;
float:right;

}

#meio{
position:relative;
padding:10px 0 0 1%;
width:71%;
height:auto;
float:left;
}
.meio_left{
position:relative;
width:46%;
height:auto;
float:left;
}
.meio_right{
position:relative;
padding:10px 2% 0 1%;
width:47%;
height:auto;
float:right;
}

#rodape {
padding:10px 3% 5px 3%;
clear: both;
height:auto;
width:94%;
font-size:90%;
margin-top:10px;
color:#fff;
background: #cb2f2f url(imagens/fundo_rodape.jpg) top repeat-x;
}
#rodape strong{font-size:120%; color:#fff;}

.center{width:100%; clear:both;}
.float_right{
    position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:5px;
	clear:both;
	}
	
.float_left{
    position:relative;
	width:auto;
	height:auto;
	float:left;
	padding:6px;
	}

.box_thumb{
    position:relative;
  	width:156px; /* tem que ter PELO MENOS o tamanho da miniatura */
	height:195px;/* 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:140px;
	height:140px;
	overflow:hidden;
	}
	
.thumb_float {/* igual ao decima porém flutuante  */
	width:140px;
	height:140px;
	overflow:hidden;
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #fff;
	}
	
.img{padding: 6px; border: 1px solid #CAE1E1;}
