/* INICIO * CSS Reset */
body,div,dl,dt,dd,ul,ol,li,
h1,h1,h3,h4,h5,h6,pre,form,
fieldset,p,blockquote,th,td		{margin:0;padding:0;}
address,th						{font-style:normal;font-weight:normal;}
table							{border-collapse:collapse;border-spacing:0;}
caption,th						{text-align:left;}
img,fieldset					{border:none;}
ol,ul							{list-style:none; font-size:inherit;}
a								{text-decoration:none;}
a:focus 						{outline: none;}
/* FIM * CSS Reset */

body{
	background:#121c57 url(../images/bg_body.jpg) fixed no-repeat top center;
	font-family: "Tahoma", Arial ,Helvetica, sans-serif;
	color: #6b6b6b;
	font-size: 12px;
	height: 100%;
}
html, body{
	height: 100%;
}


.site{
	width: 968px;
	margin:auto;
}
/*Inicio do Topo*/
.topo-completo{
	height: 155px;	
}
	.topo-completo .topo-logo{
		float:left;
		position:absolute;
		z-index:1;
	}
	.topo-completo .topo-logo h1{
		/*background:url(../images/logo.png) no-repeat;
		width: 250px;
		overflow: hidden;
		margin-top: 0px;
		text-indent: -99999px;*/
	}
	
	.topo-completo .topo-logo h1 a{
		height: 176px;
		overflow: hidden;
		display: block;
		text-indent: -99999px;
	}
	.topo-completo .topo-menu{
		position:absolute;
		width:900px;
		height:150px;
		z-index:0;
	}
	
	.topo-completo .topo-menu ul{
		position:relative;
		left:150px;
		top:60px;
	}
	.topo-completo .topo-menu ul li{float: left;}
	.topo-completo .topo-menu ul li a{
		background:url(../images/menu.png) no-repeat;
		height: 77px;
		float: left;
		text-indent:-99999px;
	}
	.topo-completo .topo-menu ul li .menu-home{background-position: 0px 0px; width: 197px;}
	.topo-completo .topo-menu ul li .menu-home:hover, .topo-completo .topo-menu ul li .menu-home.hover{background-position: 0px -80px; width: 197px;}
	
	.topo-completo .topo-menu ul li .menu-lasvegas{background-position: -197px 0px; width: 111px;}
	.topo-completo .topo-menu ul li .menu-lasvegas:hover, .topo-completo .topo-menu ul li .menu-lasvegas.hover{background-position: -197px -80px; width: 111px;}
	
	.topo-completo .topo-menu ul li .menu-servicos{background-position: -308px 0px; width: 101px;}
	.topo-completo .topo-menu ul li .menu-servicos:hover, .topo-completo .topo-menu ul li .menu-servicos.hover{background-position: -308px -80px; width: 101px;}
	
	.topo-completo .topo-menu ul li .menu-ultimos-trabalhos{background-position: -409px 0px; width: 161px;}
	.topo-completo .topo-menu ul li .menu-ultimos-trabalhos:hover, .topo-completo .topo-menu ul li .menu-ultimos-trabalhos.hover{background-position: -409px -80px; width: 161px;}
	
	.topo-completo .topo-menu ul li .menu-cliente{background-position: -570px 0px; width: 101px;}
	.topo-completo .topo-menu ul li .menu-cliente:hover, .topo-completo .topo-menu ul li .menu-cliente.hover{background-position: -570px -80px; width: 101px;}
	.topo-completo .topo-menu ul li .menu-contato{background-position: -671px 0px; width: 163px;}
	.topo-completo .topo-menu ul li .menu-contato:hover, .topo-completo .topo-menu ul li .menu-contato.hover{background-position: -671px -80px; width: 163px;}

/*Fim do Topo*/

/*Inicio do Destaque*/
.destque{
	width: 964px;
	height: 360px;
}
/*Fim do Destaque*/

h4{display:none;}

h3{
	color: #5d676f;
	font-size: 14px;
	font-weight: bold;
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}

h5{
	color: #5d676f;
	font-size: 24px;
	font-weight: bold;
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}

h6{
	color: #5d676f;
	font-size: 12px;
	font-weight: bold;
}
h7{
	color: #5d676f;
	font-size: 11px;
	font-weight: bold;	
	color:#169bd3;	
	margin-bottom:5px;
}
h8{
	color: #5d676f;
	font-size: 18px;
	font-weight: bold;
	padding-bottom:7px;
	margin-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}
