@charset "utf-8";
/* CSS Document */
/* Desenvolvida por Luiz Fabiano   */
/* E-Mail: luizfabiano@lwe.com.br  */
/* URL: http://www.lwe.com.br      */
/* Messenger: msn@lwe.com.br       */
/* Tel: (83) 9134-0323             */

/** Configurações gerais **/
body, h1, h2, h3, h4, h5, h6, form, dl, ul, ol, dt, dd, p, address { margin: 0px; padding: 0px; }
img { border: 0px; }
body {
	text-align: center; /* IE */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-image:url(../imagens/fundo.gif);
	background-repeat: repeat-x;
	background-position: 0px 114px;
	background-color: #F4F4F4;
}
a {color:#000000; text-decoration:none}

#website {
	padding: 0px;
	margin: 0px auto;
	width: 767px;
	padding: 5px;
	background: #FFFFFF;
	text-align: left;
	color: #000000;
	
}


/* Lado Esquerdo */
#esquerdo {
    width: 194px;
	height: auto;
	float: left;
	margin-bottom: 15px;
}
    #menu {
	     width: 194px;
		 height: 564px;
		 margin-bottom: 10px;
	}
	#linkAgenda {
	    width: 194px;
		background-image: url(../imagens/fundo_agenda_links.jpg);
		background-repeat: repeat-x;
		margin-bottom: 20px;
	}
	    #agenda {
		   width: 184px;
		   padding: 5px;
		   margin-bottom: 20px;
		}
		#fundoReajuste {
		   width: 184px;
		   height: 75px;
		   padding: 50px 10px 5px 5px;
		   background-image: url(../imagens/fundo_reajuste.jpg);
		   background-repeat: no-repeat
		}
		#link {
		    width: 184px;
			padding: 5px;
		}
/* Lado Esquerdo */

/* Lado Direito */
#direito {
    width: 568px;
	height: auto;
	float: right;
	margin-bottom: 15px;
}
    #topo {
	    width: 568px;
		margin-bottom: 20px;
	}
	#destaque {
	    width: 568px;
		margin-bottom: 20px;
	}
	    #imagemDestaque {
		    width: 200px;
			float:left;
		}
		#textoDestaque {
		    width: 360px;
			float: right;
			text-align: justify;
		}
		
	#miolo {
	    width: 568px;
		margin-bottom: 20px;
		text-align: justify;
	}
	    #esquerdoMiolo {
		    width: 360px;
			float: left;
		}
		    #noticias {
			    width: 360px;
				margin-bottom: 20px;
			}
			#eventosParticipados {
			    width: 360px;
				text-align:justify;
			}
		
		#direitoMiolo {
		    width: 200px;
			float: right;
		}
		    #coordenacoesMunicipais {
			    width: 190px;
				padding: 5px;
				height: 132px;
				background-image: url(../imagens/fundo_coordenacoes_municipais.jpg);
				background-repeat: repeat-x;
				margin-bottom: 10px;
			}
			#newsletter {
			    width: 190px;
				padding: 5px;
			}
		
	#espacoFiliadoJuridico {
        width: 568px;
	}	
	    #espacoFiliado {
		    width: 210px;
			padding: 5px;
			float: left;
			text-align: justify;
		}
		
		#espacoJuridico {
		    width: 325px;
			float: right;
			padding: 5px;
			text-align: justify;
		}

	
/* Lado Direito */

/* Notícia Detalhe */
#imagemLegenda {
    width: 300px;
	padding: 5px;
	background-color: #D9AD00;
	float: left;
}
    #imagem {
	    width: 300px;
		margin-bottom: 1px;
	}
	#legenda {
	    width: 290px;
		padding: 5px;
		background-color: #C23100;
		color: #FFFFFF;
	}
	#comentarios {
		    padding: 5px;
			width: 558px;
			background-color: #C23100;
			color: #FFFFFF;
			text-align: center;
		}
/* Notícia Detalhe */

#rodape {
    width: 757px;
	padding: 5px;
	background-color: #D9AD00;
	text-align: center;
	clear: both;
}

#assinatura {
    width: 757px;
	padding: 5px;
	text-align: center;
}
    #sinasefe {
	    width: 128px;
		float: left;
	}
	#sites {
	    width: 179px;
		float: right;
	}
	

.dataHora {
    font-style: italic;
	color: #C23100;
}

.link {
    color: #C23100;
	text-decoration:  none;
}
.link:link {
    color: #C23100;
	text-decoration:  none;
}
.link:hover {
    color: #000000;
	text-decoration: nome;
}

.linkVermelho {
    color: #C23100;
	text-decoration:  none;
}
.linkVermelho:link {
    color: #C23100;
	text-decoration:  none;
}
.linkVermelho:hover {
    color: #C23100;
	text-decoration: underline;
}


.linkPreto {
    color: #000000;
	text-decoration:  none;
}
.linkPreto:link {
    color: #000000;
	text-decoration:  none;
}
.linkPreto:hover {
    color: #000000;
	text-decoration: underline;
}
.linkComentario {
    color: #FFFFFF;
	text-decoration: none;
}
.linkComentario:link {
    color: #FFFFFF;
	text-decoration: none;
}
.linkComentario:hover {
    color: #000000;
	text-decoration: none;
}

input, textarea, select, option {
    color: #000000;
	background-color: #FFCC00;
	border: 1px solid #000000;
}