#conteudo {
	background: url(/img/bg_meio_site.gif) repeat-y left top;
	padding: 0;
}

#conteudo a {
	text-decoration: none
}

#noticias h2, #eventos h2 {
	text-indent: -1000px;
	height: 21px;
	margin: 0;
	padding: 0;
	border: 0;
	background:red;
}

#noticias h2 {
	background: url(/img/titulo_tur_notas.gif) no-repeat left top;
	width: 215px;
}

#eventos h2 {
	background: url(/img/titulo_calendario.gif) no-repeat left top;
	width: 205px;	
}

#noticias, #eventos {
	float: left;
}

#noticias {
	width: 221px !important;
	width: 241px;
	padding: 0 10px 10px 10px;
}

#eventos {
	width: 205px !important;
	width: 225px;
	padding: 0 10px 10px 10px;
}

/* ITENS DA NOTICIAS */
#noticias dl {
	min-height: 25px;
	_height: 45px;
	padding: 10px 0;
}

#noticias dt, #noticias dt a  {
	font: bold 12px/14px Tahoma,"trebuchet ms";
	color: #E35E33;	
}

#noticias dd, #noticias dd a {
	font-size: 11px;
	line-height: 12px;	
	color: #666;
}

#noticias dd a { /* LEIA MAIS */
	color: #E35E33;	
	font-weight:bold
}

#noticias .data {
	background: url(/img/data.gif) no-repeat left top;
	width: 38px;
	height: 39px;
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;	
}

/* DIA */
#noticias .data strong {
	width: 38px;
	position: absolute;
	top: 0;
	left:0;
	display: block;
	font: bold 21px/18px Georgia, "Times New Roman", Times, serif;	
	color: #E35E33;
	text-align: center;
}

/* MES*/
#noticias .data span {
	width: 38px;
	position: absolute;
	top: 20px;
	left:0;	
	display: block;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;	
}

/* LISTA DE CALENDARIO DE EVENTOS  */ 
#eventos  ul {
	margin: 0;
	padding: 10px 0px 10px 10px;
}

#eventos li {
	list-style: none;
	padding: 5px 0;
	border-bottom: 1px solid #E1C809;
	color: #666;
	margin: 0;
}

#eventos li span {
	color: #653409;
	font: bold 11px tahoma, arial;
}