
body{
	background-color:#dbdbdb;
	background-image:url('../images/bg.gif');
	background-repeat:repeat-x;
	
	margin:0px;
	padding:0px;
	
	overflow:auto;
	font-family:Verdana, Helvetica;
	font-size:10px;
	color:#ffffff;
}

div, p, h1, h2, h3, h4, h5, h6, table, tr, td{
	margin:0px;
	padding:0px;
	border:0px;
}

a{
	text-decoration:none;
	color:#06f;
}

a:hover{
	text-decoration:underline;
	color:#06f;
	cursor:pointer;
}

.fade0{
	filter:alpha(opacity=0);
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
    opacity:0;
	-moz-opacity:0;
    -khtml-opacity:0;
}

	.horizontal{
		position:absolute;
		background-color:#000000;
		width:100%;
		top:130px;
		height:312px;
		margin:0px;
		padding:0px;
	}

	#wrap{
		position:absolute;
		left:50%;
		width:848px;
		margin-left:-424px;
	}
	

		#topo{
			height:130px;
		}

			#logo{
				float:left;
			}
			
			#idiomas{
				float:right;
			}
			
		#conteudo{
			height:312px;
		}
		
		#menu{
			margin-top:11px;
		}
		
			.item{
				max-width:216px;
				float:left;
				height:111px;
				cursor:pointer;
				border-right: 1px solid #dbdbdb;
				border-left: 1px solid #dbdbdb;
			}
			
			.conteudoItem{
				margin-top:16px;
				margin-left:0px;
			}
			
			.linkItem{
				margin-top:46px;
				margin-left:4px;
			}
			
			.itemMenor{
				height:36px;
				cursor:pointer;
				background-image:url('../images/bg_entreSubitens.gif');
				background-repeat:repeat-x;
			}
				
			.itemMenor2{
				height:20px;
				cursor:pointer;
				background-image:url('../images/bg_entreSubitens.gif');
				background-repeat:repeat-x;
			}
		
		
		.flashRodape{
			position:absolute;
			width:886px;
			left:50%;
			margin-left:-443px;
			top:580px;
		}