@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/*background-image:url(../img/fundo.png);
	background-attachment:fixed;*/
}

.dataeventos {
	color: #beb183;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	float:left;
	width: 250px;
}

.dataedicao {
	color: #800000;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
	float:left;
}

body img{
	border: none;
	border-style: none;
}

.conteudo{
	width: 100%;
	height: 100px;
	border-top: #EEEEED solid 6px;
	background-image: url(../img/topo.png);
	background-repeat: repeat-x;
	margin:0;
}

.principal{
	position: absolute;
	width: 970px;
	min-height: 500px;
	margin-left: -491px;
	left: 50%;	
	background-image: url(../images/sombra.png);
	background-repeat:repeat-y;
	background-position:left;
	background-width: 990px;
	padding-left:13px;
}

	.topo{
		width: 1000px;
		height: 138px;
		/*float: left;*/
	    background-image: url(../img/topo2.png);
		background-repeat: repeat-x;
		margin-left:-20px;
	}
		.topo a{
			margin-top:0;
			position:absolute;
			top:0;
		}
		
		.topo img{
			margin-top:1px;
			margin-left:31px;
		}
	
		.topoTabela{
			font-size:11px;
			margin: 0px 0px 0px 540px;
			padding: 0px 4px;
			border-radius: 0px 0px 10px 10px; 
			-moz-border-radius: 0px 0px 10px 10px; 
			-webkit-border-radius: 0px 0px 10px 10px;
		}
		
			.topoTabela select{
				font-size: 11px;			
			}
	
	.menu{
		width: 186px;
		float: left;
	}
		.menuItens{
			padding: 10px 0px 0px 20px;
		}
		
			.menuItens img{
				margin: 0px 0px;
			}
		
		.empresasParticipantes{
			margin: 16px 0px 0px 0px;
			padding: 10px 25px 0 20px;			
		}
		
			.empresasParticipantes div{
				border-bottom: #000 solid 1px;
			}
			
			.emprCor{
				height: 10px;
				margin-bottom: 3px;
			}
			
		.endereco, .fundo-site, .wallpaper{
			margin: 20px 0px 0px 0px;
			padding: 10px 0px 0px 19px;
		}
			
			.endereco a{
				font-size: 10px;
				letter-spacing: -1px;
				color: #666;
			}	
			
			.endereco a:hover{
				font-size: 10px;
				letter-spacing: -1px;
				color: #333;
				text-decoration: none;
			}
	
	
	
	.texto{
		width: 750px;
		min-height:390px;
		margin: 20px 0px 0px 0;
		float: left;		
	}
		.texto a{
			text-decoration: none;
			color: #EC268F;;
		}
		
		.texto h1{
			font-size: 14px;
		}
		
		.texto h2{
			font-size: 12px;
			color: #EC268F;
		}
		


		.textoIndex{
			width: 420px;
			min-height: 500px;
			float: left;
		}
		
		.texto1, .texto2{
			float:left;
			width:190px;
			margin:0 10px;
		}
		
		.texto2{
			width:170px;
		}
		h1.titulo-home{
			background-image:url(../img/aspas.png);
			background-repeat:no-repeat;
			padding-left:40px;
			width:160px;
			color:#333;
			font-size:12px;
		}	

		.titulo-home span{
			color:#ED258F;
			font-weight:normal;
		}
		.textoIndex.enderecos h3{
			margin:0;
			font-size:13px;
			color:#666;
			text-transform:uppercase;
		}
		
		.conteudoTexto{
			text-transform: uppercase;
		}
		
		.textoVideos{
			width: 330px;
			float:left;
		}
		
			.textoVideos #video{
				height:282px;
			}
		
			.textoVideos p{
				padding: 4px 0;
				float: left;
			}
		
			.videoContainer{
				width: 330px;
				min-height: 320px;
				background-color: #F0EEE6;
				border-radius: 10px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				padding: 8px 0px 0px 0px;				
			}
			
			.videoContainer div{
				width: 315px;
				box-shadow: -5px 5px 5px #ccc;
			   -webkit-box-shadow: -5px 5px 5px #ccc;
			   -moz-box-shadow: -5px 5px 5px #ccc;
			   margin: 0px 0px 0px 8px
			}			
			
			.videoContainer a{
				font-size: 10px;
				letter-spacing: -1px;
				color: #666;
			}	
			
			.videoContainer a:hover{
				font-size: 10px;
				letter-spacing: -1px;
				color: #333;
				text-decoration: none;
			}
		
	
	.rodape{
		clear: both;
		width: 934px;
		height: 100px;
		border-top: #cc8a51 solid 6px;
		float: left;
		margin: 20px 10px;
	}
	
	.rodape img{
		margin-top:5px;
	}
	
	
	
	
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	/*border: 2px solid #5CC6D0;*/
	border: 2px solid #ccc;
	padding: 20px 20px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 1100;
}
#dhtmlpointer{
	position:absolute;
	left: -300px;
	width: 0px;
	z-index: 1101;
	visibility: hidden;
}

/* MAPAS E NOSSOS CONCEITOS */

#centralBar{
	float:left;
	margin-left:40px;
	position:relative;
	top:40px;
	width:325px;
}

#texto-conceitos{
	float:left;
	margin-left:40px;
	position:relative;
	top:40px;
	width:709px;	
}

#centralBar h1, #texto-conceitos h1{
	color:#000;
	font-size:14px;
	margin:0;
}

#sideBarDir {
float:left;
margin:44px 0 0 10px;
position:relative;
width:340px;
}

