#layout_everything {
	text-align: left;
}
/*----------------------------------------------------------------------*/
#player {
	width: 100%;
	height: 47px;	
}
	#player iframe {
		width: 100%;
		autoplay: false;
	}
/*----------------------------------------------------------------------*/
	#layout_header {
		z-index: 3;
	}

	#layout_middle {
		z-index: 2;
	}

	#layout_footer {
		z-index: 1;
	}
/*----------------------------------------------------------------------*/

	#layout_header {
		min-height: 270px;
		text-align: center;
		background-image: url(../images/header_background.jpg);
	}
		#logo {
			width: 342px;
			height: 220px;
			max-width: 100%;
		}		
		/*--------------------------------------------*/
		#first_menu {
			width: 100%;
			margin-bottom: 0px;
			background-image: url(../images/menu_background.png);
			background-repeat: repeat-x;
		}
			
			#first_menu .orelha {
				background-image: url(../images/orelha_background.png);
				background-position: center center;
				background-size: 100% 100%;
				background-color: #111;
				transition-property: left;
				transition-duration: 0.6s;
			}



			#first_menu li {
				line-height: 50px;
				color: #fff;
				font-size: 16px;
				transition-property: background-color, color;
				transition-duration: 0.6s;
			}

			#first_menu .menu-b {
				color: #0e5f88;
				background-color: #fff;
			}

			#first_menu form {
				padding-top: 10px;
			}

				#first_menu form input {
					margin-bottom: 0px;
					color: #fff;
					box-shadow: none;
				}

				#first_menu form input.q {
					min-width: 150px;
					padding-right: 30px;
					margin-right: 0px;
					border: solid 1px #fff;
				}
				#first_menu form input.s {
					min-width: 0px;
					width: 33px;
					border: none;
					margin-left: -40px;
					margin-right: 0px;
					background-image: url(../images/lupa2.png);
					background-position: center center;
				}
				#first_menu form input.s:hover {
					background-color: transparent;
				}
/*--------------------------------------------------------------------------------*/
	#layout_middle {
		opacity: 1;
		padding-bottom: 20px;
		text-align: center;
		background-position: bottom;
		background-attachment: fixed;

		transition-property: opacity;
			transition-duration: 0.5s;
	}

	.carregando #layout_everything {
		background-image: url(../images/loading.gif);
		background-position: center center;
	}
		.carregando #layout_middle {
			opacity: 0;
		}
			






	#mensagens #layout_middle {
		background-color: #ebecec;
		background-image: none;
	}

		#middle_content {
			text-align: left;
		}
			#slider {
				overflow: hidden;
				margin-bottom: 40px;
				text-align: left;
			}
				#slider .slide {
					width: 0px;
				}
					#slider .slide .photo {
						z-index: 1;
						width: 100%;
						height: auto;
						max-height: 375px;
					}
						

					#slider .slide .texto {
						position: absolute;
						z-index: 2;
						height: 100%;
					}

						#slider .slide .texto div {
							width: 215px;
							height: 100%;
							padding: 25px;
							margin-right: 0px;
							color: #fff;
							background-image: url(../images/transparencia.png);
							background-repeat: repeat;
						}
							#slider .slide .texto div h2 {
								font-family: 'FuturaLT-Light';
								font-size: 30px;
								color: #fff;
							}
				#slider .hud {
					position: absolute;
					z-index: 102;
					left: 10px;
					bottom: 10px;
					width: 205px;
					text-align: left;

				}
					#slider .hud a {
						width: 12px;
						height: 12px;
						border: solid 1px #fff;
						border-radius: 20px;
						margin-right: 10px;
					}

					#slider .hud a:hover, 
					#slider .hud a.atual {
						background-color: #fff;
					}

		#lateral {
			text-align: left;
		}
/*---------------------------------------------------------------------------------------*/
	#layout_footer {
		padding-top: 20px;
		background-color: #eee;
	}

	#mensagens #layout_footer {
		color: #444;
		background-color: #fff;
	}

		#footer_content address {
			width: 100%;
			margin-bottom: 0px;
		}



		#creditos {
			padding: 5px;
			color: #ededed;
			text-align: center;
			font-size: 12px;
			background-color: #0e5f88;
		}
