* { 
   margin: 0;      /* Elimina margens do documento */ 
   padding: 0;     /* Elimina espacamento do documento */ 
   list-style: none;       /* Sem lista nos <ul> */ 
   text-decoration: none;  /* links sem "decoracao" */ 
   font-style: normal;     /* estilo de fonte normal */ 
   }
@font-face {
    font-family: "Avenir LT 55 Roman";
    src: url("avenir_lt_55_roman.eot"); /*somente para o IE*/
    src: local('Avenir LT 55 Roman (True Type)'), url("avenir_lt_55_roman.ttf") format("truetype"); /*para outros browsers*/
	src: url('avenir_lt_55_roman.woff') format('woff'), url('avenir_lt_55_roman.eot?#iefix') format('embedded-opentype');
}

body{
background:url(fundo_baixo.jpg);
background-repeat:repeat-y;
background-position:top;
}
html {
    overflow-y:scroll;
}
#total {
   background:#FFFFFF;
   margin: 0px auto; 
   width:998px;
   z-index:0;
	}
#menu {
    width:998px;
    height: 150px;
	margin-bottom:0px;
}

#chamadas_home{
	width:998px;
	height:250px;
	border-top:2px;
	border-top-style:solid;
	padding-top:8px;
	border-bottom:2px;
	border-bottom-style:solid;
	padding-bottom:8px;
	border-color:#F0F1F5;
}

#conteudo_home {
	width:998px;
	height: auto;
	background:url(barra2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom: 20px;
	}
#destaques_fixos_titulo{
	width:250px;
	height:45px;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	font-family:"Avenir LT 55 Roman";
	color:#0093DD;
	font-size:18px;
}

#destaques_fixos{
	width:250px;
	margin-left:30px;
	float:left;
}

#destaques_1_titulo{
	width:165px;
	height:45px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	font-family:"Avenir LT 55 Roman";
	color:#0093DD;
	font-size:18px;
	text-align:center;
}
#destaques_2_titulo{
	width:165px;
	height:45px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	font-family:"Avenir LT 55 Roman";
	color:#0093DD;
	font-size:18px;
	text-align:center;
	}
#destaque_1_conteudo{
   float: left;
   width:165px;
   height:250px;
   margin-left:10px;
   margin-right:00px;
   font-family:"Avenir LT 55 Roman";
   font-size:13px;
   font-weight:normal;
   color:#9A9EAB;
   text-align:center;
      }
#destaque_2_conteudo{
   float: left;
   width:165px;
   height:250px;
   margin-left:10px;
   margin-right:00px;
   font-family:"Avenir LT 55 Roman";
   font-size:13px;
   font-weight:normal;
   color:#9A9EAB;
   text-align:center;
      }

#novidades_titulo{
	width:300px;
	height:45px;
	float:left;
	padding-right:50px;
	margin-left:18px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
	font-family:"Avenir LT 55 Roman";
	color:#0093DD;
	font-size:18px;
   }
#destaque_fixo_1{
   float: left;
   width:110px;
   height:110px;
   margin-bottom:10px;
   margin-left:0px;
   margin-right:0px;
   font-family:"Avenir LT 55 Roman";
   font-size:12px;
   font-weight:normal;
   color:#9A9EAB;
   text-align:center;
   border-bottom:solid;
   border-bottom-color:#F2F3F7;
   border-bottom-width:1px;
      }
#destaque_fixo_1 a:link, #destaque_fixo_1 a:hover, #destaque_fixo_1 a:visited{
   font-family:"Avenir LT 55 Roman";
   font-size:12px;
   color:#9A9EAB;
   font-weight:normal;
   text-align:center;
      }
#linha_vertical_destaques{
	width:1px;
	height:90px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	background:#F2F3F7;
	float:left;
}

#destaque_fixo_2{
   float: left;
   width:110px;
   height:110px;
   margin-bottom:10px;
   margin-left:0px;
   margin-right:0px;
   font-family:"Avenir LT 55 Roman";
   font-size:12px;
   font-weight:normal;
   color:#9A9EAB;
   text-align:center;
      }
	  
#destaque_fixo_2 a:link, #destaque_fixo_2 a:hover, #destaque_fixo_2 a:visited{
   font-family:"Avenir LT 55 Roman";
   font-size:12px;
   font-weight:normal;
   color:#9A9EAB;
   text-align:center;
      }

#novidades{
  	font-family:"Avenir LT 55 Roman";
	font-size:13px;
	color: #9A9EAB;
	text-decoration: none;
	width:302px;
	height:250px;
	overflow-y:scroll;
	padding-left: 18px;
	padding-right: 21px;
	margin-bottom: 10px;
	margin-left:18px;
	line-height:15px;
	text-align:right;
	float:left;
}
#novidades a:link, #novidades a:hover, #novidades a:visited{
	font-family:"Avenir LT 55 Roman";
	font-size:13px;
	color: #0093DD;
	text-decoration: none;
}
#separador{
clear:both;
}

#links_acesso_rapido{
	background:#F2F3F7;
	padding-left:30px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom:10px;
	font-family:"Avenir LT 55 Roman";
	font-size:12px;
	color:#9A9EAB;
	line-height:16px;
	}
