.ultimosArtigos{
	width:490px;
	margin-top:20px;
}

.ultimosArtigos .noticia{
	width:490px;
	position:relative;
	margin-bottom:5px;
}

.ultimosArtigos .noticia:hover{
	cursor:pointer;
}

.ultimosArtigos .noticia:hover .data{
	background:#749059;
	background-image:url(../img/hover.png);
}
.ultimosArtigos .noticia .data{
	background: #B1CA98;
    background-image:url(../img/hover.png);
	width:45px;
	height:55px;
	position:absolute;
	z-index:2;
    border-top:solid #336503;
	padding-top:15px;
}

.ultimosArtigos .noticia .texto{
	width:420px;
	padding-left:20px;
	height:75px;
	background:#F8F6F6;
	padding-right:10px;
}

.ultimosArtigos .noticia .texto span{
	font-size:14px;
	color:#649238;
	display:block;
	margin-bottom:3px;
}

.ultimosArtigos .noticia:hover .texto{
	background:#EAEAEA;
}


.ultimosArtigos .noticia .texto p{
	font-size:12px;
    text-decoration:none;
	margin-bottom:0;
}
.ultimosArtigos .noticia .texto a{
	font-size:12px;
    text-decoration:none;
    color:#649238;
}
.ultimosArtigos .noticia .data{
	font-size:22px;
	color:#fff;
	text-align:center;
}
.ultimosArtigos .noticia .data span{
	font-size:12px;
}

.link{
    width: 980px;
}
.link ul li{
    margin-bottom: 10px;
    
}
.link a{
    text-decoration: underline;
    
}
.ladaA{
    width: 50%;
}
span.tituloLink{
	color:#6e9945;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:400;
	font-size:18px;
	font-weight: bold;
	margin-top:45px;
	margin-bottom:20px;
}
.ladaB{
    width: 50%;
}