@charset "utf-8";
/* CSS Document */
* {
list-style:none;
margin:0;
padding:0;
text-decoration:none;
}
html, body {
margin:0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color: #979797;
background-color: #1e1b1c;
text-align: left;
}
a:link, a:visited, a:active {
color:#897a63;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:none;	
}
a{
outline: none;
}
img {
border:0;
}
img a:link,a:visited,hover,a:active{
text-decoration:none;
}
img {
border:none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ESTRUTURA*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/*HEADER*/
#header{
width:987px;
height: 150px;
background-image: url(../img/bg_header.gif);
margin-left: 5px;
float: left;
clear: both;
}

/*LOGO*/
#header #logo{
width:271px;
float: left;
}

/*MENU*/
#header #menu{
width: 665px;
height: 28px;
margin-bottom: 36px;
float: right;
background-image: url(../img/bg_menu.gif);
}

/*MENU INSTITUCIONAL*/
#header #menu #institucional{
width: 433px;
padding-left: 9px;
padding-top: 14px;
text-transform: uppercase;
font-size: 11px;
color: #c22026;
float: left;
}
#header #menu #institucional a:link{
color: #807769;
padding-right: 10px;
}
#header #menu #institucional a:visited{
color: #807769;
padding-right: 10px;
}
#header #menu #institucional a:hover{
color: #c22026;
padding-right: 10px;
}
#header #menu #institucional .ativo{
padding-right: 10px;
}

/*MENU VERSÃO*/
#header #menu #versao {
width: 66px;
text-align: right;
padding-top: 14px;
text-transform: uppercase;
font-size: 11px;
color: #c22026;
float: left;
}
#header #menu #versao a:link{
color: #807769;
padding-right: 10px;
}
#header #menu #versao a:visited{
color: #807769;
padding-right: 10px;
}
#header #menu #versao a:hover{
color: #c22026;
padding-right: 10px;
}

/*MENU CADASTRO*/
#header #menu #cadastro {
padding-left: 10px;
padding-top: 14px;
font-size: 11px;
color: #4c4946;
float: left;
}
#header #menu #cadastro a:link {
color: #807769;
}
#header #menu #cadastro a:visited {
color: #807769;
}
#header #menu #cadastro a:hover {
color: #c22026;
}
/*MENU NOME*/
#header #menu #nome {
padding-left: 10px;
padding-top: 14px;
font-size: 11px;
color: #FFFFFF;
font-weight: bold;
float: left;
}

/*BUSCA*/
#header #busca{
width: 496px;
float: right;
font-size: 10px;
padding-left: 10px;
background-image: url(../img/bg_busca.gif);
background-repeat: no-repeat;
}
#header #login{
width: 158px;
height: 86px;
float: right;
margin-left: 0px;
background-image: url(../img/bg_login.gif);
background-repeat: no-repeat;
text-align: right;
font-size: 10px;
}
#header #logado{
width: 158px;
height: 86px;
float: right;
margin-left: 0px;
background-image: url(../img/bg_login.gif);
background-repeat: no-repeat;
text-align: left;
font-size: 10px;
}
#header #logado a:link{
padding-left: 10px;
color: #807769;
}
#header #logado a:visited{
padding-left: 10px;
color: #807769;
}
#header #logado a:hover{
padding-left: 10px;
color: #c22026;
}

/*FOOTER*/
#footer {
width: 807px;
height: 20px;
color: #6e6862;
margin-bottom: 10px;
margin-top: 10px;
margin-left: 5px;
padding-right: 6px;
padding-left: 6px;
background-color: #302d2b;
float: left;
clear: both;
}
#footer a:link{
color: #807769;
}
#footer a:visited{
color: #807769;
}
#footer a:hover{
color: #c22226;
}
#footer #direitos{
float: left;
padding-top: 3px;
}
#footer #creditos{
padding-top: 3px;
float: right;
}


/*////////////////////////////////////*HOME*/
/*HOME*/
#home {
width: 824px;
margin-top: 0px;
/*
clausio - 23/08/2010
margin-top: 20px;
float: left;*/
left: 0px;
top: 160px;

