.botao {
float:left;
width:80px;
height:20px;
line-height:20px;
vertical-align:middle;
border:1px solid #ddd;
background:#eed;
margin:5px 1px 5px 0px;
text-align:center;
cursor:pointer;
border-radius:3px;
-moz-border-radius:3px;
-moz-box-shadow:5px 5px 5px #ddd;
-webkit-border-radius:3px
}

div.botao:hover {background:#eed; border:1px solid #333; text-decoration:underline}

.paginacao {
float:left;
width:20px;
height:20px;
font-size:14px;
color:#fff;
background:#ff9900;
text-align:center;
vertical-align:middle;
line-height:20px;
margin:5px 5px 5px 0px;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px
}

/*---------------------------*/
.fundo_pequeno {
float:left;
width:330px;
height:287px;
background:transparent url(../imagens/fundo_pequeno.png) no-repeat scroll center top
}

.fundo_veiculo {
float:left;
width:330px;
height:362px;
background:transparent url(../imagens/fundo_veiculos.png) no-repeat scroll center top
}

.fundo_fin {
float:left;
width:330px;
height:365px;
background:transparent url(../imagens/fundo_financeiras.png) no-repeat scroll center top
}

/*--------------------------*/
.icon_home{
float:left;
width:76px;
height:75px
}
.icon_home:hover {background:transparent url(../imagens/menu_hover.png) no-repeat}

.icon_quem_somos{
float:left;
width:198px;
height:75px
}
.icon_quem_somos:hover {background:transparent url(../imagens/menu_hover.png) no-repeat scroll -76px top}

.icon_servicos{
float:left;
width:136px;
height:75px
}
.icon_servicos:hover {background:transparent url(../imagens/menu_hover.png) no-repeat scroll -274px top}

.icon_estoque{
float:left;
width:133px;
height:75px
}
.icon_estoque:hover {background:transparent url(../imagens/menu_hover.png) no-repeat scroll -410px top}

.icon_finan{
float:left;
width:209px;
height:75px
}
.icon_finan:hover {background:transparent url(../imagens/menu_hover.png) no-repeat scroll -543px top}

.icon_dicas{
float:left;
width:103px;
height:75px
}
.icon_dicas:hover {background:transparent url(../imagens/menu_hover.png) no-repeat scroll -752px top}

.icon_contato{
float:left;
width:143px;
height:75px
}
.icon_contato:hover {background:transparent url(../imagens/menu_hover.png) no-repeat scroll -855px top}


/*-----------------*/
.fundo_veic {
float:left;
width:330px;
height:362px;
background:transparent url(../imagens/fundo_veiculos.png) no-repeat scroll center top
}

.fundo_financ {
float:left;
width:330px;
height:365px;
background:transparent url(../imagens/fundo_financeiras.png) no-repeat scroll center top
}

/*-------------------*/

.fundo_noticias {
float:left;
width:997px;
height:185px;
background:transparent url(../imagens/fundo_noticias.png) no-repeat scroll left top
}

.topo_grande {
float:left;
width:997px;
height:65px;
color:#fff;
font-size:26px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
line-height:60px;
vertical-align:middle;
background:transparent url(../imagens/rodape.png) no-repeat scroll center top
}

#popup {
float:left;
width:500px;
height:565px;
position:absolute;
top:5%;
left:30%;
z-index:999;
display:none
}
