@charset "utf-8";
/* CSS Document */

*{
	border:0;
	padding:0;
	margin:0;
}

html{
	overflow:auto;
}

a{
	text-decoration:none;
	color:#000000;
}

body{
	font:12px Tahoma;
	color:#FFFFFF;
}

/***** FUNDO DA BODY *****/
.amarelo_escuro{
	background:url('../img/bg_geral_amarelo_escuro.jpg') top center no-repeat #AB8707;
}


.azul_escuro{
	background:url('../img/bg_geral_azul_escuro.jpg') top center no-repeat #044362;
}

.verde_escuro{
	background:url('../img/bg_geral_verde_escuro.jpg') top center no-repeat #732212;
}

.verde_claro{
	background:url('../img/bg_geral_verde_claro.jpg') top center no-repeat #677408;
}

.bg_contato{
	background:url('../img/bg_contato.jpg') top center no-repeat #4C0C23;
}

.bg_download{
	background:url('../img/bg_download1.jpg') top center no-repeat #210B52;
}

.bg_discografia{
	background:url('../img/bg_discografia.jpg') top center no-repeat #357308;
}

/***** BACKGROUND GERAL ******/


#geral{	
	margin-top:-59px;

}

#limite-geral{
	width:1003px;
}

#ajax_loader {
	display:none;
}

#internas{
	padding-top:193px;
}

#internas.disNone{
	padding-top:0;
}

.disNone{
	display:none;
}

.fLeft{
	float:left;
}

.fRight{
	float:right;
}

.cBoth{
	clear:both;
}

.resposta{
	color:#FF0000;
	text-align:center;
}

#contato .resposta{
	display:none;
	color:#FF0000;
	text-align:center;
	margin-bottom:10px;
	background:#FFFFFF;
	padding:10px;
	font-weight:bold;
	width:510px;
	
}

/***** HOME *****/

#home{
	position:relative;
	top:-40px;
}

#menu{
	position:relative;
	top:28px;
	margin-left:200px;
	z-index:1;
}

/***** DOWNLOADS *****/
#downloads{
	position:relative;

}

.item-arquivo{
	margin-right:20px;
}

ul#listaArquivos{
	float:right;
	width:487px;
	margin:30px 0 0 0;
}

ul#listaArquivos li{
		text-align:center;
		width:149px;
		margin-bottom:38px;
	}
	
#swfDownloads{
	position:absolute; 
	top:-110px;
	margin-left:30px;
}

.arquivo{
	width:123px;
	height:85px;
	display:block;
	overflow:hidden;
}

ul#listaArquivos li a.a-arquivo{
	padding:14px 12px;
	background:#5B0FCE;
	display:block;
	margin:2px 0 8px 0;
}

ul#listaArquivos li a.downBaixar{
	
	color:#FCE100;
	font-weight:bold;
	font-style:italic;
}

a.downBaixar{
	color:#FCE100;
	font-weight:bold;
	font-style:italic;
}

a.downBaixar:hover{
	text-decoration:underline;
}


/***** CONTATO *****/

.contem-conteudo{
	width:510px;
	text-align:left;
	margin:80px 0 0 0;
	float:left;
}
div.contem-conteudo p{
	margin:0 0 21px 0;
}

.bgVinho{
	width:518px;
	background:#520D29;
	margin-bottom:15px;
	padding:5px 5px 5px 10px;
}

#frmContato .frm_input{
	width:425px;
	background:none;
	color:#FFFFFF;
	font-family:"Courier New";
	font-size:12px;
}

#labelMensagem{
	vertical-align:top;
}

#frmContato .bgVinho label{
	text-align:left;
	font-weight:bold;
}
 
#swfContato{
	margin-top:-90px;
}

.div-btEnviarContato{
	width:518px;
}
 /***** RODAPE *****/
 
#rodape{
		
}
 
#rodape span{
 	padding:0 0 0 8px;
	font-size:10px;
}

#rodape b{ color:#000000}
 
#frmRodape{
		background:url('../img/bg_frm_rodape.png') no-repeat top center;
		width:205px;
		height:21px;
		margin:2px 0 7px 0;
}

#frmRodape table td{
					padding:1px 0 0 2px;
}

#frmRodape table td label{
					font-size:10px;
					font-weight:bold;
					padding-left:8px;
					color:#000000;
}

#frmRodape .frm_input{
	color:#000000;
	width:130px;
	background:none;
	font-size:11px;
}
 
.frm-rodape{
	float:right;
	width:225px;
	margin-top:20px;
}
 
.rodapeHome{
	position:relative;
	margin-top:-200px;

}

.linkQuize{
	color:#885600;
	font-size:9px;
	margin-left:40px;
}
 .linkQuize img{
 	float:right;
	margin-right:20px;
	margin-top:-1px;
 }
 
 .contem-pags{
 	margin:0 0 0 27px;
 }
 
 /***** RELEASE *****/
 
.txtRelease{
	float:left;
	margin:70px 0 10px 0;
}
div.txtRelease p{
	width:469px;
	text-align:justify;
}

.txtRelease H1{
	text-align:right;
	font:36px Arial, Helvetica, sans-serif;
	margin-bottom:30px;
} 


/**/

#abreImgOpcoes a {
	margin-left:20px;
}