p, a, body, td, tr, div {
font-family: verdana; font-size: 11px; cursor: crosshair;}

/* ------------ basico -------------- */
a, a:link, a:visited, a:active{
color: #ffffff; TEXT-DECORATION: none; cursor: crosshair;}

a:hover {
color: #433731; border-bottom: 1px dashed #ffffff; TEXT-DECORATION: underline; cursor: crosshair;}


/* ------------ imagens -------------- */
a img {
filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; -webkit-transition: opacity 0.5s linear;}

a:hover img {
filter:alpha(opacity=100); -moz-opacity:1.0; opacity:1.0;-webkit-transition: opacity 0.5s linear;}


/* ------------ seleção -------------- */
::-moz-selection{
color: #2d2420; background: #372e2a;}

::selection{
color: #2d2420; background: #372e2a;}
/* ------------ cores -------------- */

u {color: #2d2420; TEXT-DECORATION: none;}
n {color: #ffffff; border-bottom: 1px dashed #ffffff; TEXT-DECORATION: underline; }


/* ------------ titulo -------------- */
.titulo { letter-spacing: -1px; text-transform:uppercase; font: 22px courier new ; text-shadow: 0px 0px 1px #433731;}
.subtitulo{text-transform: lowercase; font-family:courier new; width: 130px;}


/* ------------ Caixa -------------- */
input, textarea, select  {font-family: verdana;  font-size: 11px; color: #433731;
border: 0px solid #f7e3e3; background-color: #372e2a;
-moz-border-radius: 0px; padding: 4px;}


/* ------------ footer -------------- */
#footer {
text-align:center; background: #3c322e;
border-top: 3px solid #322a26;
color: #ffffff; font-family: georgia; 
font-size: 9px; padding: 16px; 
text-align:center; text-transform: Uppercase; text-decoration: none; }


/* ------------ barra -------------- */
#barra {
height: 75px; border-bottom: 3px solid #322a26;text-align: right;}

#barra .tubo {
height: 75px;  text-align:center; width: 100%;background: #3c322e;text-align: right;}

#barra .fvbarraf {
width: 100px; height: 10px;font-family: georgia; font-size: 9px;
color:#ffffff; text-decoration: bold;  background-color: #392f2b;
border: 1px solid #392f2b;}

#barra .fvbarra a:link, #barra .fvbarra a:visited , #barra .fvbarra a:active  {
color: #ffffff; font-family: georgia; font-size: 9px; 
line-height: 45px; text-align:center; text-transform: Uppercase; 
text-decoration: none; padding: 5px; border-bottom: 2px solid #3c322e; 
margin-left: -5px;background: #3c322e;}

#barra .fvbarra a:hover {
color: #ffffff; font-family: georgia; cursor: crosshair; 
margin-left: -5px;font-size: 9px; line-height: 45px; 
text-align:center; text-transform: Uppercase; text-decoration: none; 
padding: 5px; border-bottom: 0px solid #ffffff; background-color: #392f2b;}

#barra .fvbarra {
font: bold 9px georgia; text-decoration: bold; text-transform: Uppercase; color: #392f2b;}

#barra .barraimg {
opacity:.0; cursor: crosshair;}


