/* CSS Document */
#botao_voltar {
	width: 790px;
	height: 79px;
	position: absolute;
	z-index: 2;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 10px;
}
#botao_voltar a {
	font-weight: bold;
	color: #00365A;
}
#cont_esq {
	width: 130px;
	height: 730px;
	overflow: auto;
	background-image: url(../imagens/fundo_criacao.jpg);
	background-repeat: repeat;
	padding: 10px 20px 0 10px;
}
#cont_esq h3 {
	font-size: 11px;
	color: #777;
}
#cont_esq a {
	color: #555;
}
#topo {
	width: 790px;
	height: 79px;
	margin: 0 auto;
}
#cont_dir {
	width: 630px;
	height: 740px;
	overflow: auto;
}
#cont_dir img {
	width: 610px;
}
#botao_pdf {
	width: 50px;
	position: relative;
	top: 8px;
	left: 560px;
	z-index: 3;
}
