/* IE6 PNG Hack */



/* -------------------------------------------------------------- 
   default.css
   * estrutura do site.
-------------------------------------------------------------- */

/* Default settings */

html {
}

body {
	background: url(/images/bg.jpg) no-repeat top center;
	background-color: #bdbdbd;
	font-family: Arial;
	font-size: 12px;
	color: #7a7a7a;
	line-height: 17px;
	text-align: justify;
}

.body {
}

/* Elementos - Chave */

h1 {
	font-weight:bolder;
	margin-bottom:10px;
	font-size:18px;
	color: #7a7a7a;
}

h2 {
	font-weight:bolder;
	font-size:14px;
}

h3 {
	font-weight:bolder;
	margin-bottom:10px;
	font-size:12px;
}

h4 {
}

hr {
}

p {
}

a {
}

a:visited {
}

a:hover {
}
	
ul {
}

li {
}	

ol {
}

/*  */

.linkLogo a{
 position: absolute;
 float:left;
 left: 50%;
 width: 299px;
 height: 112px;
 margin: 23px 0 0 -470px;
 display: block;
}

.content {
	width: 934px;
	margin: 0 auto;
	position: relative;
	background: url(/images/bg_topo.jpg) repeat-x top;
}


.contentTable {
	width: 934px;
	height: 200px;
	margin: 38px auto;
	background-color: #fcfcfc;
	position:relative;
	float:left;
}	

.idioma {
	width: 60px;
	height: 20px;
	float: right;
	margin: 0 1px 0 0;
	/*background-color: #b5b3b4;*/
	text-align:center;
	padding-top: 5px;
}

.menu {
	width: 630px;
	height: 35px;
	float: right;
	margin: 30px 20px 0 0;
	clear:both;
	display: inline;
}

.banner {
	width: 855px;
	margin: 15px auto;
	position:relative;
	background: url(/images/banner_home/bg_desc.jpg) no-repeat left;		
	height: 264px;
}	
	
		.boxBannerDesc {
			width: 330px;
			margin: 80px 20px 40px 20px;
			*margin: 80px 20px 40px 10px;
			float: left;
		}
		
		.boxBannerImagem {
			border: solid 3px #dedede;
			width: 471px;
			float:left;
			margin: 0 0 0 380px;
			*margin: 0 0 0 20px;
			_margin: 0 0 0 10px;
			position:absolute;
		}


.colunaEsquerdaHome {	
	clear:left;
	float:left;
	margin: 10px 0 20px 38px;
	width: 635px;
	min-height: 100px;
	display:inline;
}

		.colunaEsquerdaInterna {	
			clear:left;
			float:left;
			margin: 10px 0 20px 38px;
			width: 285px;
			min-height: 100px;
			display:inline;
		}

.colunaDireitaHome {	
	float:right;
	margin: 10px 38px 20px 0;
	width: 210px;
	min-height: 100px;
	display:inline;
}	

		.colunaDireitaInterna {	
			float:right;
			margin: 10px 38px 20px 0;
			width: 560px;
			min-height: 100px;
			display:inline;
		}	

.efeitos{
	width: 200px;
	margin: 60px 0 0 0;
	position:absolute;
	right: 0px;
}

.footer {
	clear:both;
	margin: 0 auto 1px auto;
	width: 930px;
	height: 100px;
	background-color: #dfdfdf;	
	position: relative;
}	


/* MENU */

.menu_zone {
	width: 630px;
	height: 35px;
	float: right;
	margin: 42px 20px 0 0;
	clear:both;
	display: inline;
	text-align:right;
}

	.menu {	
		margin: 0 auto auto 4px;
		height: 28px;
		clear: both;
	}

			#menubloco ul {
				margin: 9px 0px 0px 33px;
				list-style-type: none;			
			}
			
					#menubloco ul li {
						display: inline; 
					}
					
					#menubloco ul li a {
							padding: 3px 12px 8px 12px;
							color: #7a7a7a;    
							text-decoration: none;
							font-family: Arial;
							font-weight:bold;
							font-size:12px;
					}
					
					#menubloco ul li a:hover {    
							background: url(/images/menu_bg_rollover.gif) repeat-x;
							color: #FFF;
					}
				
/* FIM DE MENU */




/* NEGÓCIOS     NEGÓCIOS      NEGÓCIOS      NEGÓCIOS */

.negocios_full {
    float: left;
    height: 400px;
    background: url(/images/bg_organograma.gif) no-repeat left top;
}

    .negocios_grupo {
        clear:both;
    }
    
        .negocios_nivel1 {
            margin: 15px 0 0 0;
            background-color: #dbd9d9;
            border: solid 1px #3a2323;
            padding: 5px;
            float:left;
            position: absolute;
            *position: relative;
        }

        .negocios_nivel2 {
            margin: 15px 0 0 120px;
            *margin: 15px 0  0 -435px;
            background-color: #f0eeee;
            border: solid 1px #3a2323;
            width: 190px;
            padding: 5px;
            float: left;
            *float: right;
            position: absolute;
            *position: static;
            font-size: 11px;
        }

        .negocios_nivel3 {
            margin: 15px 0 0 350px;
            background-color: #fefefe;
            /* border: solid 1px #3a2323; */
            /* padding: 5px; */
            float: left;
            cursor: pointer;
            *position: relative;
        }
        
        .negocios_nivel3_ie7 {
            margin: 15px 0 0 350px;
            *margin: 15px 0 0 266px;
            background-color: #fefefe;
            /* border: solid 1px #3a2323; */
            /* padding: 5px; */
            float: left;
            cursor: pointer;
            *position: relative;
        }
        
                .negocios_nivel3:hover, .negocios_nivel3_ie7:hover {
                    background-color: #f0eeee;
                }

/* MENU ACESSO RÁPIDO */


			#menublocoAcesso ul {
				list-style-type: none;
				border: solid 3px #dedede;
			}
			
					#menublocoAcesso li {
						display: inline; 
						width:100%;
					}
					
					#menublocoAcesso li a {
							color: #7a7a7a;    
							text-decoration: none;
							font-size:11px;
							border: solid 1px #dedede;
							display:block;
							padding: 3px 0 3px 20px;
					}
					
					#menublocoAcesso li a:hover {    
							background-color: #c2c2c2;
							color: #FFF;
							display:block;
					}
				
/* FIM DE MENU */


/*   */

.rodape_copy {
    position: absolute; 
    text-align: right; 
    margin-top: 15px; 
    width: 350px; 
    float: left; 
    margin-left: 550px;
    *margin-left: 220px;
}
