﻿/* ********************************************************************************* */
/* ********************************************************************************* */
*
{
    font-size: 12px;
    font-family: Tahoma, Arial, Verdana;
}
body
{
    margin: 0;
    padding: 0;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#site
{
    width: 100%;
    height: 100% !important;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#banner
{
    float: left;
     
   
    min-width:200px; 
    min-height:700px;
     
    width: 20%;
    height: 100%;

    background-color: #41919C;
    
    background-image: url("/Imagens/Banner/c.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#main
{
    width: 79%;
    float: left;
}
/* ********************************************************************************* */
#topo
{
    padding: 10px;
    min-height: 50px;
    overflow: auto;
    
    border-bottom: solid 1px #000000;
}
/* ================================================================================= */
#menus
{
    float: left;
}
.menu { padding: 0 5px 0 5px; }
.menu:hover { background-color: #41919C; }
.menu a
{
    color: #999999;
    text-decoration: none;
}
.menu a:hover { color: #FFFFFF; }
/* ================================================================================= */
#logo
{
    float: right;
    
    width: 346px;
    height: 160px;
    
    background-image: url("/Imagens/Logos/infoPME.jpg");
    background-position: center right;
    background-repeat: no-repeat;
}
/* ********************************************************************************* */
/* ********************************************************************************* */
#info
{
    clear: both;
    padding: 10px;
}
#conteudo
{
    max-width:69%;
    width:73%;
    float:left;
    padding:20px; 

}
#nersant
{
    float: right;
    
    clear:both;
    
    width: 150px;
    height: 50px;
    
    background-image: url("/Imagens/Logos/nersant.png");
    background-position: center left;
    background-repeat: no-repeat;
}
#financiamento
{
    float: right;
    
    clear:both;
    
    width: 250px;
    height: 50px;
    
    background-image: url("/Imagens/Logos/Cofinanciamento-cor.png");
    background-position: center left;
    background-repeat: no-repeat;
}

#financiamento_logos
{
    float:right;
    width: 24%;
    }
/* ********************************************************************************* */
/* ********************************************************************************* */
