/* CSS Nazareno São Carlos */

* {
	margin: 0;
	padding: 0;
}

/*alinhar a site ao centro*/
.centro {
	margin: 0 auto;
	text-align: center;
}

body{
	margin: 0 auto;
	text-align: center;
	background-color:#4A4A4A;
	background-image:url(imagens/bg.jpg); 
	background-repeat:repeat-x;
}

/* MENU */
.menu{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(imagens/bg_menu.jpg);
	background-repeat:no-repeat;
	width:130px;
	padding:3px 10px 5px 0;
	display:block;
}

.menu:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#CCCC33;
	text-decoration:none;
	background-repeat:no-repeat;
	background-image:url(imagens/bg_menu_over.jpg);
}

/*Newsletter*/
.newsletter input{
	font-family:Tahoma; font-size:11px; color:#000000;
	width:115px; height:14px;
	border:1px solid #DBDBDB;
	margin:0 5px 0 0;
}

/*fundo dos títulos*/
.bg_titulo1 {
	background: url(imagens/bg_titulos1.jpg) no-repeat;
	margin-left:6px;
	with:418px;
	height:82px;
}

.bg_titulo2 {
	background: url(imagens/bg_titulos2.jpg) no-repeat;
	margin-left:6px;
	with:418px;
	height:82px;
}

/*chamadas*/
.bg_conquista {
	background: url(imagens/bg_projeto_conquista.jpg) no-repeat;
	with:195px;
	height:114px;
}

.bg_responsabilidade {
	background: url(imagens/bg_responsa_social.jpg) no-repeat;
	with:195px;
	height:93px;
}

/*fundo da lateral direita*/
.bg_lateral_dir {
	background: url(imagens/bg_lateral_dir.jpg) repeat-y;
	width:210px;
}

/* FONTES */ 

/*texto preto*/
.texto_preto {
	font-family:Tahoma; font-size:11px; color:#000000;
}

.texto_preto2 {
	font-family:Tahoma; font-size:12px; color:#000000; font-weight:bold;
}

.texto_preto a {
	font-family:Tahoma; font-size:11px; color:#000000; text-decoration:none;
}

.texto_preto a:hover{
	font-family:Tahoma; font-size:11px; color:#000000; text-decoration:underline;
}

/*texto preto pequeno*/
.texto_preto_pq {
	font-family:Tahoma; font-size:10px; color:#000000;
}

.texto_preto_pq a {
	font-family:Tahoma; font-size:10px; color:#000000; text-decoration:none;
}

.texto_preto_pq a:hover{
	font-family:Tahoma; font-size:10px; color:#000000; text-decoration:underline;
}

/*texto calendário*/
.texto_calendario{
	font-family:Tahoma; font-size:8px; color:#000000;
}

/*texto agenda*/
.texto_agenda {
	font-family:Tahoma; font-size:18px; color:#cc3333;
}

/*texto roxo*/
.texto_roxo {
	font-family:Tahoma; font-size:12px; color:#663366;
}

.texto_roxo a{
	font-family:Tahoma; font-size:12px; color:#663366; text-decoration:none;
}

.texto_roxo a:hover{
	font-family:Tahoma; font-size:12px; color:#663366; text-decoration:underline;
}

/*texto azul*/
.texto_azul{
	font-family:Tahoma; font-size:12px; color:#666699;
}

.texto_azul a{
	font-family:Tahoma; font-size:12px; color:#666699; text-decoration:none;
}

.texto_azul a:hover{
	font-family:Tahoma; font-size:12px; color:#666699; text-decoration:underline;
}

/*texto branco*/
.texto_branco {
	font-family:Tahoma; font-size:10px; color:#ffffff;
}

.texto_branco a{
	font-family:Tahoma; font-size:10px; color:#ffffff; text-decoration:none;
}

.texto_branco a:hover{
	font-family:Tahoma; font-size:10px; color:#ffffff; text-decoration:underline;
}

/*texto títulos*/
.texto_titulo {
	font-family:Tahoma; font-size:30px; color:#AEA53B; font-weight:bold;
}

/*endereço*/
address {
	font-style: normal;
}

/*class para as imagens*/
.img_noticias{
	float:left;
	margin:0 5px 5px 0;
	border:0;
}

/*class para as imagens*/
.img_pensamento{
	float:left;
	margin:0 5px 5px 0;
	border:0;
}

/*propriedades para os inputs, select e textarea*/

.interna input{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}

.interna select{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}

.interna textarea{
	margin:2px 0 2px 5px;
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}
/*javascript*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lightbox2.03.3/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(imagens/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imagens/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}

/*NOSSOS MINISTERIOS*/
.ministerios{width:100%; padding:10px 0 0 0; clear:both;}
	.logo-ministerio {float:left; margin:2px 0 12px 21px; width:160px; height:50px; text-align:center;}
		.logo-ministerio span{color:#000; font-family:Tahoma; font-size:15px;}
		.logo-ministerio a img{border:none;}
		
/*CLASSE GLOBAL PARA VIDEO*/		
.video{width:350px; height:200px; background:#dedede; clear:both; margin:10px 0 10px 10px; }
