@charset "utf-8";
/* CSS Document */

* 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="pics/nada.gif").substr(0,0)
		)
		:
		this.runtimeStyle.filter=""
	 )
	);
}

* {
	padding: 0;
	margin: 0;
}

body {

	background-color: #FFFFFF;
	background-image: url(pics/bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	
}

#site {

	width: 967px;
	height: 636px;
	
	margin-left: 18px;
	margin-top: 5px;

}

#bg_verde {
	
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	width: 967px;
	height: 636px;
	z-index: 0;

}

#top {
	
	position: absolute;
	margin-left: 6px;
	margin-top: 11px;
	width: 946px;
	height: 173px;
	z-index: 1;
	
}

#centro {
	
	position: absolute;
	margin-left: 6px;
	margin-top: 183px;
	background-image: url(pics/bg_branco.jpg);
	width: 946px;
	height: 415px;
	z-index: 2;
	
}

#lado {
	
	float: left;
	width: 315px;
	height: 390px;
	
}

#bemvindo {

	position: absolute;
	width: 300px;
	height: 130px;
	margin-left: 10px;
	margin-top: 10px;

}


#titulo {

	width: 193px;
	height: 47px;
	float: left;
	background-image: url(pics/bemvindo.jpg);
	background-repeat: no-repeat;

}

#texto_bemvindo {

	width: 285px;
	height: 70px;
	float: left;
	margin-top: 5px;
	margin-left: 8px;
	text-align: justify;

}

#selo {

	position: absolute;
	display: none;
	width: 300px;
	height: 150px;
	background-image: url(pics/codigodeconduta.gif);
	margin-left: 70px;
	margin-top: 5px;


}

#chamadas {
	
	position: absolute;
	width: 300px;
	height: 70px;
	margin-left: 10px;
	margin-top: 140px;

}

#newsletter {

	position: absolute;
	width: 193px;
	height: 155px;
	margin-left: 118px;
	margin-top: 230px;

}

#titulo_news {

	width: 133px;
	height: 32px;
	float: right;
	background-image: url(pics/newsletter.jpg);
	background-repeat: no-repeat;

}

#texto_news {

	width: 170px;
	height: 32px;
	float: right;
	text-align: right;
	margin-top: 8px;
	margin-right: 4px;

}

#campos {

	width: 170px;
	height: 45px;
	float: right;
	text-align: right;
	margin-top: 2px;
	margin-right: 4px;

}

#enviar {

	width: 53px;
	height: 23px;
	float: right;
	text-align: right;
	margin-top: 5px;
	margin-right: 4px;

}

#album {
	
	float: left;
	margin-left: 10px;
	width: 600px;
	height: 390px;
	
}

#rodape {
	
	position: absolute;
	margin-left: 6px;
	margin-top: 596px;
	width: 946px;
	height: 20px;
	z-index: 3;
	
}

/********************* FORMULÁRIOS *********************/

.campomailing {

	width: 114px;
	height: 15px;
	margin-top: 2px;
	text-align: left;
	padding-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;

}

.link {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
