*{
	margin:0px;
	border:0px;
	padding:0px;
	}

body{
	background-color:#F5E9D2;
	}

.int{
	background-color: #FFFFFF;
	}

/* estrutura pagina */

#anunciantes{
	z-index:200;
	width:220px;
	height:400px;
	background-color: #6C6C6C;
	position: absolute;
	top:10px;
	left:50%;
	margin-left:400px;
	visibility:hidden;
	text-align: right;
	border-bottom:2px solid #6C6C6C;
	}

#anunciantes a{
	font-family: Tahoma;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	}

#sombra{
	width:800px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-400px;
	background-image:url(../imgs/bg_sombra.png);
	background-position:center;
	background-repeat:repeat-y;
	}

#main{
	width:780px;
	height:auto;
	overflow: hidden;
	margin-left:10px;
	background-color:#FFFFFF;
	}

#top{
	width:760px;
	height:240px;
	margin-left:10px;
	}

#col_esq{
	width:240px;
	height:475px;
	margin:10px 0px 5px 10px;
	float:left;
	display:inline;
	background-image:url(../imgs/bg_col_esq.png);
	background-position:center;
	background-repeat:no-repeat;
	}

#col_meio{
	width:240px;
	height:475px;
	margin:10px 0px 5px 20px;
	float:left;
	display:inline;
	background-image:url(../imgs/bg_col_meio.png);
	background-position: center;
	background-repeat:no-repeat;
	}

#col_dir{
	width:240px;
	height:475px;
	margin:10px 0px 5px 20px;
	float:left;
	display:inline;
	background-image: url(../imgs/bg_col_dir.png);
	background-position:center;
	background-repeat:no-repeat;
	}

#footer{
	width:760px;
	height:55px;
	margin-left:10px;
	display:inline;
	float:left;
	background-color:#464646;
	}

/* conteudo col esq */

#paroco{
	width:220px;
	height:180px;
	margin-bottom:10px;
	margin-left:10px;
	background-image:url(../imgs/bg_paroco.png);
	background-position:center;
	background-repeat:no-repeat;
	}

#paroco span{
	display: inline-block;
	width:110px;
	height:110px;
	margin-top:40px;
	margin-left:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	}

#paroco a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	}

#paroco a:hover{
	text-decoration:underline;
	}

#jornal{
	width:220px;
	height:55px;
	margin-bottom:10px;
	margin-left:10px;
	}

#reflexao{
	width:220px;
	height:55px;
	margin-bottom:10px;
	margin-left:10px;
	}

#coroinha{
	width:220px;
	height:75px;
	margin-bottom:9px;
	margin-left:10px;	
	}

#onda{
	width:220px;
	height:60px;
	margin-bottom:10px;
	margin-left:10px;
	border-top: 1px dotted #999999;
	padding-top:6px;
	}

/* conteudo col meio */

#artigo1{
	width:220px;
	height:85px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom:10px;
	margin-left:10px;
	}

#artigo1 span{
	display: inline-block;
	width:220px;
	height:75px;
	margin-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	}

#artigo1 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #996600;
	text-decoration:none;
	}

#artigo1 a:hover{
	text-decoration: underline;
	}

#artigo2{
	width:220px;
	height:85px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom:10px;
	margin-left:10px;
	}

#artigo2 span{
	display: inline-block;
	width:220px;
	height:75px;
	margin-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	}

#artigo2 a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color: #996600;
	text-decoration:none;
	}

#artigo2 a:hover{
	text-decoration: underline;
	}
	
#artigo_foto{
	width:70px;
	height:86px;
	float:left;
}

#livro_texto{
	width:auto;
	height:85px;
	
	margin-left: 5px;
}

#biblioteca{
	width:220px;
	height:100px;
	margin-bottom:15px;
	border-bottom: 1px dashed #CCCCCC;
	margin-left:10px;
	}

#textos{
	width:220px;
	height:80px;
	margin-bottom:10px;
	margin-left:10px;
	}

