/* fix ie. hide from ie mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* end */

body {
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	background-color: #081039;
	color: #666666;
	margin: 0px;
}


h1 {
	text-align: left;
	color: #0066CC;
	font-size: 16px;
	text-align: left;
	background-color: #e9e9e9;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 3px;
}
h2 {
	text-align: left;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #3399CC;
	margin: 15px;
	padding: 5px;
}
h3 {
	text-align: left;
	color: #0066CC;
	font-size: 16px;
	text-align: left;
	margin-bottom: 10px;
	margin-top:25px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e9e9e9;
	margin-left: 10px;

}
h4 {
	text-align: left;
	color: #999999;
	font-size: 14px;
	padding-top: 5px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	
}
h5 {
	font-size: 12px;
	color: #606179;
	text-align: center;
	font-weight: normal;
	padding-top: 5px;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	
}
p {
	font-size: 12px;
	line-height: 250%;
	text-align: justify;
	margin: 15px;
	color: #336699;
}
address {
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-style: normal;
	font-weight: bold;
}





#cabecalho {
	text-align: center;
	height: 400px;
	width: 778px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}





.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 778px;
	height: 24px;
	margin: 0px auto;
	background-color: #0066CC;
	list-style-type: none;
	padding: 0px;
	display: block;
}
.menu li {
	float: left;
	text-align: center;
	text-transform: uppercase;
}
.menu li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.menu li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF3333;
}
#conteudo{
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	display: table;
}
#rodape {
	background-image: url(imagens/fundo_rodape.jpg);
	background-repeat: repeat-x;
	height: 100px;
	clear: both;
}
.rodape-interno{
	width: 778px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#bts {
}
form {
	padding: 0px;
	margin: 0px;
}
select {
	margin: 0px;
	color: #666F77;
	font-size: 10px;
	border: 1px solid #999999;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(imagens/form-bg.jpg);
	background-repeat: repeat-x;
}
input {
	margin: 0px;
	color: #666F77;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background-color: #FFFFFF;
	background-image: url(imagens/form-bg.jpg);
	background-repeat: repeat-x;
}
textarea {
	margin: 0px;
	color: #666F77;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	background-color: #FFFFFF;
	background-image: url(imagens/form-bg.jpg);
	background-repeat: repeat-x;
}

.botao {
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #0066CC;
	border: 2px solid #FFFFFF;
	background-image: none;
	padding: 0px;
}
.botao-on {
	font-weight: bold;
	font-size: 12px;
	background-color: #FF3333;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	background-image: none;
	padding: 0px;
}

a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC6600;
}
.tabela{
	border-collapse:collapse;
	background-color:#F7EEE6;
	width:700px;
	margin-top:15px;
	display:block;
	margin-bottom: 30px;
}
.tabela th{
	text-align:center;
	font-size: 11px;
	color: #996600;
}
.tabela td{
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}

.tarifario{
	border:2px solid #CCCCCC;
	background-color:#e9e9e9;
	color: #003366;
	width: 100%;
	text-align: center;
}
.tarifario th{
	border: 1px solid #fff;
	font-size: 12px;
	font-weight: bold;
}
.tarifario td{
	padding-bottom: 5px;
	padding-top: 5px;
	border: 1px solid #fff;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
}
.formulario{
	margin-top:25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.formulario th{
	text-align:right;
	font-size: 11px;
	border: 1px solid #fff;
}
.formulario td{
	text-align: left;
	border: 1px solid #fff;
}
.lista {
	list-style: none;
	padding: 0px;
	margin: 20px;
}
.lista li {
	float:none; text-align:left; padding:10px;
}
img{
	vertical-align:middle;
}
.img {
	border:6px double #D2E9FF; 
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#linha {
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	clear: both;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e9e9e9;
	border-bottom-color: #e9e9e9;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}


#link li {
	font-size: 11px;
	color: #CC0000;
	text-align:left;
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
}
#link a {
	font-size: 11px;
	text-decoration: none;
	color: #0066CC;
}

#link a:hover {
	text-decoration: none;
	color: #CC6600;
}
.painel{
	border:4px solid #36c; 
	margin-top:10px;
}
.copyright{
	float:left;
	width: 50%;
	color:#FFFFFF;
}
.creditos{
	float:right;
	font-size:9px;
	font-style:italic;
	width: 50%;
	text-align: right;
}
.creditos a{
color:#FFFFFF;
}
fieldset{
	border:#D2E9FF double 6px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 25px;
}
label{
	display:block;
	margin-bottom: 10px;

}
legend{
color:#003366;
}
dt{
float:left;
width:150px;
margin-left:15px;
}
dd{

text-align:right;
width:50px;
}
.detalhe{
font-weight:normal; font-size:11px;
}
.imagens{
	border-collapse:collapse;
	width:99%;
	margin-top:15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e9e9e9;
}
.imagens th{
	text-align:center;
	font-size: 14px;
	color: #CC6600;
	background-color: #efefef;
}
.imagens td{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 25px;
	width: 50%;
}
.previsao {
	margin-top: 12px;
	margin-bottom: 12px;
	text-align: center;
}
