/*MENU ESTÁ NO ARQUIVO MENU.CSS */
body {
	margin:0;
	padding:0;
	background:#ffffff url(../imgs/bg.jpg) no-repeat;		
	font-family: Arial, Verdana, Tahoma;
	font-size:11px;
	color: #333;
	text-align:center;
}
ul {list-style:none;}
.w50 { width:50%; }
.fleft { float:left; }
.fright { float:right; }
.clear { clear:both; }
.font14{ font-size:14px;}
.font14bold{ font-size:14px; font-weight:bold;;}

div{
	text-align:left;
}

#geral {
	width:780px;
	padding: 0 0 0 0;
	margin:20px auto;
}

#topo {
	width:780px;
	margin: auto;
	height: 97px;
}

#idiomas {
	height: 10px;
	width: 200px;
	float:right;
	margin: 55px 30px 0 0;
	font-weight:bold;

}

#logo {
	width:280px;
	margin: 20px 0 0 0;
	float:left;
}

#conteudo {	
	width:818px;
	background:#fff;
	padding: 10px 10px 10px 10px;
 	/*border:#0c4571 1px solid;*/
	border: 0;
	margin: -7px 0 0 -30px;
}

	#conteudo #esquerda {
		width: 235px;
		min-height: 400px;
		float:left;
		margin: 0 15px 0 0;
		padding: 0;
		color: #003399;
	}
		#conteudo #esquerda img{
			margin: 0 0 10px 0;
		}
	#conteudo #centro {
		width: 380px;
		min-height: 400px;
		float:left;
	}
	#conteudo #direita {
		width: 140px;
		min-height: 400px;
		float:left;
		background: #e2e6ed;
		color:#003399;
		padding:20px;
	}
	
	#conteudo #direita #soft_over{
		background:url(../imgs/bg_soft_over.jpg);
		width:130px;
		height:15px;
		padding: 5px;
		color:#FFFFFF;
		font-weight:bold;
	}
		#conteudo #direita #soft_over a{
			font-weight:bold;
			color:#FFFFFF;
			
		}
	#conteudo #direita #soft_normal{
		background:url(../imgs/bg_soft_normal.jpg);
		width:130px;
		height:15px;
		padding: 5px;
		color:#FFFFFF;
	}
		#conteudo #direita #soft_normal a{
			font-weight:bold;
			color:#FFFFFF;
			
		}
		


#breadcrumb {
	width: 800px;
	height: 10px;
	float:left;
	color: #999;
	margin: 0 0 20px 0;
}


#rodape {
	width:100%;
	height: 100px;
	margin:0;
	padding:0;
	background: #e4eef7 url(../imgs/bg_rodape.jpg) repeat-x;
	color:#003399;
	font-size:12px;
}
	#rodape a {
		text-decoration:none;
		font-weight:normal;
		color:#003399;
	}
	#rodape_conteudo{
		width: 780px;
		margin:auto;
		padding: 15px;
	}
	#item_rodape{
		float:left;
		width: 250px;
		margin: 15px 5px 0px 0px;	
	}

/* TEXTOS */
.Titulo {
	font-size:16px;
	font-weight:bold;
}

.SubTitulo {
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

.Frase {
	font-size:12px;
	font-style:italic;
	color: #0066CC;
}

a {
	text-decoration:none;
	color: #0066CC;
	font-size: 11px;
}

	a:hover {
		text-decoration: underline;
	}
	
.textoRodape {
	text-decoration:none;
	color: #0066CC;
	font-size: 10px;
}
	
.Formulario{
	width:85%;
	background:#efefef;
	border:#ccc 1px solid;
	color:#003399;
	padding:5px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.Botao {
	font-weight:normal;
	line-height: normal;
	border: 0.5px solid #fff;
	height:25px;
	padding:2px 10px 10px 10px;
	color: #fff;
	background-color: #003399;
}