color: #FFFFFF;
font-size: 10px;
}
#home #fotodestaque {
width: 271px;
margin-left: 5px;
float: left;
/*clausio - 23/08/2010*/
margin-top: 10px;
}
#home #tabshome {
width: 539px;
height: 411px;
float: right;
/*clausio - 23/08/2010*/
margin-top: 10px;
}
#home #tabshome h1 {
float: left;
padding-bottom: 18px;
padding-left: 5px;
background-color: #292625;
width: 534px;
}
/*PALAVRAS CHAVE*/
#palavras {
width: 158px;
margin-left: 10px;
margin-top: 20px;
/*float: left;*/
/*
Clausio - 23/08/2010
Fixando as palavras a direita
*/
left: 830px;
top: 140px;
/*position: fixed;*/
position: absolute;
}
#palavras #bloco {
color: #807769;
margin-bottom: 15px;
line-height: 20px;
}
#palavras #bloco h1 a:link {
font-size: 26px;
color: #807769;
font-weight:lighter;
}
#palavras #bloco h1 a:visited{
font-size: 26px;
color: #807769;
font-weight:lighter;
}
#palavras #bloco h1 a:hover{
font-size: 26px;
color: #FFFFFF;
font-weight:lighter;
}
#palavras #bloco h2 a:link {
font-size: 20px;
color: #807769;
font-weight:lighter;
}
#palavras #bloco h2 a:visited{
font-size: 20px;
color: #807769;
font-weight:lighter;
}
#palavras #bloco h2 a:hover{
font-size: 20px;
color: #FFFFFF;
font-weight:lighter;
}
#palavras #bloco h3 a:link {
font-size: 16px;
color: #807769;
font-weight:lighter;
}
#palavras #bloco h3 a:visited{
font-size: 16px;
color: #807769;
font-weight:lighter;
}
#palavras #bloco h3 a:hover{
font-size: 16px;
color: #FFFFFF;
font-weight:lighter;
}

/*////////////////////////////////////*INSTITUCIONAL*/
/*QUEM SOMOS O QUE FAZEMOS*/
#inst {
width: 824px;
margin-top: 20px;
float: left;
color: #FFFFFF;
font-size: 10px;
}
#inst #fotodestaque {
width: 271px;
margin-left: 5px;
float: left;
background-color: #292625;
}
#inst #texto {
width: 547px;
height: 411px;
float: right;
background-color: #292625;
}
#inst #texto p {
padding-left: 63px;
padding-right: 50px;
color: #989898;
font-size: 10px;
text-align: justify;
clear: left;
}
#inst #texto h1{
padding-left: 63px;
padding-bottom: 23px;
}
#inst #texto h2{
padding-left: 63px;
padding-bottom: 13px;
font-size: 24px;
font-weight: bold;
color: #c22026;
text-transform: uppercase;
}
#inst #texto #oquefazemos{
padding-left: 63px;
padding-bottom: 13px;
font-size: 10px;
font-weight: bold;
color: #c22026;
text-transform: uppercase;
float: left;
}
#inst #texto #oquefazemos a:link{
color: #807769;
}
#inst #texto #oquefazemos a:visited{
color: #807769;
}
#inst #texto #oquefazemos a:hover{
color: #c22026;
}
#inst #texto h3{
padding-left: 63px;
padding-right: 50px;
padding-bottom: 13px;
padding-top: 13px;
font-size: 24px;
font-weight: bold;
color: #807769;
text-align: right;
text-transform: uppercase;
}
#inst #texto h3 a:link{
color: #807769;
}
#inst #texto h3 a:visited{
color: #807769;
}
#inst #texto h3 a:hover{
color: #c22026;
}
/*CONTATO*/
#inst #contato {
width: 547px;
height: 411px;
float: right;
background-color: #292625;
font-size: 11px;
}
#inst #contato h1{
padding-left: 235px;
padding-bottom: 23px;
}
#inst #contato #form{
margin-left: 235px;
margin-right: 50px;
padding-bottom: 23px;
color: #989898;
}
#inst #contato #form p{
padding-top: 40px;
}
/*COMO USAR*/
#inst #comousar {
width: 819px;
margin-left: 5px;
padding-bottom: 27px;
float: left;
background-color: #292625;
font-size: 11px;
}
#inst #comousar h1 {
padding-bottom: 27px;
}
#inst #comousar p{
padding-left: 10px;
padding-bottom: 20px;
color: #989898;
font-size: 11px;
}
#inst #comousar h2 {
padding-left: 10px;
padding-bottom: 20px;
color: #807769;
font-size: 12px;
}
#inst #comousar h2 a:link{
color: #807769;
}
#inst #comousar h2 a:visited{
color: #807769;
}
#inst #comousar h2 a:hover{
color: #FFFFFF;
}
#inst #comousar h2 a.aberto{
color: #FFFFFF;
}
/*CADASTRO*/
#inst #cadastro {
width: 496px;
height: 411px;
float: right;
background-color: #292625;
font-size: 11px;
}
#inst #cadastro h1{
padding-bottom: 23px;
}
#inst #cadastro #form{
margin-left: 58px;
margin-right: 176px;
padding-bottom: 13px;
color: #989898;
}
#inst #textocadastro {
width: 241px;
margin-left: 5px;
float: left;
color: #989898;
font-size: 11px;
padding-left: 30px;
padding-top: 0px;
}
#inst #textocadastro ol {
margin-left: 30px;
text-align: justify;
}
#inst #textocadastro ol li{
list-style-type: decimal;
}
#inst #textocadastro p{
text-align: justify;
padding-left: 30px;
}

