﻿

body
{ 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:14px; 
    line-height:1.2em; 
    color:#454747;
     background-color:White;
}

.middle
{ 
    text-align:center;
    width:100%;
}

.middle2
{ 
    text-align:center;
    width:100%;
    background-color:White;
    margin-bottom:10px;
    margin-top:-1px;
    
}

a {
	
	font-size:11px;
	font-style: normal;
	color:#92470F;
	word-spacing:normal;
	text-decoration:none;
	font-weight: normal;
}


/* ------------------------------------------------------------- */
/* ---------------------- Header ------------------------------- */
/* ------------------------------------------------------------- */

.header
{ 
    
    width:100%; 
    background:url(./Img/bgLegado.png) repeat-y 50% 0;
    
}

#empresarial .header
{
    background-color:#B28244;
}

.header .logo
{ 
    float:left;
}

.header .bt
{ 
    float:right; 
    margin:35px 0 0;
}

#empresarial .HeadInfo
{
    background-color:White;
    height:20px;
    padding-top:2px;
    padding-left:10px;
    border-top:2px solid #e6e7e8;
    border-bottom:2px solid #e6e7e8;
    /*margin-top:-2px;*/
}

.clearfix:after 
{ 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden; 
}

.clearfix 
{ 
    zoom:1; 
}

.font_tit_fundo_cinza 
{
	
	font-size:11px;
	font-style: normal;
	color:#92470F;
	word-spacing:normal;
	text-decoration:none;
	font-weight: bold;
}

#supLogo
{
	background-image:url(Img/h1_fd_repeat.gif);
}

/* ------------------------------------------------------------- */
/* ---------------------- Footer ------------------------------- */
/* ------------------------------------------------------------- */

.footer
{ 
    padding:15px 0; 
    width:100%; 
    text-align:right; 
    font-size:12px;
}

/* ------------------------------------------------------------- */
/* ---------------------- Estruturas gerais -------------------- */
/* ------------------------------------------------------------- */
#empresarial
{
    background-color:White;
}

.boxMenu
{ 
    float:left; 
    padding:15px 0 0 0;
    width:260px;
    height:100%;
    margin-right:7px;
    background-color:White;
    
}

.boxContent
{
    float:left; 
    width:650px;
    text-align:left;
    margin-left:10px;
    padding-left:0px;
    left:10px;
    background-color:White;
    height:110%;
    
}

