/* CSS Documento */

* {margin:0px;
   padding:0px;
}

body {background:url(../img/bg.jpg);
	  font-family:"Trebuchet MS", "Arial Narrow", Arial;
	  background-position:center;
	  background-position:top;
	  background-repeat:no-repeat;
	  font-size:11px;
	  color:#FFFFFF;
}

.TextoDestaque {font-family:"Trebuchet MS", "Arial Narrow", Arial;
				font-size:14px;
				font-weight:bold;
				color:#FFFFFF;
}

li {list-style:none;
	font-size:12px;

}

#central {width:800px;
		  margin:0px auto;
		  height:800px;
		  position:inherit;
		  margin-top:20px;
}

#superior {width:100%;
		   height:190px;
		   float:left;

}
#inferior {width:100%;
		   height:575px;
		   float:left;

}

#esq 	  {width:33%;
		   float:left;
		   height:530px;
}

#dir 	  {width:66%;
		   float:left;
		   height:530px;
}

#rodape   {width:800px;
		   float:left;
		   height:50px;
}

#EsqEmpresa  {width:320px;
		      float:left;
		      height:530px;
			  padding-right:10px;
}

#DirEmpresa	  {width:192px;
		   	   float:left;
		       height:530px;
}







.CaixaContato{font-family:"Trebuchet MS", "Arial Narrow", Arial;
			  font-size:11px;
			  color:#333333;
			  background:#CCCCCC;
              border:none;
			  width:300px;
              height:18px;
              margin-top:5px;
}

.CaixaNews   {font-family:"Trebuchet MS", "Arial Narrow", Arial;
			  font-size:11px;
			  color:#333333;
			  background:#CCCCCC;
              border:none;
			  width:150px;
              height:15px;
			  padding:2px;
              margin-top:5px;
}

.CaixaArea{font-family:"Trebuchet MS", "Arial Narrow", Arial;
		   font-size:11px;
		   color:#333333;
		   background:#CCCCCC;
           border:none;
		   width:300px;
           height:80px;
		   padding:2px;
           margin-top:5px;
}

.btn{background:url(../img/entrar.gif);
	 width:63px;
	 height:24px;
	 border:none;
     font-family:"Franklin Gothic Medium";
     font-size:12px;
	 color:#FFFFFF;
     margin:5px;
}

a {font-family:"Franklin Gothic Medium";
   font-size:11px;
   color:#FFFFFF;
}

a:hover {font-family:"Franklin Gothic Medium";
   		 font-size:11px;
   	     color:#CCCCCC;
}

a.anterior {
display:block;
background-image:url(../img/anterior.png);
width:50px;
height:86px;
overflow:hidden;
text-indent:-10000px;
}

a.anterior:hover {
background-position:0 -86px;
text-decoration:none;
}

a.proxima {
display:block;
background-image:url(../img/proxima.png);
width:50px;
height:86px;
overflow:hidden;
text-indent:-10000px;
}

a.proxima:hover {
background-position:0 -86px;
text-decoration:none;
}


.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="css/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );
	 }

