/* CSS Document */

	/* PÁGINA INICIAL */

a.link2 {
	color: #FFF; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #ed1c24;
	margin: 1px 0 0 0;
	border-bottom: 1px solid #555555;
}

a.link2:hover, 
a.link2:focus {
	color: #fff; 
	background: #fe4047;
}		
.banner{
	width:769px;
	background:url(../imagens/meio_bg.gif);
	height:206px;
	padding:10px 0 0 10px;
}
#tableAgenda{
	background:#DDD;
}
#tableAgenda td{
	background:#FFF;
	height:17px;
}
#tableAgenda td.bgdia{
	background:#CCC;
	text-align:center;
	height:18px;
}
.miolo{
	padding-top:10px;
	background:#FFFFFF;
	width:779px;
	padding-bottom:20px;
}

.noticias_miolo{
	float:left;
	width:195px;
	padding-left:15px;
	padding-right:5px;
}

	.noticias_miolo h1{
		background:url(../imagens/noticias_miolo_titulo.gif) no-repeat;
		width:194px;
		height:28px;
	}
	
	.noticias_miolo a{
		color:#555555;		
	}
	
	.noticias_miolo p{
		font-size:11px;
		color:#555555;
		padding-top:10px;
	}

	.noticias_miolo	em{
		font-style:normal;
		color:#a5a5a5;
	}

.cases_miolo{
	width:321px;
	float:left;
	padding-left:13px;
}

	.cases_miolo h1{
		background:url(../imagens/cases_miolo_titulo.gif) no-repeat;
		width:148px;
		height:28px;
	}
	
	.cases_miolo a{
		color:#555555;
	}
	
	.cases_miolo p{
		color:#555555;
		font-size:11px;
	}
	
	.case_1{
		float:left;
		width:148px;
		margin-top:10px;
		margin-right:8px;
	}
	
	.case_2{
		float:left;
		width:148px;
	}
	
	
.eventos_miolo{
	width:201px;
	float:left;

	padding-right:20px;
}

	.eventos_miolo h1{
		background:url(../imagens/eventos_miolo_titulo.gif) no-repeat;
		width:201px;
		height:28px;
	}
	

