@import 'base.css';

#content {
	background:#FFFFFF;
	border:0;
	line-height:16px;
}

#content table {
	margin:5px;
}

#content div {
	padding:10px;
}

#content #destaque_home_01 {
	width:264px;
	border-top:1px solid #e5decd;
	border-left:1px solid #e5decd;
	border-right:1px solid #e5decd;
}

#content #destaque_home_01 td {
	border-bottom:1px solid #e5decd;
}

#content #destaque_home_02 {
	width:240px;
	border-top:1px solid #e5decd;
	border-left:1px solid #e5decd;
	border-right:1px solid #e5decd;
}

#content #destaque_home_02 td {
	border-bottom:1px solid #e5decd;
}

#content #destaque_home_03 td{
	border-bottom:1px solid #e5decd;
}

#content #destaque_home_03 img {
	border:1px solid #e5decd;
	float:right;
	margin:5px;
}

#content .noticia {
	width:186px;
}

#content .noticia a {
	color:#000000;
	cursor:pointer;
}

#content .noticia_titulo {
	float:left;
	width:94px;
	margin:0;
	padding:0;
}

#content .noticia_data {
	float:left;
	padding:0;
	margin:0;
	font-style:italic;
	font-size:9px;
}

#content .noticia_link {
	float:left;
	padding:0;
	margin:0;
	padding-top:5px;
	width:90px;
}