p{
	line-height:18px;	
}
.destaque-azul-bold{
	color:#169bd3;		
	font-weight: bold;
}
.cor-azul{
	color:#169bd3;	
}
.links-azul{
	color: #169bd3;
	background:url(../images/img_link.jpg) 0 5px no-repeat;
	font-weight: bold;
	height:16px;
	padding-left: 15px;
	margin-top:10px;
	display: block;
	float:left;
	text-decoration: none;
}
.links-azul:hover{
	text-decoration:underline;	
}

.links-azul-box-linha{
	color: #169bd3;
	background:url(../images/img_link.jpg) 0 5px no-repeat;
	height:16px;
	width:65px;
	margin-left: 110px;
	padding-left: 15px;
	margin-top:3px;
	display: block;
	text-decoration: none;
}

.links-azul-lista li{
	list-style-image:url(../images/img_link.jpg);
}
.links-azul-lista li a{
	color: #169bd3;
	font-weight: bold;
	text-decoration: none;
	margin-top:4px;
	display: block;
}

/*Inicio do Conteudo Geral*/
.conteudo-geral{
	background:url(../images/bg_conteudo.png) repeat-y;
	width: 964px;
	clear:both;
	display: table;
}
.conteudo-geral .destaques-servicos{
	padding-top: 25px;
	margin-left:35px;
	width: 890px;
	
	
}

.conteudo-geral .destaques-servicos .carrosel-geral{
	width:900px;
	display: block;
}

.conteudo-geral .destaques-servicos .carrosel-geral ul li{
	float: left;
	overflow: hidden; 
	position: relative; 
	
	margin-right: 7px;
	
	width: 162px; 
		height: 92px; 
	
				 
				overflow: hidden; 
				position: relative; 
}


.conteudo-geral .destaques-servicos .carrosel-geral ul li img{
	border:5px solid #e8e8e8;
	position: absolute; 
}

