
	/* TOPO */
	@import "topo.css";
	
	/* MENU */
	@import "menu.css";
	
	/* CONTEÚDO */
	@import "conteudo.css";

	/* RODAPÉ */
	@import "rodape.css";
	
	* {
		border: none;
		font-family: inherit;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
		line-height: 1;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	a {
		color: #c04a08;
	}
	a:hover {
		text-decoration: underline !important;
	}
	
	body {
		background: #fff;
		color: #000;
	}
	
	em {
		font-style: italic;
	}
	
	hr, legend {
		display: none;
	}
	
	strong {
		font-weight: bold;
	}
	
	.clear {
		clear: both;
	}
	
	#wrapper {
		background: url(../imagens/fundos/wrapper-home.jpg) top center no-repeat;
	}
	.internas#wrapper {
		background-image: url(../imagens/fundos/wrapper-internas.jpg);
	}
	
	#geral {
		background: url(../imagens/fundos/wrapper-home.jpg) top center no-repeat;
		height: 800px;
		margin: 0 auto;
		position: relative;
		width: 770px;
	}
	.internas #geral {
		background-image: url(../imagens/fundos/wrapper-internas.jpg);
	}