*{
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
}
ul{
	list-style: none;
}
.clr{clear: both;}

.wrapper{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f5efe5;
}

.topo{
	background-image: url('../images/topo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}
.centro{
	width: 1000px;
	margin: 0 auto;
	display: block;
	height: auto;

}
.bg-logo{
	background-image: url('../images/bg-logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	float: left;
}
.logo{
	width: 36%;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
}
.logo-img{
	width: 95%;
	
}
.m{
	width: 63%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	padding-top: 27px;
}
.menu{
	
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
	background-size: 120%;
	background-position:-24px;
	text-align: right;
	margin-right: -9px;
	z-index: 2;
	margin-top: 75px;
	padding: 11px;
	
	
}
.menu li{
	display: inline-block;
	vertical-align: middle;
}
.menu li a{
	color: #ffffff;
	text-decoration: none;
	padding:0px 10px;
	font-size: 14px;	
}
.menu li a:hover{
	background-color: #d8ac64;
	
}
.slides{
	text-align: center;
	margin: 0 auto;
	width: 1000px;
}

.prev{
  background-color: #e7ab46;
  padding: 10px;
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  border-radius: 45px;
  float: left;
  text-decoration: none;
    text-shadow: 0px 0px 10px #888888;
   -moz-text-shadow: 0px 0px 10px #888888;
    -webkit-text-shadow: 0px 0px 10px #888888;
  position: relative;
  top: 35%;
  margin-top: -285px;
  z-index: 9999;
  margin-left: 20px;
}
.prev:hover{
  text-decoration: none;
   filter:alpha(opacity=50);
     opacity: 0.5;
     -moz-opacity:0.5;
     -webkit-opacity:0.5;
     color: #ffffff;

}
.next{
  background-color: #e7ab46;
  padding: 10px;
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
  border-radius: 45px;
  float: right;
  text-decoration: none;
   text-shadow: 0px 0px 10px #888888;
   -moz-text-shadow: 0px 0px 10px #888888;
    -webkit-text-shadow: 0px 0px 10px #888888;
  position: relative;
  top: 35%;
  right: 1%;
  z-index: 9999;
  margin-right: 20px;
  margin-top: -285px;
 
}

.next:hover{
  text-decoration: none;
   filter:alpha(opacity=50);
     opacity: 0.5;
     -moz-opacity:0.5;
     -webkit-opacity:0.5;
     color: #ffffff;

}

.lista-servicos{
	padding: 10px 0;
	width: 100%;
}
.lista-servicos .titulo{
	margin-bottom: 20px; 
}
.lista-servicos .titulo img{
	display: inline-block;
	vertical-align: middle;
}
.lista-servicos .titulo h3{
	color: #a27f47; 
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;

}
.lista-servicos .lista{
	text-align: center;
	width: 100%;

}
.lista-servicos .lista li{
	display: inline-block;
	background-color: #ffffff;
	text-align: left;
	padding: 0.7px;
}
.lista-servicos .lista li a{
	padding:5px;
	text-decoration: none;
	display:block;
	color: #bd8b3c;
	font-style: italic;
}
.lista-servicos .lista img{
	display: block;
	margin-bottom: 5px;
	text-align: center;
	width: 170px;
	height: 125px;
}
.conv .lista img{
	display: block;
	margin-bottom: 5px;
	padding:5px;
	width: 140px;
	height: 105px;
}
.conteudo{
	width: 69.5%;
	display: inline-block;
	margin-bottom: 10px;	
	vertical-align: top;
}

.conteudo-interno{
	width: 98%;
	display: inline-block;
	margin-bottom: 10px;	
	vertical-align: top;
}

.post-completo-interno{
	width: 98%;
	display: inline-block;
	padding:20px;
	background-color: #eacea1;
}

.eventos_lista ul {
	width:100%;
	list-style:none;
	padding:10px;
	font-size:12px;
	line-height: 120%;	
}
.eventos_lista li {
	display:inline-block;
	padding-bottom:10px;
	font-size:12px;	
	line-height: 120%;	
}
.textointerna {
	font-size: 12px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}
.textointerna2 {
	font-size: 12px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	padding:10px;
}
.titulointerna {
	font-size: 18px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}

.imagemcirur {
	float:left;
	padding:5px;
}

.post, .post-completo{
	width: 49%;
	display: inline-block;
	background-color: #eacea1;
	font-size:12px;
	
}
.conteudo .post-completo{
	width: 98%;
	padding: 20px 5px;
}
.post a h3, .post-completo a h3{
	color: #000000;
	padding: 10px;
}
.post a, .post-completo a{
	display: block;
	text-decoration: none;
	
}
.post a img, .post-completo img{
	width: 100%;
}
.post p, .post-completo p{
	padding:0px 10px;
}

.post p a, .post-completo p a{
	margin: 10px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


.sidebar{
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.imc{
	padding: 10px;
	background-color: #ffffff;
	margin-bottom: 10px;
}
.imc h2{
	font-weight: bold;
	font-style: italic;
	color: #a27f47;

}
.imc form{
	padding:10px 10px 0px 10px;
}
.imc form table{
	border: none;
}
.imc form table tr td{
	border: none;
}
.imc form table tr td input{
	border: none;
	background-color: #f5efe5;
	padding: 10px;
}
.imc p{
	text-align: right;
}
.imc .bt-imc{
	padding: 10px;
	margin-right:18px;
	background-color: #fff;
	border: none;
	color: #85693b;
	font-weight: bold;
}
.imc .bt-imc:hover{
	background-color: #85693b;
	color: #ffffff;
	cursor: pointer; 
}

.links{
	background-color: #efe5d4;
	padding: 10px;
}
.links .ul-links li a{
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	text-align:center;	
}
.links .ul-links li a:hover{
	color: #ffffff;
}
.rodape-endereco{
	background-color: #e7ab46;
	padding: 10px 0px;
	text-align: center;
	font-weight: bold;
}
.rodape-menu{
	padding: 10px 0px;
	text-align: center;
	background-color:#c4a674;
	font-size: 14px;	 
}
.rodape-menu a{
	color: #000000;
	text-decoration: none;
}
.rodape-menu a:hover{
	background-color: #d8ac64;
	color:#ffffff;
}
.fotosalbum ul {
	width: 1000px;
	list-style:none;
	padding:0px;
}
.fotosalbum li {
	width: 150px;
    max-width: 150px;
	display:inline-block;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}