/* CSS Document MSC*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	text-align: center;
	background-image: url(imagens/bg_borda.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


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


/*topo da tabela*/
.bg_topo {
	background-image: url(imagens/fundo_topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}


/*fundo da página principal, adicione aos favoritos...*/
.bg_adicione_favoritos {
	background-image: url(imagens/bg_adicione_favoritos.jpg);
	background-repeat: no-repeat;
	width: 745px;
	height: 36px;
}


/*fundo área restrita*/
.bg_area_restrita {
	background-image: url(imagens/bg_area_restrita.jpg);
	background-repeat: no-repeat;
	width: 153px;
	height: 116px;
}

.bg_area_restrita2 {
	background-image: url(imagens/bg_area_restrita2.jpg);
	background-repeat: no-repeat;
	width: 153px;
	height: 116px;
}


/*fundo da newsletter*/
.bg_newsletter {
	background-image: url(imagens/bg_newsletter.jpg);
	background-repeat: no-repeat;
	width: 153px;
	height: 123px;
}


/*fundo da enquete*/
.bg_enquete_meio {
	background-image: url(imagens/img_enquete_meio.jpg);
	background-color: #037EC4;
	background-repeat: no-repeat;
	background-position: right top;
	width: 146px;
}


/*fundo do rodapé*/
.bg_rodape {
	background-image: url(imagens/bg_rodape.jpg);
	background-repeat: no-repeat;
	width: 745px;
	height: 99px;
}


/*imagem de fundo de destaques*/
.bg_fundo_destaques {
	background-image: url(imagens/bg_fundo_destaques.jpg);
	background-repeat: no-repeat;
	width: 592px;
}


/*fundo da imagem de destaques*/
.bg_destaques_pq {
	background-image: url(imagens/bg_destaques_pq.jpg);
	background-repeat: no-repeat;
	width: 136px;
	height: 99px;
}


/*fundo de notícias*/
.bg_noticias {	
	background-image: url(imagens/bg_noticias.jpg);
	background-repeat: no-repeat;
	width: 592px;
}


/*fundo do blogs*/
.bg_blogs{	
	background-image: url(imagens/bg_blogs.jpg);
	background-repeat: no-repeat;
	width: 194px;
	height: 150px;
}


/*fundo de seminários*/
.bg_seminarios{	
	background-image: url(imagens/bg_seminarios.jpg);
	background-repeat: no-repeat;
	width: 197px;
	height: 150px;
}


/*fundo de paróquias*/
.bg_paroquias{	
	background-image: url(imagens/bg_paroquias.jpg);
	background-repeat: no-repeat;
	width: 204px;
	height: 150px;
}


/*fundo das internas*/
.bg_fundo_internas {
	background-image: url(imagens/bg_fundo_internas.jpg);
	background-repeat: no-repeat;
	width: 592px;
}



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

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

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


/*texto cinza*/
.texto_cinza {font-family: tahoma; font-size:11px;	color: #484848;}
.texto_cinza a {font-family: tahoma;font-size:11px;	color: #484848;	text-decoration: none;}
.texto_cinza a:hover {	font-family: tahoma;font-size:11px;	color: #484848;	text-decoration: underline;}


/*texto cinza rodapé*/
.texto_cinza_rodape {
	font-family: verdana;
	font-size:10px;
	color: #484848;
}

.texto_cinza_rodape a {
	font-family: verdana;
	font-size:10px;
	color: #484848;
	text-decoration: none;
}

.texto_cinza_rodape a:hover {
	font-family: verdana;
	font-size:10px;
	color: #484848;
	text-decoration: underline;
}



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

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

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

/*texto vinho*/
.texto_vinho {font-family: Tahoma; font-size: 11px;	color: #6E1C02;	font-weight: bold;}
.texto_vinho a {font-family: Tahoma; font-size: 11px; color: #6E1C02; font-weight: bold; text-decoration: none;}
.texto_vinho a:hover { font-family: Tahoma;	font-size: 11px; color: #6E1C02; font-weight: bold;	text-decoration: underline;}

#boletins{}
.boletins {font-family: Tahoma; font-size: 11px;	color: #6E1C02;	font-weight: bold; text-align:center; float:left; margin:0 50px 0 0;}
.boletins a {font-family: Tahoma; font-size: 11px; color: #6E1C02; font-weight: bold; text-decoration: none;}
.boletins a:hover { font-family: Tahoma;	font-size: 11px; color: #6E1C02; font-weight: bold;	text-decoration: underline;}

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


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


/*fundo e propriedade para os inputs, textarea, select*/
.bg_fundo_input {
	background-image: url(imagens/bg_input.jpg);
	background-repeat: no-repeat;
	height: 22px;
}

.bg_fundo_input_pq {
	background-image: url(imagens/bg_input_pq.jpg);
	background-repeat: no-repeat;
	height: 22px;
	background-position: right;
}

.bg_fundo_textarea {
	background-image: url(imagens/bg_textarea.jpg);
	background-repeat: no-repeat;
	height: 112px;
}

.interna input{
	margin: 2px 0 2px 3px;
	font-family: verdana;
	font-size: 11px;
	color: #484848;
}

.interna select{
	margin: 2px 0 2px 0;
	font-family: verdana;
	font-size: 11px;
	color: #484848;
}

.interna textarea{
	margin: 2px 0 2px 3px;
	font-family: verdana;
	font-size: 11px;
	color: #484848;
}

.blogs{width:260px; float:left; padding:10px 10px 10px 10px; }
.blogs img{float:left; margin:0 5px 5px 0;}

.videos p{ text-align:center; font-family:Arial; font-size:12px; margin:10px 0 0 0;}
.videos a{ font-family:Arial; font-size:12px; color:#000000; text-decoration:none;}
.videos a:hover{ font-family:Arial; font-size:12px; color:#F44F00;}

.bg_video{ background:url(imagens/videos.jpg) no-repeat; height:200px;}
.play{ background:url(imagens/bg_play.jpg) no-repeat; width:143px; height:109px; padding:3px 0 0 0;}
.div_float{float:left; width:143px; margin:0 0 0 30px; text-align:center;}






