body {
text-align:center;
line-height:130%;
margin:0;
padding:0;
font-family:Candara, Arial, Helvetica, sans-serif;
font-size:14px;
background:#000;
color:#CCC;
}

#anima{
	padding-bottom:40px;
}
#topo {
margin:0 auto;
text-align: right;
position:relative;
width:960px;
height:150px;
color:#fff;
	}
#topo strong {color:#fff; font-size:100%; letter-spacing:1px;}
.topo{
width:210px;
float:left;
margin: 10px 5px;
text-align:center;
font-size:90%;
}
.sombra{
	z-index:1000;
}
#tudo {
margin:0 auto;
text-align:center;
width:960px;
height:auto;
	}
/*
#principal{
width:750px;
margin:10px 15px 10px 0;
height:auto;
float:right;
}
*/
#principal{
width:960px;
height:auto;
margin:0 auto;
text-align:center;
}

#principal_menu{
	float:left;
	width:18%;
	text-align:right;
	font-size: 86%;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #eee;
}
#principal_menu a{color:#999;}
#principal_conteudo{
	float:right;
	width:78%;;
}
.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;}
/*
#menu{
color:#fff;
width:165px;
margin:15px 0;
float: left;
text-align:left;
letter-spacing:0;
}
*/
#menu{
margin:15px 0 20px 0;
letter-spacing:1px;
color:#74654E;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
width:100%;
height:auto;
}

#menu table{margin-top:-15px; font-size:12px; border-collapse:collapse;}
#menu a, #menu td a{color:#fff;}
#menu div a{color: #fff;}
#menu a:hover{color: #00ff00;}
#menu td{padding:4px; vertical-align:top; text-align:center; border-left: 2px solid #fff; border-right: 2px solid #fff;}
#menu td.red{background:#ff0000;}
.aberto{ padding: 4px; color: #eee; background:#2b271e;}
#rodape {
clear: both;
height:auto;
width:960px;
padding:15px 0;
background:#eee;
color:#000;
}
#rodape strong {font-size:115%; letter-spacing:2px; color: #fff;}
#parceiros{
width:860px;
margin-left:50px;
height:60px;
overflow:auto;
}

.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:100px;
	height:100px;
	overflow:hidden;
	float:left;
	margin: 4px;
	}
img{border:0;padding:0;}
.img{padding: 6px; border: 1px solid #CAE1E1;}
.promo{ font-size:24px; color:#ff9900; font-style:italic; margin: 10px 0;}