/*CADASTRO MINHA CONTA*/
#conta #cadastro {
width: 320px;;
padding-left: 278px;
height: 411px;
float: left;
font-size: 11px;
}
#conta #cadastro h1{
padding-bottom: 23px;
}
#conta #cadastro #form{
margin-left: 58px;
padding-bottom: 13px;
color: #989898;
}

/*/////////////////////////////////////*THUMBS*/
#thumbs {
width: 990px;
margin-left: 5px;
margin-top: 20px;
margin-bottom: 8px;
float: left;
clear: both;
}

/*////////////////////////////////////*THUMB FOTO*/
#thumbfoto {
width: 178px;
height: 263px;
background-color: #2e2b28;
border: 5px #2d2b28 solid;
margin-right: 12px;
margin-bottom: 10px;
float: left;
}
#thumbfoto #img {
width: 100%;
padding-bottom: 5px;
height: 172px;
float: left;
}
#thumbfoto #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #FFFFFF;
font-size: 10px;
clear: both;
}
#thumbfoto #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
}

/*////////////////////////////////////*THUMB FOTO 5 - ultimo da fileira*/
#thumbfoto5 {
width: 178px;
height: 263px;
background-color: #2e2b28;
border: 5px #2d2b28 solid;
margin-bottom: 10px;
float: left;
}
#thumbfoto5 #img {
width: 100%;
padding-bottom: 5px;
height: 172px;
float: left;
}
#thumbfoto5 #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #FFFFFF;
font-size: 10px;
clear: both;
}
#thumbfoto5 #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
}

/*////////////////////////////////////*THUMB FOTO MESA*/
#thumbfotomesa {
width: 178px;
height: 263px;
background-color: #736b5e;
border: 5px #736b5e solid;
margin-right: 12px;
margin-bottom: 10px;
float: left;
}
#thumbfotomesa #img {
width: 100%;
padding-bottom: 5px;
height: 172px;
float: left;
}
#thumbfotomesa #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #FFFFFF;
font-size: 10px;
clear: both;
background-color: #736b5e;
}
#thumbfotomesa #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
background-color: #736b5e;
}

/*////////////////////////////////////*THUMB FOTO MESA 5 - ultimo da fileira*/
#thumbfotomesa5 {
width: 178px;
height: 263px;
background-color: #736b5e;
border: 5px #736b5e solid;
margin-bottom: 10px;
float: left;
}
#thumbfotomesa5 #img {
width: 100%;
padding-bottom: 5px;
height: 172px;
float: left;
}
#thumbfotomesa5 #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #FFFFFF;
font-size: 10px;
clear: both;
background-color: #736b5e;
}
#thumbfotomesa5 #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
background-color: #736b5e;
}

