body{
  font-family:Tahoma;
  font-size:11px;
  /*background:url(../imagens/Fundo.png) top no-repeat;*/
  background-color:#000000;
  padding:0px;
  margin:0px;
  color:#07273c;
}

#corpo{
/*  background:url(../imagens/background_base.jpg) bottom repeat-x;*/
}

a{
color:#2C3742;
text-decoration:none;
}

/* Classe para transparencia em fundo png no ie6 !!!testar */
/*
.fundo {
background-image: url(imagens/fundo_cima.png) !important;
background-image: none;
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=imagens/fundo_cima.png);
}
*/


.carregando {
	display:none;
        z-index:10;
        position:fixed;
        _position:absolute;
        top:0;
        _top:expression(eval(document.body.scrollTop));
        right:0;
        margin:0;
        padding:0;
}

.link_video{
  color:#2C3742;
  text-decoration:none;
  background:url(../images/seta_preta.gif) left no-repeat;
  padding-left:10px;
}

.link_video:hover{
  color:#0A5D93;
  text-decoration:none;
  background:url(../imagens/seta_dupla_azul.gif) left no-repeat;
}

.textoazul{
  color:#022b3d;
}

.linkazul{
  color:#0A5D93;
  text-decoration:underline;
}

.linkazul:hover{
  color:#2C3742;
  text-decoration:none;
}

.linkpreto{
  color:#000000;
  text-decoration:none;
  font-family:arial;
  font-size:11px;
}

.linkpreto:hover{
  color:#000000;
  text-decoration:none;
  font-family:arial;
  font-size:11px;
  }

input.txtbusca{
  width:148px;
  height:27px;
  background:none;
  border:0;
  font-size:11px;
  padding-top:5px;
  padding-left:22px;
  color:#4B5E72;
  background:url(../imagens/campo_busca_home.gif) no-repeat;
  margin-top:6px;
  *margin-top:3px;
}

input.busca_home{
  width:211px;
  height:27px;
  background:none;
  border:0;
  font-size:11px;
  font-weight:bold;
  color:#07273c;  
  padding-top:5px;
  padding-left:5px;
  background:url(../imagens/campo_busca_home.gif) no-repeat;
  margin-top:6px;
  *margin-top:3px;
}

.campo_busca{
  background:url(../imagens/campo_busca_home.gif) no-repeat;
  vertical-align:middle;
  background:none;
  border: 0;
  font-size:11px;
  color:#4B666F;
  width:200px;
  height:18px;
}

.campo{
  vertical-align:middle;
  background:url(../imagens/bg_busca_meio.gif) repeat-x #DEDCD7;
  border: solid 3px #3B5260;
  margin-top:2px;
  font-size:11px;
  color:#4B666F;
}

.campo_home{
  vertical-align:middle;
  border: 0;
  background:none;
  margin-bottom:2px;
  font-size:11px;
  color:#ffffff;
}

table.form_newsletter_home tr td{
  background:url(../imagens/campo.gif) no-repeat;
  width:204px;
  padding-left:10px;
}

.campo_preto{
  vertical-align:middle;
  background:#000;
  border: solid 1px #000;
  margin-top:2px;
  font-size:11px;
  color:#F8C301;
}

.lembrar_senha{
background:#4E5C69;
border:solid 1px #CFD4D8;
height:10px;
width:10px;
vertical-align:middle;
margin-right:15px;
}

.campo_contato{
  vertical-align:middle;
  background:url(../imagens/bg_campo.gif) repeat-x;
  padding-top:4px;
  border: none;
  margin-top:2px;
  font-size:11px;
  font-weight:bold;
  color:#f9ed1a;
  width:214px;
  height:24px;
  line-height:24px;
}

textarea.campo{
  background:url(../imagens/bg_txtarea.jpg) repeat-x #DEDCD7;
  border: solid 1px #4B5E72;
  font-size:11px;
  color:#4B666F;
  width:100%;
  height:66px;
}

select.campo{
  background:url(../imagens/bg_txtarea.jpg) repeat-x #DEDCD7;
  border: solid 1px #8DA7B6;
  font-size:11px;
  color:#4B666F;
  width:100%;

}

.titulo{
color:#2C3742;
font-weight:bold;
}

.menu0, .menu0 A {
	color: white;
	border: 1px solid white;
}


.direto {
	background-color: #383a39;
	padding: 0px;
    margin: 0px;
	padding-top:1px;
}

.direto LI {
	background-color: #272526;
	list-style: none;
	padding: 0px;
    margin-bottom: 1px;
}

td.direto_pto_bg{
background:url(../imagens/botao_box.gif);
background-repeat:no-repeat;
}

td.direto_pto_bg:hover{
background:url(../imagens/botao_box_hover.gif);
background-repeat:no-repeat;
}

a.direto_pto{
color:#AEC4D2;
}

a.direto_pto:hover{
color:#F9C301;
}


td.box_bg{
background:url(../imagens/botao_box2.gif);
background-repeat:no-repeat;
}

td.box_bg:hover{
background:url(../imagens/botao_box_hover2.gif);
background-repeat:no-repeat;
}

a.box{
color:#AEC4D2;
}

a.box:hover{
color:#F9C301;
}
/*
.tabela_produto2{
background:red;
}
*/



/*CSS SCROLL*/
#pane2 {
  height: 260px;
}
.pousada .jScrollPaneTrack {
  background: url(../imagens/scroll/track.gif) repeat-y;
}
.pousada .jScrollPaneDrag {
  background: url(../imagens/scroll/drag_middle.gif) repeat-y;
}
.pousada .jScrollPaneDragTop {
  background: url(../imagens/scroll/drag_top.gif) no-repeat;
  height: 6px;
}
.pousada .jScrollPaneDragBottom {
  background: url(../imagens/scroll/drag_bottom.gif) no-repeat;
  height: 7px;
}
.pousada a.jScrollArrowUp {
  height: 24px;
  background: url(../imagens/scroll/arrow_up.png) no-repeat 0 -30px;
}
.pousada a.jScrollArrowUp:hover {
  background-position: 0 0;
}
.pousada a.jScrollArrowDown {
  height: 24px;
  background: url(../imagens/scroll/arrow_down.png) no-repeat 0 -30px;
}
.pousada a.jScrollArrowDown:hover {
  background-position: 0 0;
}
.left .jScrollPaneTrack {
  left: 0;
  right: auto;
}
.left a.jScrollArrowUp {
  left: 0;
  right: auto;
}
.left a.jScrollArrowDown {
  left: 0;
  right: auto;
}
	
/* IE SPECIFIC HACKED STYLES */
* html .pousada .jScrollPaneDragBottom {
  bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */
/*fim scroll*/