.clear{
	clear:both;
}

.conceitos-introducao, .sandro{
	float:left;
}

.conceitos-introducao{
	width:623px;
	margin-left:30px;
}

.conceitos-introducao img{
	margin-top:20px;
}

.lista-conceitos{
	list-style:none;
	padding:0;
	margin-bottom:60px;
}

.lista-conceitos h4{
	margin:0;	
}

.lista-conceitos p{
	margin-top:7px;
}

.lista-conceitos li{
	background-repeat:no-repeat;
	padding-left:60px;	
	margin-bottom:20px;
}

.mais-menos{
	background-image:url(../img/mais-menos.jpg);
}

.sustentabilidade{
	background-image:url(../img/sustentabilidade.jpg);
}

.tecnologia-inovacao{
	background-image:url(../img/tecnologia-inovacao.jpg);
}

.brasilidade{
	background-image:url(../img/brasilidade.jpg);
	padding-bottom:1px;
}

.vendas{
	background-image:url(../img/vendas.jpg);
}

.inclusao-social{
	background-image:url(../img/inclusao-social.jpg);
}

#centralBar.imprensa{
	top:26px;	
}

#centralBar.imprensa a{
	color:#6b6b6b;
	font-size:12px;
}

#centralBar.imprensa  ul{
	list-style:none;
	margin:0;
	padding:0;
}

.conteudoTextoArquitetosArray{
	font-size:10px;
}

#video{
/*	background-image:url("../img/conteudoVideoFundo.png");
	background-position:left top;
	background-repeat:no-repeat;*/
	background-color:#eeede2;
	float:left;
	height:402px;
	margin:0 0 10px;
	padding:6px 0 0 7px;
	width:328px;	
}

#video a{
	padding-top:0.5em;
	color:#8D8D8D;
	font-size:11px;
}

#video a:visited{
	color:#000;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.liquidacao{
	background-image:url(../img/fundo-promocao.png);
	background-repeat:no-repeat;
	width:750px;
	height:434px; 
}

.liquidacao p{
	width:252px;
	margin:20px 0 0 300px;
}

.liquidacao h2{
	margin:20px 0 0 300px;	
}

.entrevista1{
	background-image:url(../img/entrevista1.png);
	background-repeat:no-repeat;
	padding:0 0 0 170px;
	min-height:0;	
	width:503px;
}

.entrevista2{
	background-image:url(../img/entrevista2.png);
	background-repeat:no-repeat;
	padding:0 0 0 170px;
	min-height:0;
	width:503px;
}

.entrevista3{
	background-image:url(../img/entrevista3.png);
	background-repeat:no-repeat;
	padding:0 0 0 170px;
	min-height:0;
	width:503px;	
}

.entrevista4{
	background-image:url(../img/entrevista4.png);
	background-repeat:no-repeat;
	padding:0 0 0 170px;
	min-height:0;	
	width:503px;
}

.entrevista5{
	background-image:url(../img/entrevista5.png);
	background-repeat:no-repeat;
	padding:0 0 0 170px;
	min-height:0;
	width:503px;	
}

.evento ul{
	list-style:none;
}

.evento ul li{
	display:inline;
}

.evento .textoIndex, .textoIndex.obrasocial1, .textoIndex.obrasocial2{
	min-height:0;
}

#centralBar.obrasocial{
	width:700px;
}

.textoIndex.obrasocial1{
	width:270px;
	float:left;
	margin-right:10px;
}

.textoIndex.obrasocial2{
	width:680px;
	height:238px;
	margin-top:20px;
}

.textoIndex.obrasocial2 img{
	margin-top:10px;
}

.obrasocial1 h2, .obrasocial2 h2{
	margin-top:0;
}

.obrasocial3{
	background-image:url(../img/obrasocial/obrasocial2.jpg);
	background-repeat:no-repeat;
	width:689px;
	height:111px;
}

.obrasocial3 p{
	width:300px;
	margin-left:300px;
	font-size:10px;
}

.obrasocial3 p.titulo{
	font-weight:bold;
	text-align:right;
	width:250px;
	margin-left:350px;	
}

.obrasocial3 p.abaixo{
	font-size:9px;
}

.fundo-site ul, .wallpaper ul{
	list-style:none;
	margin:0;
	padding:0;
}

.fundo-site ul li, .wallpaper ul li{
	display:inline;
	margin-right:5px;
}

.lista-papel-parede{
	list-style:none;
	padding:0;
}

.fundo-site p, .wallpaper p{
	margin:0 0 5px 0;
}

.lista-papel-parede li{
padding:5px;
}

hr{
 margin:2px 5px 15px 0;
 height:1px;
 background-color:#f5f5f5; 
 width:142px;
 border-top:1px dotted #f5f5f5;
 }
 
.endereco, .fundo-site, .wallpaper{
	margin: 0;
	padding: 10px 0px 0px 19px;
}

.assinatura img{
	margin:5px 0 0 5px;
	vertical-align:-5px;;
}

.assinatura{
	font-size:10px;
	margin-top:10px;
	text-align:right;
}

.sem-fundo{
	background:none;
}


#div_fixa {
    width: 1700px;
	height: 58px;
    text-align: center;
    margin-left: -845px;
	left: 50%;
    position: fixed;
    _position: absolute;
    background-image: url(../img/fundoDivFixa.png);
	background-repeat: repeat;
    top: expression( ( 0+( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	z-index: 200;
}

	#div_fixa a {
		background-color: #FFF;
	}
