@charset "utf-8";
/* CSS Document */

.barra_menu {
	background-image: url(../img/barra_menu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.fonte_marrom {
	font-family: Calibri, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #48331E;
}
.borda_topicos {
	background-image: url(../img/borda_topicos.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.borda_rodape {
	background-image: url(../img/barra_rodape.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Calibri, Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #2A1C0E;
	letter-spacing: 1px;
}
.borda_rodape_marrom {
	background-image: url(../img/barra_rodape_marrom.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Calibri, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #BEBE7E;
	letter-spacing: 1px;
}
.titulo_rodape {
	font-family: Calibri, Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #CACA88;
}
.titulos_paginas {
	font-family: Calibri, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #1F150B;
}
.fonte_cadastro {
	font-family: Calibri, Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #48331E;
}
