#container_produto { width: 870px;  }
.noticia {  margin: 20px 0;  text-align: left; color: #4C5888; }
.titulo { 	display: inline-block; vertical-align: top; text-align: left; font-weight: bold; color:#365196; font-size: 18px; }
.data {  display: inline-block; vertical-align: top;  font-weight: bold; font-size: 18px; float: right; color:#b22222; }

.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: 635px; text-align: justify; margin: 10px 0 0 0; font-size: 14px; line-height: 19px; color:#000; }

.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; }
