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

body {
	margin:0px;
	padding:0px;
	background-image:url(../imagens/bg_1.jpg);
	background-repeat:repeat-x;
	background-color:#e5e5e5;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.container {
	width:950px;
	margin:auto;
	text-align:center;
	padding:0px;
}

.topo {
	height:175px;
	width:950px;
	float:left;
}

.topo .logo {
	height:111px;
	width:950px;
	float:left;
}

.topo .menu {
	height:35px;
	width:544px;
	margin:auto;
	text-align:center;
}

/* MENU */

.topo .menu ul {
	margin:0px;
	padding:0px;
}
.topo .menu ul li {
	list-style:none;
	float:left;
	position:relative;
	
}

.topo .menu ul li ul {
	position:absolute;
	background-color:#e5e5e5;
	text-align:left;
	top:35px;
	left:0px;
	display:none;
	border:solid 2px #c3c3c3;
/*	border-bottom:solid 2px #c3c3c3;*/
/*	border-left:solid 2px #c3c3c3;
	border-right:solid 2px #c3c3c3;*/
	padding: 0 5px;
	z-index: 400;		
}

.topo .menu ul li:hover ul, .topo .menu ul#nav li.over ul {
	display:block;
}

.topo .menu ul li ul li {
/*	clear:left;*/
	margin-right: 10px;
	float:left;
	display:inline;
/*	position:static;*/
}

.topo .menu ul li ul li a {
	color:#000;
	display:block;
	height:15px;
	text-decoration:none;
	margin:3px 0 3px 0;
}

.topo .menu ul li ul li a:hover {
	background-color:#d0d0d0;
	font-weight:bold;
}

.topo .menu .home {
	display:block;
	float:left;
	width:60px;
	height:35px;
	background-image:url(../imagens/menu1_01.gif);
	background-position:left top;
}

.topo .menu .home:hover {
	background-image:url(../imagens/menu1_01.gif);
	background-position:left bottom;
	cursor:pointer;
}

.topo .menu .quemsomos {
	display:block;
	float:left;
	width:111px;
	height:35px;
	background-image:url(../imagens/menu1_02.gif);
	background-position:left top;
}

.topo .menu .quemsomos:hover {
	background-image:url(../imagens/menu1_02.gif);
	background-position:left bottom;
	cursor:pointer;
}

.topo .menu .noticias {
	display:block;
	float:left;
	width:75px;
	height:35px;
	background-image:url(../imagens/menu1_03.gif);
	background-position:left top;
}

.topo .menu .noticias:hover {
	background-image:url(../imagens/menu1_03.gif);
	background-position:left bottom;
	cursor:pointer;
}

.topo .menu .agenda {
	display:block;
	float:left;
	width:75px;
	height:35px;
	background-image:url(../imagens/menu1_04.gif);
	background-position:left top;
}

.topo .menu .agenda:hover {
	background-image:url(../imagens/menu1_04.gif);
	background-position:left bottom;
	cursor:pointer;
}

.topo .menu .sindicalizese {
	display:block;
	float:left;
	width:112px;
	height:35px;
	background-image:url(../imagens/menu1_05.gif);
	background-position:left top;
}



.topo .menu .sindicalizese:hover {
	background-image:url(../imagens/menu1_05.gif);
	background-position:left bottom;
	cursor:pointer;
}

.topo .menu .faleconoso {
	display:block;
	float:left;
	width:111px;
	height:35px;
	background-image:url(../imagens/menu1_06.gif);
	background-position:left top;
}

.topo .menu .faleconoso:hover {
	background-image:url(../imagens/menu1_06.gif);
	background-position:left bottom;
	cursor:pointer;
}

/* FIM DO MENU */
.marcadu{
	color:#000;
	font-weight:bold;
}

.topo .data {
	width:950px;
	height:21px;
	color:#333;
	clear:left;
	text-align:center;
	padding:7px 0 0 0;
}

.menu_esq, .menu_dir {
	width:206px;
	float:left;
	margin:5px 0 0 9px;
}

.menu1 {
	width:206px;
	float:left;
	text-align:left;
	margin:0 0 5px 0;
}
.menu1 li {
	list-style:none;
}

.menu1 ul {
	background-image:url(../imagens/menu_bg.jpg);
	margin:0px;
	padding:0px;
}

.menu1 ul .titulo {
	background-image:url(../imagens/menu_topo1.jpg);
	width:206px;
	height:30px;
	color:#FFF;
	display:block;
	text-align:center;
	border:none;
	margin:0px;
	padding:10px 0 0 0;
}

.menu1 ul li {
	display:block;
	width:206px;
	height:18px;
	padding:3px 0 0 0;
	border-bottom:solid 1px #e5e5e5;
	border-top:solid 1px #fff;
	width:185px;
	margin:0 0 0 10px;
}

.menu1 ul li a {
	color:#333;
	text-decoration:none;
	padding:5px 0 0 0;
}

.menu1 ul li a:hover {
	color:#000;
	font-weight:bold;
}

