@charset "utf-8";
@import url(geral.css);
/* CSS Document */
#home {
	background-image:url(../img/home/bg_ultimostrab.png);
	background-position:0px 10px;
	height:270px;
}

	#home #ultimos-trabalhos {
		clear:both;
		overflow:hidden;
	}
	.quadro-imagem {
		background-image:url(../img/quadro.png); 
		background-repeat:no-repeat;
		position:absolute; height:233px; width:654px;
	}
	#home #ultimos-trabalhos .imagem {
		float:left;
	}
	#home #ultimos-trabalhos .imagem img{
		margin:0px 0px 0px 0px;
		display:none;
	}
	#home #ultimos-trabalhos .descricao {
	width:236px;
	height:226px;
	float:right;
	margin-right:70px;
	font-size:13px;
	}	
	
	#home #ultimos-trabalhos .descricao h3{
		text-indent:-999px;
		background-image:url(../img/tit_ultimos_trabalhos.gif);
		background-repeat:no-repeat;
	}
	#home #ultimos-trabalhos strong {

	}
	#descBtnProximo {
		cursor:pointer;
	}
	#descBtnAnterior {
		cursor:pointer
	}
	#home #ultimos-trabalhos .descricao div {
		background-image:url(../img/home/linha.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		padding-bottom:7px;
		margin-bottom:10px;
	}
	#ultimos-trabalhos h3 {
	  background-image:url(../img/home/ultimos_trabalhos.gif);
	  background-repeat:no-repeat;
	  text-indent:-9999px;
	  border-bottom:1px dashed #06C;
	  width:90%;
	}
	
	#clientes-home {
		background-image:url(../img/home/bg_clientes.png);
		height:200px;
		padding-top:5px;
		padding-left:0px;
	}
	#clientes-home img {
		margin-right:40px;	
	}

#clientes-home h3 {
	background-image:url(../img/home/clientes.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	clear:both;
	margin-left:10px;
	border-bottom:1px dashed #06C;
	width:90%;
}
.caixa-clientes {
	width:5000px;
	height:85px;
	overflow:hidden;
	margin-left:25px;
}
.caixa-clientes img {
	float:left;
	display:inline-block;
}

.mascara-clientes {
	width:590px;
	overflow:hidden;
	float:left;
}

.seta-esquerda {
	float:left;
	display:block;
	background-image:url(../img/home/seta_esquerda.png);
	text-indent:-9999px;
	cursor:pointer;
	overflow:hidden;
	width:21px;
	margin-right:30px;
	height:60px;
}
.seta-direita {
	float:left;
	margin-left:10px;
	display:block;
	cursor:pointer;
	background-image:url(../img/home/seta_direita.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:21px;
	height:60px;
}