body {
   	margin:0 0 0 0;
	padding:0;
	background-color:#ffffff;
}
#Principal
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:auto;
}
#logo {
	width:169px;
	background:url(../img_site/logo.jpg) no-repeat right top;
	height:57px;
	float:left;
	clear:right;
}
#containerHeader
{
	height:57px;
	width:900px;
	float:left;
	margin-top:15px;
}
#Menu
{
	height:auto;
	width:670px; 
	float:left;
	left:50px;
	position:relative;
}
#containerMenuGlobal
{
	float:left;
	position:relative;
	width:auto;
	height:auto;
	margin-top:10px;
	left:20px;
	border-bottom: solid 1px #d5d3d4;
	padding-bottom: 5px;
}
#menuGlobal
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#menuGlobal li
{
	float:left;
	clear:right;
	width:auto;
	padding-right:15px;
}
#menuGlobal li a
{
	text-decoration:none;
	position:relative;
	color:#000000;
	font:bold 10pt arial;
	float:left;
}
#menuGlobal li a:hover
{
	color:#f8c301;
}
#LinhaMenu
{
	position:relative;
	border-top:solid 1px;
	border-top-color:#d5d3d4;
	width:630px;
	float:left;
	clear:both;
	margin-left:15px;
}
#Containerconteudo
{
	width:900px;
	float:left;
	clear:both;
	margin-top:20px;
	padding-bottom:20px;
}

#ImagePrincipal
{
	position:relative;
	width:690px;
	height:435px;
	float:left;
	clear:right;
}
#containerRight
{
	position:relative;
	width:204px;
	height:auto;
	float:left;
	left:6px;
	padding-bottom:10px;
}
.Itemimagesdireito
{
	position:relative;
	width:204px;
	height:215px;
	float:left;
	clear:both;
	margin:0px;
}
.Itemimagesdireito img
{
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	border:none;
	margin:0px;
	padding:0px;
}
.Itemimagesdireito a:hover img
{
	opacity:0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
    -khtml-opacity: 0.50;
}



