@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#fafafa;
}
a{
	text-decoration:none;
}
a img{
	border:none;
}
h2{
	font-size:16px;
	padding:10px 0 10px 0;
}
h3{
	font-size:14px;
	padding:5px 0 0 10px;
}
h4{
	font-size:12px;
	padding:5px 0 0 50px;
}


/* ESTRUTURA */
#estrutura_pagina{
	width:100%;
	background:url(../img/bg_estrutura.jpg)center top no-repeat;
}
#estrutura_centro{
	width:1000px;
	margin:auto;
	min-height:600px;
}

/* TOPO */
#topo{
	height:230px;
	width:1000px;
}
#topo #logo{
	float:left;
	width:360px;
}
#topo #logo img{
	padding:70px 0 0 30px;
}
#topo ul li{
	text-decoration:none;
	display:inline;
		position:relative;
}
#topo ul.nav{
	padding:115px 0 0 0;
	float:left;
	height:56px;
	width:617px;
}
li.sobre a{
	height:56px;
	width:101px;
	float:left;
	background:url(../img/bt_Sobre.png);
}
li.sobre a:hover{
	background:url(../img/bt_SobreHover.png);
}
	/* SUBMENU */
	li ul{
		position:absolute;
		display: none;
		margin:55px 0 0 40px;
		text-align:center;	
		*margin:190px 0 0 -570px;
	}
	ul li.sub_quem a{
		font-size:12px;
		color:#000;
		width:95px;
		background:none;
		border-right:1px solid #000;
		height:auto;
		overflow:hidden;
		*margin:-10px 0 0 15px;
	}                
        
	ul li.sub_emp a{
		font-size:12px;
		color:#000;
		width:130px;
		background:none;
		border-right:1px solid #000;
		height:auto;
		overflow:hidden;
		padding-top:1px;
		*margin:-15px 0 0 111px;	
	}
	ul li.sub_tec a{
		font-size:12px;
		color:#000;
		width:80px;
		background:none;
		height:auto;
		overflow:hidden;
		*margin:-15px 0 0 243px;
	}
	li:hover ul{ 
		display: block; 
	}
	ul li.sub_quem a:hover,
	ul li.sub_emp a:hover,
	ul li.sub_tec a:hover{
		background:none;
		font-weight:bold;
	}
li.parceiros a{
	width:105px;
	height:56px;
	float:left;
	background:url(../img/bt_Parceiros.png);
}
li.parceiros a:hover{
	background:url(../img/bt_ParceirosHover.png);
}
li.produtos a{
	width:103px;
	float:left;
	height:56px;
	background:url(../img/bt_Produtos.png);
}
li.produtos a:hover{
	background:url(../img/bt_ProdutosHover.png);
}
li.noticias a{
	width:100px;
	float:left;
	height:56px;
	background:url(../img/bt_Noticias.png);
}
li.noticias a:hover{
	background:url(../img/bt_NoticiasHover.png);
}
li.clientes a{
	width:94px;
	float:left;
	height:56px;
	background:url(../img/bt_Clientes.png);
}
li.clientes a:hover{
	background:url(../img/bt_ClientesHover.png);
}
li.fale_conosco a{
	width:114px;
	float:left;
	height:56px;
	background:url(../img/bt_FaleConosco.png);
}
li.fale_conosco a:hover{
	background:url(../img/bt_FaleConoscoHover.png);
}

/* INDEX */
#index_cont{
	width:930px;
	height:361px;
	margin:auto;
}
#index_cont .lista{
	padding:120px 0 0 550px;
	list-style-type:none;
	font-weight:bold;
}
#index_cont .lista li{
	margin-top:10px;
	font-size:18px;
}

