@charset "UTF-8";

body {
	margin: 20px;
	padding: 0;
	text-align: center;
	background: #ebebeb;
	font: 11px Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

h1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-align: left;
	text-transform: uppercase;
	margin: 20px 30px 20px 30px;
}

h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 20px 30px;
	border-bottom: 1px dotted #aab4b8;
}

h3 {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 20px 30px;
	border-bottom: 1px dotted #aab4b8;
}

h4 {
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

h5 {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 30px 20px;
}

p {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	text-align: justify;
	margin: 0 30px 20px;
}

a:link {
	text-decoration: none;
	color: #006699;
	font-weight:normal;
}

a:visited {
	text-decoration: none;
	color: #000;
	font-weight:normal;
}

a:hover {
	text-decoration: none;
	color: #0099cc;
	font-weight:normal;
}

a:active {
	text-decoration: none;
	color: #006699;
	font-weight:normal;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu {
	width: 245px;
	background-color: #fff;
}
	
#menu ul {
	list-style: none;
}

#menu li {
	list-style: none;
	margin: 0 0 2px;
}

#menu li a {
	list-style: none;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	background: #deebf1;
	color: #000;
	text-decoration: none;
	border: solid #c1ced4;
	border-width: 0 6px 0 6px;
	display: block;
	height: 30px;
	padding: 0 0 0 10px;
}

#menu li a:hover {
	background: #c1ced4;
	color: #fff;
	text-decoration: none;
}

#menu li a.green {
	background: #deebf1;
	border: solid #c1ced4;
	border-width: 0 6px 0 6px;
}

#menu li a:hover.green {
	background: #c1ced4;
	color: #fff;
}

#menu li a.blue {
	background: #deebf1;
	border: solid #c1ced4;
	border-width: 0 6px 0 6px;
}

#menu li a:hover.blue {
	background: #c1ced4;
	color: #fff;
}

#menu li a.orange {
	background: #deebf1;
	border: solid #c1ced4;
	border-width: 0 6px 0 6px;
}

#menu li a:hover.orange {
	background: #c1ced4;
	color: #fff;
}

#menu li a.pink {
	background: #deebf1;
	border: solid #c1ced4;
	border-width: 0 6px 0 6px;
}

#menu li a:hover.pink {
	background: #c1ced4;
	color: #fff;
}

#menu li a.red {
	background: #deebf1;
	border: solid #c1ced4;
	border-width: 0 6px 0 6px;
}

#menu li a:hover.red {
	background: #c1ced4;
	color: #fff;
}

#body {
	width: 870px;
	margin: 0 auto;
	background: #fff;
	text-align: left;
}

#container {
	width: 860px;
	margin: 0 auto;
	background: #fff;
	text-align: left; /* retorna o alinhamento de texto para esquerda */
}

#banner {
	width: 860px;
	height: 300px;
	margin: 0 auto;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background: #ebebeb;
}

#tempo {
	width: 243px;
	height: 170px;
	background: #ecf0f2;
	border: 1px solid #c1ccd1;
	margin-top: 5px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content-left {
	width: 250px;
	float: left;
}

#content-right {
	width: 607px;
	float: right;
	background-color: #e6ecf0;
	border: 1px solid #cedbe4;
}

#advertinsing-left {
	width: 243px;
	height: 350px;
	margin-top: 5px;
	border: 1px solid #c1ccd1;
}

/* Form */

#form {	
	width: 550px;
}

#form th {
	font: bold 14px Arial, Helvetica, sans-serif;	
	padding-left: 5px;
	text-align: left;
	height: 40px;
	color: #000;
}

#form td {	
	padding: 5px;
	background: #e0e5e7;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #b1bbbf;
}

#form input {
	height: 20px;
	background: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #c8d7da;
}

#form textarea {
	background: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	border: 1px solid #c8d7da;
}

#form input.botao {
	font: bold 11px Arial, Helvetica, sans-serif;
	background: #e0e5e7;
	color: #252d30;
	text-align: center;
	white-space: normal;
	width: 100px;
	border: 1px outset #d3dadd;
	height: 30px;
	float: right;
	margin-left: 10px;
}

div.htmltooltip {
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background: #cacdd0;
	border: 3px solid #acadb2;
	padding: 15px;
	width: 250px;
	font: normal 12px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
	margin-top: 5px;
}

#footer {
	width: 870px;
	height: 5px;
	clear: both;
}

#footer-text {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding-top: 10px;
}

#footer-text p {
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
}
