#container_produtos { width: 870px;  }
#noticias { line-height: 19px; 	}
.noticia { margin: 20px 0;  text-align: left;  color: #000; font-size: 16px;  }
.titulo { 	text-align: left; 	font-size: 18px; font-weight: bold; color:#365196; }
.img_produto { margin: 10px 20px 0 0; border: solid 3px #4C5888; display: inline-block; vertical-align: top; width: 200px; height: 150px; text-align: center; }
.img_produto img { max-width: 200px; max-height: 150px; position: relative; top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.descricao { display: inline-block; vertical-align: top; width: 620px; text-align: justify; margin: 10px 0 0 0; font-size: 14px; line-height: 19px; height: 100px; }
.hr { width: 870; color: #d3d3d3; border: 1px solid; }

.lermais { color:#365196; background-color: #eee9e9; }
.lermais:hover { color:#fff; text-decoration: underline; background-color: #365196; }

.voltar { background-color: #365196; color: #fff; padding: 5px 5px 5px 5px; }
.voltar:hover { background-color: #000080; color: #fff; }