.menu1 ul .rodape {
	background-image:url(../imagens/menu_rodape.jpg);
	width:206px;
	height:10px;
	margin:0px;
	padding:0px;
	float:left;
	border:none;
}

.menu1 .busca {
	background-image:url(../imagens/busca.jpg);
	width:188px;
	height:30px;
	margin:0 0 0 10px;
	display:block;
	font-size: 11px;
	clear:left;
	padding:0px;
	border:none;
}
.menu1 .jornal {
	width:188px;
	height:200px;
	margin:0 0 0 10px;
	clear:left;
	padding:0px;
	border:none;
}

.menu1 .informacoes input {
	width:180px;
	height:12px;
	font-size: 11px;
	margin:2px 0;
}


.menu1 .informacoes {
	width:188px;
	height:120px;
	margin:0 0 0 10px;
	clear:left;
	padding:0px;
	border:none;
}

.menu1 .busca input {
	width:130px;
	height:14px;
	font:1em;
	font-size: 11px;
	margin:0 0 0 10px;
	border:#FFF;
	border:none;
}

.conteudo .banner_home {
	width:496px;
	height:180px;
	margin:0 0 10px 0;
	z-index: 2;	
}

.conteudo {
	width:496px;
	float:left;
	margin:10px 0 0 10px;
}

.titulo_conteudo {
	background-image:url(../imagens/conteudo_top.jpg);
	width:496px;
	height:28px;
	padding:10px 0 0 0;
	margin:0px;
	font-size:1em;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}

.bloco_conteudo {
	background-image:url(../imagens/conteudo_bg.jpg);
	width:496px;
	background-repeat:repeat-y;
	text-align:left;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	clear:left;
}
.conteudo_rodape {
	background-image:url(../imagens/conteudo_rodape.jpg);
	width:496px;
	height:9px;
	padding:0px;
	font-size:1em;
	color:#FFF;
}

.estilo_conteudo {
	width:476px;
	margin:0 0 0 10px;
}

.rodape {
	background-image:url(../imagens/bg_rodape.jpg);
	height:43px;
	padding:5px 0 0 0;
	width:100%;
	background-repeat:repeat-x;
	clear:left;
	text-align:center;
	margin:10px 0 0 0;
	font-size:0.8em;
	position:relative;
}


.news_slide {
	width:255px;
	margin:5px 0 0 0;
	float:left;
}

.news_slide .controle {
	text-align:center;
	margin:5px 0 0 0;
}

.news_slide .controle img {
	margin:0 3px 0 0;
}

.news_right {
	float:left;
	width:210px;
	margin:5px 0 0 5px;
}

.news_right h5 {
	line-height:14px;
	font-size:1.1em;
	margin:8px 0 3px 0;
}

.news_right p a {
	color:#333;
	font-size:0.9em;
	line-height:15px;
}

.bloco_rodape {
	width:476px;
	height:100px;
	clear:left;
}

.bloco_rodape .bloco_rodape_conteudo {
	width:151px;
	float:left;
	margin:10px 5px 0 0;
}

.bloco_rodape .bloco_rodape_conteudo .titulo_brc {
	display:block;
	width:151px;
	height:20px;
	color:#FFF;
	background-color:#900;
	overflow: hidden;
}

.bloco_rodape .bloco_rodape_conteudo .titulo_brc1 a {
	font-size:1em;
	line-height:14px;
	color:#333;
}

/* SINDICALIZE-SE
*****************************************************************************/

.lab_form{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width:150px;
	float:left;
	font-weight:normal;
}

.sindical fieldset{
	padding:5px;	
	font-weight:600;
}

.form_inp, .form_inp-men{
	margin: 2px 0 2px 0;
	border:1px solid #aaa;
	width:250px;
}

.form_inp-men{
	width:100px;	
}

.sindical label{
	
}

.linha{
 520px;
}

#contato .lab_form{
width:80px;	
}

#contato textarea{
	margin: 2px 0 2px 0;
	border:1px solid #aaa;
	width:250px;
	height:100px;
}

.lista{
	list-style:square;	
}

.lista .lista-titulo{
	font-size:12px;	
}

.lista .lista-resumo{
	font-size:12px;
	color:#aaa;
	font-weight:normal;
}

.estilo_conteudo .lista a:hover{
	text-decoration:none;
}

.estilo_conteudo .lista a:hover .lista-titulo{
	text-decoration:underline;
}

.estilo_conteudo .data{
	font-size: 9px;	
	color:#900;
}

.list-img ul{
	list-style:none;	
}

.list-img ul li{
	float:left;
	margin:0 5px 5px 0;
}

/** ENQUETE **/
.enquete{
	margin-bottom:5px;	
}

.enquete .questao{
/*	border-left:10px solid #d4d4d4;
	border-top: 1px solid #fff;	*/
}

.enquete .questao caption{
	font-size:10px;
	font-weight:600;
	text-align:left;
	background:#efefef;
	padding:3px;
}

.enquete .questao label{
	font-size:10px;	
}
