#box_artigos {
	padding-right: 13px;
	padding-left: 13px;
	padding-top: 5px;
}
#box_artigos h2 {
	background-image: url(../images/titulo_artigos_materias.jpg);
	background-repeat: no-repeat;
}
#box_artigos #fotos {
	display: block;
	float: left;
	width: 135px;
	margin-bottom: 5px;
}
#box_artigos #fotos img {
	display: block;
	padding: 3px;
	margin-bottom: 4px;
	border: 1px solid #82B8EA;
	cursor: pointer;
}
#box_artigos #data {
	color: #990000;
	display: block;
	margin:0;
}
#box_artigos h3 {
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}
#box_artigos #fonte {
	color: #990000;
	display: block;
	margin-top: 15px;
}
#box_artigos h4 {
	background-image: url(../images/barra_mais_artigos.jpg);
	background-repeat: no-repeat;
	text-indent: -1000em;
	display: block;
	height: 28px;
	overflow: hidden;
	margin-bottom: 5px;
	margin-top: 25px;
}


#box_artigos #mais_artigos {
	display: block;
	margin-top: 15px;
}
#box_artigos #mais_artigos li {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBEBFA;
}
#box_artigos #mais_artigos li a {
	background-image: url(../images/ico_classificados.jpg);
	display: block;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: 0px 6px;
	color: #1F6DB4;
	text-decoration: none;
}
#box_artigos #mais_artigos li a:hover {
	color: #1B3C5C;
}

