#supercontent {
	background:url(../images/layout/fondo_content2.gif) repeat-y;
 }
 
 #footercontent {
    background:url(../images/layout/fondo_content2.gif) -16px top repeat-y;

}

/* IE HACK */
* html #back {
	position:absolute;
	left:50%;
	margin-left:-397px;
	height: expression(document.documentElement.scrollHeight);
	width:794px;
}

#content {
	overflow: auto;
	float:left;
	padding: 24px 20px;
	padding-top: 14px;
	width: 391px;
	height:auto;
	border-right:4px solid #99E680;
	border-top:10px solid #99E680;
}
#right_column {
	overflow: auto;
	float:left;
	width: 169px;
	margin-left: -4px;
	border-top:10px solid #99E680;
	border-left: 4px solid  #99E680;
}

#footer {
	width: 380px;
	height: 22px;
	background: #E5FFB2;
	padding: 20px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;

}


/* EVENTOS PORTADA */
#events_content {
	float:left;
	overflow:auto;
	border-bottom: 4px solid #99E680;
}
#events_title {
	display:block;
	width: 161px;
	height: 15px;
	margin: 2px;
	padding-right: 4px;
	margin-bottom: 9px;
	background:url(../../images/home/events_title.gif) no-repeat;
}
.event_date, .event_title, .event_body  {
	display:block;
	width: 149px;
	font-size: 1.2em;
	color: #662C21;
	padding: 0 9px;
	text-decoration:none;
}
.event_title, .event_title_a  {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
}
.event_date_a {
	color: #662C21;
}
.event_body, .event_body_a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.event_date_a, .event_title_a, .event_body_a {
	text-decoration: none;
}

.event_date_a:hover, .event_title_a:hover, .event_body_a:hover {
	text-decoration: underline;
}

/* ADS PORTADA */
.home_ads_content {
	float:left;
}
.home_ads_content img {
	border: 1px solid red;
}
.home_ad {
	float:left;
	text-align: center;
	width: 145px;
	padding: 22px 12px;
	border-bottom: 4px solid #99E680;
}


/* NOTICIAS PORTADA */

#other_news_title {
	width: 391px;
	height: 15px;
	background:url(../images/home/other_news_tit.gif) no-repeat;
	margin: 16px auto;
}

.notice_dats, .notice_dats_number {
	line-height: 2.2em;
	text-decoration: none;
}
a.notice_dats_number:hover {
	text-decoration: underline;
}

/* HISTORICO DE NOTICIAS PORTADA */

#news_historic_content {
	position: relative;
	float:left;
	width:156px;
	background: #fff;
	border-left: 4px solid #99E680;
	border-bottom: 4px solid #99E680;
}

#news_historic_title {
	display:block;
	width: 153px;
	height: 15px;
	margin: 2px;
	margin-bottom: 9px;
	background:url(../images/home/historic_news_tit.gif) no-repeat;
}
*html #news_historic_title {
	margin:1px;
	background:url(../images/home/historic_news_tit.gif) 1px 1px no-repeat;
	border-right: 1px solid white;

}
#new_historic_content {
	float:left;
	width:132px;
	padding: 0 4px;
	padding-left: 8px;

}
*html #news_historic_content {
	width: 152px;
}
.new_historic_date, .new_historic_title, .new_historic_body  {
	font-size: 1.2em;
	color: #662C21;
	text-decoration:none;
}
.new_historic_title, .new_historic_title_a  {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
}
.new_historic_date_a {
	color: #662C21;
}
.new_historic_body, .new_historic_body_a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.new_historic_date_a, .new_historic_title_a, .new_historic_body_a {
	text-decoration: none;
}

.new_historic_date_a:hover, .new_historic_title_a:hover, .new_historic_body_a:hover {
	text-decoration: underline;
}