/* --- TOPO --- */
header #apre {
	background: url(../img/padrao/topo_solucoes.png);
}

/* --- CONTEÚDO --- */
article figure {
	float: left;
	width: 180px;
	height: 258px;
	border: 1px solid #d9dfe8;
	background-color: #fff;
	padding: 20px 19px 10px;
	margin: 10px 10px;
	position: relative;
}

#conteudo article figure .btn {
	color: #FFF;
	text-decoration: none;
	width: 40px;
	background-image: url(../img/padrao/btn_solucoes.png);
	position: absolute;
	right: 19px;
	bottom: 19px;
}

article figure h2 {
	text-indent: -9000px;
	width: 180px;
	height: 80px;
	margin: auto;
}

article figure ul {
	padding-top: 15px;
}

article figure.lojas h2 { background: url(../img/padrao/icon_loja.png) no-repeat center center; }
article figure.sites h2 { background: url(../img/padrao/icon_sites.png) no-repeat center center; }
article figure.design h2 { background: url(../img/padrao/icon_design.png) no-repeat center center; }
article figure.otimizacao h2 { background: url(../img/padrao/icon_seo.png) no-repeat center center; }

/* --- SANFONA --- */
article dl dt {
	width: 690px;
	height: 25px;
	line-height: 23px;
	padding-left: 10px;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-weight: bold;
	color: #4c6b99;
	background: url(../img/padrao/bg_paginacao.png) no-repeat;
	margin-top: 5px;
}

article dl dt:hover {
	color: #C66;
}

article dl dt.opening {
	color: #C66;
}

article dl dt.open {
	color: #C33;
}

article dl dd {
	padding: 10px;
}

article dl dd.ultima {
	margin-bottom: -20px;
}

/* --- LATERAL --- */
#conteudo aside figure .btn {
	width: 150px;
	background-image: url(../img/padrao/btn_forms.png);
}

/* --- CLASSES --- */
#conteudo .btn {
	height: 22px;
	line-height: 22px;
	display: block;
	text-align: center;
}
