/* CSS Document */
html{
	font-family:Tahoma;	
	font-size:11px;
	text-align:justify;
	color:#e1e1e1;
}
body{
	margin:0px auto; 
	/*background:#000000 url(../gfx/bg.jpg) center top no-repeat;*/
	line-height:18px;
}


#geral{
	width:990px;
	margin:0px auto; 
	min-height:1000px;
	position:relative;
}

#itinerario{
	width:500px;
	height:200px;
	position:absolute;
	top:50px;
	left:0px;
	z-index:500;
}

#topo{
	width:990px;
	height:365px;
}

#conteudo
{
	padding-left:40px;
	padding-right:20px;
	padding-top:25px;
}

#rodape{
	clear:both;
	height:20px;
	text-align:center;
	width:990px;
	margin:0px auto;
}

.titulo{
	font-size:11px ;
	color:#AAE1FC;
	text-align:left;
	font-weight:bold
}

.tituloImprensa{
	font-size:18px ;
	color:#AAE1FC;
	text-align:left;
}
.tituloNovidades{
	font-size:14px ;
	color:#22b06f;
	text-align:left;
	font-weight:bold
}
.tituloProduto{
	font-size:18px ;
	color:#22b06f;
	text-align:left;
}

.minititulo{
	font-size:12px ;
	font-weight:bold;
	color:#b1e3fc;
	text-align:left;
}

.minititulo2{
	font-size:10px ;
	font-weight:bold;
	color:#b1e3fc;
	text-align:left;
}

.titulo_menu_off{
	font-size:12px ;
	
	font-weight:bold;
	color:#b1e3fc;
	text-align:left;	
	padding-left:10px;
	
	
}

.titulo_menu_on{
	font-size:12px ;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;	
	padding-left:10px;
}

.descricaoProduto{
	font-size:12px ;
	color:#8d8d8d;
	text-align:left;
	font-weight:bold;
}
.barraNavegacao{
	font-size:13px ;
	color:#22b06f;
	text-align:left;
	font-weight:bold
}

.dataNovidades{
	color:#017f36;
}

.colorTitulo{
	color:#22b06f;
}

#emptyDiv{
	clear:both;
	height:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.link{
	font-size:11px;
	font-weight:normal;
}

.normalFont
{
	font-size:11px;
	color:#a0a0a0;
	font-weight:normal;
}

a{ 
	text-decoration:none;
	font-size:10px;
	color:#b7e6fd;
	
}

a:hover {
	text-decoration:underline;
}

a.semunderline {
	text-decoration:none;
}

input, textarea{
	font-family:Tahoma;	
	font-size:10px;
	border:#dedede solid 1px;
	background-color:#FFFFFF;
	color:#333333;
}


img{border:0px;}
img,input{ /*IE sucks! must have a code to make png alpha opacity works*/
 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="gfx/blank.gif").substr(0,0)
	 :
      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="gfx/blank.gif").substr(0,0)
    )
    :
    this.runtimeStyle.filter=""
   )
  );
}
