#contAgenda{
	background:#ECF4CB url('../_img/fc.jpg');
	display:table;
	width:100%;
}
/*
	CL = conteudo left
	CR = conteudo right
*/

#CL, #CR{
width:49.5%;
}
#CL{ float:left; }
#CR{ float:right;}

#CL a, #CR a{
background-image:url('../_img/setavd.jpg');
background-repeat:no-repeat;
line-height:18px;
padding-left:20px;
display:block;
}
#CL a:hover, #CR a:hover{
background-image:url('../_img/setava.jpg');
}

#informe{
	margin-top:10PX;
	width:39.5%;
	float:left;

}
#emDestaque{
	margin-top:10PX;
	width:59%;
	float:right;

}
#destaque{
	width:95%;
/*	background:#ECF4CB url('../_img/fc.jpg'); */
}