div.pilares {
	width: 100%;
	text-align: center;
	line-height: 130px;
}

div.pilares > div {
	width: 130px;
	height: 130px;
	vertical-align: middle;
	text-align: center;
	background: #42929d;
	color: white;
	float: center;
	margin: 0px 14px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	
	border-radius: 21px;
	-moz-border-radius: 21px; 
	-webkit-border-radius: 21px;
	
}

div#detalhes {
	width: 100%;
	margin: 10px;
}


div#detalhes > div {
	width: 100%;
}

.interna {
	width: 590px;
	min-height: 150px;
	background-color: #e0e0ff;
	padding: 20px;
	//line-height: 26px;
	text-align: justify;
	margin: 0;

	
	border-radius: 21px;
	-moz-border-radius: 21px; 
	-webkit-border-radius: 21px;
}

.interna h2 {
	margin: 5px;

}