.conteudo-geral .destaques-servicos .carrosel-geral ul li .descricao-carrosel{
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
	.descricao-carrosel .conteudo-geral .destaques-servicos .carrosel-geral ul li {
 					top: 92;
 					left: 0;
 				}			
	/*Inicio do Chamadas da Esqueda*/
	.conteudo-geral .chamadas-esquerda{
		display: block;
		margin-left:35px;
	}
	.conteudo-geral .chamadas-esquerda div{}
	.conteudo-geral .chamadas-esquerda .coluna{
		margin-top: 25px;
		width: 270px;	
		margin-right:40px;
		float:left;	
	}
	.conteudo-geral .chamadas-esquerda .coluna ul{
		margin:15px;	
	}
	/*Fim da Chamadas da Esqueda*/

	/*Inicio do Chamadas da Direita*/
	.chamadas-direita{
		margin-top:35px;
		width:270px;
		float:left;	
	}
	.chamadas-direita .linha-box{
		padding-bottom:10px;
		margin-top:10px;
		border-bottom:1px solid #e8e8e8;	
	}
	.chamadas-direita .linha-box p{
		line-height:16px;
	}
	.chamadas-direita .linha-box img{
		border: 3px solid #e8e8e8;	
		float:left;
		margin-right:10px;
	}
	/*Fim do Chamadas da Direita*/


hr{
	border:none;
	border-bottom:1px solid #169bd3;	
}
.textoAzulBold11{
	font-size:11px;
	color: #169bd3;
	font-weight:bold;
}

/*Inicio do Rodape*/
.rodape-completo{
	background:url(../images/bg_rodape.jpg) repeat-x;
	width:940px;
	height: 207px;
	margin-top:30px;
	margin-left:12px;
}
	.rodape-completo .mapa-site{
		float: left;
		width:630px;
		margin-top:25px;
		margin-left:25px
	}
	.rodape-completo .mapa-site .mapa-links{
		float: left;
		margin-right:20px;
		margin-top:20px;
	}
	
	.rodape-completo .mapa-site .mapa-links span{
		color:#169bd3;
		font-weight: bold;
	}
	.rodape-completo .mapa-site .mapa-links ul{
		margin-left:15px;
		margin-top:10px;
	}
	.rodape-completo .mapa-site .mapa-links ul li{
		list-style-image:url(../images/img_link_peq.png);
	}
	.rodape-completo .mapa-site .mapa-links ul li a{
		color: #fff;
		margin-top:3px;
		text-decoration: none;
		display: block;
	}
	.rodape-completo .mapa-site .mapa-links ul li a:hover{
		color: #169bd3;
		text-decoration:underline;
	}
	
	.rodape-completo .dados-contato{
		width: 220px;
		float: left;
		margin-left:40px;
		margin-top:25px;
	}
	.rodape-completo .dados-contato address{
		margin-top:25px;
		color:#fff;
		height:130px;
		line-height: 17px;
		text-align: right;	
	}
	.rodape-completo .dados-contato address a{
		display:block;
		margin-top:5px;
		color:#169bd3;
		font-weight: bold;
	}
	.rodape-completo .dados-contato address a:hover{
		text-decoration:underline;
	}
	.copyright{
		background:url(../images/bg_fim_rodape.png) no-repeat;
		padding:40px 0 0 12px;
		width: 964px;
		height:30px;
		color:#fff;
		
	}
	.copyright p{
		float: left;
	}
	a.Assinatura{
		margin-right:28px;
		margin-top: -5px;
		text-decoration:none;
		width:125px;
		height:19px;
		float:right;
		display:block;
		text-indent: -9999px;
		overflow: hidden;
	}
	a.Assinatura:hover{
		background-position: 0 -20px;
	}
/*Fim do Rodape*/


/*
	** Inicio das Internas 
	** LasVegas
*/
.conteudo-esquerdo-interno{
	float:left;
	margin-left:35px;
	width: 570px;
	border:1xp solid;
	margin-top: 25px;
}
.conteudo-esquerdo-interno .conteudo{
		
}
.conteudo-esquerdo-interno .conteudo .texto-lasvegas{
	width: 280px;
	float: left;
}
.conteudo-esquerdo-interno .conteudo .foto-lasvegas, .conteudo-esquerdo-interno .conteudo .foto-lasvegas a{
	float: right;	
}


.conteudo-chamadas{
	float:right;
	width: 280px;
	height:400px;
	margin-right:35px;
	margin-top:37px;
}
.conteudo-chamadas .linha-box-par{
		background:#f3f3f3;
		padding:10px 0px;
		border-bottom:1px solid #e8e8e8;	
	}
.conteudo-chamadas .linha-box{
		padding:10px 0px;
		border-bottom:1px solid #e8e8e8;	
	}
	.conteudo-chamadas .linha-box p, .conteudo-chamadas .linha-box-par p{
		line-height:16px;
	}
	.conteudo-chamadas .linha-box img, .conteudo-chamadas .linha-box-par img{
		border: 3px solid #e8e8e8;	
		float:left;
		margin-right:10px;
	}
/* Parte Servicos */
.coluna-servicos{
	margin-top:20px;
}
	.coluna-servicos .servicos{
		height:145px;
		margin-top:15px;
		border-bottom:1px solid #e8e8e8;
	}
	.coluna-servicos .servicos img{
		border:5px solid #e8e8e8;
		float: left;
		margin-right:20px;
	}
	.coluna-servicos .servicos p{
		margin-top:5px;	
	}
	.coluna-servicos .servicos h5{
		margin-left: 190px;
		font-size: 17px;
		padding-bottom:3px;
		margin-bottom:3px;
		color:#169bd3;
		border:none;
	}
	.coluna-servicos .servicos .links-azul{
		float:right;
		margin-top:3px;
	}
	
	.conteudo-esquerdo-interno .conteudo .navegacao-servicos .links-azul{
		background: none;	
		margin:none;
		padding:0px;
	}
	.conteudo-esquerdo-interno .conteudo .servicos-internos{
		display: block;
		float:left;
		margin-bottom:15px;
	}
	.conteudo-esquerdo-interno .conteudo .servicos-internos img{
		border:5px solid #e8e8e8;
		float: left;
		margin-right:20px;
	}
		.conteudo-esquerdo-interno .conteudo .servicos-internos img:hover{
			border:5px solid #999;
		}
		.conteudo-esquerdo-interno .conteudo .servicos-internos ul{
			margin-left:220px;
			margin-top:5px;
		}
		.conteudo-esquerdo-interno .conteudo .servicos-internos ul li{
			list-style-image:url(../images/img_link_peq_cinza.jpg);	
			font-size:11px;
		}
