
/* BASE */
* { outline:none; }
.clear { clear:both;}


.main {
	font-family:Arial;
	font-size:12px;
	color:#1a2a81;
	padding:0 45px 30px;
}
.main p {
	margin:8px 0;
}
.main h2, .main h3 {
	margin-top:2px;
	color:#1a2a81;
}
.box {
	padding:5px 15px;
	width:447px;
	overflow:hidden;
	margin-top:20px;
}
.pacotes {
	background:url('images/pacotes_bg.png') no-repeat;
	height:120px;
	color:#000;
}
.pacotes h4 {
	font-size:14px;
	margin-bottom:0;
	color:#1a2a81;
	font-size:13px;
}
.pacotes small {
	font-size:10px;
}
.sugestoes {
	background:url('images/sugestoes_bg.png') no-repeat;
	height:242px;
}
.sugestoes h3 {
	margin-bottom:20px;
}
.sugestoes ul {
	list-style:none;
	margin:10px 0;
	padding:0;
}
.sugestoes li {
	margin: 3px 0;
	float:left;
	clear:both;
	width:100%;
}
.sugestoes label {
	float:left;
	text-align:right;
	width:80px;
	display:block;
	font-size:10px;
	font-weight:bold;
	line-height:16px;
	margin-right:5px;
}
.sugestoes input {
	vertical-align:middle;
	font-size:10px;
	height:10px;
	width:130px;
	line-height:10px;
}
.sugestoes div {
	float:left;
	width:220px;
}
.sugestoes div input {
	width:128px;
	_width:120px;
}
.sugestoes select {
	font-size:10px;
	width:134px;
	_width:126px;
}
.sugestoes .radio {
	font-size:10px;
}
.sugestoes .radio input, .sugestoes .botao input {
	width:auto;
	height:auto;
	line-height:auto;
}
.sugestoes textarea {
	width:300px;
}
.central {
	background:url('images/central_bg.png') no-repeat;
	height:90px;
}
.central ul {
	margin:10px;
	padding:0;
	list-style:none;
}
.central li {
	float:left;
	width:50%;
	padding:5px 0;
}
.central li img {
	vertical-align:middle;
	margin-right:10px;
}
.sugestoes .news {
	display:inline;
	float:none;
}
.sugestoes #news {
		width:auto;
		height:auto;
		background:none;
}
.sugestoes .botao input {
	width:auto;
	height:auto;
	margin-right:10px;
	font-size:10px;
}
.erro {
	display:none;
}


/* FOOTER */

#footer { width:750px; min-height:500px; _height:500px; margin:0 auto; padding-top:20px; background-color:#376cad; font-family:Arial, Helvetica, sans-serif; }
#footer #menu { width:100%; text-align:center; font-size:12px; color:#fff; font-weight:bold; }
#footer #menu a{ color:#fff; margin:0px 12px 0px 12px; text-decoration:none; }
#footer #menu a:hover{ text-decoration:underline; }
#footer table { width:92%; margin:0 auto; margin-top:15px; }
#footer td { width:230px; font-size:11px; color:#d5e5ef; padding-right:10px; padding-bottom:20px; }
#footer strong { font-size:12px; color:#fff; display:block; margin:0px 0px 10px 0px; }
#footer span {color:#d5e5ef; font-size:12px; font-weight:bold; display:block; }
#footer img { float:left; margin-right:5px; }

/* FOOTER */