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

body {
	font-family:Trebuchet MS;
	font-size:13px;
}

h1{
	font-size:26px;
}

h2{
	font-size:11px;
	font-weight:normal;
}

/* INÍCIO ESTRURAS DIV */

#superior{
	width:100%;
	float:left;
	background:url(../img/superior.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

#central{
	width:100%;
	float:left;
	background-color:#F8F9F4;
	padding-bottom:20px;
}

#inferior{
	width:100%;
	height:165px;
	float:left;
	background:url(../img/inferior.jpg);
	background-position:center top;
	background-repeat:repeat-x;
}

.trabalhos{
	width:318px;
	float:left;
	background-color:#EFF1EC;
}

.menu_selecionado{
	width:181px;
	height:49px;
	float:left;
	background-color:#F8F9F4;
	text-align:center;
	line-height:40px;
	cursor:pointer;
}

.menu{
	width:181px;
	height:49px;
	float:left;
	background:url(../img/menu_sup.gif);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	line-height:30px;
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
}

.caixa_trabalhos2{
	width:304px;
	float:left;
	border:2px solid #838281;
	text-decoration:none;
}

.imagem{
	border:2px solid #838281;
}

/* FIM ESTRURAS DIV */

/* INÍCIO ESTRURAS DE INPUT */

.contato {
	background:url(../img/caixa_contatos.gif);
	background-repeat:no-repeat;
	width:450px;
	height:27px;
	margin-bottom:5px;
}

.CaixaContato{
	width:445px;
	height:17px;
	float:left;
	margin-left:3px;
	display:inline;
	margin-top:5px;
	font-size:11px;
	background:none;
	border:0px;
	font-family:Trebuchet MS;
	font-size:13px;
}

.area { 
	background:url(../img/caixa_area.gif);
	background-repeat:no-repeat;
	width:453px;
	height:121px;
	margin-bottom:5px;
}

.CaixaArea{
	width:445px;
	height:112px;
	float:left;
	margin-left:3px;
	display:inline;
	margin-top:5px;
	font-size:11px;
	background:none;
	border:0px;
	font-family:Trebuchet MS;
	font-size:13px;
}

.news_cadastro{
	width:20px;
}

/* FIM ESTRURAS DE INPUT */

/* INÍCIO ESTILOS DE LETRAS - LINKS - OUTROS */

a.caixa_trabalhos{
	width:304px;
	float:left;
	border:2px solid #838281;
	text-decoration:none;
}

a.caixa_trabalhos:hover{
	width:304px;
	float:left;
	border:2px solid #E8A513;
}

a.caixa_trabalhos2{
	width:304px;
	float:left;
	border:2px solid #838281;
	text-decoration:none;
}

a.email{
	color:#FFFFFF;
	text-decoration:underline;
	border:0px;
}

a.email:hover{
	color:#E8A513;
	border:0px;
}

a.email2{
	color:#000000;
	text-decoration:underline;
	border:0px;
}

a.email2:hover{
	color:#E8A513;
	border:0px;
}

/* FIM ESTILOS DE LETRAS - LINKS - OUTROS */

/* INÍCIO FUNÇÃO PNG */

 .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=""
   )
     );}
	 
/* FIM FUNÇÃO PNG */