﻿/*
    vermelho: #c00000
    cinza escuro: #202020
    cinza claro: #d5d5d5
*/
#footer
{
    float: left;
    width: 964px;
    height: 120px;
    color: #999999;
    font-size: 8pt;
}

.linkFooter
{
    float: left;
    color: #fff;
    margin-right: 15px;
    font-size: 8pt;
    font-weight: 900;
    font-family: Arial;
}

.linkFooter a, .linkFooter a:visited
{
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.linkFooter a:hover
{
    text-decoration: none;
    color: #c00000;
}

.linkFooterGray 
{
    float: left;
    color: #999999;
    margin-right:15px;
    font-size: 8pt;
    font-weight: 900;
    font-family: Arial;
}

.linkFooterGray a, .linkFooterGray a:visited
{
    text-decoration: none;
    color: #999999;
}

.linkFooterGray a:hover
{
    text-decoration: none;
    color: #c00000;
}

.newsletter
{
    float: left;
    background-image: url('../../Images/Etc/newsletter_field.png');
    width: 134px;
    height: 31px;
    padding-left: 93px;
    background-repeat: no-repeat;
    margin-top: -4px;
}

.txtNewsletter
{
    background-color: #000; 
    color: #999999;
    border: none;
    padding: 0px;
    width: 130px;
    height: 15px;
    margin-top: 2px;
    font-size: 7pt;
    padding-top: 2px;
    float:left;
}
