@CHARSET "ISO-8859-1";

/*Logotipo do header*/
#divHLogo {
	overflow: hidden;
	clear: both;
	width: 180px;
	height: 124px;
	position: relative;
	float: left;
	
 	background-color: #00AAA6; /*#66A2A0; */
	opacity: 0.8;
	filter: alpha(opacity = 80);
/*  	background-color: rgba(0, 140, 136, 0.7);  */
}

.imgHLogo {
	width: 180px;
	height: 124px;
}

/*NewsLetter*/
#divHNewsLetter {
	
	overflow: hidden;
	width: 231px;
	height: 104px;
	position: relative;
	float: right;
}	
	
/*Tabela da newsletter*/
.tableHNewsLetter {
	width: 100%;
	
	background-color: #231F20;
	opacity: 0.85;
	filter: alpha(opacity = 85);
/*  	background-color: rgba(35, 31, 32, 0.7);  */

}
/*Barra de topo*/
.tdHNewsLetterTopBar {
	height: 7px;
	
	background-color: #00AAA6;
	opacity: 0.85;
	filter: alpha(opacity = 85);
/*  	background-color: rgba(0, 140, 136, 0.7);  */

}
/*Espaçamento lateral*/
.tdHNewsLetterSideSpace {
	width: 10px;
}
/*Espaçamento vertical*/
.tdHNewsLetterSpaceH {
	height: 22px;
}
/*Titulo*/
.tdHNewsLetterTitle {
	height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: left;
/* 	font-weight: bold; */
	font-size: 8pt;
	vertical-align: middle;
}
/*Imput text do email*/
#newsLetterEmail {
	width: 211px;
	height: 20px;
	font-size: 8pt;
	color: #00AAA6;
	vertical-align: middle;
/* 	text-transform: uppercase; */
}
/*Botão de subscrição*/
.tdHNewsLetterSubscribe {
	height: 20px;
	text-transform: uppercase;
	text-align: right;
/* 	font-weight: bold; */
	font-size: 7pt;
	color: #00AAA6;
	vertical-align: middle;
	cursor: pointer;
}