/*///////////////////////////////////THUMB GRUPO*/
#thumbgrupo {
width: 178px;
height: 263px;
background-color: #2d2b28;
border: 5px #3b3732 solid;
margin-right: 12px;
margin-bottom: 10px;
float: left;
}
#thumbgrupo #img {
width: 100%;
padding-bottom: 5px;
background-image: url(../img/bg_thumbgrupo.gif);
height: 172px;
float: left;
}
#thumbgrupo #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #FFFFFF;
font-size: 10px;
clear: both;
background-color: #3b3732;
}
#thumbgrupo #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
background-color: #3b3732;
}

/*////////////////////////////////////*THUMB GRUPO 5 - ultimo da fileira*/
#thumbgrupo5 {
width: 178px;
height: 263px;
background-color: #2d2b28;
border: 5px #3b3732 solid;
margin-bottom: 10px;
float: left;
}
#thumbgrupo5 #img {
width: 100%;
padding-bottom: 5px;
background-image: url(../img/bg_thumbgrupo.gif);
height: 172px;
float: left;
}
#thumbgrupo5 #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #FFFFFF;
font-size: 10px;
clear: both;
background-color: #3b3732;
}
#thumbgrupo5 #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
background-color: #3b3732;
}

/*////////////////////////////////////*THUMB GRUPO MESA*/
#thumbgrupomesa {
width: 178px;
height: 263px;
background-color: #2e2b28;
border: 5px #736b5e solid;
margin-right: 12px;
margin-bottom: 10px;
float: left;
}
#thumbgrupomesa #img {
width: 100%;
padding-bottom: 5px;
background-image: url(../img/bg_thumbgrupomesa.gif);
height: 172px;
float: left;
}
#thumbgrupomesa #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #FFFFFF;
font-size: 10px;
clear: both;
background-color: #736b5e;
}
#thumbgrupomesa #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
background-color: #736b5e;
}

/*////////////////////////////////////*THUMB GRUPO MESA 5 - ultimo da fileira*/
#thumbgrupomesa5 {
width: 178px;
height: 263px;
background-color: #2e2b28;
border: 5px #736b5e solid;
margin-bottom: 10px;
float: left;
}
#thumbgrupomesa5 #img {
width: 100%;
padding-bottom: 5px;
background-image: url(../img/bg_thumbgrupomesa.gif);
height: 172px;
float: left;
}
#thumbgrupomesa5 #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #FFFFFF;
font-size: 10px;
clear: both;
background-color: #736b5e;
}
#thumbgrupomesa5 #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
background-color: #736b5e;
}


/*///////////////////////////////////THUMB MESA*/
#thumbmesa {
width: 178px;
height: 263px;
background-color: #FFFFFF;
border: 5px #d7d4d0 solid;
margin-right: 12px;
margin-bottom: 10px;
float: left;
}
#thumbmesa #img {
width: 100%;
padding-bottom: 5px;
background-image: url(../img/bg_thumbmesa.gif);
height: 172px;
float: left;
}
#thumbmesa #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #000000;
font-size: 10px;
clear: both;
background-color: #d7d4d0;
}
#thumbmesa #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
background-color: #d7d4d0;
}

/*////////////////////////////////////*THUMB MESA 5 - ultimo da fileira*/
#thumbmesa5 {
width: 178px;
height: 263px;
background-color: #FFFFFF;
border: 5px #d7d4d0 solid;
margin-bottom: 10px;
float: left;
}
#thumbmesa5 #img {
width: 100%;
padding-bottom: 5px;
background-image: url(../img/bg_thumbmesa.gif);
height: 172px;
float: left;
}
#thumbmesa5 #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #000000;
font-size: 10px;
clear: both;
background-color: #d7d4d0;
}
#thumbmesa5 #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
background-color: #d7d4d0;
}



