﻿/* Guia do Site */

.GuiaIcone
{
    width: 21px;
    height: 19px;
    background-repeat: no-repeat;
    background-image: url('../imagens/guia_icone.jpg');
}

.GuiaLinha
{
    width: 280px;
    height: 2px;
    background-repeat: no-repeat;
    background-image: url('../imagens/guia_linha.jpg');
}

.GuiaLink
{
    width: 259px;
}

.GuiaLink a
{
    padding-left: 10px;
    font-weight: bold;
}