@charset "iso8859-1";
/* documento css criado por fred peres | www.fredperes.net | contato@fredperes.net */

*{
	margin:0;
	padding:0;
}

body{
	width:100%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

#tudo{
	width:100%;
	height:557px;
	background-image: url(../img/bg_index.gif);
	background-repeat: repeat-x;
}

#conteudo{
	width:980px;
	height:557px;
	margin:0 auto;
	text-align:left;
}


/* index */
#conteudo_esq{
	float:left;
	width:405px;
	padding-top:10px;	
}

#idioma{
	margin-top:45px;
	width:493px;
	text-align:right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #830628;
	border-bottom-color: #830628;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:14px;
	word-spacing: 26px;
	font-size: 14px;
	color: #999;
}

#conteudo_dir{
	float:right;
	width:435px;
	padding-top:10px;	
}

#rodape_index{
	clear:both;
	width:100%;
	border-top: solid 1px #830628;
}


/* classes */

.rodape_txt{
	padding-top:10px;
	font-size: 12px;
	color: #666;
	line-height: 14pt;
	
}

.separa_txt_rodape{
	color: #830628;	
	padding-left:3px;
	padding-right:3px;
}


/* links */

a:link{
	color:#999;
	text-decoration: none;
}

a:hover{
	color:#333;
}


a:visited{
	color:#333;
	text-decoration: none;
}

a.rodape:link{
	color:#666;
	text-decoration:none;
}

a.rodape:hover{
	color:#000;
	text-decoration:none;
}
a.rodape:visited{
	color:#000;
	text-decoration:none;
}