@charset "utf-8";
/* CSS Capa */

/* Topo - Noticias */
#Cap_Top{
	width:750px;
	height:305px;
	margin-bottom:20px;
}

	/* Topo - Noticias - Esquerda */
	#Cap_Top_Esq{
		width:492px;
		float:left;
		margin:0 20px 20px 0;
	}

	/* Topo - Noticias - Direita */
	#Cap_Top_Dir{
		width:232px;
		height:70px;
		float:left;
	}

/* Topo - Banners */
#Cap_Top_Ban{
	width:750px;
	height:70px;
	margin-bottom:20px;
}

	/* Topo - Banners -  */
	#Cap_Top_Ban_001{
		width:492px;
		height:70px;
		float:left;
		margin:0 20px 0 0;
	}
	
	/* Topo - Banners -  */
	#Cap_Top_Ban_002{
		width:232px;
		height:70px;
		float:left;
	}
	
/* Centro - Destaques */
#Cap_Cen_Des{
	width:750px;
	height:230px;
	margin-bottom:20px;
}

	/* Centro - Destaques - Boxes */
	.Cap_Cen_Des_Box{
		width:232px;
		height:230px;
		float:left;
		margin:0 0 0 20px;
		border:#dfdfc0 2px solid;
		background:#f6f6eb;
	}
		.Cap_Cen_Des_Box:first-child{
			margin:0;
		}

/* Baixo - Esquerda */
#Cap_Bai_Esq{
	width:492px;
	height:400px;
	float:left;
	margin:0 20px 20px 0;
}

	/* Baixo - Esquerda - Eventos */
	#Cap_Bai_Esq_Eve{
		width:492px;
		height:200px;
		margin:0 20px 0 0;
	}

	/* Baixo - Esquerda - Baixo */
	#Cap_Bai_Esq_Eve_Bai{
		width:492px;
		height:120px;
		margin:0 20px 20px 0;
	}

	/* Baixo - Esquerda - Baixo - Destaques */
	.Cap_Bai_Esq_Eve_Bai_Des{
		width:236px;
		height:120px;
		float:left;
		margin:0 0 20px 20px;
	}
		.Cap_Bai_Esq_Eve_Bai_Des:first-child{
			margin:0;
		}

	/* Baixo - Esquerda - Banners -  */
	#Cap_Bai_Esq_Ban_003{
		width:492px;
		height:70px;
		clear:left;
	}
	
/* Baixo - Direita */
#Cap_Bai_Dir{
	width:232px;
	height:214px;
	margin:0 0 40px 0;
	float:left;
	border:#CCC solid 1px
}

/* Titulo */
.Cap_Tit{
	width:100%;
	margin:0 0 10px 0;
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#a30904;
}
	.Cap_Tit a{
		font:bold 18px Arial, Helvetica, sans-serif;
		color:#a30904;
		text-decoration:none;
	}

/* Boletin Informativo */
.Cap_Bol_Inf{
	font:bold 14px 'Trebuchet MS', Arial, Helvetica, sans-serif color:#fff;
	text-align:center;
	background:#ED120E;
	width:233px;
	float:right;
	margin: 0 4px 0px 0;
	padding:3px 0;
	font-weight:bold;
	color:#FFF;
}
.Cap_Bol_Inf_Des{
	width:230px;
	float:right;
	margin: 0 4px 15px 0;
	border:1px solid #ccc;
	height:50px;
	padding:7px 0 0 0;
	text-align:center;
}
.Cap_Bol_Inf_Des a{
    color: #7E705C;
    font: 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-decoration: none;
}

.Cap_Bol_Inf_Des a strong{
    color: #900;
    font: 13px "Trebuchet MS",Arial,Helvetica,sans-serif;
    text-decoration: underline;
	font-weight:inherit;
}

/* Medias sociais */
.Cap_Bot_Mid_Soc{
	float:right;
	display:table;
	margin:-30px 0 0 0;
}
	.Cap_Bot_Mid_Soc_Ico{
		float:left;
	}
		.Cap_Bot_Mid_Soc_Ico img{
			padding:0 3px;
		}

