body, html, body { margin:0px; background-color:#d0eefe; font-size:12px; font-family:arial,tahoma; background-image:url('../images/bg.jpg'); background-repeat:no-repeat; background-position:top center; }
img { border:0px; padding:0px; margin:0px; }
ul { margin:0; padding:0; list-style-position:inside; border:0px solid #000; }
h1 { color:#004a80; font-weight:bold; font-family:arial; font-size:20px; margin-bottom:20px; border-bottom:1px dotted #004a80; }
h3 { color:#004a80; font-weight:bold; font-family:arial; font-size:12px; text-transform:uppercase; margin-bottom:4px; }
a { color:#3265b1; }
a:hover { color:#002951; }
p, li, ul, ol { font-family:arial,tahoma; font-size:12px; }
.destacar { color:#990000; font-weight:bold; font-size:14px; }

img.bg { z-index:0; min-height: 100%; min-width: 1024px; /* Set rules to fill background */
	 width: 100%; height: auto; /* Set up proportionate scaling */
	 position: fixed; top: 0; left: 0; /* Set up positioning */ }
@media screen and (max-width: 1024px){ img.bg { left: 50%; margin-left: -512px; } }

#div_global { z-index:1; display:table; position:relative; width:960px; margin:0 auto; padding:0px; border:0px solid #000; }
#div_conteudo { z-index:1; display:table; width:960px; margin-bottom:100px; margin:0 0 50px 0; padding:0px; border:0px solid #000; 
                background-image:url('../images/bg_conteudo.png'); background-repeat:no-repeat; background-position:bottom center; }
#div_esq { float:left; width:730px; }
#div_dir { float:right; width:230px; }

#div_esq #div_topo { z-index:1; width:960px; margin:0px; padding:0px; border:0px solid #000; }
#div_esq #div_topo #menu { float:left; width:500px; height:42px; text-transform:uppercase; font-weight:normal; border:0px solid #000; }
#div_esq #div_topo #menu ul { padding-top:24px; list-style-position:inside; border:0px solid #000; }
#div_esq #div_topo #menu li { display:inline; font-family:arial; font-size:15px; font-weight:bold; border:0px dotted #000; }
#div_esq #div_topo #menu li.esquerda { padding:0 6px 0 0; border-right:1px solid #0c4d87; }
#div_esq #div_topo #menu li.centro   { padding:0 6px; border-right:1px solid #0c4d87; }
#div_esq #div_topo #menu li.direita  { padding:0 6px; border-right:0px solid #000; }
#div_esq #div_topo #menu li a       { letter-spacing:0px; font-family:Arial,Tahoma; font-size:13px; text-transform:uppercase; font-weight:normal; text-decoration:none; }
#div_esq #div_topo #menu li a.selecionado { color:#002951; font-weight:bold; }
#div_esq #div_topo #menu li a:hover { font-weight:bold; }

#texto { float:left; width:670px; padding:0 30px; margin-top:5px; }
#texto #info { padding:20px; background-color:#fff;	border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; }
#texto #info ul { margin:0; padding:0 20px; list-style-position:inside; border:0px solid #000; }
#texto #info .subtitulo { font-size:16px; font-face:Arial; font-weight:bold; }
#texto #info .data { font-size:10px; font-face:Arial; }

#banners { float:right; width:500px; padding-top:5px; }
#banners .destaque { width:500px; height:400px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }

.interno #destaques { margin:30px 0; }
#destaques { text-align:center; clear:both; float:left; width:100%; border:0px solid #000; width:230px; }
#destaques h3 { text-align:left; margin:0 0 0 15px; }
#destaques a { font-family:Arial,Tahoma; font-size:11px; font-weight:normal; text-decoration:none; }
#destaques a:hover { text-decoration:underline; }
#destaques img { margin-bottom:5px; width:178px; height:103px; 
                 box-shadow: 1px 2px 10px #bbb; -moz-box-shadow: 3px 3px 10px #bbb; -webkit-box-shadow: 2px 2px 8px #888; }
#destaques .destaque { margin-top:5px; margin-bottom:20px; width:100%; }
#destaques .titulo { border:0px solid #000;padding:0 30px;width:173px; }

input[type=text], input[type=password] {
	font-size:12px; padding:2px 10px; font-family:Arial; color:#999; font-weight:normal;
	border:0px solid #fff; background-color:#fff; height:23px;
	box-shadow: inset 3px 3px 10px #bbb; -moz-box-shadow: inset 3px 3px 10px #bbb; -webkit-box-shadow: inset 3px 3px 4px #ccc;
}
textarea {
	font-size:12px; padding:2px 10px; font-family:Arial; color:#999; font-weight:normal;
	border:0px solid #fff; background-color:#fff; 
	box-shadow: inset 3px 3px 10px #bbb; -moz-box-shadow: inset 3px 3px 10px #bbb; -webkit-box-shadow: inset 3px 3px 4px #ccc;
}
input.ok    { border-radius: 6px 0 0 6px; -moz-border-radius: 6px 0 0 6px; -webkit-border-radius: 6px 0 0 6px; }
input.texto { border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; }

#div_dir #cliente { margin:25px 0 0 15px; }
#div_dir #cliente .login { display:inline; float:left; width:70px; }
#div_dir #cliente .senha { display:inline; float:left; width:70px; margin-left:4px; }
#div_dir #cliente .botao { border:0px solid #000; float:right; display:inline; width:25px; height:27px; margin:0 12px 0 -10px; font-size:10px; color:#ccc; 
                           background-color:transparent; background-image:url('../images/bg_botao.png'); background-repeat:no-repeat; background-position:bottom center;
}

#div_dir #contato { margin:0 0 0 15px; }
#div_dir #contato .box {
	font-size:12px; font-family:Tahoma,Arial; font-weight:normal; color:#999; 
	border:0px solid #fff; background-color:#3266b2; color:#fff; height:25px; 
	box-shadow: inset 3px 3px 10px #274f89; -moz-box-shadow: inset 3px 3px 10px #274f89; -webkit-box-shadow: inset 3px 3px 4px #274f89;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
#div_dir #contato .botao { border:0px solid #000; float:right; width:25px; height:27px; font-size:10px; color:#ccc; margin:-37px 12px 0 0; padding:0px;
                           background-color:transparent; background-image:url('../images/bg_botao.png'); background-repeat:no-repeat; background-position:bottom center; }
#div_dir #contato .botao img { padding:6px; }
#div_dir #contato #telefone { width:170px; margin-bottom:10px; text-align:right; padding:6px 20px 0px 0; height:21px; clear:both; }
#div_dir #contato #fax { width:170px; margin-bottom:10px; text-align:right; padding:6px 20px 0px 0; height:21px; clear:both; }

#div_dir #busca { margin:40px 0 0 15px; }
#div_dir #busca .busca { display:inline; width:159px; }
#div_dir #busca .botao { border:0px solid #000; float:right; width:30px; height:27px; margin:0 12px 0 -10px; font-size:10px; color:#ccc; 
                         background-color:transparent; background-image:url('../images/bg_botao.png'); background-repeat:no-repeat; background-position:bottom center;
}
#div_dir #busca .buscar { padding:5px 8px; }

#div_dir #video { margin:40px 0 0 15px; }

#div_dir #pesquisa { margin:40px 0 0 15px; }

.paginacao p, table, li { font-family:tahoma,'ms sans serif',arial; font-size:11px; font-weight:normal; line-height:16px; color:#000; }

#map_canvas { background-color:#ffffff; border:10px solid #ffffff; width:610px; height:500px;
              border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
              box-shadow:2px 2px 10px #bbbbbb;  -moz-box-shadow:2px 2px 10px #bbbbbb;  -webkit-box-shadow:2px 2px 10px #bbbbbb;
}

