@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../img/layout/background-total.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666;
}

a {
	text-decoration: none;
}

#containerMenuTopo {
	position: absolute;
	width: 100%;
	height: 119px;
	background-image: url(../img/layout/background-menu-topo.png);
	background-repeat: repeat-x;
	z-index: 5;
	cursor: default;
}
#containerMenuTopoInterno {
	position: relative;
	width: 1000px;
	height: 97px;
	background-image: url(../img/layout/background-menu-interno-topo.jpg);
	background-repeat: no-repeat;
	background-position: 30px center;
}
#containerCarregaMenuTopoInterno {
	position: relative;
	width: 1000px;
	height: 97px;
	display: none;
	cursor: default;
}
#containerDestaqueHome {
	position: relative;
	width: 100%;
	background-image: url(../img/layout/background-destaque-home.jpg);
	height: 370px;
	background-repeat: no-repeat;
	background-color: #d46906;
	background-position: center top;
	top: 100px;
	z-index: 1;
	cursor: default;
}
#containerDestaqueInterno {
	position: relative;
	width: 100%;
	background-image: url(../img/layout/background-destaque-interno.jpg);
	height: 150px;
	background-repeat: no-repeat;
	background-color: #d46906;
	background-position: center top;
	top: 100px;
	z-index: 1;
	cursor: default;
}
#setaEsquerdaImagemDestaqueHome {
	position: absolute;
	width: 94px;
	height: 94px;
	background-image: url(../img/layout/background-seta-esquerda-destaque-home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-top: -320px;
	margin-left: 250px;
	cursor: pointer;
	z-index: 10;
}
#setaEsquerdaImagemDestaqueHome:hover {
	background-position: 0px -92px;
}

#setaDireitaImagemDestaqueHome {
	position: absolute;
	width: 94px;
	height: 94px;
	background-image: url(../img/layout/background-seta-direita-destaque-home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	margin-top: -320px;
	margin-left: 1120px;
	cursor: pointer;
	z-index: 10;
}
#setaDireitaImagemDestaqueHome:hover {
	background-position: 0px -92px;
}

#containerConteudo {
	position: relative;
	width: 100%;
	top: 270px;
	z-index: 1;
	cursor: default;
}
#containerConteudoPaginasInternas {
	position: relative;
	width: 100%;
	top: 220px;
	z-index: 1;
	cursor: default;
}
#containerConteudoInterno {
	position: relative;
	width: 1000px;
	z-index: 1;
	cursor: default;
}
#containerRodape {
	position: relative;
	width: 100%;
	height: 323px;
	background-image: url(../img/layout/background-rodape.png);
	background-repeat: repeat-x;
	margin-top: 35px;
	z-index: 5;
	cursor: default;
}
#containerRodapeInterno {
	position: relative;
	width: 1000px;
	height: 295px;
	background-image: url(../img/layout/background-rodape-interno.jpg);
	background-repeat: repeat-x;
	z-index: 5;
	cursor: default;
}
#containerCarregaRodapeInterno {
	position: relative;
	width: 1000px;
	height: 295px;
	top: 20px;
	z-index: 5;
	cursor: default;
	display: none;
}

.divisoriaHorizontal {
	position: relative;
	width: 1000px;
	height: 6px;
	background-image: url(../img/layout/divisoria-horizontal.jpg);
	background-repeat: repeat-x;
	z-index: 1;
	cursor: default;
}
input, select, textarea {
  border: solid 1px rgba(0, 0, 0, 0.16) !important;
  border-radius: 6px;
}
form label {
  font-size: 20px;
  position: relative;
  top: 8px;
  left: 28px;
  color: rgba(0, 0, 0, 0.3);
  z-index: 0;
  font-family: "Trebuchet MS";
}