@charset "utf-8";
/* CSS Document */

#boxSite .formTopo{
	width:960px;
	height:41px;
	background-image:url('../../images/template/bg-topo-entrar.jpg');
	background-repeat:repeat-x;
}
#boxSite form.topo{
	width:340px;
	height:auto;
	font-size:11px;
	float:left;
	margin: 0 0 0 550px;
}
#boxSite form.topo p.formularioTopo{
	 float:left;
	 width:330px;
	 margin-top:10px;
}
#boxSite form.topo p.formularioTopo input{
	width:110px;
}
#boxSite form.topo p.formularioBotao input.botaoTopo{
	width:50px;
	height:21px;
	float:right;
	margin-top:9px;
	margin-right:10px; /*border:solid 1px red;*/
}
.formularioBotao{
	float: left;
	margin: 10px 0 0 0;
}

#boxSite div.topo{
	width:960px;
	height:106px;
	/*background-image:url('../../images/template/bg-topo-color.jpg');*/
	background-position:right;
	background-repeat:no-repeat;
	float:left;
}
	#boxSite div.topo h1{
		width:250px;
		height:106px;
		float:left;
	}
	#boxSite div.topo h2{
		float:right;
		font-size:18px;
		margin-top:8px;
		margin-right:25px;
	}

#boxSite ul.menu{
	width:100%;
	height:37px;
	background-color:#24652f;
	display:table;
	font-size:13px;
	text-transform: uppercase;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	line-height:37px;
}
	#boxSite ul li.menorA{
		width:70px;
		height:37px;
		display:inline;
	}
		#boxSite ul li.menorA a{
			text-decoration:none;
			color:#FFF;
		}
		#boxSite ul li.menorA a:hover{
			text-decoration:underline;
			color:#FFF;
		}
	#boxSite ul li.menor{
		width:100px;
		height:37px;
		margin-left:30px;
		display:inline;
	}
		#boxSite ul li.menor a{
			text-decoration:none;
			color:#FFF;
		}
		#boxSite ul li.menor a:hover{
			text-decoration:underline;
			color:#FFF;
		}
	#boxSite ul li.maior{
		width:145px;
		height:37px;
		margin-left:30px;
		display:inline/*; border:solid 1px red;*/
	}
		#boxSite ul li.maior a{
			text-decoration:none;
			color:#FFF;
		}
		#boxSite ul li.maior a:hover{
			text-decoration:underline;
			color:#FFF;
		}
		
#boxSite .formTopo #bannerTopo{
	width:960px;
	height:134px;
	float:left;
}

#boxSite .formTopo #bannerTopo a{
	border:0;
}
