/* CSS Document */


	p {
		margin: 0;
		padding: 0;
	}

	#geral {
		margin-top: 20px;
	}

	#galeria {
	float:left;
	width:690px;
	height:350px;
	display:none;
	text-align: center;
	background-color: #E9E9E9;
	}
		.imagem {
		/*	padding-bottom: 10px*/;
		}
		.imagem p {
			color: #000000;
			font-size: 16px;
			font-weight: bold;
			margin-top: 5px;
		}

	#navegar {
	z-index:10000;
	position:absolute;
	width:115px;
	margin-top: 25px;
	left: 634px;
	top: 369px;
	height: 4px;
	}
	#navegar a{
		padding: 3px;
		text-decoration: none;
		/*margin-right: 5px;*/
		color: #000000;
		padding: 5px;
		text-align: center;
	}
	#navegar a:hover {
		color: #990000;
		text-decoration: underline;
	}

