/* home.css */

#produtos-container{
	float: left;
	display: inline;
	width: 720px;
	background: url(../images/home/bg-produtos.png) no-repeat 100% 0%;
}

#noticias-container{
	float: right;
	display: inline;
	width: 251px;
}

#noticias-container ul{
	margin-top: 15px;
}

#noticias-container li{
	clear: both;
	color: #a6a6a6;
	padding-top: 9px;
	background: url(../images/home/div-noticia.png) no-repeat 0% 100%;
	height: 66px;
	padding-bottom: 9px;
}

#noticias-container .noti-titulo{
	font-size: 13px;
	font-weight: bold;
	color: #676767;
}

#noticias-container .data{
	float: left;
	display: inline;
	width: 45px;
	height: 55px;
	color: #a6a6a6;
	font-size: 27px;
	font-weight: bold;
	margin-right: 10px;
	text-align: center;
	margin-top: -4px;
    cursor: pointer;
}

#noticias-container .mes{
	font-size: 18px;
}

#noticias-container a:hover{
	text-decoration: none;
	color: #00923f;
	
}

#noticias-container a:hover .data,
#noticias-container a:hover .noti-titulo{
	color: #00923f;
}