@charset "utf-8";
/* CSS Document */

	* {
		font: normal 12px Verdana;
		color: #605d5c; 
	}
	body {
		background-color: #003966;
	}
	.corpo {
		width: 930px;
		margin: auto;
		background-color: #FFF;
		padding: 15px 0 15px 0;
	}
	.corpo_interno {
		width: 900px;
		margin: auto;
	}
	.topo {
		background: url(../img/bg_topo.jpg) no-repeat;
	}
	.rodape {
		background: url(../img/bg_rodape.jpg) no-repeat;
	}
	.meio {
		background: url(../img/marca_agua_fundo.jpg) no-repeat;
	}
	.left {
		float: left;
		display: inline;
	}
	.right {
		float: right;
		display: inline;
	}
	.move {
		clear: both;
	}
	.barra {
		height: 1px;
		background-color: #969594;
		width: 900px;
	}
	.barrinha {
		height: 1px;
		background-color: #b3b4b6;
		width: 160px;
	}
	.rodape_texto {
		text-align: center; 
		width: 900px; 
		margin-bottom: 6px; 
		color: #003966;
	}
	.rodape_texto span {
		margin: 0;
		padding: 0;
		font-weight: bold;
		color: #003966;
	}
	h1 {
		font: normal 26px Verdana;
		font-weight: bold;
		margin: 0;
		padding: 50px 0 0 64px;
		color: #003966;
	}
	.barra_vertical {
		width: 1px; height: 400px; background-color:#666;
	}
