@charset "utf-8";
/* CSS Document */
div#whats {
	position:fixed;
	bottom:0;
	right: 20px;
	z-index:9;
	width: 320px;
}

div#whatsapp{
	position:fixed;
	bottom:110px;
	right: 20px;
	z-index:9;
	width: 320px;
	display:none;
}

div.titulo{
	background: #056056;
	width: 100%;
	height: 41px;
	float:left;
}

div.chat{
	background: url("img-whats/bg-whats.jpg");
	width: 100%;
	height: 180px;
}

span.chattexto{
	padding: 20px 0 10px 10px;
	float:left;
}

.balaodialogo {
	background: #FFF;
	padding: 5px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
 	border-radius:7px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
}

div.formulario{
	background: #F5F1EE;
	width: 100%;
	height: 51px;
	float:left;
}

form#send-whatsapp{
	padding: 10px;
}

form#send-whatsapp input{
	width: 110px;
	border: none;
	border: 1px solid #CCC;
	height: 25px;
	border-radius:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	padding: 3px;
	float:left;
	margin-right: 10px;
	
}

form#send-whatsapp input.enviar{
	width: 31px;
	height: 29px;
	background: url("img-whats/enviar.jpg");
	float:left;
	border: none;
}

