.infoBox {
	background-color: #FFF;
	width: 350px;
	font: normal 12px 'Lato', sans-serif;
	font-size: 14px;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	border-radius: 2px;
	margin-top: 10px;
	padding-bottom: 10px;
}
.infoBox p {
	padding: 0 15px
}
.infoBox:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #CCCCCC;
	top: -10px;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	left: 138px
}
.conteudo{width:400px;height:80px;}
.box_1{width:400px;float:left ;margin-left:10px; font-size: 12px;}
.conteudo b{font-weight: bold;}
.titulo{font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	border:0px;}
	.box_2{width:160px;margin-left:10px;float:left; margin: 0 auto;}
	body { font:normal 12px 'Lato', sans-serif; margin: 0; }