/*///////////////////////////////////THUMB MINHAS MESAS*/
#thumbminhasmesas {
width: 178px;
height: 263px;
background-color: #d7d4d0;
border: 5px #d7d4d0 solid;
margin-right: 12px;
margin-bottom: 10px;
float: left;
}
#thumbminhasmesas #img {
width: 100%;
padding-bottom: 5px;
background-image: url(../img/bg_thumbmesa.gif);
height: 172px;
float: left;
}
#thumbminhasmesas #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #000000;
font-size: 10px;
clear: both;
background-color: #d7d4d0;
}
#thumbminhasmesas #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
background-color: #d7d4d0;
}

/*////////////////////////////////////*THUMB MINHAS MESAS 5 - ultimo da fileira*/
#thumbminhasmesas5 {
width: 178px;
height: 263px;
background-color: #d7d4d0;
border: 5px #d7d4d0 solid;
margin-bottom: 10px;
float: left;
}
#thumbminhasmesas5 #img {
width: 100%;
padding-bottom: 5px;
background-image: url(../img/bg_thumbmesa.gif);
height: 172px;
float: left;
}
#thumbminhasmesas5 #legenda {
width: 100%;
height: 58px;
border-top: 1px #1f1c1c solid;
padding-top: 5px;
color: #000000;
font-size: 10px;
clear: both;
background-color: #d7d4d0;
}
#thumbminhasmesas5 #actions {
width: 100%;
height: 27px;
text-align: center;
clear: both;
background-color: #d7d4d0;
}

/*////////////////////////////////////*LISTA*/
/*LISTA*/
#lista {
width: 988px;
margin-left: 5px;
margin-top: 20px;
margin-bottom: 20px;
float: left;
clear: both;
color: #FFFFFF;
font-size: 10px;
}
#lista h1 {
width: 100%;
background-color: #3a3732;
float: left;
}
#lista h1 #left p{
padding-top: 18px;
padding-bottom: 18px;
padding-left: 7px;
font-size: 10px;
font-weight: normal;
float: left;
}
#lista h1 #right{
width: 176px;
padding-top: 20px;
padding-right: 7px;
padding-right: 7px;
float: right;
}
#lista h2 {
width: 100%;
background-color: #2d2b28;
float: left;
}
#lista h2 #left p{
padding-top: 18px;
padding-bottom: 18px;
padding-left: 7px;
font-size: 10px;
font-weight: normal;
float: left;
}
#lista h2 #right{
width: 176px;
padding-top: 20px;
padding-right: 7px;
padding-right: 7px;
float: right;
}
#lista h3 {
width: 100%;
background-color: #736b5e;
float: left;
}
#lista h3 #left p{
padding-top: 18px;
padding-bottom: 18px;
padding-left: 7px;
font-size: 10px;
font-weight: normal;
float: left;
}
#lista h3 #left p a:link{
background-color: #413d39;
color: #989898;
padding: 2px;
}
#lista h3 #left p a:visited{
background-color: #413d39;
color: #989898;
padding: 2px;
}
#lista h3 #left p a:hover{
background-color: #413d39;
color: #FFFFFF;
padding: 2px;
}
#lista h3 #right{
width: 176px;
padding-top: 20px;
padding-right: 7px;
padding-right: 7px;
float: right;
}



/*RECENTES*/
#recentes {
width: 988px;
color: #c22026;
margin-left: 5px;
margin-top: 7px;
margin-bottom: 7px;
text-transform: uppercase;
font-size: 12px;

float: left;
clear: both;
}
#recentes p{
padding: 7px;
}

#recentes .cat1 a:link {
color: #958e87;
}
#recentes .cat1 a:visited {
color: #958e87;
}
#recentes .cat1 a:hover {
color: #FFFFFF;
}
#recentes .cat2 a:link {
color: #c22026;
}
#recentes .cat2 a:visited {
color: #c22026;
}
#recentes .cat2 a:hover {
color: #FFFFFF;
}
#recentes .cat3 a:link {
color: #464341;
}
#recentes .cat3 a:visited {
color: #464341;
}
#recentes .cat3 a:hover {
color: #FFFFFF;
}
#recentes .cat4 a:link {
color: #5e5955;
}
#recentes .cat4 a:visited {
color: #5e5955;
}
#recentes .cat4 a:hover {
color: #FFFFFF;
}



