@charset "utf-8";
/* CSS Document */

body {
	background:url(../imagens/fundo.jpg) repeat-x;
	text-align:center;
	margin: 0px;
	padding: 0px;
} 

p {
	margin: 0px;
	padding: 0px;
} 

#principal {
	margin: 0 auto;
	text-align:left;
	width: 770px;
}

#principal #topo{
	width: 770px;
	height: 123px;
	background:url(../imagens/topo.jpg);
}

#principal #espaco_esquerda{
	float: left;
	width: 135px;
	height:300px;
}

#principal #conteudo{
	float: left;
	width:635px;
	height:auto;
}

#principal #conteudo #logout{
	margin-bottom:12px;
	text-align:right;
	width: 100%;
}

#principal #conteudo #botoes{
	text-align:right;
	width: 100%;
}

#principal #conteudo #dados{
	padding-top:5px;
	width:597px;
	padding-left:38px;
}

#principal #rodape{
	width: 100%;
	background:url(../imagens/traco_rodape.gif) no-repeat;
	background-position: top right;
	margin-top:5px;
	text-align:right;
	padding-top:13px;
	padding-bottom:5px;
	height:auto;
}

#principal #conteudo #dados #topo_arquivos{
	width: 597px;
	padding-bottom:15px;
	padding-top:10px;
}

#principal #conteudo #dados #btn_criar_topico{
	width: 597px;
	padding-bottom:15px;
	padding-top:10px;
}

#principal #conteudo #dados #criar_topico{
	background:url(../imagens/fundo_criar_topico.gif) no-repeat;
 	padding:45px 25px 25px 25px;
 	width:547px;
 	height:220px;
 	display: none;

}


#principal #conteudo #dados #busca_arquivos{
	padding:12px 0px 0px 0px;
	text-align: right;
}

#principal #conteudo #dados .div_listagem_arquivos{
	background:url(../imagens/icone_arquivos.gif) no-repeat 0px 3px;
	width: 552px;
	padding: 3px 0px 15px 45px;
	height:35px;
	min-height:45px;
}

#principal #conteudo #dados #paginador_arquivos{
	text-align:center;	
}

#principal #conteudo #dados #aba_resposta{
	background:url(../imagens/aba_respostas.jpg);
	width:597px;
	height:31px;
}

#principal #conteudo #dados .fundo_topicos_borda_dashed{
	width:595px;
	background-color:#FFFFFF;
	border: 1px dashed #999999;
}

#principal #conteudo #dados .fundo_topicos_borda_dashed_sem_top{
	width:595px;
	background-color:#FFFFFF;
	border-left: 1px dashed #999999;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
}

#principal #conteudo #dados #fundo_responder_topico{
	background:url(../imagens/fundo_responder_topico.gif) no-repeat;
	padding:45px 25px 25px 25px;
	width:547px;
	height:119px;
}


/* CSS - LOGIN */

#principal #conteudo #dados .fundo_login_borda_dashed{
	margin-left: 136px;
	width:275px;
	background-color:#FFFFFF;
	border: 1px dashed #999999;
}


/*======================================== HOME ==============================================*/

#principal #topo_home{
	width: 770px;
	height: 246px;
	background:url(../imagens/topo_home.jpg);
}

#principal .caixa_home_forum{
	padding:45px 10px 25px 15px;
	margin-right:7px;
	float:left;
	width: 162px;
	height: 125px;
	background:url(../imagens/caixa_home_forum.jpg);
}

#principal .caixa_home_agenda{
	padding:45px 10px 25px 15px;
	margin-right:7px;
	float:left;
	width: 162px;
	height: 125px;
	background:url(../imagens/caixa_home_agenda.jpg);
}

#principal .caixa_home_atas{
	padding:45px 10px 25px 15px;
	margin-right:7px;
	float:left;
	width: 162px;
	height: 125px;
	background:url(../imagens/caixa_home_atas.jpg);
}

#principal .caixa_home_arquivos{
	padding:45px 10px 25px 15px;
	float:left;
	width: 162px;
	height: 125px;
	background:url(../imagens/caixa_home_arquivos.jpg);
}

#principal #parte_baixo_home{
	float:left;
	width: 770px;
	height: 171px;
	background:url(../imagens/rodape_home.jpg);
}

#principal #rodape_home{
	float:left;
	width: 100%;
	background:url(../imagens/traco_rodape.gif) no-repeat;
	background-position: top right;
	text-align:right;
	padding-bottom:5px;
	height:auto;
}
