@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	color: #666;
}

p {
	margin-bottom: 15px;
	line-height: 20px;
}

.est {
	text-align:left;
	width: 760px;
	margin: 0 auto;
}

.menu {
	height: 27px;
	padding-top: 3px;
	background-color: #F68220;
}

.menu a{ margin: 0 7px;}

.cont {
	background: url(bg_cont.gif) top right no-repeat #E8E9EA;
	padding: 40px 40px 15px 40px;
}

.rodape {
	font-size: 10px;
}

.box, .box02 {
	background:	url(box01.gif) no-repeat;
	padding: 20px;
	width: 282px;
	height: 193px;
	float: left;
	font-size:11px;
}

.box p, .box02 p{
	line-height: 15px;
}
.box02 {
	background-image: url(box02.gif);
}

a {
	color: #003075;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

.mapa {
	font-size:11px;
	background: url(mapa.gif) no-repeat;
	padding: 40px 240px 0 20px;
	height: 180px;
	margin-bottom: 15px;
}

form {
	width: 400px;
	text-align:right;
	margin: 0 auto;
	font-size:11px;
	margin-bottom: 20px;
}

input, textarea, select {
	margin-left: 5px;
	border: 1px solid #CCC;
	width: 300px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 3px;
}

select {
	width: 307px;
}
textarea {
	float: right;
}

.bt_form {
	width: 167px;
	height: 31px;
	border: none;
	margin:15px 70px 0 0;
}

.alert {
	background-color: #FFFFCC;
	border: 1px solid #FF9900;
	padding: 5px;
	text-align:center;
	font-size: 12px;
	margin-bottom: 15px;
	color: #FF9900;
	font-weight:bold;
}

h3 {
	font-weight: bold;
	color: #FF9900;
	font-size: 17px;
	margin-bottom: 15px;
}
ul {
	font-style: 11px;
	color: #F68220;
	padding-top: 10px;
	list-style-type: inherit;
}
a {
	color:#666666;
}
