<!--
* html img/**/ {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
    this.src.substr(this.src.length-4)==".png"
    ?
    (
     (!this.complete)
     ? "" :
      this.runtimeStyle.filter=
      ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
      (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
      String(this.alphaxLoaded=true).substr(0,0)+
      (this.src="branco.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
-->


#Mmenu1 ul li a { background: url(menu_1.png); background-repeat:no-repeat; background-position:left; width: 190px; height: 50px; display: block; text-indent: -9999px; text-decoration: none; }
#Mmenu1 ul li a:hover { background: url(menu_1.png); background-repeat:no-repeat; background-position:right; }

#Mmenu2 ul li a { background: url(menu_2.png); background-repeat:no-repeat; background-position:left; width: 190px; height: 33px; display: block; text-indent: -9999px; text-decoration: none; }
#Mmenu2 ul li a:hover { background: url(menu_2.png); background-repeat:no-repeat; background-position:right; }

#Mmenu3 ul li a { background: url(menu_3.png); background-repeat:no-repeat; background-position:left; width: 190px; height: 33px; display: block; text-indent: -9999px; text-decoration: none; }
#Mmenu3 ul li a:hover { background: url(menu_3.png); background-repeat:no-repeat; background-position:right; }

#Mmenu4 ul li a { background: url(menu_4.png); background-repeat:no-repeat; background-position:left; width: 190px; height: 33px; display: block; text-indent: -9999px; text-decoration: none; }
#Mmenu4 ul li a:hover { background: url(menu_4.png); background-repeat:no-repeat; background-position:right;}

#Mmenu5 ul li a { background: url(menu_5.png); background-repeat:no-repeat; background-position:left; width: 190px; height: 33px; display: block; text-indent: -9999px; text-decoration: none; }
#Mmenu5 ul li a:hover { background: url(menu_5.png); background-repeat:no-repeat; background-position:right; }

#Mmenu6 ul li a { background: url(menu_6.png); background-repeat:no-repeat; background-position:left; width: 190px; height: 53px; display: block; text-indent: -9999px; text-decoration: none; }
#Mmenu6 ul li a:hover { background: url(menu_6.png); background-repeat:no-repeat; background-position:right; }


#Mhome ul li a { background: url(principal.png); background-repeat:no-repeat; background-position:left; width: 190px; height: 35px; display: block; text-indent: -9999px; text-decoration: none; }
#Mhome ul li a:hover { background: url(principal.png); background-repeat:no-repeat; background-position:right; }


ul { 
	/*hack do menu */
	list-style: none;
	margin:0;
	padding:0;
}



body {
	
	margin: 0;
	padding: 0;  
	background:url(bg.png) repeat;



}

#barra_parceiros{
	width: 800px;
	height: 20px;  
	color:#333333;
	text-align: center;
	background-image:url(rodape.png); background-repeat:repeat-x;
	clear:both;
}


#topo_banner{
	width: 800px;
	height: 330px;
	position:relative;
	float:left;
}


#barra_esquerda_MENU{
	width:190px;
	position:relative;
	float:left;
}

#conteudo_main{
	position:relative;
	float:right; 
	padding-left:0px;
	width:610px;  
	background-image:url(barra_grade.png); 
	background-repeat:no-repeat; 
}

#miolo{
	width:800px;
	position:relative;
	float:left;
	background-color:#EEEEEE;  
	background-image:url(menu_background_100Percent.png);
	background-repeat:repeat-y; 
}



/* FORMATAÇÃO GERAL */
*{
padding: 0;
margin: 0;
}


img{
border: 0;
}

h2{

font-family:Verdana, Arial, Helvetica, sans-serif;
font-style: italic;
font-size:18px;
font-weight:bold;
}

#geral{
	width: 800px;	
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	/* CENTRALIZAR PÁGINA VIA CSS */
	left: 50%;
	margin-left:-400px;/* metade do tamanho do site */
	position:absolute;
	
}
.faq_texto{
	color:#002590;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.faq_titulo{
	font-weight:bold;
}
 