@charset "utf-8";
body{
	padding:0px;
	margin:0px;
	background-color:#18517e;
}
#geral {
	position:absolute;
	padding:0px;

  top:160px;

	margin:0px;
	width:100%;
	z-index:4;
	background-color:#18517e;
}

#bandeiras {
	position:absolute;
	margin-top:10px;
	margin-left:-10px;
	width:100%;
	float:right;
	
}

#titulo {
position:absolute;
width:100%;
top:75px;
}


#text_meio {
	position:relative;
	margin-top:0px;
	margin-left:-90px;
	float:left;
	font-size:11px;
	font-family:"Trebuchet MS";
	font-weight: bold;
	color:#336699;
	width:450px;
	z-index:100;

}
#text_meio2 {
	position:relative;
	margin-top:0px;
	margin-right:-90px;
	float:right;
	font-size:11px;
	font-family:"Trebuchet MS";
	font-weight: bold;
	color:#336699;
	width:437px;
	z-index:100;

}

#meio2 {
	position:relative;
	top:0px;
	width:874px;
	height:203px;
	z-index:5;
	background: url(images/img-intro2.jpg) no-repeat;
}

#meio {
	position:relative;
	width:100%;
	height:381px;
	z-index:5;
	background:#18517e;
	background: url(images/tarja.jpg) repeat-x;
}

	