/*RESULTADO*/
#resultado {
width: 988px;
height: 20px;
margin-left: 5px;
background-color: #736b5e;
color: #FFFFFF;
font-weight: bold;
float: left;
clear: both;
}
#resultado a{
color:#black;
/*text-decoration:none;*/
}
#resultado a:hover {
color:#FFFFFF;
text-decoration:none;	
}
#resultado p{
padding: 7px;
padding-top: 3px;
padding-bottom: 1px;
}
#resultado p .palavraschave{
color: #000000
}

/*RESULTADO GRUPO*/
#resultadogrupo {
width: 988px;
height: 50px;
margin-left: 5px;
margin-top: 1px;
background-color: #b62727;
color: #FFFFFF;
font-weight: bold;
float: left;
clear: both;
}
#resultadogrupo p{
padding: 7px;
padding-top: 20px;
padding-bottom: 1px;
}
#resultadogrupo p .palavraschave{
color: #000000;
font-size: 12px;
}

/*RESULTADO MESA*/
#resultadomesa{
width: 988px;
height: 20px;
margin-left: 5px;
background-color: #736b5e;
color: #FFFFFF;
font-weight: bold;
float: left;
clear: both;
}
#resultadomesa img{
float: right;
}
#resultadomesa p{
padding-left: 7px;
padding-top: 3px;
float: left;
}
/*RESULTADO MESA INTERNA*/
#resultadomesaint { 
width: 988px;
height: 50px;
margin-left: 5px;
margin-top: 1px;
background-color: #FFFFFF;
color: #000000;
font-weight: bold;
float: left;
clear: both;
}
#resultadomesaint p{
padding: 7px;
padding-top: 20px;
padding-bottom: 1px;
}
#resultadomesaint p .palavraschave{
color: #c22026;
font-size: 12px;
}

/*RESULTADO MINHA CONTA*/
#resultadoconta {
width: 988px;
height: 20px;
margin-left: 5px;
background-color: #736b5e;
color: #FFFFFF;
font-weight: bold;
float: left;
clear: both;
}
#resultadoconta p{
padding: 7px;
padding-top: 3px;
padding-bottom: 1px;
}
#resultadoconta a:link{
color: #000000;
padding: 3px;
}
#resultadoconta a:visited{
color: #000000;
padding: 3px;
}
#resultadoconta a:hover{
color: #FFFFFF;
background-color: #c22026;
padding: 3px;
}
#resultadoconta p .ativo{
color: #FFFFFF;
padding: 3px;
background-color: #c22026;
}

/*VOLTAR*/
#voltar{
width: 988px;
height: 20px;
margin-left: 5px;
background-color: #736b5e;
color: #000000;
font-weight: bold;
float: left;
clear: both;
}
#voltar img{
float: left;
}
#voltar p{
padding-left: 7px;
padding-top: 3px;
float: left;
}
#voltar p .palavraschave{
color: #000000
}

/*VOLTAR MESA*/
#voltarmesa{
width: 988px;
height: 20px;
margin-left: 5px;
background-color: #a59e91;
color: #4f4b44;
font-weight: bold;
float: left;
clear: both;
}
#voltarmesa img{
float: left;
}
#voltarmesa p{
padding-left: 7px;
padding-top: 3px;
float: left;
}
#voltarmesa p .palavraschave{
color: #000000
}