/*---------------------------------------------------------------------------------------*/




#categorias h2 {
	padding-bottom: 10px;
	border-bottom: solid 2px #0e5f88;
	margin-bottom: 0px;
	text-align: center;
}

#categorias li {
	color: #0e5f88;
	line-height: 36px;
	background-color: #ebecec;
	-webkit-transition-property: background-color, color;
	-webkit-transition-duration: 0.6s;
	-moz-transition-property: background-color, color;
	-moz-transition-duration: 0.6s;
	-ms-transition-property: background-color, color;
	-ms-transition-duration: 0.6s;
}
#categorias li:hover {
	color: #fff;
	background-color: #0e5f88;
}



/*---------------------------------------------------------------------------------------*/
#pesquisa_produtos {
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-align: left;
	background-color: #ebecec;
}

	#pesquisa_produtos h2 {
		margin-bottom: 10px;
	}

	#pesquisa_produtos hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}

		

	#pesquisa_produtos .pesquisa-titulo, #pesquisa_produtos .pesquisa-autor {
		border: solid 1px #c8caca;
		background-color: #c8caca;
	}

/*---------------------------------------------------------------------------------------*/	

#leitor_de_mensagens {
	background-color: #ebecec;
}

	.chevron {
		min-height: 33px;
		width: 50px;
		text-align: left;
	}

	#leitura_de_mensagens {
		padding: 40px;
	}

	#pesquisa_de_mensagens {
		background-color: #dfe0e0;
	}
		#pesquisa_de_mensagens form {
			padding: 40px;
			padding-bottom: 0px;
			z-index: 3;
		}

			#pesquisa_de_mensagens .q {
				width: 100%;
				padding-right: 35px;
				border: solid 1px #0e5f88;
				margin-right: 0px;
				color: #0e5f88;
			}

			#pesquisa_de_mensagens form input.s {
				min-width: 0px;
				width: 33px;
				border: none;
				margin-left: -33px;
				margin-right: 0px;
				background-image: url(../images/lupa3.png);
				background-position: center center;
			}
			#pesquisa_de_mensagens form input.s:hover {
				background-color: transparent;
			}

				#pesquisa_de_mensagens form .custom-select {
					margin-right: 10px;
				}

		#lista_de_mensagens {
			z-index: 2;
			padding: 40px;
			padding-top: 0px;
			margin-top: 0px;
		}
			#lista_de_mensagens li {
				border-bottom: solid 1px #bebfbf;
				line-height: 40px;
			}
				#lista_de_mensagens li a {
					padding-left: 0px;
				}

		#navegacao_mensagens {
			margin-bottom: 20px;
			text-align: center;			
			background-position: right top;
		}
			#navegacao_mensagens .button-like {
				min-height: 33px;
				margin-bottom: 0px;
			}
			

			#navegacao_mensagens .button-like.icon span {
				left: 18px;
				top: 10px;
			}

			

			#navegacao_mensagens .button-like.print, 
			#navegacao_mensagens .button-like.rss, 
			#navegacao_mensagens .button-like.shuffle {
				width: 45px;
			}
				#navegacao_mensagens .button-like.print span {
					left: 12px;
				}

			#navegacao_mensagens .button-like.rss {
				margin-left: 10px;			
			}

				#navegacao_mensagens .button-like.rss span img {
					width: 12px;
				}

				#navegacao_mensagens .button-like.shuffle span {
					left: 12px;
				}
				#navegacao_mensagens .button-like.shuffle span img {
					width: 20px;
				}


			.semana-passada, .dia-anterior, .dia-atual, .proximo-dia, .semana-que-vem, #navegacao_mensagens .rss {
				border-right: none;
			}

		#texto {
			padding-top: 20px;
			border-top: solid 1px #d3d4d4;
		}
			#texto p {
				text-indent: 30px;
			}

			#texto img {
				max-width: 100%;
			}

			#texto .data {
				color: #666;
				font-family: 'FuturaLT-Light';
				text-transform: uppercase;
			}
				#texto .data b {
					font-family: 'FuturaLT';
				}


#mensagens_home q {
	font-size: 20px;
}
#mensagens_home .button-like {
	width: 91%;
}

.ler-mensagem {
	margin-right: 5%;
}

