@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	border:0;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
* html img/**/ {
  filter:expression(
    this.alphaxLoaded ? "" :
    (
        this.src.substr(this.src.length-4)==".png"
        ?
        (
      (!this.complete)
      ? "" :
        this.runtimeStyle.filter=
        ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
        (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
        String(this.alphaxLoaded=true).substr(0,0)+
        (this.src="blank.png").substr(0,0)
        )
        :
        this.runtimeStyle.filter=""
    )
        );
}
body{
	
	background-image:url(img/fundo.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
h3{
	font-size:16px;
	text-shadow:#000066;
}
sup{
	font-size:8px;
}
#tb_principal{
	width:920px;
}
#div_superior{
	position:relative;
	height:25px;
}
#div_superior_band{
	position:absolute;
	left: 857px;
	top: 2px;
	width: 60px;
}
#td_borda_lateral{
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	background-color:#FFFFFF;

}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FF3300;
	font-weight:bold;
	padding:0;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F9F9F9;
	font-weight:bold;
	padding:0;
}
h4{
	color:#66CCFF;
	border-bottom:1px solid #CCCCCC;
}
#f_dir{
	position:relative;
}
#f_dir_cont{
	position:absolute;
	left: 21px;
	top: 185px;
	color:#FFFFFF;
}
#rodape{
	position:relative;
}
#rodape_topo{
	text-align:left;
	position:absolute;
	width:95%;
	border-bottom:1px solid #666666;
	left: 15px;
	top: 10px;
	font-size:120%;
	font-weight:bold;
}
#rodape_1{
	position:absolute;
	left: 5px;
	top: 32px;
	width:290px;
}
#rodape_2{
	position:absolute;
	left: 318px;
	top: 32px;
	width:290px;
}
#rodape_3{
	position:absolute;
	left: 616px;
	top: 32px;
	width:290px;
}
#mapa_site{
	width:100%;
	background-color:#333333;
}
#mapa_conteudo{
	border-top:1px solid #999999;
	width:920px;
	padding:3px;
}
#tb_mapa_conteudo{
	color:#F9F9F9;
	margin-left:10px;
}
#tb_mapa_conteudo td{
	padding:4px;
}
.bt_enviar{
	background-color:#FFFFFF;
	color:#000066;
	border:1px solid #999999;
	padding:2px;
}
#noticias_principal {
	border-bottom:1px solid #000000;
}
#noticias_principal a{
	text-decoration:none;
	color:#000000;
}
#noticias_principal a:hover{
	text-decoration:underline;
}
#noticias_principal strong{
	color:#FF0000;
}
#informacoes{
	color:#CCCCCC;
	font-size:12px;
}
#prod_ind td{
	padding:5px;
	border-left:1px solid #CCCCCC;
	text-align:justify;
}
#prod_ind td a{
	color:#006699;
	text-decoration:none;
}
#prod_ind td a:hover{
	color:#666666;
	text-decoration:underline;
}
#ul_noticias{
	list-style:none;
	margin-left:15px;
}
#ul_noticias li{
	padding:3px;
}
#ul_noticias a{
	color:#006699;
	text-decoration:none;
}
#ul_noticias a:hover{
	color:#333333;
	text-decoration:underline;
}

/*-------Tabela noticia principal----------*/
.tb_not_pri td a{
	color:#006699;
}
.tb_not_pri td a:hover{
	color:#000066;
}

.not_img{
	border:1px solid #000099;
	border-right:none;
	padding:4px;
	background:#E9E9E9;
}
.not_pri{
	border:1px solid #000099;
	border-left:none;
	padding:3px;
	background:#E9E9E9;
}
.not{
	padding:3px;
}
.not_pri_simp{
	border:1px solid #000099;
	padding:3px;
	background:#E9E9E9;
}
#ling a{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
#ling a:hover{
	color:#CC0000;
}
/*---------MENU PRODUTOS------------------ */

.menu_prod{
	color:#0033CC;
	text-decoration:none;
}
.menu_prod:hover{
	color:#666666;
	text-decoration:underline;
	padding-left:2px;
}
.menu_prod span{
	color:#FF0033;
}
#table_noticias{
	font-size:15px;
}
.link_home a, .link_home {
	text-decoration:none;
	color:#0000FF;
	font-size:10px;
}
