﻿#home-sections
{
    list-style: none;
}

#home-sections a
{
    display: block;
    text-decoration: none;
}

#home-sections span
{
    color: white;
    float: left;
    font-size: 18px;
    height: auto;
    padding-left: 5px;
    padding-top: 15px;
    width: auto;
}

#home-sections li
{
    list-style: none;
    
}

#home-sections li a
{
    width: 100%;
    background-repeat: repeat-x;
    height: 50px;
}

#home-sections .autos
{
    background-image: url(../images/topo_home_autos.gif);
}

#home-sections .imoveis
{
    background-image: url(../images/topo_home_imoveis.gif);
}

#home-sections .empregos
{
    background-image: url(../images/topo_home_empregos.gif);
}

#home-sections .diversos
{
    background-image: url(../images/topo_home_diversos.gif);
}