@charset "utf-8";
/* CSS Document */

/*------RESETS E GERAIS-----*/
* {
	margin: 0 auto;
	padding: 0 auto;
}
img {
	border: 0
}
a {
	text-decoration: none
}
body {
	background-image: url(../images/fundo.png);
	background-repeat: no-repeat;
	background-position: top right;
}
/*---------TOPO E MENU---------*/

#topo {
	background-image: url("../images/fundo_topo.png");
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 65px;
}
#container_menu {
	position: relative;
	margin: auto;
	width: 956px;
	height: 80px;
}
#menu {
	float: right;
}
#menu a {
	float: left;
	width: 132px;
	height: 43px;
	font-size: 16px;
	color: #FFF;
	margin-right: -15px;
	margin-top: 34px;
	text-align: center;
}
#menu a:hover, .active {
	background-image: url(../images/hover_menu.png);
	background-repeat: no-repeat;
	background-position: center -17px;
}
/*---------TOPO LOGO E LOGIN---------*/
#container_geral {
	width: 100%;
	height: auto;
	float: left;
	background-image: url(../images/fundo_salmo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#logo_form {
	width: 1060px;
	height: 155px;
	position: relative;
	margin: auto;
}
#logo {
	float: left;
	width: 355px;
	height: 115px;
	margin-top: 27px;
	margin-left: 10px;
}
#form {
	float: right;
	width: 266px;
	height: 145px;
	background-image: url(../images/fundo_login.png);
	background-repeat: no-repeat;
	margin-right: 68px;
	padding-top: 6px;
}
label {
	font-size: 16px;
	font-family: "Arial";
	color: #545454;
	margin-left: 27px;
}
input {
	font-size: 14px;
	font-family: "Arial";
	color: #545454;
	margin-left: 27px;
	width: 208px;
	margin-bottom: 8px;
}
.btn_login {
	width: 98px;
	height: 25px;
	float: right;
	background: url(../images/btn_login.png) no-repeat transparent;
	border: none;
	cursor: pointer;
}
/*---------BANNER---------*/
#banner {
	width: 950px;
	height: 335px;
	float: left;
	margin-top: 20px;
	margin-left: 28px;
	margin-bottom: 33px;
	border: 5px solid #FFF;
	box-shadow: 0px 0px 5px #999;
	behavior: url(PIE.htc);
}
.texto_banner {
	position: relative;
	top: 449px;
	left: -22px;
	width: 950px;
	height: 62px;
	background-image: url(../images/fundo_texto_banner.png);
	background-repeat: no-repeat;
	z-index: 5;
}
.titulo_banner {
	font-size: 24px;
	font-family: "Arial";
	color: #FFF;
	text-shadow: 1px 1.732px 2px #000;
	padding-left: 20px;
	width:100%;	
}
.texto_banner_descricao {
	font-size: 17px;
	font-family: "Arial";
	color: #FFF;
	text-shadow: 1px 1.732px 2px #000;
	padding-left: 2px;
	width:100%;	
}
.btn_voltar {
	position: absolute;
	top: 322px;
	left: 33px;
	width: 22px;
	height: 40px;
	background-image: url(../images/btn_voltar.png);
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
}
.btn_avancar {
	position: absolute;
	top: 322px;
	left: 961px;
	width: 22px;
	height: 40px;
	background-image: url(../images/btn_avancar.png);
	background-repeat: no-repeat;
	z-index: 5;
	cursor: pointer;
}
#sombra_banner {
	position: absolute;
	top: 494px;
	left: 32px;
	width: 952px;
	height: 37px;
	background-image: url(../images/sombra_banner.png);
	background-repeat: no-repeat;
	z-index: 3;
}
/*---------CONTEUDO---------*/
#container_conteudo {
	position: relative;
	width: 1000px;
	height: auto;
	margin: auto;
}
#conteudo {
	float: left;
	width: 1000px;
	height: auto;
}
#texto_conteudo {
	float: left;
	width: 950px;
	height: auto;
	font-size: 17px;
	color: #2c2c2c;
	line-height: 1.2em;
	text-indent: 40px;
}
#texto_conteudo p {
	margin-bottom: 25px;
}
#texto_conteudo h1 {
	font-size: 24px;
	font-weight: normal;
	color: #292a2b;
	margin-bottom: 22px;
}
#box_clientes {
	float: left;
	width: 950px;
	height: auto;
}
.img_clientes {
	float: left;
	width: 195px;
	height: 140px;
	margin-right: 36px;
	margin-left: 11px;
	background-color: #b7b7b7;
	box-shadow: 0px 0px 5px #999;
	behavior: url(PIE.htc);
}
/*---------NEWSLETTER---------*/
#container_newsletter {
	float: right;
	width: 620px;
	height: 190px;
}
#box_newsletter {
	float: right;
	width: 355px;
	height: 83px;
	margin-top: 90px;
	margin-right: 42px;
	margin-bottom: 20px;
	background-color: #929292;
	border-radius: 5px;
	behavior: url(PIE.htc);
}
.icon_newsletter {
	position: relative;
	top: -20px;
	left: -168px;
	width: 72px;
	height: 68px;
}
.texto_newsletter {
	float: left;
	margin-top: -90px;
	margin-left: 45px;
}
#box_newsletter h1 {
	font-size: 18px;
	font-family: "Trebuchet MS";
	color: #897f7f;
}
#box_newsletter p, span a {
	font-size: 17px;
	font-family: "Trebuchet MS";
	color: #FFF;
}
.input_email {
	margin-left: -25px;
	margin-top: -29px;
	width: 242px;
	box-shadow: 3px 3px 5px #999;
	behavior: url(PIE.htc);
}
.fundo_newsletter {
	width: 100%;
	height: 160px;
	position: relative;
	top: -160px;
	left: 0px;
	margin-bottom: -160px;
	background-color: #f4f4f4;
	z-index: -1;
}
/*---------RODAPÉ---------*/
#container_rodape {
	width: 100%;
	height: 123px;
	float: left;
	margin-top: 23px;
	background-image: url(../images/fundo_rodape.jpg);
	background-repeat: repeat-x;
}
#rodape {
	width: 960px;
	height: 108px;
	position: relative;
	margin: auto;
}
.texto_rodape {
	width: 260px;
	height: 90px;
	float: left;
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #FFF;
	line-height: 1.9em;
	margin-top: 22px;
	margin-right: 15px;
}
.divisoria_vertical {
	width: 2px;
	height: 90px;
	float: left;
	margin-top: 17px;
	margin-right: 15px;
	background-color: #acacac;
}
.marca_registrada {
	width: 190px;
	height: 22px;
	float: left;
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: #FFF;
	margin-left: 185px;
	margin-top: 96px;
}
.redes_sociais {
	width: 350px;
	height: 65px;
	position: relative;
	top: -10px;
	right: -409px;
	background-image: url(../images/fundo_redes_sociais.png);
	background-repeat: no-repeat;
}
.facebook {
	width: 32px;
	height: 32px;
	position: relative;
	top: -123px;
	right: 43px;
}
.twitter {
	width: 32px;
	height: 32px;
	position: relative;
	top: -123px;
	right: 3px;
}
.linkedin {
	width: 32px;
	height: 32px;
	position: relative;
	top: -123px;
	right: -36px;
}
