﻿
.it{
	font-style:italic;
	font-weight:normal
	}

.familia {
	font-size:10pt;
	color: #003300;
	font-weight:normal;
	}
	body{
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}


div#geral {
    margin: 0px;
    padding: 0px;
}


div#cabeca
{
    background: transparent url("./recursos/imagens/topo2.jpg") no-repeat top center;
    height: 165px;
    width: 993px;
    margin-left:1%;
    
}







div#home   
{
    background: transparent url("./recursos/imagens/m_home.jpg") no-repeat center center;
    display: block;
    position:absolute;
    width: 158px;
    height:48px;
    top: 57px;
    left: 300px;
    
}

div#home:hover
{
    background: transparent url("./recursos/imagens/m2_home.jpg");
    cursor: pointer;
}

div#empresa
{ background: transparent url("./recursos/imagens/m_empresa.jpg") no-repeat center center;
  display: block;
    position:absolute;
    width: 125px;
    height:48px;
    top: 57px;
    left: 457px;
}

div#empresa:hover
{
    background: transparent url("./recursos/imagens/m2_empresa.jpg");
    cursor: pointer;
}

div#produtos
{ background: transparent url("./recursos/imagens/m_produtos.jpg") no-repeat center center;
  display: block;
    position:absolute;
    width: 136px;
    height:48px;
    top: 57px;
    left: 581px;
}

div#produtos:hover
{
    background: transparent url("./recursos/imagens/m2_produtos.jpg");
    cursor: pointer;
}

div#localizacao
{ background: transparent url("./recursos/imagens/m_localizacao.jpg") no-repeat center center;
display: block;
    position:absolute;
    width: 146px;
    height:48px;
    top: 57px;
    left: 716px;
    
}

div#localizacao:hover
{
    background: transparent url("./recursos/imagens/m2_localizacao.jpg");
    cursor: pointer;
}

div#contato
{ background: transparent url("./recursos/imagens/m_contato.jpg") no-repeat center center;
   display: block;
    position:absolute;
    width: 127px;
    height:48px;
    top: 57px;
    left: 862px;
    
}

div#contato:hover
{
    background: transparent url("./recursos/imagens/m2_contato.jpg");
    cursor: pointer;
}

div#menu{
	position:absolute;
	width:711px;
	height:44px;
	top: 61px;
	left: 279px;
}


/* CONTEUDO */

div#base
{
    background-position: url("./recursos/imagens/fundo1.jpg") repeat-y;
    width: 993px;
    background: url("./recursos/imagens/fundo1.jpg") repeat-y;
    margin-left: 1%;
    min-height: 450px;
    padding-bottom: 0px;
    overflow: visible;
}



/* RODAPE */

div#rodape
{
    height: 60px;
    width: 993px;
    left: 1%;
    background: url('recursos/imagens/base.jpg');
    display: block;
    position:absolute; 
}


	div#sustentabilidade {
    
   width:90%;
    
    text-align: center;
    margin-left:100px;
    padding-top:85px;
    padding-bottom: 50px;
   
}


div#localiza
{
   
       width:80%;
    text-align: center;
    margin-left:100px;
    padding-top:25px;
    padding-bottom: 50px;
    }