#links_acesso_rapido a:link, #links_acesso_rapido a:visited{
	font-family:"Avenir LT 55 Roman";
	font-size:11px;
	color:#9A9EAB;
}
#links_acesso_rapido a:hover{
	font-family:"Avenir LT 55 Roman";
	font-size:11px;
	color:#9A9EAB;
	background:#DEDEDE;
}
#box_itens_home{
	width:180px;
	float:left;
	font-size: 12px;
}
#box_itens_home_ultimo{
	width:260px;
	float:left;
	font-size: 12px;
}
#box_itens_home_titulo{
	width:150px;
	float:left;
	font-family:"Avenir LT 55 Roman";
	font-size:16px;
	font-weight:bold;
	color: #F48000;
}

#linha_horizontal{
	height:10px;
	clear:both;
}
#links_rodape{
	font-family:"Avenir LT 55 Roman";
	font-size: 12px;
	line-height:25px;
	color: #0093DD;
	text-decoration: none;
	width:998px;
	height:25px;
	text-align:center;
	border-top:solid;
	border-top-color:#F48000;
	border-top-width:2px;
	}

#links_rodape a:link, #links_rodape a:visited{
	color: #0093DD;
	text-decoration: none;
	}
	
#links_rodape a:hover{
	color: #9A9EAB;
	text-decoration: none;
	background:#CCCCCC;
	}

.imagens, .imagens a:link, .imagens a:hover, .imagens,a:visited {
	text-decoration:none;
	border-style:none;
}
/* Páginas internas */

#chamadas_internas{
	width:998px;
	height:200px;
	border-top:2px;
	border-top-style:solid;
	padding-top:8px;
	border-bottom:2px;
	border-bottom-style:solid;
	padding-bottom:8px;
	border-color:#F0F1F5;
}
#conteudos_esquerda_internas{
	width:200px;
	padding-left:124px;
	padding-right:44px;
	float:left;
	padding-top:85px;
	min-height:300px;
	color: #F48000;
	font-size:16px;
	font-family:"Avenir LT 55 Roman";
	text-decoration:none;
}
#conteudos_esquerda_internas_texto{
	width:200px;
	padding-left:124px;
	padding-right:44px;
	float:left;
	padding-top:85px;
	min-height:300px;
	color: #F48000;
	font-size:17px;
	font-family:"Avenir LT 55 Roman";
	text-decoration:none;
}
#conteudos_esquerda_internas_texto a:link, #conteudos_esquerda_internas_texto a:visited{
	color: #F48000;
	text-decoration:none;
}
#conteudos_esquerda_internas_texto a:hover{
	color: #FFFFFF;
	background-color: #F48000;
	text-decoration:none;
}

#conteudos_direita_internas{
	width: 630px;
	float:left;
}
#titulo_internas{
	width:500px;
	height:45px;
	padding-right:90px;
	padding-left:40px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
	font-family:"Avenir LT 55 Roman";
	color:#0093DD;
	font-size:20px;
	line-height:normal;
   }
 .titulo_laranja{
 color: #F48000;
 font-size:17px;
 }
  .titulo_azul{
 color: #0093DD;
 }
#texto_internas{
	width:500px;
	min-height: 350px;
	padding-left:40px;
	padding-right: 90px;
	padding-top: 20px;
	padding-bottom:10px;
	font-family:"Avenir LT 55 Roman";
	font-size:14px;
	color: #9A9EAB;
	line-height:22px;
	text-align:justify;
	}
#texto_internas a:link, #texto_internas a:visited{
	color: #F48000;
	}
	
#texto_internas a:hover{
	background:#DEDEDE;
	color: #F48000;
	}
	
/* Vídeos ******************************************/

#conteudos_internas_video{
	width: 998px;
}
#titulo_internas_video{
	width:868px;
	height:45px;
	padding-right:90px;
	padding-left:40px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:right;
	font-family:"Avenir LT 55 Roman";
	color:#0093DD;
	font-size:20px;
	line-height:normal;
   }	
   
 #texto_internas_video{
	width:768px;
	min-height: 350px;
	padding-left:115px;
	padding-right: 115px;
	padding-top: 20px;
	padding-bottom:10px;
	font-family:"Avenir LT 55 Roman";
	font-size:14px;
	color: #9A9EAB;
	line-height:22px;
	text-align:justify;
	}
#texto_internas_video a:link, #texto_internas_video a:visited{
	color: #F48000;
	}
	
#texto_internas_video a:hover{
	background:#DEDEDE;
	color: #F48000;
	}

/*---------*/

#conteudo_internas{
	width:998px;
	min-height:500px;
	clear:both;
	background-image:url(lateral_internas.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}


#espacador{
clear:both;
height: 100px;
	background:#FFFFFF;
	background-image:url(fundo_internas.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#total_internas {
	background:#FFFFFF;
    margin: 0px auto;
    width:998px;
   z-index:0;
	}

#foto_internas{
	width:448px;
	height:245px;
	float:left;
}

	
#imagem_rodape_internas{
	font-family:"Avenir LT 55 Roman";
	font-size: 12px;
	line-height:16px;
	color: #97946B;
	text-decoration: none;
	width:998px;
	height:15px;
	text-align:left;
	}
	
#links_rodape_internas{
	font-family:"Avenir LT 55 Roman";
	font-size: 12px;
	line-height:25px;
	color: #97946B;
	text-decoration: none;
	width:978px;
	height:25px;
	padding-left:20px;
	text-align:left;
	}
#foto_alinhar_esq{
	float:left;
	margin-right:10px;
}
#foto_alinhar_dir{
	float:right;
}
.titulos {
	font-size:24px;
}
.imagem{
	border:0px;
}
