﻿/*ALL*/

html, body 
{
    height:100%;
}

body 
{
    width: 100%;
    margin: 0 auto;
    background-color:#ffffff;
    text-align: center;
}

form 
{
    min-height:100%;
    position:relative;
}

.clear 
{
    clear: both;
}

/*END OF ALL*/

/*HEADER*/
header 
{
    width:100%;
    min-width: 1260px;
    height:234px;
}

header .headerContent 
{
    width:1260px;
    margin:0 auto;
    height:156px;
}

header .headerContent .logo 
{
    width:1260px;
    height:156px;
    float:left; 
    background-image:url('../Imagens/logao.png');       
}

header .headerContent .logo .bandeiras 
{
    width:64px;
    height:22px;
    float:right;
    margin-top:130px;
    margin-right:174px;
}

header .headerContent .logo .bandeiras img 
{
    float:left;
    width:30px;
    height:22px;
}
/*FIM DO HEADER*/

/*CONTENT*/
#Content 
{
    width:100%;
    min-width: 1260px;
    height:100%;
    padding-bottom:266px;
}
/*END OF CONTENT*/

/*FOOTER*/
footer 
{
    width:100%;
    min-width: 1260px;  
    position:absolute;
    background-color:#f2f1f1;  
    bottom:0;
}

footer .sombra 
{
    width:100%;
    height:16px;
    background-image:url('../Imagens/sombra.png');
    background-repeat:repeat-x;
}

footer .footerContent 
{
    width:838px;
    height:266px;
    margin:0 auto;
}

footer .footerContent .logosArea 
{
    width:153px;
    float:left;
}

footer .footerContent .logo1
{
    width:153px;
    height:51px;
    float:left;
    margin-top:45px;
}

footer .footerContent .logo2
{
    width:153px;
    height:53px;
    float:left;
    margin-top:12px;
}

footer .footerContent .menuArea
{
    width:58px;
    height:155px;
    float:left;
    text-align:left;
    margin-left:64px;
    margin-top:45px;
}

footer .footerContent .menuArea .titulo 
{
    font-family:'Century Gothic';
    font-size:20px;
    color:#626467;
    font-weight:bold;
    text-align:left;
}

footer .footerContent .menuArea .texto 
{
    font-family:'Calibri';
    font-size:12px;
    text-align:left;
    line-height:20px;
    margin-top:20px;
}

footer .footerContent .menuArea .texto a
{
    color:#626467;
    text-decoration:none;
}

footer .footerContent .menuArea .texto a:hover
{
    color:#f47a21;
    text-decoration:none;
}

footer .footerContent .contatoArea
{
    width:174px;
    height:120px;
    float:left;
    text-align:left;
    margin-left:83px;
    margin-top:45px;
}

footer .footerContent .contatoArea .titulo 
{
    font-family:'Century Gothic';
    font-size:20px;
    color:#626467;
    font-weight:bold;
    text-align:left;
}

footer .footerContent .contatoArea .texto 
{
    font-family:'Calibri';
    font-size:13px;
    color:#626467;
    text-align:left;
    line-height:18px;
    margin-top:20px;
}

footer .footerContent .ondeEstamos
{
    width:174px;
    height:120px;
    float:left;
    text-align:left;
    margin-left:60px;
    margin-top:45px;
}

footer .footerContent .ondeEstamos .titulo 
{
    font-family:'Century Gothic';
    font-size:20px;
    color:#626467;
    font-weight:bold;
    text-align:left;
}

footer .footerContent .ondeEstamos .texto 
{
    font-family:'Calibri';
    font-size:13px;
    color:#626467;
    text-align:left;
    line-height:18px;
    margin-top:20px;
}

footer .footerContent .ultimaLinha 
{
    height:30px;
    font-weight:bold;
    margin-top:35px;
    font-family:'Calibri';
    font-size:11px;
    color:#626467;
}
/*FIM DO FOOTER*/