#bloco-detalhe {
  margin: 10px 0;
  padding-left: 10px;
  float: left;
  width: 570px;
  background: transparent url(../imagens/bg-servico-detalhe.jpg) repeat-x;
  line-height: 25px;
  color: #555555;
  font-size: 16px;
}

#bloco-detalhe strong {
	font-weight: bold;
}
#bloco-detalhe h1 {
	padding: 3px 0 0 5px;
  font-weight:bold;
  text-align: center;
  color:#333333;
}
#bloco-detalhe h2 {
  padding-top: 10px;
  font-weight: bold;
}
#bloco-detalhe span.primeiro {
  color: #555555;
  font-size: 80%;
  padding: 5px 5px;
  border-right: 1px dashed #AAAAAA;
}
#bloco-detalhe p {
  color: #555555;
}
#bloco-detalhe p a {
	color: #555555;
  font-weight: bold;
}
#bloco-detalhe p a:hover {
	text-decoration: underline;
}
#bloco-detalhe p:first-letter {
  font-size: 105%;
  color: #555555;
}
#bloco-detalhe {

}

#bloco-detalhe .clientes {
    float: left;
    padding: 15px 30px;
    
}
#bloco-detalhe p.algumacoisa {
    clear: both;
}