@charset "utf-8";

*{ 
margin:0; 
padding:0; 
}
	    
.body_present_xv_censo { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Bitstream Vera Sans, DejaVu Sans, Verdana, sans-serif";
	font-size:11px;
	text-align:justify;
	color: #FFFFFF;
}

#wrapper { 
	margin:0px auto; 
	width:700px; 
}

#content { 
	position:relative; 
	width:327px; 
	height:50px; 
	top:0px; 
	overflow:hidden;
	background:url('../../images/ODS/ods.png');
	z-index: auto;
	background-repeat:no-repeat;
}
#content2 { 
	position:relative; 
	width:326px; 
	height:50px; 
	top:0px; 
	overflow:hidden;
	background:url('../../images/xv_censo/censo2.png');
	z-index: auto;
	background-repeat:no-repeat;
}

#texto_ine_ods { 
	display:none;
	position:absolute; 
	left:290px; 
	top:7px; 
	z-index:1; 
}

#texto_xv_censo { 
	display:none;
	position:absolute; 
	left:300px; 
	top:7px; 
	z-index:1; 
}




