@charset "utf-8";
/* CSS Capa */

/* Conteudo Pagina */
#Cap_Con_Pag{
	width:100%;
}

/* Esqueda */
#Cap_Con_Esq{
	width:48%;
	margin:0 2% 0 0;
	float:left;
}

	/* Titulo - Noticias - Agenda - Videos - Fotos */
	.Cap_Tit_Not, .Cap_Tit_Age, .Cap_Tit_Vid, .Cap_Tit_Fot{
		width:98%;
		padding:2px 0 2px 2%;
		margin:0 0 20px 0;
		font:18px QuicksandBold, Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#FFF;
		background:#364e50;
	}

/* Direita */
#Cap_Con_Dir{
	width:48%;
	margin:0 0 0 2%;
	float:left;
}

/* Baixo */
#Cap_Con_Bai{
	width:100%;
	margin:30px 0 0 0;
	clear:left;
}