/*PAGINAÇÃO*/
#paginacao {
width: 988px;
height: 56px;
margin-left: 5px;
background-color: #2f2c2b;
margin-top: 1px;
float: left;
clear: both;
}
#paginacao #actionspag {
width: 355px;
padding-top: 7px;
padding-left: 7px;
padding-right: 7px;
float: left;
}
#paginacao #actionspag h1 {
padding-bottom: 6px;
font-size: 10px;
font-weight: normal;
}
#paginacao #navpag {
/*width: 240px;*/
width: 334px;
text-align: center;
padding: 7px;
margin-top: 14px;
color: #81776a;
float: left;
}
#paginacao #navpag a:link {
font-weight: bold;
color: #81776a;
}
#paginacao #navpag a:visited {
font-weight: bold;
color: #81776a;
}
#paginacao #navpag a:hover {
font-weight: bold;
color: #FFFFFF;
}
#paginacao #navpag .pagativa {
font-weight: bold;
color: #FFFFFF;
}

#paginacao #fotospag {
width: 175px;
padding: 7px;
padding-top: 5px;
padding-bottom: 0px;
float: right;
}


/*PAGINAÇÃO MESA*/
#paginacaomesa {
width: 988px;
height: 56px;
margin-left: 5px;
background-color: #d7d4d0;
margin-top: 1px;
float: left;
clear: both;
}
#paginacaomesa #actionspag {
width: 355px;
padding-top: 7px;
padding-left: 7px;
padding-right: 7px;
float: left;
}
#paginacaomesa #actionspag h1 {
padding-bottom: 6px;
font-size: 10px;
font-weight: normal;
color: #6f6862;
}
#paginacaomesa #navpag {
width: 240px;
text-align: center;
padding: 7px;
margin-top: 14px;
color: #b6b5b5;
float: left;
}
#paginacaomesa #navpag a:link {
font-weight: bold;
color: #6f6862;
}
#paginacaomesa #navpag a:visited {
font-weight: bold;
color: #6f6862;
}
#paginacaomesa #navpag a:hover {
font-weight: bold;
color: #c22026;
}
#paginacaomesa #navpag .pagativa {
font-weight: bold;
color: #c22026;
}
#paginacaomesa #fotospag {
width: 175px;
padding: 7px;
padding-top: 5px;
padding-bottom: 0px;
float: right;
}

/*PAGINAÇÃO CONTA*/
#paginacaoconta {
width: 988px;
margin-left: 5px;
background-color: #2f2c2b;
margin-top: 1px;
float: left;
clear: both;
}
#paginacaoconta #actionspag {
width: 355px;
padding-top: 20px;
padding-left: 7px;
padding-right: 7px;
float: left;
}
#paginacaoconta #actionspag h1 {
padding-bottom: 6px;
font-size: 10px;
font-weight: normal;
}
#paginacaoconta #navpag {
width: 240px;
text-align: center;
padding: 7px;
margin-top: 14px;
color: #81776a;
float: left;
}
#paginacaoconta #navpag a:link {
font-weight: bold;
color: #81776a;
}
#paginacaoconta #navpag a:visited {
font-weight: bold;
color: #81776a;
}
#paginacaoconta #navpag a:hover {
font-weight: bold;
color: #FFFFFF;
}
#paginacaoconta #navpag .pagativa {
font-weight: bold;
color: #FFFFFF;
}

#paginacaoconta #fotospag {
width: 175px;
padding: 7px;
padding-top: 20px;
padding-bottom: 0px;
float: right;
}

/*LAYOUT*/
.destaque {
}
.destaque2 {
color: #c22026;
font-weight: bold;
}
.formulario {
font-size: 10px;
height: 17px;
background-color: #c8c3c3;
border: 0 none #d9d4d5;
width: 97%;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
.formulario2 {
font-size: 10px;
height: 17px;
background-color: #FFFFFF;
border: 0 #d9d4d5 solid;
width: 97%;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
.formulario3 {
font-size: 10px;
height: 17px;
background-color: #FFFFFF;
border: 0 none #d9d4d5;
width: 171px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
margin-bottom: 5px;
}
.formulario4 {
margin-top: 3px;
margin-right: 5px;
}
.formulario5 {
font-size: 10px;
height: 17px;
background-color: #c8c3c3;
border: 0 none #d9d4d5;
width: 172px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}
.formulario6 {
font-size: 10px;
background-color: #FFFFFF;
border: 0 #d9d4d5 solid;
width: 97%;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
}