#sabia{
	width:220px;
	height:70px;
	margin-bottom:10px;
	margin-left:10px;
	background-image:url(../imgs/bnr_sabia.png);
	background-position:center;
	background-repeat:no-repeat;
	}

#sabia span{
	display: inline-block;
	width:120px;
	height:50px;
	margin-top:10px;
	margin-left:90px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	}

#sabia a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	}

#sabia a:hover{
	text-decoration: underline;
	}


/* conteudo col dir */

#agenda{
	width:220px;
	height:235px;
	margin-bottom:10px;
	background-image:url(../imgs/bg_agenda.png);
	background-position: top;
	background-repeat:no-repeat;
	margin-left:10px;
	}

#agenda span{
	display: inline-block;
	width:210px;
	height: auto;
	margin-top:55px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	}

#agenda a{
	text-decoration:none;
	}

#agenda a:hover{
	text-decoration: underline;
	}

#eventos{
	width:220px;
	height:60px;
	margin-bottom:15px;
	margin-left:10px;
	}

#espaco{
	width:220px;
	height:60px;
	margin-bottom:15px;
	margin-left:10px;	
	}

#bnr_pascom{
	width:220px;
	height:70px;	
	margin-bottom:10px;
	margin-left:10px;
	}

/* icone e footer */

.tooltip{
	margin-top:15px;
	margin-left:720px;
	position:absolute;
	z-index:2;
	}

a:hover {
	text-decoration:none;
	} 

a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:-147px;
	width: auto;
	height:auto;
	}

a.tooltip:hover span{
	display:inline;
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#FFFFFF;
	}

a.tooltip:visited span{
	color:#FFFFFF;
	}

/* fim icone */

/* PÁGINAS INTERNAS */

#conteudo{
	width:545px;
	min-height:475px;
	height:auto;
	margin:10px 0px 5px 10px;
	float:left;
	display:inline;
	}

#conteudo a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color: #CC6600;
	text-decoration:none;
	}

#conteudo a:hover{
	text-decoration: underline;
	}
	
#editavel{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-align:justify;
	}

.texto{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-align:justify;
	padding-left:15px;
	padding-right:45px;
	}

.texto em{
	color: #619FB8;
	font-weight:bold;
	}
	
#pascom{
	width: auto;
	height:auto;
	margin-top:5px;
	padding:3px;
	display:block;
	border:#666666 dotted 1px;
	background-color: #F3F3F3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-align:justify;
	line-height:20px;
	}

#mapa{
	width:490px;
	height:300px;
	margin-left: auto;
	margin-right:auto;
	}

h1{
	padding-left:15px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color: #999900;
	text-align: left;
	}
	
h1.capela{
	padding-left:15px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#8E463E;
	text-align: left;
	}

h2{
	padding-left:15px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #CC6600;
	text-align: left;
	}

h2.citacao{
	padding-left:15px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color: #CC6600;
	text-align: left;
	}

/* jornal */

#conteudo a.atual{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#CC6600;
	}

#conteudo a.linkjornal{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #666666;
	background-color:#F5E9D2;
	display:block;
	margin-bottom:2px;
	padding:1px;
	padding-left:15px;
	}

#conteudo a.linkjornal:hover{
	color:#FFFFFF;
	background-color:#CC6600;
	text-decoration:none;
	}

#jumpMenu{
	width:280px;
	height:20px;
	margin-top:5px;
	margin-left:15px;
	border:#666666 solid 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;	
	}

#jumpMenu2{
	width:490px;
	height:20px;
	margin-top:5px;
	padding-left:15px;
	border:#666666 solid 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;	
	}

h1.indice{
	padding-left:15px;
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#CC6600;
	text-align: left;
	}

.titulomaterias{
	padding-bottom:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#CC6600;
	text-align: left;
	}

.capa{
	width:142px;
	height:200px;
	margin-top:-10px;
	margin-left:358px;
	z-index:100;
	position:absolute;
	border: #CCCCCC 2px solid;
	left: 212px;
	top: 309px;
	}

