/* layout - geral */
#texto_font{
	font-size:12px;
}

html{
	font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
	font-size:10pt;
}
body{
	display: block;
	margin:0;
	padding: 0;
	color: #5D5D5D;
}
a{
    text-decoration: none;
    color: #5D5D5D;
    cursor:pointer;
}
a:hover{
	text-decoration:underline;
	color:#036E38;
}

a img{ border: none; }
ul{list-style: none; margin: 0; padding: 0;}

 /* div{border:1px dotted #ccc;}/* apenas para debug */

#main{
	display:block;
	margin:0 auto;
	width: 990px;
}

/* botoes e inputs diversos (default - todas as paginas) */
#bt-ok {
	border: 1px solid #CCCCCC;
    font-size: 11px;
}

.button {
  border:none;
  cursor:pointer;
  outline:none;
}

/* barra-padrao para todo o portal */
#barra-topo{
    display: block;
    height: 36px;
    width: 100%;
    margin: 0;
    padding: 0;
    background: url('../images/layout/layout_10.png') repeat-x top left;
}

/*hack para "botao" principal*/
#barra-topo .home{
    display: block;
    float: left;
    height: 36px;
    width: 118px;
    background: url('../images/layout/layout_03.png') no-repeat bottom left;
}
/*truque para esconder os textos */
#barra-topo em{
    display: none;
}

/* links da nova barra superior */
#barra-topo{
    display: block;
    float: left;
}


.linkHome{
    height: 36px;
    width: 128px;
    background: url('../images/layout/layout_03.png') no-repeat bottom left;
}
.linkHome:hover{
    background: url('../images/layout/layout_03.png') no-repeat top left;
}
.linkFiesc{
    height: 36px;
    width: 82px;
    background: url('../images/layout/layoutnew_05.png') no-repeat bottom left;
}
.linkFiesc:hover, .linkFiesc .selected {
    background: url('../images/layout/layoutnew_05.png') no-repeat top left;
}
.linkCiesc{
    height: 36px;
    width: 83px;
    background: url('../images/layout/layoutnew_06.png') no-repeat bottom left;
}
.linkCiesc:hover, .linkCiesc .selected{
    background: url('../images/layout/layoutnew_06.png') no-repeat top left;
}
.linkSesi{
    height: 36px;
    width: 84px;
    background: url('../images/layout/layoutnew_07.png') no-repeat bottom left;
}
.linkSesi:hover{
    background: url('../images/layout/layoutnew_07.png') no-repeat top left;
}
.linkSenai{
    height: 36px;
    width: 83px;
    background: url('../images/layout/layoutnew_08.png') no-repeat bottom left;
}
.linkSenai:hover{
    background: url('../images/layout/layoutnew_08.png') no-repeat top left;
}
.linkIel{
    height: 36px;
    width: 83px;
    background: url('../images/layout/layoutnew_09.png') no-repeat bottom left;
}
.linkIel:hover{
    background: url('../images/layout/layoutnew_09.png') no-repeat top left;
}
.linkSindicatos{
    height: 36px;
    width: 118px;
    background: url('../images/layout/layoutnew_10.png') no-repeat bottom left;
}
.linkSindicatos:hover, .linkSindicatos .selected {
    background: url('../images/layout/layoutnew_10.png') no-repeat top left;
}


#top{
		display:block;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	#top-menu{
		display:block;
		width: 1014px;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-decoration: none;
	}
	#top-menu ul{
		display:block;
        margin-left: 25px;
		}
	#top-menu li{
		float:left;
	}
	#top-menu li a{
		display: block;
                cursor:pointer;
    	height: 36px;
    	outline: medium none;
		text-indent:-999999px
	}
        #top-menu li a:hover{
            color: #128043;
        }

