@charset "utf-8";
/* CSS Document */
.colunaA {
	width:550px;
	float:left;
	border-right:1px solid #CCC;
}
.colunaB {
	width:200px;
	float:left;
}
.home-destaque {
	padding:10px;
	width:470px;
	height:123px;
	float:left;
}
.home-destaque img {
	float:left;
	margin-right:10px;
}
.home-destaque h3 {
	margin:0;
}
.home-destaque h3 a{
	color:#000;
	text-decoration:none;
}
.home-destaque h3 a:hover{
	text-decoration:underline;
}
.home-oferecimento {
	padding:10px;
	height:123px;
	float:left;
	background-color:#CCC;
}
.home-oferecimento img {
}

.home-manchetes {
	clear:both;
}
.home-manchetes a {
	text-decoration:none;
}
.home-manchetes a:hover {
	text-decoration:underline;
}
.home-manchetes .home-manchetes-box {
	width:245px;
	height:55px;
	margin:10px;
	padding:5px;
	float:left;	
	border-bottom:1px solid #CCC;
}
.home-manchetes .home-manchetes-box img {
	float:left;
	margin-right:10px;
}
.home-manchetes .home-manchetes-box h4 {
	margin:0;
	font-size:90%;
}
.home-manchetes .home-manchetes-box a {
	display:block;
}
#home-manchetes-noticias a {
	color:#C00;
}
#home-manchetes-esportes a{
	color:#090;
}
#home-manchetes-entretenimento a{
	color:#66C;
}
.home-posts {
	clear:both;
	float:left;
	padding:10px;
}
.home-posts h2 {
	font-size:100%;
	margin:0;
}
.home-posts ul {
	margin:0;
	padding:0;
}
.home-posts li {
	font-size:80%;
	list-style:none;
}
.home-posts li p{
	margin:0;
	color:#666;
}
.home-posts li h4{
	margin:0;
	font-stretch:normal;
	font-weight:normal;
}