<!--
	@import url("index.css");
-->
/***** CANTINHO GOSPEL *****/
		
	.filtro{
		clear:both;
		float:left;
		width:466px;
		padding-left:30px;
		margin-top: 5px;
		color: #98BCD4;
	}
	
	.input_filtro {
		border-style: hidden;
		font-size: 11px;
	}
	
	/*** 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;
		width:466px;
		padding-left:30px;
		padding-top:15px;
		padding-bottom:15px;
		background-image:url(../imgs/linhaHorizontal.jpg);
		background-repeat:repeat-x;
		background-position:bottom;
		float:left;
	}
	.caixaGaleria{
		width:430px;
		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: 15px Tahoma, "Trebuchet MS", Arial;
		color: #98BCD4;
		width:324px;
		float:left;
		font-weight:bold;
	}
	.dataGal{
		font: 11px Tahoma, "Trebuchet MS", Arial;
		width:324px;
		float:left;
		color: #fff;
	}
	.descGal{
		font: 11px Tahoma, "Trebuchet MS", Arial;
		width:324px;
		color: #91B3CC;
		float:left;
	}
	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: 11px Tahoma, "Trebuchet MS", Arial;
		font-weight:bold;
		color:#A8C1D5;
		float:left;
	}
	.paginacao{
		clear:both;
		width:100%;
		margin-top:10px;
		text-align:center;
		font: 11px Tahoma, "Trebuchet MS", Arial;
		font-weight:bold;
		color:#A8C1D5;
		float:left;
	}
	/*** End Galerias ***/
