body {
	background-color: #fff0e9;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	background-color: #FFF;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #f6dbc8;
	border-bottom-color: #f6dbc8;
	margin-top: 20px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#menu ul {
	list-style-type: none;
	text-align: center;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 0px;
	display: block;
	height: 30px;
	vertical-align: middle;
    width: 800px;
}
#menu ul li {
	width: 19%;
	display: inline-block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #f75e18;
	vertical-align: middle;
	line-height: 16px;
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#menu ul li a {
	color: #f75e18;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li a:hover {
	color: #F78E00;
	text-decoration: none;
}

#home {
    width: 800px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#coluna_esquerda {
	width: 670px;
	float: left;
}

#logo_home {
    width: 600px;
    height: auto;
	display: block;
    margin-bottom: 20px;
    margin-top: 30px;
    float: left;
}


#coluna_direita {
    position: absolute;
    right: 10px;
    display: block;
	width: 120px;
    /* float: right; */
    margin-top: 30px;
}
.limpafloat {
	clear: both;
}
#carrossel {
	float: left;
	width: 600px;
	text-align: center;
	margin-bottom: 30px;
}
#container {
	width:524px;
	padding:0px;
	position:relative;
	z-index:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 39px;
	height: 234px;
}
#frame {
	z-index:0;
	position: relative;
	top: 234px;
	width: 500px;
	left: 0px;
	right: 0px;
}
#example {
	width:524px;
	position:relative;
}
/*
	Slideshow style
*/
#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/
.slides_container {
	width:524px;
	height:234px;
	overflow:hidden;
	position:relative;
	display:none;
}
/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/
#slides .slide {
	padding:0px;
	width:524px;
	height:234px;
	display:block;
	background-color: #f75e18;
	margin: 0px;
}
.slide_img {
	float: left;
	display: block;
	margin-right: 20px;
}
.slide_tit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	color: #f5ebd3;
	display: block;
	padding: 0px;
	margin-top: 30px;
	float: left;
	text-decoration: none;
	text-align: left;
	margin-right: 15px;
	width: 230px;
}
.slide_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #f5ebd3;
	display: block;
	padding: 0px;
	margin-top: 20px;
	float: left;
	margin-right: 15px;
	text-decoration: none;
	text-align: left;
	width: 230px;
}
.slide_txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFCC00;
	display: block;
	padding: 0px;
	margin-top: 20px;
	float: left;
	margin-right: 15px;
	text-decoration: none;
	text-align: left;
	width: 230px;
}
/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:80px;
	left:-39px;
	width:29px;
	height:75px;
	display:block;
	z-index:101;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#slides .next {
	left:534px;
}
/*
	Pagination
*/
.pagination {
	margin:26px auto 0;
	width:100px;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -12px;
}
#selo {
	float: right;
	width: 150px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin-left: 50px;
}
#noticias {
	float: right;
	width: 120px;
	margin-left: 50px;
	margin-top: 10px;
	padding: 0px;
	margin-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.banner {
	float: right;
	width: 120px;
	margin-left: 50px;
	margin-top: 10px;
	margin-bottom: 12px;
	padding: 0px;
	margin-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#forum {
	float: right;
	width: 120px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 12px;
	padding: 0px;
	margin-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#florais {
	height: 98px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#floral1 {
	float: left;
	height: 98px;
}
#floral2 {
	float: right;
	height: 98px;
}
#selo img {
	margin-top: 0px;
}
#icones {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
}
#icones ul {
	list-style-type: none;
	list-style-position: inside;
	text-align: center;
    display: inline;
    width: 100%;
    
}
#icones ul li{
	display: inline;
	width: 33%;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	float: left;
}
#icones ul li a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
}
#logo_interna {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#conteudo {
	padding: 20px;
	width: 760px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#conteudo h1 {
	font-size: 28px;
	font-weight: bold;
	color: #F75E18;
	display: block;
	width: 760px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A94010;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#conteudo h2 {
	border-top-style: none;
	margin-top: 25px;
	margin-bottom: 10px;
	display: block;
}
#conteudo h3 {
	font-size: 12px;
	color: #F65E35;
	font-weight: normal;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
}
#conteudo p {
	font-size: 14px;
	color: #000;
	line-height: 18px;
	font-weight: normal;
	text-align: justify;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
    margin-left: 0px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
}
#conteudo ul li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	text-align: justify;
	font-weight: normal;
}
#conteudo ul li ul li {
	list-style-type: none;
	margin-top: 10px;
}
#conteudo ol li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: normal;
}
.box {
	background-color: #FFF0E9;
	padding: 20px;
	width: 715px;
	border: 1px solid #FFECE5;
}
#conteudo table {
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
#email {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FC0;
}
#rodape {
	color: #FFF;
	background-color: #f75e18;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#redessociais {
	padding: 10px;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
#links_cons {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F79050;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F79050;
	font-style: normal;
	font-weight: normal;
}
#email a  {
	color: #FFF;
	text-decoration: none;
}
#email a:hover {
	color: #FFF0E8;
	text-decoration: underline;
}
#links_cons a  {
	color: #FFF;
	text-decoration: none;
}
#links_cons a:hover {
	color: #FFF0E8;
	text-decoration: underline;
}
#conteudo p a {
	color: #F75E34;
	text-decoration: none;
}
#conteudo p a:hover {
	color: #FF6D19;
	text-decoration: underline;
}
#conteudo ol li a {
	color: #F75E18;
	text-decoration: none;
}
#conteudo ol li a:hover {
	color: #FF8800;
	text-decoration: underline;
}
#voltar_pm {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #F60;
	width: 760px;
	text-align: center;
	text-decoration: none;
	color: #F75E18;
	display: block;
	float: left;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#responsavel {
	font-size: 13px;
	font-weight: bold;
	color: #F5753F;
	float: left;
	text-align: center;
	display: block;
	width: 520px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


