@charset "iso-8859-1";
/* CSS Document */
body{
	background-attachment: scroll;
	background-image:url(imagens/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-position:20% 0px;
	background-color:#395270;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#geral {
	position:relative;
	float: none;
	clear: left;	
	top:0px;
	width: 100%;
	height:91px;
	background-image: url(imagens/fundo_topo.png);	
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:scroll;
}

#topo {
	position:absolute;
	float: none;
	clear: left;	
	top: 0px;
	width: 778px;
	left: 50%;
	margin-left: -389px;
	height:17px;
}
#logo {
	position: relative;
	clear:none;
	float: left; 	
	width:196px;
	height:117px;
	margin:0px;
	top:0px;
}
#menu {
	position: relative;
	float: left; 
	width:458px;
	height:55px;
	margin:0px;
	left:10px;
	top:15px;
}
#conteudo {
	background-image: url(imagens/fundo_conteudo.png);
	background-repeat:repeat;
	position: relative;
	float:none;
	clear: left;
	width:710px;
	top: 15px;
	left: 50%;
	margin:0px 0 0 -355px;	
	z-index:5;	
}
#alignplayer {
	position:relative;
	float:none;
	clear: left;
	width:710px;
	top: 5px;
	left: 50%;
	margin:0px 0 0 -355px;
	z-index:6;	
}
#rodape {
	position: relative;
	float:none;
	clear: left;
	width:710px;
	top: 15px;
	left: 50%;
	margin:0px 0 0 -355px;
}	
.Fonte
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;

}
a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;

}
a:hover{
	color: #e8e8e8;
	text-decoration: none;
}
#mp3player{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	visibility: visible;
	position:absolute;
	z-index:7;
}
.carregando
{
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding-bottom:100px;
	padding-top:100px;
	
}
.Fonte_sa
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;

}