@charset "iso-8859-1";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(imagens/home/fundo.jpg);
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
a {
	color:#FFF;
	text-decoration:none;
	}
	
a:hover {
	color:#000;
	text-decoration:none;
	}
	
#principal {
	width:905px;
	margin:auto;
	border-top:5px solid #c32669;
	}
	
#principal #topo {
	width:905px;
	height:80px;
	float:left;
	}
	
#principal #topo #transp {
	width:905px;
	height:80px;
	float:left;
	background:#000;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	}
	
#principal #topo #utilidades {
	width:905px;
	height:32px;
	float:left;
	position:absolute;
	top:5px;
	}
	
#principal #topo #menu {
	width:905px;
	height:48px;
	float:left;
	position:absolute;
	top:37px;
	}
	
#principal #barra {
	width:905px;
	height:33px;
	float:left;
	background:#c32669;
	}
	
#principal #barra #player {
	width:178px;
	float:left;
	margin-top:4px;
	}
	
#principal #barra #entrar {
	width:500px;
	float:right;
	margin-top:10px;
	text-align:right;
	margin-right:10px;
	color:#FFF;
	}
	
#principal #barra #entrar a {
	text-decoration:underline;
	}
	
#principal #tour {
	width:905px;
	height:520px;
	float:left;
	background:#000000;
	}
	
#principal #rodape {
	width:905px;
	height:76px;
	float:left;
	position:relative;
	color:#FFF;
	background:url(imagens/fundo_rodape_home.png);
	
	}
	
#principal #rodape #textos {
	width:905px;
	height:62px;
	padding-top:14px;
	float:left;
	position:absolute;
	text-align:center;
	top:0;
	z-index:2000;
	}
	
#principal #rodape #transp {
	width:905px;
	height:76px;
	float:left;
	background:#2f2828;
	}