body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ECEADF;
}
@font-face {
	font-family: 'MyriadWebRegular';
	src: url('../includes/css-fonts/myriad-webfont.eot');
	src: url('../includes/css-fonts/myriad-webfont.eot?#iefix') format('embedded-opentype'),
         url('../includes/css-fonts/myriad-webfont.woff') format('woff'),
		 url('../includes/css-fonts/myriad-webfont.ttf') format('truetype'),
		 url('../includes/css-fonts/myriad-webfont.svg#MyriadWebRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Cuprum';
    src: url('../includes/css-fonts/cuprum-webfont-webfont.eot');
    src: url('../includes/css-fonts/cuprum-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../includes/css-fonts/cuprum-webfont-webfont.woff') format('woff'),
         url('../includes/css-fonts/cuprum-webfont-webfont.ttf') format('truetype'),
         url('../includes/css-fonts/cuprum-webfont-webfont.svg#cuprumffuregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.texto-menu {
	font-family: "MyriadWebRegular";
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
.titulo-branco {
	font-family: "Cuprum";
	color: #FFFFFF;
	font-size: 15px;
}
.menu-topo:hover {
	background-color: #655C50;
	transition-duration: .4s;
	-moz-transition-duration: .4s;
	-webkit-transition-duration: .4s;
	-o-transition-duration: .4s;
}
.texto-rodape {
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.link-rodape {
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.link-rodape:active visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #BABABA;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.link-rodape:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}
.campo-input {
	border: #DEDEDE 1px solid;
	background: url(../imagens/fundo-input.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6D5B49;
	height: 23px;
	padding: 5px;
}
.campo-textarea {
	border: #DEDEDE 1px solid;
	background: url(../imagens/fundo-textarea.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6D5B49;
	height: 80px;
	padding: 5px;
}
select {
	border: #DEDEDE 1px solid;
	background: url(../imagens/fundo-textarea.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6D5B49;
	height: 32px;
	padding: 5px;
}
.texto-conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373435;
	text-decoration: none;
}
.link-conteudo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373435;
	text-decoration: none;
}
.link-conteudo:active visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373435;
	text-decoration: none;
}
.link-conteudo:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #373435;
	text-decoration: underline;
}
#logo {
	margin-left:40px;
	position:relative;
}
#slideshow {
	height:323px;
	margin:0px auto 0;
	position:relative;
	width:486px;
}
#slideshow ul {
	height:323px;
	list-style:none outside none;
	overflow:hidden;
	position:absolute;
	width:486px;
	margin:0px -40px;
}
#slideshow li {
	position:absolute;
	display:none;
	z-index:10;
}
#slideshow li:first-child {
	display:block;
	z-index:1000;
}
#slideshow .slideActive {
	z-index:1000;
}
#slideshow canvas {
	display:none;
	position:absolute;
	z-index:100;
}
#slideshow .arrow {
	height:86px;
	width:60px;
	position:absolute;
	background:url(../imagens/icone-setas-slide.png) no-repeat;
	top:305px;
	margin-top:-43px;
	cursor:pointer;
	z-index:1000;
}
#slideshow .previous {
	background-position:left top;
	left:-0px;
}
#slideshow .previous:hover {
	background-position:left bottom;
}
#slideshow .next {
	background-position:right top;
	right:-0px;
}
#slideshow .next:hover {
	background-position:right bottom;
}
#slideDestaque {
	width:100%;
	height:355px;
	position:absolute;
	z-index:-1;
	top: 0px;
}
#scroller {
	z-index:1;
	position:relative;
	overflow:hidden;
	height: 355px;
	width: 100%;
	margin: 0 0 0 0;
}
#scroller .items {
	z-index:0;
	position:absolute;
	width:20000em;
}
#scroller .items .item {
	width: 100%;
	height: 355px;
	float:left;
}
