* { 
   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: "FranKleinMedium";
    src: url("frankleinmedium.eot"); /*somente para o IE*/
    src: local('FranKleinMedium'), url("frankleinmedium.ttf") format("truetype"); /*para outros browsers*/
}

body{
   background:#808080;
   background-image:url(fundo.jpg);
   background-repeat:repeat-y;
   background-position:center;
   }
a:link {
	color:#00559B;
}
a:visited {
	color:#00559B;
}
a:hover {
	color:#00559B;
}
a:active {
	color:#00559B;
}
#total{
   margin: 0px auto; 
   width:998px;
   background:#FFFFFF;
    }
#conteudo{
   width:998px;
   height:285px;
   font-family:"FranKleinMedium";
   font-size:12px;
   color:#00559B;
   padding-bottom:30px;
   margin-bottom:30px;
   background-image: url(barra_fundo.jpg);                          
   background-repeat: no-repeat;
   background-position: bottom;
   z-index:10;
      }
#fotos_home_2{
   width:685px;
   height:275px;
   float:left;
   font-family:"FranKleinMedium";
   font-size:13px;
   color:#00559B;
      }
#parceiros{
   width:306px;
   height:275px;
   float:left;
   margin-left:6px;
   font-family:"FranKleinMedium";
   font-size:13px;
   color:#FFFFFF;
       }
#menu{
   width:998px;
   height:100px;
      }
#conteudo_baixo{
   width:998px;
   min-height:70px;
   background:#FFFFFF;
   font-family:"FranKleinMedium";
   font-size:13px;
   color:#000000;
        }
#titulo_powerchannel{
	width:210px;
	height:21px;
	padding-bottom:9px;
	overflow: hidden;
	float: left;
	margin-right:10px;
	font-size: 13px;
	}
#titulo_destaques{
	width:560px;
	height:21px;
	padding-bottom:9px;
	overflow: hidden;
	float: left;
	margin-right:7px;
	margin-left:10px;
	font-size: 13px;
	}
#titulo_noticias{
	width:411px;
	height:21px;
	padding-bottom:9px;
	overflow: hidden;
	float: left;
	margin-right:0px;
	margin-left:10px;
	font-size: 13px;
	}
#destaque_powerchannel{
	width:210px;
	min-height:100px;
	overflow: hidden;
	float: left;
	margin-right:10px;
	font-size: 10px;
	line-height:15px;
		}
#destaque1{
	width:101px;
	height:130px;
	overflow: hidden;
	float: left;
	margin-left:0px;
	margin-right:10px;
	font-size: 10px;
	line-height:15px;
		}
#destaque2{
	width:101px;
	height:130px;
	overflow: hidden;
	float: left;
	margin-right:15px;
	margin-left:15px;
	font-size: 10px;
	line-height:15px;
	}
#noticias_fundo{
	width:391px;
	height:105px;
	float: left;
	margin-right:0px;
	margin-left:20px;
	margin-bottom:0px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	line-height:15px;
	background-image:url(noticias_fundo.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-align:left;
	}
#noticias{
	width:361px;
	height:85px;
	overflow-y:scroll;
	float: left;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height:15px;
	color:#FFFFFF;
	text-align:left;
	}
	
#noticias a:link, #noticias a:visited, #noticias a:hover{
	color:#CCCCCC;
	}
#destaques{
	width:552px;
	height:130px;
	overflow:hidden;
	float: left;
	padding-top:0px;
	margin-top:0px;
	margin-left:10px;
	margin-right:5px;
	font-size: 12px;
	line-height:15px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	}
#container, #content{
	width:500px;
	height:130px;
	overflow:hidden;
	float: left;
	margin-left:0px;
	margin-right:0px;
	font-size: 13px;
	line-height:15px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	}
#destaques_botoes{
	width:45px;
	padding-top:100px;
	height:30px;
	overflow:hidden;
	float: left;
	margin-right:0px;
	margin-left:10px;
	font-size: 13px;
	vertical-align:bottom;
	background-repeat:no-repeat;
	color:#FFFFFF;
	}

#links_acesso_rapido{
	background:#EFEFEF;
	padding-left:30px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom:10px;
	font-family:"FranKleinMedium";
	font-size:12px;
	color:#666666;
	line-height:16px;
	margin-top:50px;
	margin-bottom:30px;
	border-top:solid;
	border-top-color:#999999;
	border-top-width:1px;
	border-bottom:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
		}
#links_acesso_rapido a:link, #links_acesso_rapido a:visited{
	font-family:"FranKleinMedium";
	font-size:12px;
	color:#666666;
	display:block;
}
#links_acesso_rapido a:hover{
	font-family:"FranKleinMedium";
	font-size:12px;
	color:#FFFFFF;
	background:#999999;
	display:block;
}

#box_itens_home{
	width:160px;
	padding-right:20px;
	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:"FranKleinMedium";
	font-size:16px;
	font-weight:bold;
	color: #00559B;
}
#separador{
	clear:both;
}
#faixa_baixo{
   height:20px;
   width:998px;
   padding-top:25px;
   font-family:"FranKleinMedium";
   font-size:12px;
   color:#000000;
   background-image: url(faixa_baixo.jpg);                          
   background-repeat: no-repeat;
   background-position: bottom;
   text-align: center;
      }
	  
	  
/*   CLASSES        */


.tabela_home {
float:left;
margin-left:0px;
margin-bottom:0px;
 }
.imagens_tabela_home {
padding-left: 20px;
padding-right: 20px;
 }
.alignleft {
float:left;
margin-left:5px;
margin-bottom:0px;
 }
 .alignleft_mbottom {
float:left;
margin-right:5px;
margin-bottom:15px;
 }
