@charset "utf-8";
/* CSS Document */
.tituloss {
	font-size: 15px;
	font-weight: bold;
}
.blococlientes {
	width: 940px;
	height: 170px;
	margin: 10px;
	background: #eeeeee;
}
.clientefoto {
	width: 200px;
	height: 150px;
	margin: 10px;
	border: 1px solid #CCCCCC;
	float: left;
}
.clienteend {
	width: 670px;
	height: 150px;
	margin: 10px;
	padding-left: 20px;
	border: #CCCCCC 1px solid;
	float: left;
}
.clienteend h2 {
	font-weight: bold;
	font-size: 15px;
	color: #FF0000;
}
/* form */
#formulario {
	background: url(../imagens/fundoform.png);
	width: 950px;
	height: 400px;
	margin: 0 auto;
}
.divisao {
	float: left;
	width: 50%;
	position: relative;
	}
	
.fnome {
	width: 150px;
	height: 20px;
	float: left;
	margin: 10px 0 5px 20px;
	font-size: 14px;
	font-weight: bold;
}
.fcampo input {
	width: 250px;
	height: 20px;
	float: left;
	margin: 5px 0 5px 15px;
	font-size: 14px;
	font-weight: bold;
	border: 2px #999999 solid;
}
textarea {
	width: 390px;
	height: 200px;
	margin-left: 15px;
	border: 2px #999999 solid;

	
}

.btt {
	margin: 15px;
	width: 100px;
	font-size: 14px;
	font-weight: bold;
	border: 2px #999999 solid;
}
#bloco {
	width: 900px;
	height: 300px;
	background: url(../imagens/planos_geral.jpg) no-repeat;
}
.planos {
	width: 200px;
	height: 260px;
	background: url(../imagens/fundo_planos.jpg);
	margin: 20px 0 0 20px;
	float: left;
}
.imgplano {
	width: 178px;
	height: 114px;
	float: left;
	margin: 12px 0 0 7px;
}
.txtplano {
	width: 170px;
	float: left;
	margin: 14px;
	text-align: center;
}
.valor {
	color: #FF0000;
	font-weight: bold;
}
