@charset "utf-8";

.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/fundos/fundo_topo.jpg);
	background-repeat:repeat-x;
}

.fundo_banner {
	background-image: url(images/fundos/fundo_banner.jpg);
	background-repeat:repeat-x;
}

.fundo_principal {
	background-image: url(images/fundos/fundo_principal.jpg);
	background-repeat:repeat-x;
}

.fundo_footer {
	background-image: url(images/fundos/fundo_footer.jpg);
	background-repeat:repeat-x;
}

.fundo_paginas {
	background-image: url(images/fundos/fundo_paginas.jpg);
	background-repeat:repeat-x;
}

.forms {
	background-color: #FFF;
	border: 1px solid #EE8C51;
	color:#EE8C51;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#box_principal_index{ 
	width: 974px;
	height: 269px;
	margin-left:8px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#FFFFFF;
}

/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background:#E18A20; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:2; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}