@charset "utf-8";
/* CSS */

div#conteudo {
    position:absolute;
    z-index: 2;
    top:-100;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    opacity: 0.0;
    background:#3FC;
} 

div#conteudo2 {
    position:absolute;
    z-index: 2;

}

div#flash { 
    z-index: 1;
    position:absolute;
} 

div#carro{
    position:relative;
    float:left;
}

body {
    background-image: url(images/fundo.jpg);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFF;
}
body,td,th { font-family: Arial, Helvetica, sans-serif; color: #666; }

/* LINKS */

a { font-family: Arial, Helvetica, sans-serif; color: #666; }

a:link { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #666; }

.botao { font-family: Arial, Helvetica, sans-serif; color: #666; }

.texto_20_branco a:link { text-decoration: none; color: #FFF; }
.texto_20_branco a:visited { text-decoration: none; color: #FFF; }
.texto_20_branco a:hover { text-decoration: none; color: #999; }
.texto_20_branco a:active { text-decoration: none; color: #FFF; }

.texto_20_azul_bold a:link { text-decoration: none; color: #163E9A; }
.texto_20_azul_bold a:visited { text-decoration: none; color: color: #163E9A; }
.texto_20_azul_bold a:hover { text-decoration: none; color: #000; }
.texto_20_azul_bold a:active { text-decoration: none; color: #163E9A; }

/* TEXTOS */

.texto { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.texto_bold { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight:bold; }
.texto_20_cinza {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #666;
    letter-spacing:-0.04em;
    line-height:20px; }
.texto_20_branco { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #FFF; letter-spacing:-0.04em; line-height:20px; }
.texto_20_azul_bold { font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight:bold; color: #163E9A; letter-spacing:-0.04em; line-height:20px; }
.texto_20_branco_espacado { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #FFF; letter-spacing:0.4em; line-height:20px; }

/* TABELAS */

.td_destaques { padding:5px; background-color: #333; filter: alpha(opacity=40); filter: progid;:DXImageTransform.Microsoft.Alpha(opacity=40); -moz-opacity: 0.40; }

/* CAMPOS */

.campos {
    font-size: 18px;
    color: #666;
    background:#F0F0F1;
    width:300px;
    padding:5px;
    height: 32px;
    letter-spacing:-0.04em;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid 1px #CCCCCC;
    border-right-style: solid 1px #CCCCCC;
    border-bottom-style: solid 1px #CCCCCC;
    border-left-style: solid 1px #CCCCCC;
}
