<!--
	@import url("index.css");
-->
/***** CANTINHO GOSPEL *****/
	/*** COLUNISTAS ***/
	
	.tituloImagem{
		clear:both;
		width:280px;
		height:68px;
		float:left;
		background-image:url(../imgs/titulo_colunista.jpg);
		background-repeat:no-repeat;
	}
	.caixaCulunistas{
		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;
	}
	.caixaCulunista{
		clear:both;
		width:100%;
		padding-top:15px;
		padding-bottom:15px;
		float:left;
	}
	.caixaFoto{
		clear:both;
		float:left;
	}
	.fotoColunista{
		border:1px solid #fff;
	}
	.caixaTexto{
		width:330px;
		margin-left:10px;
		float:left;
	}
	.colNome{
		clear:both;
		width:100%;
		margin-bottom:5px;
		font: 12px Tahoma, "Trebuchet MS", Arial;
		font-weight:bold;
		color:#90DD15;
		float:left;
	}
	.colDados{
		clear:both;
		width:100%;
		margin-bottom:3px;
		font: 11px Tahoma, "Trebuchet MS", Arial;
		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;
	}
