.infoBox {
	background-color: #FFF;
	width: auto !important;
	font: normal 12px 'Lato', sans-serif;
	font-size: 14px;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	border-radius: 2px;
	margin-top: 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 {
    float: left;
    width: 300px;
    height: 100%;
    background: url(/wp-content/themes/dllengenharia/images/bg.jpg);
    padding: 14px;
}

.infoBox img:first-of-type{
	position: absolute !important;
	right: 0px;
}

.box_img {
	float: left;
    width: 70px;
    height: 70px;
    position: relative;
    margin-right: 15px;
}

.box_img img{
	position: relative !important;
 	width: 70px;
	height: 70px;
}