<!--
	@import url("index.css");
-->
/***** CANTINHO GOSPEL *****/
	/*** CAPA ***/
	
	/*** Caixa Destaque ***/
	.tit_destaques{
		clear:both;
		width:280px;
		height:68px;
		float:left;
		background-image:url(../imgs/titulo_destaque.jpg);
		background-repeat:no-repeat;
	}
	.caixaDestaque{
		clear:both;
		margin-top:19px;
		margin-left:18px !important;
		margin-left:9px;
		/*border:1px solid #fff;*/
		float:left;
	}
	.caixaDestaqueBorda{
		clear:both;
		width:100%;
		padding-bottom:10px;
		margin-bottom:10px;
		background-image:url(../imgs/linhaHorizontal.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		float:left;
	}
	.des_caixaDir{
		clear:both;
		float:left;
	}
	/*** End Caixa Destaque ***/
	
	/*** Galerias ***/
	.tit_galerias{
		clear:both;
		width:280px;
		height:68px;
		float:left;
		background-image:url(../imgs/titulo_galeria_fotos.jpg);
		background-repeat:no-repeat;
	}
	#galListCapa{
		clear:both;
		padding-left:50px;
		float:left;
	}
	.caixaGaleria{
		width:390px;
		padding-top:12px;
		padding-bottom:12px;
		background-image:url(../imgs/linhaDivide.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		float:left;
	}
	.fotoGal{
		clear:both;
		margin-right:5px;
		border:1px solid #000;
		float:left;
	}
	.titiGal{
		font-size: 15px;
		color: #98BCD4;
		font-weight:bold;
	}
	.dataGal{
		color: #fff;
	}
	.descGal{
		color: #91B3CC;
	}
	a.linkGal{
		text-decoration:none;
		color:#91B3CC;
	}
	a.linkGal:hover{
		text-decoration:underline;
		color:#91B3CC;
	}
	.galMais{
		clear:both;
		width:390px;
		text-align:center;
		margin-top:15px;
		font-weight:bold;
		color:#A8C1D5;
		float:left;
	}
	.mais_gal{
		float: left;
		clear: both;
		width:390px;
		text-align: right;
		font-weight: bold;
		margin-top: 5px;
	}
	/*** End Galerias ***/
	
	/*** COLUNISTAS ***/
	.tit_colunistas{
		clear:both;
		width:280px;
		height:68px;
		float:left;
		background-image:url(../imgs/titulo_colunista_cla.jpg);
		background-repeat:no-repeat;
	}
	.caixaColunista{
		clear:both;
		width:350px;
		height:98px;
		margin:0;
		padding:0;
		float:left;
		background-image:url(../imgs/fuundo_colunista.jpg);
		background-repeat:no-repeat;
		background-position:left, top;
	}
	.col_bordaFoto{
		clear:both;
		margin-top:15px;
		margin-bottom:15px;
		margin-left:27px;
		margin-right:28px;
		border:1px solid #fff;
		float:left;
	}
	.col_caixaDir{
		clear:both;
		width:360px;
		float:left;
	}
	.colTitulo{
		width:225px;
		margin-top:15px;
		color: #98BCD4;
		font-weight:bold;
		float:left;
	}
	.colDescricao{
		width:225px;
		color:#98BCD4;
		float:left;
	}
	/*** END COLUNISTAS ***/