
body{
    background-color: #fff;
}

@media (min-width: 999px) { 

/*.........................corpo.......................................*/
#corpo{
    width: 100%;
    height: auto;
    position: relative;
}

/*.........................topo.......................................*/
#topo{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 25px;
}

#contato-topo{
    position: absolute;
    top: 0px;
    width: 200px;
    right: 10px;
    font-size: 15px;
    background-color:transparent;
    z-index: 9999;
    text-align: right;
}

#cabecalho{
    width: 100%;
    height: 15px;
    position: fixed;
    top: 0;
    left: 0;
}

#menu{
    width: 100%;
    height: 35px;
    position: absolute;
    top: 100px;
    right: 0;
    text-align: right;
    padding-bottom: 0px;
    border: solid 0px #CCC;
    border-bottom: solid 1px #2F74B9;
}
     
#logo{
    width: 230px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: #fff;
}
     



/*.........................meio.......................................*/   
#conteudo{
    width: 98%;
    height: auto;
    position: relative;
    top: 150px;
    left: 0;
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 1%;
    padding-right: 1%;
}

#conte{
    width: 48%;
    height: auto;
    position: absolute;
    top: 10px;
    left: 0;
}
     
#contd{
    width: 48%;
    height: auto;
    position: absolute;
    top: auto;
    right: 0;
}



/*.........................rodape.......................................*/
#rodape{
    width: 100%;
    height: 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding-top: 10px;
    text-align: center;
    color: #333;
    border-top: solid 1px #2F74B9;
    z-index: 999;

}
     
}

/*.......................................................................*/

@media (min-width: 320px) and (max-width: 999px) {


#topo{
    width: 100%;
    height: auto;
    position: relative;
    background-color: transparent;
    margin-bottom: 25px;
}

#cabecalho{
    width: 100%;
    height: 25px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 9;
}

#contato-topo{
    position: absolute;
    top: 0px;
    width: 200px;
    right: 10px;
    font-size: 15px;
    background-color:transparent;
    z-index: 9999;
    text-align: right;
}

#menu{
    width: 100%;
    height: 25px;
    position: absolute;
    top: 140px;
    right: 0;
    background-color: transparent;
    text-align: right;
    padding-bottom: 10px;
    border: solid 0px #CCC;
    border-bottom: solid 1px #2F74B9; 
}
     
#logo{
    width: 100px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 0;
    background-color: transparent;
}
     


/*.........................meio.......................................*/   
#conteudo{
    width: 100%;
    height: auto;
    position: absolute;
    top: 230px;
    left: 0;
    background-color: transparent;
    padding-top: 25px;
    padding-bottom: 25px;
}

#conte{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
}
     
#contd{
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    right: 0;
}


/*.........................rodape.......................................*/
#rodape{
    width: 100%;
    height: 25px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding-top: 7px;
    text-align: center;
    color: #333;
    border-top: solid 1px #2F74B9; 
}
     
}
   
