/* CSS Document */

.box_servicos{
	width:300px;
	min-height:253px;
	text-align:center;
	background-color:#DEE3CA;
	margin: 0px 0px 33px 33px;
	float:left;
	padding:8px 0 0 0;
}

.titulo{
	font-size:14px;
	margin:10px 0 10px 0;
	font-weight:bold;
}

.titulo a:link,
.titulo a:visited{ 
	color:#3D7712;
	text-decoration:none;
}
.textos{
	float:left;
	width:426px;
}
.texto_servico{
	width:411px;
	margin:0px 0px 25px 25px;
	float:left;
	text-align:justify;
}
.textos2{
	float:left;
}
.texto_servico2{
	margin:0px 0px 25px 25px;
	float:left;
	text-align:justify;
}

.fotos{
	float:right;
	width:193px;
}
.foto_servico{
	margin:0px 0px 5px 5px;
	float:left;
	border:8px solid #DFE4CD;
	width:150px;
	height:113px;
}

.titulo_sistemas{
	color:#224C03;
	margin:15px 0 0 15px;
	font-size:20px;
	font-weight:bold;

}