#mensagens_home .botao-feed {
	margin-right: 0px;
}

#noticias_home {
	margin-bottom: 20px;
}

	#noticias_home .button-like {
		padding: 5px 15px;
	}


#tv_online_home div, 
#tv_online_home object,
#tv_online_home iframe {
	width: 100% !important;
}

#video_home {
	text-align: right;
}
	#video_home h2 {
		text-align: left;
	}

	#video_home iframe {
		width: 100%;
		margin-bottom: 20px;
	}





#newsletter label, #newsletter input[type='text'], #newsletter input[type='submit'], #newsletter .custom-select {
	width: 100%;
	min-width: 0px;
}



#cadastro_de_noticias label, #cadastro_de_noticias input {
	width: 100%;
}


#cke_a, #cke_a * {
	position: static;
}

#cke_a {
	margin-bottom: 10px;
}



#formulario_de_orcamento label, 
#formulario_de_orcamento input, 
#formulario_de_orcamento textarea, 
#formulario_de_orcamento .button-like, 
#formulario_de_orcamento div.column,
#formulario_de_orcamento table {
	width: 100%;
}


#formulario_contato label, 
#formulario_contato input, 
#formulario_contato textarea, 
#formulario_contato .button-like, 
#formulario_contato div.column,
#formulario_contato table {
	width: 100%;
}




#editor {
	padding-right: 20px;
}

	#editor input, #editor textarea, #editor select, #editor div.column, #editor .button-like {
		width: 100%;
	}



	#historico ul {
		margin-top: 10px;
	}

	#historico ul.fechado {
		display: none;
	}

	#editor_pesquisa .button-like, #editor_pesquisa input {
		width: 100%;
		min-width: 0px;
	}

	.botao-editar, .botao-excluir {
		width: 20px;
		height: 20px;
		padding: 4px;
		border-radius: 5px;
		background-color: #2e2b26
	}

		.botao-editar img, .botao-excluir img {
			width: 100%;
		}

	
#cke_conteudo_editor, #cke_conteudo_editor * {
	position: static;
}



#santos_flutuantes {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 389px;
	background-image: url(../images/middle_background.png);
}





#mensagens .calendario {
	float: left;
	margin-right: 10px;
}
	#mensagens .livro {
		float: right;
		width: 250px;
	}


#detalha_mensagem2 h1, 
#detalha_mensagem2 .a-data, 
#detalha_mensagem2 h6 {
	text-align: center;
}

#detalha_mensagem2 h1 {
	border: none;
	margin-bottom: 10px;
	margin-top: 10px;
}
#detalha_mensagem2 .a-data {
	margin-top: 10px;
	margin-bottom: 10px;
}


#detalha_mensagem2 .a-data {
	font-size: 22px;
}

#detalha_mensagem2 p {
	text-indent: 20px;
}



/*----------------------------------------*/
#lorota_profetica {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 1.3em;
	color: #0e5f88;
	background-color: #eee;
}

	#lorota_profetica .titulo {
		font-family: 'FuturaLT-Light';
		font-size: 22px;
		line-height: 1.3em;
		color: inherit;
		text-align: center;
	}

	#lorota_profetica p {
		min-height: 19px;
		background-image: url(../images/open-quote.png), url(../images/close-quote.png);
		background-position: top left, bottom right;
	}

	
	

	#lorota_profetica .ler-mais {
		padding: 5px;
		font-size: 13px;
		line-height: 1.3em;
		color: #fff;
		text-align: right;
		background-color: #0e5f88;
	}
/*-----------------------------------*/
#livro_home {	
	padding: 10px;
	margin-bottom: 20px;
	color: #0e5f88;
	background-color: #eee;
}
	
	#livro_home .photo {
		width: 120px;
		max-width: 100%;
		height: auto;
	}


	#livro_home .ler-mais {
		font-family: 'FuturaLT-Light';
		font-size: 22px;
		line-height: 1.3em;
		color: inherit;
		text-align: center;
	}