#content{
   float:left;
   margin:20px 0 0;
}
	/* Coluna 1 - lado esquerdo */
        #colOne{
			display: block;
			float: left;
			width: 150px;
		}
            
            #busca{
            /* div busca - acomoda os forms e inputs "hahaha" */
            margin-bottom: 10px;
			width:100%;
            }
			
			#busca input:active, #busca input:hover, #busca input:focus{
				border: 1px solid #666;
				color:222;
			}
            #busca input{
                /* inputs */
				/*background: #fff url('../images/layout/layout_33.png') no-repeat top left;
                font: 9pt normal;
                font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                color: #fff;
				border: medium none;
				float: left;
				margin-left: 5px;
				padding: 3px 8px;
				width: 130px;
				opacity:0.70;
				-moz-opacity: 0.70;
				filter: alpha(opacity=70);
				background: none repeat scroll 0 0 #EEEEEE;*/
				
				border: 1px solid #CCCCCC;
				color: #888;
				float: left;
				font: 9pt "Trebuchet MS",Arial,Helvetica,sans-serif;
				margin-right: 4px;
				padding: 1px 8px;
				width: 98px;
				float:left;
				height: 17px;
            }
            
            #busca .btn{
                /* inputs de classe = btn */
				background: none repeat scroll 0 0 #EEEEEE;
				border: 1px solid #CCCCCC;
				color: #303030;
				cursor: pointer;
				font-size: 10px;
				padding: 2px 3px;
				float: right;
            }

			#busca .btn:hover{
				color:#111;
				border: 1px solid #999;
			}
		
		.search_result div{ float:left; margin-bottom:15px;}
		.dt-not{margin-right: 10px;}
		.desc-not a{
			text-decoration:underline;
			color:#036E38;
		}
		.desc-not span{ text-transform:uppercase;font-weight: bold;}
		.desc-not a:hover{
			text-decoration:none;
			color:#036E38;
		}
		
        #news{
            
        }

        /* coluna 2 - Centro e Direita - conteudo principal */
	#colTwo{
		display:block;
		float:left;
		width: 840px;
		position: relative;
		margin-bottom: 30px;
	}
        #colSubOne{
            display: block;
            float: left;
            padding: 0 20px;
			width: 463px;
        }

		#ColSubTwo{
            display: block;
            float: right;
            width: 335px;
            height: 310px;
            border: 1px solid #D3D3D3;
            position: relative;
            overflow: hidden;
        }
.trocaletras {
    background: none repeat scroll 0 0 #EDEDED;
    float: right;
    padding: 2px;
    width: 60px;
    /*height: 24px;*/
}
.trocaletras img{
	float:left;
	margin-right: 3px;
	cursor: pointer;
	/*height: 24px;*/
}
.trocaletras img:hover{
	background:#036E38;
	/*height: 24px;*/
}
.trocaletras a{
	display:block;
	float:left;
	padding:2px;
	text-decoration:none !important;
	/*height: 24px;*/
	/*line-height: 20px;*/
}
.trocaletras a:hover{
	background:#036E38;
	color:#fff;
	text-decoration:none;
	/*height: 24px;*/
}
.fbcurtir {
	float: right;
	padding: 2px;
	width: 81px;
	height: 24px;
	/*overflow: hidden;*/
}
.tweet {
	float: right;
	padding: 2px;
	width: 81px;
	height: 24px;
	/*overflow: hidden;*/
}

#foot{
    font-size: 12px;
    text-align: center;
    font-weight: bold; 
}

#foot ul{
    border-bottom: 0px solid #eee !important;
    margin-bottom: 0px !important;
}
#foot2{
    font-size: 11px;
    text-align: center;
    font-weight: normal; 
}

#foot2 ul{
    border-top: 0px solid #eee !important;
    border-bottom: 1px solid #eee !important; 
}

 
 
#footer{
    font-size: 11px;
    text-align: center;
}
#footer ul{
    display: block; 
    line-height: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
#footer li{
    display: inline;
    padding: 5px;
}
#footer address{
    color: #999999;
    font-size: 10px;
    font-style: normal;
}

.banners{
	position:relative;
    margin: 0 auto 20px;
	display:none;
}
.lateral-direito-superior-01{
	width:985px;
    height: 105px;
}
.lateral-direito-inferior-01, .lateral-direito-inferior-02{
    width:465px;
	height:66px;
	float: left;
    margin-right:60px;
}
.lateral-direito-inferior-02{
	margin-right:0;
}
.banners a{
	position:absolute;
}

.bannerRodape{ 
	float:left;
	width:100%;
}

/* HACKS */

/**
* Muda o ponteiro sob os botoes (que sao imagens)
* nos links do slide de noticias
*/	
#news_button img:hover{
    cursor: pointer;
}