html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#corpo {padding-bottom: 80px;}  /* deve ser a mesma altura do rodapé */
#rodape {
    position: relative;
    margin-top: -80px; /* A mesma altura do rodapé, o valor deve ser negativo */
    height: 80px;
    clear:both
}
body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #58595b;
    background: url(../images/layout/body.gif) repeat-y;
    background-position: center;
    background-color: #F1F0EC;
    line-height: 15px;
}
a{
    color: #f1ba31;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
#cabecalho{
	height: 130px;
	overflow: visible;
	background: url(../images/layout/cabecalho.gif) repeat-x;
}
.logo{
    background: url(../images/layout/logo_oficial.gif) no-repeat;
    height: 105px;
    background-position: 20px;
}
.logo h1{
    font-size: 0;
    text-indent: -9000px;
}
#aspas{
	height: auto;
	width: 890px;
	margin-bottom: 0;
	background: url(../images/layout/aspas.gif) no-repeat;
	background-color: #eeedeb;
	margin-top: 18px;
	margin-right: 18px;
	margin-left: 18px;
}
.tit{
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 45px;
}
#aspas p{
    padding-left: 35px;
    padding-top: 10;
    text-transform: none;
	line-height:150%;
    text-indent: 5mm;
}

#corpo{
    padding-top: 15px; 
    overflow: hidden;

}
#corpo_interno{
    padding-left: 15px; 
}
.caixa_index{
    float: left;
    width: 284px;
    margin-left: 19px;
    height: 279px;
    background-color: #F1F0EC;
}
.caixa_index h2{
    text-transform: uppercase;
    font-size: 17px;
    color: #FFFFFF;
    padding: 12px 0 15px 25px;
    background: url(../images/layout/marcador.gif) no-repeat;
    background-color: #000061;
    background-position: 11px;
}
.caixa_index .conteudo_bemvindo a,
.caixa_index .conteudo_quemsomos a,
.caixa_index .conteudo_tecnologia a{
    text-indent: -9000px;
    width: 284px;
    height: 237px;
    display: block;
    background: url(../images/layout/bemvindo.jpg) no-repeat;
}
.caixa_index .conteudo_quemsomos a{
    background: url(../images/layout/quemsomos.jpg) no-repeat;
}
.caixa_index .conteudo_tecnologia a{
    background: url(../images/layout/freshair.jpg) no-repeat;
}
#rodape{
    overflow: hidden;
    background: url(../images/layout/body.gif) repeat-y;
}
#rodape address{
    font-size: 12px;
    font-style: normal;
    text-align: center;
    margin: 20px;
    padding: 20px 10px;
    color: #000061;
    background-color: #CFCAC4;
}
#rodape address span{
    font-size: 14px;
}
.linguagem{
    margin-top: 45px;
}
