@import url("noaside.css");

#conteudo figure {
    float: left;
    width: 398px;
    height: 150px;
    margin: 0 10px 20px;
    padding: 10px;
    background: #e1e4e5;
    border: 1px solid #d1dadc;
    position: relative;
}

#conteudo figure img {
    float: left;
    border: 3px solid #fff;
    margin-right: 10px;
}

#conteudo figure h2 {
	padding: 0 0 0.8em 0;
    font-size: 120%;
    color: #336;
    line-height: normal;
    text-transform: none;
    clear: none;
}

#conteudo figure a {
	display: block;
	text-align: center;
	width: 140px;
	height: 20px;
	line-height: 20px;
	color: #e8e0cf;
	font-size: 90%;
	font-weight: bold;
	background: url(../img/padrao/btn.jpg) repeat-x;
	position: absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: none;
}

#conteudo figure a:hover {
	color: #fff;
}
