body {
	/*background-color: #DFE9FE ;*/
	background-color: #0A7BD8 ;
	font-family: 'Roboto Slab', serif;
}

.header {
	background-image: url(layout/img/bg_top.html);
	background-image: url(../img/bg_top.png);
	background-repeat: repeat-x;
	height: 135px;
	width: 100%;
}
.logo {
	margin-top: 2%;
	float: left;
}
.busca {
	float: right;
	margin-top: 2%;
	margin-left: 1%;
}
.conteudo {
	margin: 5px;
	display: block;
	background-color: white;
	padding: 10px;
}

#mapa{
	height:180px;	
}

.conteudo-pagina {
	font-size: 12px;
}

.a-disabled {
	pointer-events: none;
	cursor: default;
	color: #000;
}

.info p img {
	margin: 0 10px 0 10px;
}


.bannerp {
	margin-top: 5px;
	float: left;
	margin-right: 1.32%;
	position: relative;
	left:0.8%;
}

.bannerl {
	width: 100%;
	height: 100%;
}

.lista-mid {
	margin-top: 5px;
	float: left;
	width: 32%;
	margin-right: 1.32%;
	position: relative;
	left:0.8%;
}
.bannerp-mid {
	margin-top: 5px;
	float: left;
	width: 33%;
	margin-right: 0.2%;
	position: relative;
	left:0%;
	border: gray solid 1px;
}

.bannerg {
	margin-top: 5px;
	float: left;
	width: 100%;
}
.bannerp-bot-m, .lista-bot-m, .bannerp-mid-m, .bannerg-m, .bannerp-top-m, .bannere{
	display: block;
	margin-bottom: 5px;
	padding: 0px;
}
.bannere-m {
	height: 180px;
}

}
.detalhes > .titulo {
	font-size: 18px;
	
}

.info_home{
	font-size: 13px;
}
.info_home .comemoracoes {
	background-color: #f7f9fc;
	padding:0 4px;
	border: 1px solid black;
	margin-bottom: 3px;
}
.detalhes > .lado > .bannerp_det img {
	width: 100% !important;
}

.glyphicon-chevron-right{
	top: -1px;
	right:-2px;
}

.visitantes {
	font-size: 13px;
}

.visitantes .row table tr {
	border-bottom: 1px gray dotted;

}
.visitas {
	background-color:none;
	font-size: 12px;
}

.noticia {
	border: 1px solid gray;
	border-radius: 10px;
	padding:10px;
	font-size: 13px;
	text-align: justify;

}

.noticia h3 {
	margin-top:0 !important;
}
/* RODAPE */
.rodape {

	/*background: url(../../layout/img/bg_rodape.png) repeat-x;*/
	background-color: #0a7bd8;
}

.rodape > .container > .col-md-4 > .titulo {
	background: #5798A2;
	box-shadow:2px 4px 10px #076DC9;
	/*box-shadow:2px 4px 10px #ccc;*/
	padding: 4px;
	text-align: center;
	margin-top:8px;
	margin-bottom: 10px;
}

.rodape > .container .col-md-12 > p {
	text-decoration: none;
	color: #fff;
}

.rodape > .container .col-md-12 > p > a {
	text-decoration: none;
	color: #fff;
}
