/* Developed by NovaSW Team | aMarx */
@import url("tabelas.css");
@import url("titulos.css");
@import url("imagens.css");
@import url("forms.css");
@import url("links.css");

*{
    margin: 0px;
    padding: 0px;
    border: none;
}

html{
height: 100%;
}


BODY { 
	height:100%;
    font: 11px Arial; 
    margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
    text-align: left; 
	color:#333333;
	background-color:#FFCC00;
} 

#corpo{
	width: 100%;
	min-height:100%;
	height: auto;
	text-align: left;
	background-image:url(imagens/background_topo.png);
	background-position:center top;
	background-repeat:no-repeat;
	}

#topo{
	width: 100%;
	height:297px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-image:url(../imagens/back_topo.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#fff;
}

/*conteudo GERAL*/
#base{
	width: 100%;
	height: 100%;
	min-height:668px;
	background-image:url(../imagens/back.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#conteudo{
	width: 1000px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
}



/*RODAPÉ*/
.bottom{
	width: 560px;
	height: 20px;
	text-align:center;
	padding-top:5px;
	background-image:url(../imagens/bottom.png);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:40px;
	margin-left:auto;
	margin-right:auto;
}

/*fecha conteúdo do rodapé*/


.destaque {
	background-color:#635447;
	padding:5px;
	width:541px;
	height:auto;
	min-height:60px;
	margin-bottom:5px;
	color:#f1f2f2;
	margin-top:10px;
	margin:5px;
	}

.titulos_links {
	background-color:#635447;
	padding:10px;
	width:541px;
	height:auto;
	border-bottom:1px solid #ffcc00;
	margin-bottom:5px;
	padding-top:30px;
	}