/* QUEM SOMOS */
p.quem_somos{
	font-size:12px;
	margin:0 10px 10px 10px;
	text-align:justify;
}
#fotos{
	width:435px;
	margin:auto;
	height:auto;
	overflow:hidden;
}
#fotos p{
	margin-left:20px;
	font-size:12px;
}
.foto_mini{
	float:left;
	width:105px;
	height:78px;
	margin:0 20px 5px 20px;
}

/* EMPRESAS */
.emp{
	font-size:12px;
	margin:0 10px 10px 10px;
	text-align:justify;
}
.grupo_emp{
	width:240px;
	float:left;
	margin:20px 20px 0 20px;
}
.grupo_emp p{
	font-size:12px;
	text-align:justify;
	margin:10px 0 10px 0;
}
.grupo_emp span a{
	font-size:11px;
	color:#0a9f31;
}

/* PARCEIROS */
#pag_cont{
	width:895px;
	min-height:430px;
	margin:auto;
	text-align:justify;
}
#pag_cont p.parc{
	font-size:12px;
	margin:0 0 5px 10px;
}
.parc_logo{
	width:170px;
	float:left;
	margin:10px 10px 0 10px;
}
.parc_logo p{
	font-size:12px;
	text-align:center;
}
.parc_logo a{
	color:#000;
}
.parc_logo a:hover{
	text-decoration:underline;
}

/* PRODUTOS */
.produtos{
	margin:10px 0 0 0;
	text-align:justify;
}
.produtos p{
	font-size:12px;
	margin:0 0 10px 50px;
}

/* NOTICIAS */
p.notc{
	font-size:12px;
	margin:0 0 5px 10px;
}
p.notc a{
	color:#000;
}
p.notc a:hover{
	text-decoration:underline;
}

/* CLIENTES */
.cli_logo{
	width:159px;
	float:left;
	margin:10px;
}

/* FALE CONOSCO */
#conteudo_faleconosco{
	width:400px;
	margin-left:52px;
	min-height:430px;
	text-align:justify;
	float:left;
}
p.titulo{
	font-size:12px;
	margin-left:10px;
	clear:both;
}
.formulario{
	width:306px;
	height:27px;
	margin:0 0 6px 20px;
	background:url(../img/bg_formulario.png);
	clear:both;
}
.formulario input{
	width:290px;
	margin:7px 0 0 5px;
	border:none;
	color:#FFF;
	font-size:12px;
	*margin-left:-15px;
	background:url(../img/hack.png);
}
.formulario_curriculo{
	background:url(../img/bg_curriculo.png);
	width:307px;	
	height:28px;
	float:left;
	margin:0 0 4px 20px;
}
.textarea{
	background:url(../img/bg_textarea.png);
	width:307px;
	height:114px;
	clear:both;
	margin-left:20px;
}
.textarea textarea{
	font-family:Arial, Helvetica, sans-serif;
	width:290px;
	font-size:12px;
	color:#FFF;
	height:105px;
	overflow:hidden;
	margin:2px 0 0 5px;
	*margin-left:-15px;
	border:none;
	background:url(../img/hack.png);
}
button{  
    cursor:pointer;  
    border: 0px none;  
    background-color: transparent; 
	width:58px; 
	margin-top:10px;
}
#mapa{
	margin:50px 0 0 20px;
	float:left;
}

/* RODAPE */
#estrutura_rodape{
	width:100%;
	background:url(../img/bg_rodape.jpg) center no-repeat;
	height:324px;
}
#rodape{
	width:1000px;
	margin:auto;
	padding-top:100px;
}
#rodape #trab{
	float:left;
	margin-left:35px;
	font-size:9px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-top:10px;
}
#trab p{
	margin-bottom:5px;
}
#trab a{
	color:#000;
}
#trab img{
	margin-bottom:-3px;
	margin-right:5px;
}
#rodape #end{
	float:right;
	text-align:right;
	font-size:12px;
	margin-right:35px;
	margin-top:10px;
}
#rodape .link_ext{
	clear:both;
	float:right;
	margin:30px 30px 0 0;
}

