@charset "utf-8";
.background_topo {
	background-attachment: fixed;
	background-image: url(imagens/background_topo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.background_branco_transparencia {
	background-attachment: scroll;
	background-image: url(imagens/duas_barra_abaixo_menu.png);
	background-position:center;
	background-repeat: repeat;
	background-position:bottom;
}
.background_titulo {
	background-attachment: scroll;
	background-image: url(imagens/duas_fundo_titulo.png);
	background-position:center;
	background-repeat: repeat;
	background-position:bottom;
}
.background_titulo_quemsomos {
	background-attachment: scroll;
	background-image: url(imagens/duas_fundo_quemsomos.png);
	background-position:center;
	background-repeat: repeat;
	background-position:bottom;
}
.background_titulo_oquefazemos {
	background-attachment: scroll;
	background-image: url(imagens/duas_fundo_oquefazemos.png);
	background-position:center;
	background-repeat: repeat;
	background-position:bottom;
}
.background_titulo_comocontratar {
	background-attachment: scroll;
	background-image: url(imagens/duas_fundo_comocontratar.png);
	background-position:center;
	background-repeat: repeat;
	background-position:bottom;
}
.background_titulo_falecomasduas {
	background-attachment: scroll;
	background-image: url(imagens/duas_fundo_falecomasduas.png);
	background-position:center;
	background-repeat: repeat;
	background-position:bottom;
}
.background_fume {
	background-attachment: scroll;
	background-image: url(imagens/background_fume.png);
	background-position:center;
	background-repeat: repeat;
}
/* -------------
 * menu TOPO verde
 * ------------- */
.texto_titulo {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: 20%;
}
.titulo_cinza {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 2px;
}
.texto_titulo_cinza {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 2px;
}
.texto_legenda_cinza {
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #666666;
	letter-spacing: 2px;
}
.texto_botoes_branco {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align:left;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 0px;
}
a.menu_topo_branco {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align:left;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 3px;
}
a.menu_topo_branco:link {
	text-decoration: none;
}
a.menu_topo_branco:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menu_topo_branco:hover {
	color: #999999;
	text-decoration: none;
}
a.menu_topo_branco:active {
	text-decoration: none;
	color: #FFFFFF;
}
