@charset "utf-8";
/* CSS Document */

.justificar{
	text-align:justify;	
}
#geral{
	width:750px;	
}

#colunaEsquerda{
	width:534px;
	float:left;
}

#chamada{
	width:534px;
	float:left;
	padding-bottom:15px;
	padding-top:20px;
	
}

#texto{
	padding-bottom:20px;
	padding-right:15px;
	padding-left:25px;
}

#geralTexto{
	width:494;

}

#textoEsquerda{
	float:left;
	width:217px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:20px;
}

#textoDireita{
	float: right;
	width:247px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
}

#imgMissao{
	padding-left:20px;	
}

#imgAtividade{
	padding-left:20px;
}

#colunaDireita{
	width:216px;
	float:right;
	padding-top:20px;
}

#sindical{
	width:179px;
	padding-left:37px;
	padding-bottom:20px;
}

#regularidade{
	width:190px;
	padding-left:26px;
	padding-bottom:20px;
}

#coletiva{
	width:175px;
	padding-left:41px;
	padding-bottom:20px;
}

#associados p{
	padding:0;	
	margin:0;
}

/* HOME */

#conteudoEsquerdaHome{
	width:534px;
	float:left;		
}

#conteudoDireitaHome{
	width:216px;
	float:right;
	padding-top:20px;
}

#chamadaNoticiaHome{
	width:348px;
	float:right;
	padding-top:15px;
	padding-left:20px;
}

#textoNoticiaHome{
	width:333px;
	float:right;
	padding-top:15px;
	padding-left:15px;
	padding-right:20px;
}

#imgHomeEsquerda{
	width:166px;
	float:left;
	padding-top:10px;
}

#sindicalHome{
	width:179px;
	float:right;
	padding-bottom:10px;
	padding-left:37px;
}

#regularidadeHome{
	width:190px;
	float:right;
	padding-bottom:10px;
	padding-left: 26px;
}

#coletivaHome{
	width:175px;
	float:right;
	padding-bottom:10px;
	padding-left: 41px;
}

/* ÁREA RESTRITA */

#textoLogin{
	padding-left:60px;	
	padding-bottom:15px;
}

#campoBusca{
	float:right;	
}

#tbBusca form label{
	display:block;
}

#conteudoInterno{
	padding-left:35px;	
}

form select {
	width:150px;	
}
#tbPainelControle{
	padding:10px;	
}

/* FORM FORMÚLARIOS */

#inputFormulario form input{
	background-color:#E7E7E7;
	border:1px #ccc solid;
}

#inputFormulario form textArea{
	background-color:#E7E7E7;
	border:1px #ccc solid;
}

#inputFormulario form select{
	background-color:#E7E7E7;
	border:1px #ccc solid;
}

/* PÁGINA EXTERNA CADASTRO ASSOCIADO */

#inputCadastro form label{
	display:block;
}

/* BOTÕES */


.envia_form {
	cursor: pointer;
	width: 78px;
	height: 21px;
	background-image: url(../imagens/Botoes/enviar.gif);
	background-repeat: no-repeat;
	border:0;
}
.limpar_form {
	cursor: pointer;
	width: 78px;
	height: 21px;
	background-image: url(../imagens/Botoes/limpar.gif);
	background-repeat: no-repeat;
	border:0;
}

.ok_form {
	cursor: pointer;
	width: 78px;
	height: 21px;
	background-image: url(../imagens/Botoes/Restrito/ok.gif);
	background-repeat: no-repeat;
	border:0;
}

.sim_form {
	cursor: pointer;
	width: 78px;
	height: 21px;
	background-image: url(../imagens/Botoes/Restrito/sim.gif);
	background-repeat: no-repeat;
	border:0;
}

.nao_form {
	cursor: pointer;
	width: 78px;
	height: 21px;
	background-image: url(../imagens/Botoes/Restrito/nao.gif);
	background-repeat: no-repeat;
	border:0;
}