/*-------------------------------------------------------*/
#home_page {}

	/*--------------------------------------*/
	#tv_home_page {
		margin-bottom: 20px;
	}

		#tv_home_page .frame {
			width: calc(470px);
		}
			#tv_home_page .frame iframe {
				margin-left: 0px;
			}


		#tv_home_page .mobile {
			width: calc(100% - 480px);
			height: 290px;
			padding-top: 10px;
			margin-left: 10px;
			text-align: center;
			background-color: #eee;
		}
			#tv_home_page .mobile img {
				width: 100px;
				max-width: 100%;
				height: auto;
			}
			
			#tv_home_page .mobile span {
				padding-top: 10px;
				font-family: 'FuturaLT-Light';
				font-size: 22px;
				line-height: 1.3em;
				color: #0e5f88;
			}
	/*--------------------------------------*/


	#home_page .chevrons {
		margin-top: -50px;
	}
		.chevrons .chevron {}
		
			.chevrons .chevron span {
				left: 15px;
				top: 10px;
			}
	/*--------------------------------------*/

#noticias_em_destaque {
	width: 490px;
	margin-right: 10px;
}
	.destaque-conteudo {
		height: 400px;
	}
		.destaque-conteudo .slide {	
			position: absolute;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
		}
			.destaque-conteudo .slide .photo {
				width: 100%;
				height: 100%;
			}

			.destaque-conteudo .slide .texto {
				position: absolute;
				left: 0px;
				bottom: 0px;
				width: 100%;
				padding: 10px;
				color: #fff;
				background-color: #0e5f88;
			}
				.destaque-conteudo .slide .texto .titulo {
					font-size: 20px;
					line-height: 1.3em;
					font-family: 'FuturaLT-Light';
				}

	#noticias_em_destaque .botoes {
		padding-top: 10px;
		text-align: center;
	}
		#noticias_em_destaque .botoes a {
			width: 15px;
			height: 15px;
			border-radius: 50px;
			margin-right: 5px;
			background-color: #382880;
		}

		#noticias_em_destaque .botoes a:hover, 
		#noticias_em_destaque .botoes a.atual {
			background-color: #6865ce;
		}

		

/*---------------------*/
#noticias_mais_lidas {
	width: calc(100% - 500px);

}
	#noticias_mais_lidas .cabecalho {
		font-size: 22px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		font-family: 'FuturaLT-Light';
		background-color: #0e5f88;
	}

	#noticias_mais_lidas a {
		width: 100%;
		height: 74px;
		font-family: 'FuturaLT-Light';
		font-size: 20px;
		line-height: 1.3em;
		color: #343434;
		background-color: #d0e4ee;
	}
	#noticias_mais_lidas a:nth-child(2n+0) {
		color: #0e5f88;
		background-color: #fff;
	}
		#noticias_mais_lidas a .n {
			width: 40px;
			float: left;
			font-size: 26px;
			line-height: 74px;
			text-align: center;
			color: #0e5f88;
		}

		#noticias_mais_lidas a .titulo {
			width: calc(100% - 40px);
			height: 52px;
			overflow: hidden;
			margin-top: 11px;			
		}

/*---------------------------*/
#produtos .modulo {
	width: 33.3%;
	padding: 10px;
	margin-bottom: 0px !important;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px #c4c5c6;
	border-right: solid 1px #c4c5c6;
}

	#loja .modulo .conteudo {
		min-height: 100%;
	}

	#loja .modulo .preco-e-botoes {
		
	}

	#loja .modulo h3 {
		min-height: 2.6em;
		line-height: 1.3em;
	}
		#loja .modulo h3 a {
			color: #0e5f88;
		}

	#loja .modulo p {
		min-height: 2.6em;
		color: #666;
		line-height: 1.3em;
	}

	#loja .modulo .comprar {
		margin-right: 0px;
		margin-bottom: 0px;
	}
/*------------------------------------*/

#destaques .modulo {
	padding: 10px;
	padding-left: 0px;
	border: none;
}

	#destaques .modulo .conteudo {
		width: 100%;
		padding-left: 140px;
	}

		#destaques .modulo .conteudo .photo {
			position: absolute;
			left: 0px;
			top: 0px;
			width: 130px;
			margin-right: 10px;
		}

		#destaques .modulo .conteudo h3.titulo {
			margin-top: 0px;
			margin-bottom: 15px;
			font-size: 18px;
		}

		#destaques .modulo .conteudo p {
			margin-top: 15px;
			margin-bottom: 15px;
		}
