@charset "utf-8";

#footer_full{
	width: 100%;
	height: 140px;



	height:
	margin-bottom:8px;
	background-image:url(../images/fundos/fundo_full_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#footer_margem_full{
	width: 990px;
	height: 140px;
	margin: auto;
}

#footer_compartilhe{
	widht: 600px;
	height: 200px;
	float:left;
}

#footer_logo{
	widht: 190px;
	height: 115px;
	float:right;
	margin-top: 44px;
}
#footer_box_esq {
	float: left;
	height: 100%;
	width: 70%;
}
#footer_box_dir {
	float: left;
	height: 100%;
	width: 30%;
	text-align: right;
	margin-top: 35px;
}

/*SEÇÃO MENU*/

#secao_menu {
	position: relative;
	height: 65px;
	background-image: url(../images/pontinhos.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
.bot_menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	float: left;
	margin-right: 7px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.bot_menu a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	font-size: 14px;
}
.bot_menu a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

#box_bot_menu {
	height: 40px;
	margin-top: 30px;
	background-image: url(../images/pontinhos.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
}


#secao_menu ul {
	height: 65px;
	list-style: none;
	margin-top: 60;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#secao_menu ul li{
	float: left;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

#secao_menu ul a{
	float: left;
	display: block;
	color: #333;
	font-size: 14px;
	height:30px;
	text-align:center;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 20px;
}

#secao_menu li a b{
	float: left;
	display: block;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5;
	padding-left: 10px;
}

/* Neoware */
#neoware {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 17px;
	color: #000;
	background:#373435;
	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' );}
