/************ POSICIONAMENTO ****************/
body {
    margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size:12px;
	text-align:center; /* hack para o IE */
	/**background-color:#F5F7F2;*/
	background-image:url(../imagens/bg.jpg);

}
#tudo {
	position:relative;
	margin:0px auto;
	padding: 0px;
	width: 778px;
	text-align:left; /* "remédio" para o hack do IE */
	/*height:900px;*/

}
#cabecalho {
	position:absolute;
	/*left:20px;*/
	top:5px;
	width:90%;
	height:120px;
	z-index:1;

}
#ultimos_videos {
	position:absolute;
	/*left:21px;*/
	margin-top:30px;
	/*top:35px;*/
	width:135px;
	height:243px;
	z-index:10;

}

#corpo {
	/*left:21px;*/
	padding-top:155px;
	width:95%;

	
}

#menu_topo {
	position:absolute;
	left:300px;
	top:49px;
	width:455px;
	height:31px;
	z-index:5;
	background:url(../imagens/menu_topo.png);
}
#rodape {
	position:relative;
	/*left:25px;*/
/*	top:1000px;*/
	width:95%;
	height:58px;	
	z-index:4;
}
#menu_rodape {
	position:absolute;
	left:400px;
	top:52px;
	width:328px;
	height:16px;
	z-index:5;
}
#player_home {
	position:relative;
	left:95px;
	top:0px;
	/*width:740px;*/
	height:563px;
	z-index:3;
}
a.tituloverde, .tituloverde{
color:#004829;
font-weight:bold;
}

input.gray{
background:url(../imagens/bg_input.jpg);
height:14px;
border: 2px solid #CCCCCC;
}

.txtarea{
background:url(../imagens/bg_txtarea.jpg);
height:65px;
border: 2px solid #CCCCCC;
}

    #menu {
      position:absolute;
      /*width:493px;*/
      height:26px;
      z-index:10;
      left: 0px;
      top:0px;
    }
    #menu ul{ 
	  list-style:none; 
	}
    #menu li{
      position:absolute;
      top:0px;
      height:26px;
      border:none;
    }
    #menu li a{
      display:block;
      width:100%;
      height:100%;
      top:0;
      text-decoration:none;
    }
	
#sobre{ 
width:151px; 
left:0; 
}
#participar{ 
width:120px; 
left:154px; 
}
#videos{ 
width:88px; 
left:271px; 
}
#contato{ 
width:96px; 
left:359px; 
}

#sobre a:hover{ 
background:url(../imagens/sobre.gif) no-repeat 0 0; 
}
#participar a:hover{ 
background:url(../imagens/participar.gif) no-repeat 0 0; 
}
#videos a:hover{ 
background:url(../imagens/videos.gif) no-repeat 0 0; 
}
#contato a:hover{ 
background:url(../imagens/contato.gif) no-repeat 0 0; 
}

a {
/*	color:#009933;*/
    color:#005300;
	text-decoration:none;
}

a:hover {
	color:#820000;
	text-decoration:underline;
}


.carregando {
        display:none;
        z-index:10;
        position:fixed;
        _position:absolute;
        top:0;
        _top:expression(eval(document.body.scrollTop));
        right:0;
        margin:0;
        padding:0;
}

.legenda_home{
font-size:11px;
}