/**
 * GAZETA PRESS v5
 * @template05	Geral
 */

@import url(idiomas.css);
@import url(menu.css);
@import url(formularios.css);

/**
 * TOPO
 */
#topoBase1 { 	
 	background: url('../imagens/template05/cabecalho.gif') repeat;
}
#topoBase2 {
	background: url('../imagens/template05/menu[top].gif') repeat;
}
#topoMenu a:hover {
	color: #331A75;
}
/**
 * CONTEUDO
 */
body {
	background-color: #FFF;
}
#base {
	width: 900px;
	margin: 0 auto;
	padding: 10px 20px;
}

/**
 * RODAPÉ
 */
#rodapeBase1 { 	
	background: url('../imagens/template05/menu[rodape].gif') repeat;
}
#rodapeBase2 {
	background: url('../imagens/template05/rodape.gif') repeat;
}

/**
 * ELEMENTOS
 */
h2 {
	padding: 0px 10px;
	font-size: 16px;
	color: #321974;
}

/**
 * CADASTRO
 */
#boxCadastro_1,#boxCadastro_2 {
	background-color: #F0F0F0;
	float: left;
	margin: 10px 30px 0px 30px;
	
}
#boxCadastro_1 {
	margin-left: 50px;
	width: 300px;
	padding: 10px;
}
#boxCadastro_2 {
	line-height: 20px;
	width: 280px;
	padding: 20px;
}

#boxCadastroObservacoes{
	background-color: #F0F0F0;
	float: left;
	margin: 10px 30px 0px 50px;
	line-height: 20px;
	padding: 20px;
	width:660px;
}
/**
 * USUÁRIOS
 */
#boxUsuarios {
	background-color: #F0F0F0;
	margin: 10px auto 0px;
	width: 300px;
	padding: 10px;
}