@charset "utf-8";

a.menu:link {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #fff;
	text-decoration: none
}
a.menu:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #fff;
	text-decoration: none
}
a.menu:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #fff;
	text-decoration: underline;
}
a.menu:active {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
    font-weight: bold;
	color: #fff;
	text-decoration: none
}

.botao { display: inline-block; background: url(../images/botao.gif) no-repeat; text-align: center; line-height: 24px; border: none; font-size: 15px; font-weight: bold; color: black; cursor: pointer; -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }
.botao:hover { -moz-opacity:1; filter:alpha(opacity=100); opacity:1; color: black; text-decoration: none; }
.botao:active { -moz-opacity:.60; filter:alpha(opacity=60); opacity:.60; position: relative; top: 1px; }

.textos_contato2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #423B1A;
}

.textos_principal{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}

.fundo_topo {
	background-image: url(images/fundo_topo.jpg);
	background-repeat:repeat-x;
}

.fundo_banner {
	background-image: url(images/fundo_banner.jpg);
	background-repeat:repeat-x;
}

.fundo_footer {
	background-image: url(images/fundo_footer.jpg);
	background-repeat:repeat-x;
}

.forms {
	background-color: #FFF; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;

}

.box_caixa_restrito{ 
	width: 192px;
	height: 213px;

	background-image:url(images/layout/fundo_area_reservada.jpg);
	background-repeat:no-repeat;
}