/* --------------------- PONTILHADOS, LINHAS E BORDAS -------------------- */
/* ----------------------------------------------------------------------- */
.pont_vert {
	background-image: url(../imagens/pontilhado_vert.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
.pont_hor {
	background-image: url(../imagens/pontilhado_hor.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.linha_inferior {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

/* ------------------ SOMBRAS E FUNDOS ------------------ */
/* ------------------------------------------------------ */

.top_fundo {
	background-image: url(../imagens/topo_repete.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.rodape_fundo {
	background-image: url(../imagens/rodape_fundo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/* -------------- DISTANCIAMENTO E MARGEM -------------- */
/* ----------------------------------------------------- */
.titulo1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.divide_menu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.menu_fundo {
	background-image: url(../imagens/menu_lateral_base.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.distancia_menu {
	margin-right: 50px;
}

.fundo {
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
/* ---------------------- FORMULÁRIO-------------------- */
/* ----------------------------------------------------- */

.form_busca {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #333333;
}
.form_text_cadastrese {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #006600;
}
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.fundo_topo_base {
	background-image: url(../imagens/topo_repete2.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

