@import url(http://fonts.googleapis.com/css?family=Exo:400,300,500,600,600italic,400italic,500italic);
h1, h1 a {
	font: 500 20px 'Exo';
	color: #68a100;
	text-decoration: none;
}
h2 {
	font: 500 18px 'Exo';
	color: #68a100;
}
h1 a:hover {
	text-decoration: underline;
}

p {
	font: 300 16px 'Exo';
	color: #353535;
}
td {
	font-family: 'Exo';
	font-weight: 300;
	color: #353535;
}
p strong, strong {
	font: Exo;
	font-weight: 600;
}
a {
	color: #353535;
	text-decoration: underline;
}
a:hover {
	color: #68a100;
}
.bt-box-home {
	background-color: rgba(104, 161, 0, 0.5);
	font: 400 12px 'Exo';
	color: #4c4c4c;
	border-radius: 3px;
	margin: 10px 0;
	padding: 5px;
	text-align: center;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.bt-box-home:hover {
	background-color: #68a000;
	color: white;
}
.detail-box {
	width: 470px;
	margin-left: 20px;
	min-height: 200px;
	background: white url(/imagens/detail-box-corner.png) no-repeat left top;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	float: left;
	margin-top: 20px;
}
.detail-box:nth-child(2n+1) {
	margin-left: 0;
		clear: both;
}