body{
  margin:0;
  padding:0;
  background:url(../imagens/pattern.jpg);
  text-align:center;
  overflow-x:hidden;
  font:12px "trebuchet ms", arial;
  color:#a9a9a9;
}
h1, h2, h3, ul, li{ margin:0; padding:0; }
.none{display:none;}


/******** ESTRUTURA TEMPLATE *********/
#tempTopo{
  width:100%;
  height:393px;
  float:left;
  background:url(../imagens/pattern_topo.jpg) repeat-x 0 252px;
}
#tempTopoFlash{
  width:1002px;
  height:393px;
  margin:0 auto;
  background:url(../imagens/fundo.jpg) no-repeat;
}
#tempGeral{
  width:1002px;
  margin:0 auto;
  text-align:left;
  position:relative;
}
#tempConteudo{
  width:976px;
  float:left;
  padding:0 13px;
  background:#000;
}
#tempRodape{
  width:902px;
  height:136px;
  float:left;
  padding:10px 0 0 100px;
  background:url(../imagens/rodape.jpg) no-repeat;
  position:relative;
}
#tempRodape ul{
  width:100%;
  height:50px;
  float:left;
  overflow:hidden;
  list-style-type:none;
  margin:3px 0 0 0;
}
#tempRodape li{
  width:100px;
  height:46px;
  margin:0 10px 0 0;
  float:left;
}
#kaerea{
  width:74px;
  height:36px;
  position:absolute;
  right:53px;
  top:100px;
}

/*
Redes sociais
*/
.social_networks ul {
  list-style-type:none;
  padding:0px;
  margin:0px;
}
.social_networks ul li {
  float:right;
  padding:0px;  
}
.redeSocial{

  overflow:hidden;
  width:200px;
  float:right;
}
.redeSocial li{
  margin:0 5px 0;


}
.orkut{

  display:block;
  height:23px;
  width:24px;
  background:url("../imagens/orkutcinza.png");      

}
.twitter{

  display:block;
  height:23px;
  width:24px;
  background:url("../imagens/twittercinza.png");
}
.facebook{

  display:block;
  height:23px;
  width:24px;
  background:url("../imagens/facebookcinza.png");

}
.youtube{

  display:block;
  height:23px;
  width:24px;
  background:url("../imagens/youtubecinza.png");

}
a.orkut:hover{
  background:url("../imagens/orkut.png");
}
a.twitter:hover{
  background:url("../imagens/twitter.png");
}
a.facebook:hover{
  background:url("../imagens/facebook.png");
}
a.youtube:hover{
  background:url("../imagens/youtube.png");
}
ol.anima {
background-image:url("../imagens/anima.gif");
background-repeat:no-repeat;
background-position:left top;
}
ol.controlers{
  overflow:hidden;
  width:575px;
  float:right;
  margin:13px 0  0 0!important;
  padding:0;
}
ol.controlers li{

  list-style:none;
  margin:0!important;
}
ol.controlers li a{
  display:block;
  width:25px;
  height:60px;
  text-indent: -1000px;
}
#play{
  /* background:url("images/bt_normal_03.png") no-repeat;*/
  width:45px!important;
  height:60px!important;

}

/*#play:hover{
  background:url("images/bt_hover_03.png") no-repeat;
  background:url("images/pause_hover_.png") no-repeat;    
}*/

#play.pause:hover {
  background:url("images/bt_hover_03.png") no-repeat;
}
#play.pause{
  background:url("images/bt_normal_03.png") no-repeat; 
}
#play.play {
  background:url("images/pause_normal_.png") no-repeat;
}
#play.play:hover {
  background:url("images/pause_hover_.png") no-repeat;    
}

#stop{
  background:url("images/bt_normal_04.png") no-repeat;   
  width:22px!important;
  height:60px!important;

}
#stop:hover{
  background:url("images/bt_hover_04.png") no-repeat;   
}
#prev{
  background:url("images/bt_normal_01.png") no-repeat;   
  width:25px!important;
  height:60px!important;

}
#prev:hover{
  background:url("images/bt_hover_01.png") no-repeat;   
}

#next{
  background:url("images/bt_normal_05.png") no-repeat;   
  width:25px!important;
  height:60px!important;
  margin:0!important;    
}
#next:hover{
  background:url("images/bt_hover_05.png") no-repeat;  
}
#parar{
  background:url("images/bt_normal_02.png") no-repeat;   
  width:22px!important;
  height:60px!important;   
}
#parar:hover{
  background:url("images/bt_hover_02.png") no-repeat;   
}