.alignright {
float:right;
margin-left:10px;
margin-bottom:15px;
 }
.alignleft_parceiros {
float:left;
margin-left:0px;
margin-right:20px;
margin-bottom:30px;
margin-top:15px;
 }
.alignleft_destaques {
	float:left;
	margin-left: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	
 }
.Alinhar_formulario {
	text-align: left;
	padding-right:10px;
	line-height: 20px;
	}
.Fonte_formularios {
	font-family: "FranKleinMedium";
	font-size: 10px;
	color: #00559B;
	font-weight: bold;
}




/* Paginas internas */



#titulo_internas{
   width:303px;
   height:240px;
   float:left;
      }
#fotos_internas{
   width:695px;
   height:240px;
   float:left;
      }
#menu_internas{
	width:998x;
	height:25px;
	margin-bottom:5px;
	
}
 #conteudo_baixo_internas{
   width:998px;
   min-height:250px;
	overflow: hidden;
	height:auto;
	float:left;
   font-family:"FranKleinMedium";
   font-size:12px;
   background-image:url(fundo_lateral_internas.gif);
   background-repeat:repeat-y;
   color:#000000;
        }
#lateral_internas{
	padding-top:20px;
	padding-left: 20px;
	padding-right: 20px;
	width:250px;
	min-height:300px;
	float:left;
	text-align:center;
	font-size:13px;
	line-height:18px;
	display:block;
			}
#lateral_internas a:link, #lateral_internas a:visited{
	color:#333333;
	display:block;
			}
#lateral_internas a:hover{
	color:#666666;
	background:#EFEFEF;
	display:block;
			}	

#lateral_internas_noticias{
	padding-top:20px;
	padding-left:10px;
	width:280px;
	font:"FranKleinMedium";
	font-size:10px;
	min-height:300px;
	text-align:left;
	float:left;
			}			
#conteudo_internas{
   margin: 0px auto; 
   width:998px;
   height:265px;
   font-family:"FranKleinMedium";
   font-size:12px;
   color:#00559B;
   padding-bottom:15px;
   background-image: url(barra_fundo_internas.jpg);                          
   background-repeat: no-repeat;
   background-position: bottom;
      }
#conteudo_internas_suporte{
   margin: 0px auto; 
   width:998px;
   height:255px;
   font-family:"FranKleinMedium";
   font-size:12px;
   color:#00559B;
   padding-bottom:0px;
   background-image: url(barra_fundo_internas.jpg);                          
   background-repeat: no-repeat;
   background-position: bottom;
      }
#conteudo_direita_internas{
   width:568px;
   min-height: 500px;
   float:left;
   padding-top: 20px;
   padding-left:60px;
   padding-right:80px;
   background:#FFFFFF;
   font-family:"FranKleinMedium";
   font-size:13px;
   line-height:26px;
   color:#555555;
   text-align:justify;
         }
#conteudo_internas_videos{
   margin: 0px auto; 
   width:998px;
   height:265px;
   font-family:"FranKleinMedium";
   font-size:12px;
   color:#00559B;
   padding-bottom:15px;
   background-image: url(barra_fundo_internas_video.jpg);                          
   background-repeat: no-repeat;
   background-position: bottom;
      }
 #conteudo_baixo_internas_videos{
   width:998px;
   min-height:250px;
	overflow: hidden;
	height:auto;
	float:left;
   font-family:"FranKleinMedium";
   font-size:12px;
   background-image:url(fundo_lateral_internas_video.gif);
   background-repeat:repeat-y;
   color:#000000;
        }
#conteudo_direita_videos{
   width:740px;
   min-height: 500px;
   float:left;
   margin-left:129px;
   padding-top: 00px;
   padding-left:0px;
   padding-right:0px;
   background:#FFFFFF;
   font-family:"FranKleinMedium";
   font-size:13px;
   line-height:26px;
   color:#555555;
   text-align:justify;
         }
#lateral_internas_videos{
	padding-top:20px;
	padding-left: 20px;
	padding-right: 20px;
	width:109px;
	min-height:300px;
	float:left;
	text-align:center;
	font-size:13px;
	line-height:18px;
	display:block;
			}
#faixa_baixo_internas_videos{
   height:20px;
   width:998px;
   padding-top:35px;
   font-family:"FranKleinMedium";
   font-size:12px;
   color:#000000;
   text-align:center;
   background-image: url(faixa_baixo_internas_videos.jpg);                          
   background-repeat: no-repeat;
   background-position: bottom;
      }
#conteudo_suporte{
   width:998px;
   height:auto;
   overflow: hidden;
   float:left;
   padding-top: 0px;
   padding-left:00px;
   padding-right:00px;
   background:#FFFFFF;
   font-family:"FranKleinMedium";
   font-size:13px;
   line-height:16px;
   color:#000000;
   text-align:justify;
         }		
#faixa_baixo_internas{
   height:20px;
   width:998px;
   padding-top:35px;
   font-family:"FranKleinMedium";
   font-size:12px;
   color:#000000;
   text-align:center;
   background-image: url(faixa_baixo_internas.jpg);                          
   background-repeat: no-repeat;
   background-position: bottom;
      }
#faixa_baixo_suporte{
   height:20px;
   width:998px;
   padding-top:8px;
   background-color:#00559B;
   font-family:"FranKleinMedium";
   font-size:10px;
   font-weight:bold;
   color:#000000;
   float:left;
   background-image: url(faixa_baixo_internas.jpg);                          
   background-repeat: no-repeat;
   background-position: bottom;
      }


