﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 18px;
}

div#principal {
	width: 700px;
	margin: auto;
}

div#logo {
	width: 231px;
	height: 149px;
	background: url('imagens/logo.jpg') no-repeat top left;
	margin: 57px auto 57px auto;
}

p#texto {
	width: 500px;
	font-size: 16px;
	text-align: center;
	margin: auto auto 55px auto;
}

div#depoimentos {
	width: 635px;
	margin: auto;
}

div#depoimentos_tit {
	font-size: 30px;
	text-align: left;
	background: url('imagens/linha.jpg') no-repeat bottom right;
}

div#depoimentos_conteudo p {
	padding: 10px 5px 10px 15px;
	text-align: center;
	font-style: italic;
}

div#contato {
	width: 625px;
	margin: auto;
}

div#contato_tit {
	font-size: 30px;
	text-align: right;
	background: url('imagens/linha.jpg') no-repeat bottom left;
	margin-bottom: 30px;
}

div#contato_form {
	width: 500px;
	margin: auto;
}

div#rodape {
	font-size: 14px;
	text-align: center;
	margin: 20px auto 20px auto;
}

.inputText {
	font-family: Georgia, 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 18px;
	width: 450px;
	height: 30px;
	padding: 5px 0px 2px 10px;
	border: 1px solid black;
	background: #e7e7e6;
	margin-bottom: 10px;
}

.inputTextMulti {
	font-family: Georgia, 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 18px;
	width: 450px;
	height: 200px;
	padding: 5px 0px 2px 10px;
	border: 1px solid black;
	background: #e7e7e6;
	margin-bottom: 10px;
}

.inputButton {
	font-family: Georgia, 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 18px;
	width: 200px;
	height: 30px;
	padding: 5px auto 2px 10px;
	border: 1px solid black;
	background: #ffffff;
	float: right;
	cursor: pointer;
	margin-right: 38px;
}

.inputButton:hover {
	background: #f9f9f9;
}

.dvClear {
	clear: both;
}