#anuncio{	
	width:100px;
	height:100px;
	margin-top:15px;
	margin-left:378px;
	z-index:100;
	position:absolute;
	}

.materiasjornal{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-align:justify;
	}
	
.foto_vert{
	height:100px;
	}

/* menu lateral */

#col_menu{
	width:200px;
	height:475px;
	margin:10px 0px 5px 10px;
	float:left;
	display:inline;
	}

ul.menu{
	padding:0px;
	list-style:none;
	margin-top:0px;
	margin-left:10px;
	width:180px;
	border-top:5px #FF6600 solid;
	background-image:url(../imgs/bg_menu.png);
	background-position:center;
	background-repeat:no-repeat;
	}

ul.menu li{
	padding:0px;
	margin:0px;
	list-style:none;
	}

ul.menu li a{
	width:160px;
	height:14px;
	display:block;
	border-bottom:1px #999999 dotted;
	margin-left:5px;
	padding-top:8px;
	padding-left:10px;
	padding-bottom:2px;
	font:11px Georgia, "Times New Roman", Times, serif;
	color: #6B352E;
	text-decoration:none;
	}

ul.menu li a:hover{
	font-weight:bold;
	color: #FF6600;
	}

/* mensagem paroco */

#mensagem{
	width:545px;
	height: auto;
	background-image: url(../imgs/bg_mensagem.png);
	background-position: top;
	background-repeat:no-repeat;
	}

#mensagem span{
	display: inline-block;
	width:330px;
	height: auto;
	margin-top:70px;
	margin-left:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	}

/* padres */

.nome{
	font-size:12px;
	font-weight:bold;
	color:#FF6600;
	}
	
#padres{
	width:490px;
	margin-left:15px;
	}	

#padres h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	color: #999900;
	padding-bottom:10px;
	}

#padres img{
	padding:2px;
	border:2px solid #666666;
	}

#padres td{
	height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	vertical-align:top;
	padding-left:5px;
	}

/* pastorais e serviços */

#botoes{
	width:100px;
	height:20px;
	display:block;
	margin-left:400px;
	background-color: #CCCCCC;
	text-align:center;
	padding-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color: #666666;	
	}

#botoes a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color: #666666;
	}

#botoes a:hover{
	text-decoration:underline;
	}

#diretorio{
	width:220px;
	height: auto;
	display:block;
	margin-left:285px;
	text-align: right;
	padding-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color: #666666;	
	}

#diretorio a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color: #666666;
	}

#diretorio a:hover{
	text-decoration:underline;
	}

.itens{
	font-size:12px;
	font-weight:bold;
	color: #006699;
	}
	
#conteudo a.itens{
	font-size:11px;
	font-weight:bold;
	color:#004F75;
	background-color:#99CCFF;
	}

/* galeria de fotos */

.galeria{
	width:350px;
	height:auto;
	border:none;
	margin-left:15px;
	}

.galeria img{
	width:85px;
	height:57px;
	border:2px #FFFFFF solid;
	padding:1px;
	border:1px solid #557328;
	}

/* fim galeria de fotos */

/* dinamicas */
h1.din{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight: bold;
	color:#8E463E;
	text-align: left;
	}

hr{
	width:100%;
	border-bottom: #CCCCCC 2px dotted;
	margin-top:15px;
	margin-bottom:15px;
	}

#letras{
	margin-left:15px;
	}
	
#letras td{
	width:20px;
	height:20px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	background-color:#CCCCCC;
	}

.lista_din{
	width:260px;
	height:auto;
	padding:5px;
	border:1px solid #006699;
	background-color:#FFFFFF;
	position:absolute;
	visibility:hidden;
	text-align:left;
	line-height:normal;
	}

#conteudo .lista_din a{
	font-weight:normal;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	}

#conteudo .lista_din a:hover{
	width:100%;
	font-weight:bold;
	color:#333333;
	background-color: #E8E8E8;
	text-decoration:none;
	}

#conteudo a#fechar{
	width:100%;
	font-weight:bold;
	color:#333333;
	background-color: #E8E8E8;
	margin-left:240px;
	}
