@charset "utf-8";
/* CSS Document */
#novidades{
	width:100%;
	height:100%;	
	background-color:#FFF;
	}
#noticia{
	height:170px;
	width:95%;
	border:solid 1px #CCC;
	}
#titulo{
	color:#00F;
	font-size:20px;
	text-align:justify;
	vertical-align:top;
	text-indent:0px;
	}
.imagem{
	float:left;
	max-height:150px;
	max-width:160px;
	vertical-align:top;
	margin: 2px 5px 5px 5px;
	padding-right:10px;
	}
#descricao{
	text-align:justify;
	vertical-align:top;
	margin: 5px 5px 5px 5px;
	height:145px;
	}
.leiamais{
	height: 25px !important;
	width: 100px;
	display: block;
	background: url(botao.gif) 0 0 repeat-x;
	font: bold 12px "Arial" !important;
	color: #fff !important;
	border: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding-top:3px;
	padding-right:10px;
	margin-top:-18px;
	}
a{	
	color:#5a2a19;
	text-decoration:none;	
	}
a:hover{
	color:#eeae00;
	}