* {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:baseline;
	text-decoration:none;
	}
	
html {
	font-family: Georgia, "Times New Roman", Times, serif;	
	}
	
body {
	background:#FFF url(../images/bg.jpg) repeat top;
	}

h1 {
	font-size: 26px;
	color: #2C4383;
	font-weight:lighter;
	margin-bottom: 30px;
	}
	
	h1 a{
		text-decoration:none;
		color: #2C4383;
		font-weight:lighter;
		}

h2 {
	font-size: 16px;
	font-weight:bold;
	color: #2C4383;
	text-transform:uppercase;
	}
	
h3 {	
	font-size: 20px;
	padding: 10px 5px;
	font-weight: bold;
	color: #2C4383;
	background:#f8f4eb;
	margin-bottom: 20px;
	}

h5 {
	font-size: 13px;}
	
p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #666;
	}

ul{
	
}

li {
	margin: 10px 0 10px 30px;
	list-style:none;
	background:url(../images/square.gif) left center no-repeat;
	color: #666;
	font-size: 13px;
	padding-left: 20px;
	}
	
a{ 
color:#666;
font-weight:bold;
text-decoration:underline;
	}

	a:hover {
		text-decoration:none;
			}

	
/*---- topo -----*/

#topo {
	width: 100%;
	}
	
	.menu {
		width: 100%;
		height: 41px;
		font-size: 14px;
		background-color: #38529c;
		
		}
		
		.menu ul {
			width: 970px;
			margin: 0 auto;
			}
			
			.menu li{
				float:left;
				list-style:none;
				margin: 0;
				color:#FFF;
				background: none;
				padding-left: 0;
				font-size:12px;
				}
				
				.menu li a{
					color:#FFF;
					padding: 12px 14px;
					display:block;
					font-weight: bold;
					text-decoration:none;
					
					}
					
					.menu li a:hover{
						background-color: #516ec0;
						}

#linguas {
	padding:0;
	background:none ;
	float:right;
	margin-right: 30px;
	z-index:9999;
}

.logo {
	width: 930px;
	margin:15px auto 0 auto;
	}
	
	/* Banner no arquivo nivo-css.css */
	
/*------ corpo ---------*/

#corpo {
	
	width: 930px;
	margin:auto;
	padding: 0 34px 0 35px;}
	
	.manchete {
		height: 235px;
		float:left;
		margin-top: 20px;
		}
		
		.escritorio {
			width: 280px;
			/*border-right: dotted 1px #666;*/
			padding-right: 20px;
			height: auto;
			}
			
			.escritorio a{
				color: #2C4383;
				}
				
			.escritorio h1 {
				margin-bottom: 5px;}
			
			.escritorio img {
				padding: 10px 0 10px 0;
				margin:0 0 10px 0;
				background: url(../images/fundo-escrotirio.jpg) center top;
				}
	
	.atuacao {
		width: 295px;
		border-left: 1px dotted #666;
		padding-left: 20px;
		height: 360px;
		}
		
		.atuacao a{
				color: #2C4383;
				}
		
	.noticias {
		width: 490px;
		border-top: 1px dotted #666;
		padding-top: 20px;
		height: 285px;
		}
		
		.noticias li {
			margin-left: 0;
			}
			
			.noticias li a{
				font-weight:normal;
				text-decoration: none;
				}
				
				.noticias li a:hover{
					text-decoration:underline;
				}
	
	.links {
		border-left: 1px dotted #666;
		padding: 0px 20px 0 20px;
		width: 270px;
		height: 360px;
		}
		
		.links img{
			border: none;
			margin-bottom: 5px;
		}
		
	.links ul#lista-links {
		width:260px;
		margin:0 15px 0 0;
		padding:0;
	}	
	
	.links ul#lista-links li {
		float:left;	
		margin:0;
		padding:2px;
		list-style:none;
		background:none;
		width:122px;
		height:62px;
	}
		
	.news {
		border-top: 1px dotted #666;
		padding: 20px 0px 0 0px;
		width: 295px;
		}
		
		.news input{
			background:none;
			border: 1px solid #666;
			height: 30px;
			width: 160px;
			margin: 15px 0 0 0;
			}
		
	.btn {
		display:block;
		color:#FFF;
		padding: 7px 15px;
		font-size: 12px;
		background: #2C4383;
		width: 110px;
		margin-top: 30px;
		}
	
	.borda-top{
		border-top: 1px dotted #666;
		}

/*------ texto --------*/

#texto {
	padding-top: 20px;}

	#texto h2 {
		}

	.foto {
		float: right;
		margin: 30px 0 30px 30px;
		width: 300px;
		}
		
		.foto img {
			border: #f7f3e8 5px solid;
			height: 100px;
			width: 100px;
			margin: 8px;
			}
			
/*------ Contato ---------*/

.contato {
		background:#f8f4eb;
		padding: 20px;
		width: 650px;
		margin:auto;
		}

#txtnome {
	width: 500px;
	margin: 10px;
	height: 22px;
	
	}

#txtemail {
	width: 500px;
	margin: 10px;
	height: 22px;
	}

#txttelefone {
	width: 500px;
	margin: 10px;
	height: 22px;
	}

#tamensagem {
	width: 500px;
	margin: 10px;
	height: 150px;
	}
.texto label {
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #666;
}

/*------ footer ---------*/

#rodape {
	width: 100%;
	height: 220px;
	background: url(../images/bg-rodape.png) repeat-x top;
	color:#FFF;
	clear:both;
	margin-top: 20px;
	}
	
	#rodape p{
		color:#FFF;}
		
	.rodape {
		margin: auto;
		width: 989px;
		padding-top: 7px;
		padding-left: 10px;
		
		}
		
		.endereco {
			float:left;
			margin: 30px 5px 0 0;
			width: 200px;
			height: 150px;
			}
			
			.endereco p{
				font-size: 13px;
			}
			
			.endereco h5{
				color:#ccc;
				text-transform:uppercase;
				}
				
.associados {
	float:right;
	margin: 30px 0 30px 0;
	padding-left: 30px;
	border-left:#FFF dotted 1px;
	}
	
	.associados a{
		color:#FFF;
		text-decoration:underline;}
		
		.associados a:hover {
			text-decoration:none;}