@charset "utf-8";
/* CSS Document */
.body {
	margin:0px;
	background-color:#eee;
}
.corpo {
	width:830px;
	height:auto;
	margin: 0 auto;
	
	
}
.corpo1 {
	width:100%;
	height:auto;
	float:left;
	
}
.quadrocorpo {
	width:830px;
	height:auto;
	float:left;
}
.quadrotopo {
	width:100%;
	height: auto;
	float:left;
	background-color: #024d8a;
}
.caixalogo {
	width:230px;
	height:100px;
	float:left;
}
.caixalink {
	width:800px;
	height:40px;
	margin: 0 auto;
}
.linkquemsomos {
	width:160px;
	height:34px;
	float:left;
	margin-top:0px;
	padding-top:10px;
	-webkit-border-radius:  0px;
	-moz-border-radius:  0px ;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
	
}
a.linkquemsomos {
	text-decoration:none;
	background-color: #;
	color:#fff;
	border-top: # solid 4px;
}
a.linkquemsomos:hover {
	text-decoration:none;
	background-color: #fff;
	border-top: #111 solid 4px;
	color:#111;
	height:30px;
}




.caixacorpo {
	width:810px;
	height:auto;
	float:left;
	padding:10px;
	background-color:#FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.banner {
	width:100%;
	height:auto;
	float:left;
	margin-bottom:5px;
	text-align:center;
	background-color:#999;
}
.rodape {
	width:830px;
	height:30px;
	float:left;
	margin-top:20px;
}
.referencia {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	
}
a.referencia {
	text-decoration:none;
	color:#222;
}
a.referencia:hover {
	text-decoration:none;
	color:#222;
}
	