@charset "iso-8859-2";
/* CSS Document */

body,p,a,h1,h2,h3,h4,h5,ul,li,table,td,tr{
	padding: 0px;
	margin: 0px
	}
.bgBody{
	background-image: url(../imagem/bgConteiner.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	background-color: #f7f7f7;
	}
img{
	border: 0px;
	}

/* - - - - - - - CABEÇALHO - - - - - - - */
.faixaPreta{
	width: 100%;
	height: 60px;
	background-color: #000000;
	}
	.faixaPreta p{
		border: 0px #FFFFFF solid;
		width: 630px;
		margin: auto;
		padding: 15px 0 0 350px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #FFFFFF;
		
		text-align:right;
		}
	.laranja{
		color: #ff8c00;
		}
		
	.faixaPreta a{
		color: #FFFFFF;
		text-decoration: none;		
		}
		
.faixaCinza{
	width: 100%;
	height: 340px;
	
	background-image: url(../imagem/bgCabecalhoFull.jpg);
	background-repeat: repeat-x;
	}
.conteudoFaixaCinza{
	width: 995px;
	height: 340px;
	
	background-image: url(../imagem/bgCabecalho.jpg);
	background-repeat: no repeat;
	background-position: center;
	
	margin: auto;
	}
#logo{
	border: 0px solid #0000FF;
	width: 430px;

	float: left;
	}
	.logo{
		margin: 10px 0 10px 0;
		
		float: right;
		}
#menu{
	border: 0px solid #0000FF;
	width: 550px;
	float: right;	
	padding-top: 80px;
	}
	
#menu ul{
	list-style:none;
	text-align: center;
	}
	
#menu ul li{
	display: inline; 
	}
	
#menu ul li a{
	padding: 2px 10px;
	/* visual do link */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	}
	
#menu ul li a:hover{
	color: #ff8c00;
	border-bottom:3px solid #EA0000;
	}

.banner{
	border: 0px solid #000000;
	
	width: 1021px;
	height: 408px;
	
	margin: -180px auto -228px auto;
	
	position: relative;
	z-index: 10;
	}
	
/* - - - - - - - CONTEINER - - - - - - - */
.conteudoHome{
	width: 923px;	
	margin: auto;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	}
	
.conteudo{
	width: 923px;	
	margin: auto;
	margin-top: -170px;
	border: 1px #CCCCCC solid;
	background-color: #FFFFFF;
	}
#caixa1{
	width: 550px;
	height: 180px;	
	background-image: url(../imagem/bgCaixaTxt1.jpg);
	background-position: center;
	background-repeat: no-repeat;	
	margin: 260px 0 0 50px;
	float: left;
	}
#caixa2{
	width: 550px;
	height: 180px;	
	background-image: url(../imagem/bgCaixaTxt2.jpg);
	background-position: center;
	background-repeat: no-repeat;	
	margin: 20px 0 0 50px;
	float: left;

	}
#caixa3{
	width: 550px;
	height: 180px;	
	background-image: url(../imagem/bgCaixaTxt3.jpg);
	background-position: center;
	background-repeat: no-repeat;	
	margin: 20px 0 0 50px;	
	float: left;
	}

	.titCaixa{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #727272;		
		padding: 5px 0 0 80px;
		}
	.txtCaixa{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #727272;		
		padding: 30px 15px 0 3px;
		}

.faixa{
	width: 335px;
	height: 500px;
			
	margin-top: -710px;
			
	background-image: url(../imagem/bgFaixa.jpg);
	background-position: top;
	background-repeat: no-repeat;

	float: right;
	}
	.conteudoFaixa{
		position: relative;
		z-index: 15;

		padding: 70px 0 0 195px;
		}
	.conteudoFaixa img{
		margin: 0 0 0 -60px;
		text-align: left;	
		}
	.conteudoFaixa p{
		font-family: "Garamond", "Times New Roman", Times, serif;
		font-size: 28px;

		margin: -9px 0 0 0px;


		}
	.conteudoFaixa p a{
		color: #FFFFFF;		
		text-decoration: none;		
		}

	.conteudoFaixa p a:hover{
		color: #000000;		
		}
	.conteudoTwitter{
		position: relative;
		z-index: 15;

		padding: 40px 0 0 90px;
		}		
		

.recente{
	width: 312px;
	height: 235px;
	
	background-image: url(../imagem/recentes.jpg);
	background-position: center;
	background-repeat: no-repeat;
	
	float: right;

	margin-top: -200px;
	*margin-right: -400px;
	}
	.imgRecente{
		margin: 8px 0 0 9px;
		}

/* - - - - - - - RODAPE - - - - - - - */
#rodape{
	width: 950px;
	height: 144px;
	
	margin: auto;
	margin-top: 30px;
	
	background-image: url(../imagem/bgRodape.jpg);
	background-repeat: no-repeat;
	}
	.ladoEsquerdo{
		float: left;
		}
	.logoRodape{
		width: 155px;
		height: 62px;
		
		padding: 10px 0 0 20px;
		}
	.txt1Rodape{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
		
		padding-left: 30px;
		}
	.txt2Rodape{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFFFFF;
		
		padding-left: 30px;
		}
		.txt2Rodape a{
			text-decoration: none;
			color: #FFFFFF;
			}
		.txt2Rodape a:hover{
			color: #FFCC00;
			}
	#menuRodape{
		border: 0px solid #0000FF;
		width: 550px;
		float: right;
		padding-top: 80px;
		}
		
	#menuRodape ul{
		list-style:none;
		text-align: left;
		}
		
	#menuRodape ul li{
		display: inline; 
		}
		
	#menuRodape ul li a{
		padding: 2px 10px;
	
		/* visual do link */
		color: #FFFFFF;
	
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #FFFFFF;
		
		text-decoration: none;
		}
		
	#menuRodape ul li a:hover{
		color: #ff8c00;
		border-bottom:3px solid #EA0000;
		}

.fim{
	clear: both;
	}

/* - - - - - - - SOBRE - - - - - - - */
.etiquetaSobre{
	width: 370px;
	height: 370px;
	
	background-image: url(../imagem/etiquetaSobre.png);
	background-position: center;
	background-repeat: no-repeat;		
	
	margin: -62px 0 0 -62px;
	}
.bgTela{
	width: 424px;
	height: 430px;

	background-image: url(../imagem/xadrez.jpg);
	background-position: center;
	background-repeat: no-repeat;			
	
	float: left;
	display: inline;
	
	margin-top: -350px;
	
	position: relative;
	z-index: 0;
	}

/* - - - - - - - SERVIÇOS - - - - - - - */
.etiquetaServicos{
	width: 370px;
	height: 370px;
	
	background-image: url(../imagem/etiquetaServicos.png);
	background-position: center;
	background-repeat: no-repeat;		
	
	margin: -62px 0 0 -62px;
	}
.bgTela{
	width: 424px;
	height: 430px;

	background-image: url(../imagem/xadrez.jpg);
	background-position: center;
	background-repeat: no-repeat;			
	
	float: left;
	display: inline;
	
	margin-top: -350px;
	
	position: relative;
	z-index: 0;
	}

#caixaServicos1{
	width: 350px;
	height: 180px;
	
	background-image: url(../imagem/bgCaixaTxt1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	
	margin: 100px 0 0 50px;
	float: left;
	}
#caixaServicos2{
	width: 463px;
	height: 180px;
	
	background-image: url(../imagem/bgTxt02.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
	margin: 50px 50px 0 0;
	float: right;
	position: relative;
	z-index: 9;
	}
	.imgDireita{
		margin-left: 50px;
		
		float: left;
		position: relative;
		z-index: 10;
		}
		
	.titCaixaDir{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #727272;
		
		padding: 5px 0 0 250px;
		}
	.txtCaixaDir{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #727272;
		text-align: right;
		
		padding: 30px 5px 0 3px;
		}
#caixaServicos3{
	width: 350px;
	height: 180px;
	
	background-image: url(../imagem/bgCaixaTxt3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	
	margin: 430px 0 0 -350px;
	float: left;
	}
.imgServ3{
	margin-top: 120px;
	margin-bottom: 20px;
	}
#caixaServicos4{
	width: 463px;
	height: 180px;
	
	background-image: url(../imagem/bgTxt04.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
	margin: 50px 50px 0 0;
	float: right;
	position: relative;
	z-index: 9;
	}
#caixaServicos5{
	width: 350px;
	height: 180px;
	
	background-image: url(../imagem/bgCaixaTxt5.jpg);
	background-position: left;
	background-repeat: no-repeat;
	
	margin: 430px 0 0 -350px;
	float: left;
	}
.imgServ5{
	margin-top: 120px;
	margin-bottom: 20px;
	}
#caixaServicos6{
	width: 463px;
	height: 180px;
	
	background-image: url(../imagem/bgTxt06.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
	margin: 50px 50px 0 0;
	float: right;
	position: relative;
	z-index: 9;
	}
#caixaServicos7{
	width: 350px;
	height: 180px;
	
	background-image: url(../imagem/bgCaixaTxt7.jpg);
	background-position: left;
	background-repeat: no-repeat;
	
	margin: 430px 0 0 -350px;
	float: left;
	}
.imgServ7{
	margin-top: 120px;
	margin-bottom: 20px;
	}
/* - - - - - - - PORTFOLIO - - - - - - - -*/
.etiquetaPortfolio{
	width: 370px;
	height: 370px;
	
	background-image: url(../imagem/etiquetaPortfolio.png);
	background-position: center;
	background-repeat: no-repeat;		
	
	margin: -62px 0 0 -62px;
	
	position: relative;
	z-index: 5;

	}
.imgsPort{
	margin-top: 100px;
	}
.tabPort{
	border: 0px solid #CCC;
	margin: 0 0 25px 10px;
	padding: 0;
	width: 900px
	}
	
.tabPort tr{	
	margin: 0;
	padding: 0;
}
.tabPort td{
	border: 0px solid #EEE;
	margin: 0px;
	padding: 10px 0 10px 0;
	width: 450px;
	min-height: 120px;	
	text-align:center;
	}	
.txtBoxPort{
	margin: auto;
	margin: -155px 30px 30px 35px; 	
	padding-left: 250px;	
	position: relative;
	z-index: 0;
	}
.titPort{
	border: 0px #FF0000 solid;	
	margin: -210px 0 10px 300px;
	float: left;	
	*display: inline;
	}
.titInternaPort{
	border: 0px #003366 solid;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;	
	color: #666666;
	}

.txtInternaPort{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;	
	padding: 10px 30px;	
	color: #666666;
	}
	
.listaInternaPort{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	padding: 10px 80px;
	
	color: #666666;
	}	
	
.titBox{
	border: 0px solid #000000;
	
	float: left;
	
	position: relative;
	z-index: 6;

	margin: -197px 0 0 330px;
	}

/* - - - - - - - Contato - - - - - - - -*/
.etiquetaContato{
	width: 370px;
	height: 370px;
	
	background-image: url(../imagem/etiquetaContato.png);
	background-position: center;
	background-repeat: no-repeat;		
	
	margin: -62px 0 0 -62px;
	
	position: relative;
	z-index: 5;
	}
.setaVoltar{
	width: 280px;
	height: 180px;
	
	float: left;
	
	margin: -300px 0 0 780px;
	}
.conteudoContato{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 100px 0 20px 50px;
	}
	#nomeContato{
		width: 500px;
		background-color: #666666;
		color: #FFFFFF;
		}
	#emailContato{
		width: 500px;
		background-color: #666666;
		color: #FFFFFF;
		}
	#dddContato{
		width: 30px;
		background-color: #666666;
		color: #FFFFFF;
		}
	#telContato{
		width: 60px;
		background-color: #666666;
		color: #FFFFFF;
		}
	#jumpMenu{
		background-color: #666666;
		color: #FFFFFF;
		}
	#btnContato{
		width: 150px;
		font-weight:bold;
		background-color: #000000;
		border: 1px #000000 solid;
		color: #FFFFFF;
		}

/* - - - - - - - TIT e TXT DAS INTERNAS - - - - - - - -*/
.txtBox{
	width: 600px;
	height: auto;
	
	
	margin: -270px 8px 10px 310px;
	
	position: relative;
	z-index: 2;
	}
.imgBox{
	margin-left: -255px;
	}
	
.titInterna{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	
	color: #333333;
	}

.txtInterna{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	
	padding: 10px;
	
	color: #666666;
	}

	
/* formulário Contato */	

#formulario_contato {
	/* display: list-item; */
	width: 670px;
	margin: 45px 0 0 225px; /* auto */
	color: #000000;
	text-align: left;
	padding: 0;
	/*background-color: #F00; */
	font:14px Arial, Helvetica, sans-serif;
	color: #666; 
}

#formulario_contato fieldset {
	/* display: list-item; */
	/* position: relative; */
	width: 100%;
	height: auto;
	margin: 0; /* auto */
	color: #000;
	padding: 0;
	/* background-color: #EEE; */
    border: 0; /* 1px solid #999 */
}

#formulario_contato legend{
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
	color: #666;
	/*background-color: #FFFFFF;*/
	text-align: center;
	padding: 0;
	margin: 0; 
	/*margin: 100px 0 20px 50px;*/
}

#formulario_contato .campos_obrigatorios{
	display: block;
	font:11px Arial, Helvetica, sans-serif;
	color: #333;
	width: 100%;
	text-align: left;
	padding:10px 0 10px 0;
}

#formulario_contato ul {
	padding: 0;
	margin: 0;
	/* width: 500px; */
}

#formulario_contato ul li {
	clear: left;
	display: block;
	width: 600px;
	height: auto;
	padding: 4px 0 2px 0;
	margin: 0; /* auto */
	list-style-type: none;
	/*font: 12px Arial, Helvetica, sans-serif;*/
	line-height: 15px;
	text-align: left;
	color: #333333;
	/*background-color: #FF0000; */
}

#formulario_contato label {
	/* display: list-item; */
	min-width: 130px;
	float: left;
	/*font: 12px Arial, Helvetica, sans-serif;*/
	font-weight: bold; 
	line-height: 20px;
	color: #666;
	text-align: left;
	padding:0 4px 0 0;
	margin: 0;
	vertical-align: middle;
	/*background-color: #0000FF; */
}

#formulario_contato input, textarea {
	clear: left;
	float: left;
	border: 1px solid #999; 
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold; 
	letter-spacing: 2px;
    color: #FFF;
	background-color: #666;
	width: 500px;
	}

#formulario_contato .cidade {
	width: 250px
	}	

#formulario_contato .estado {
	clear: none
	}		
	
	
#formulario_contato .ddd {
	width: 30px;
	}
	
#formulario_contato .telefone {
	clear: none;
	width: 100px;
	}		
	
#formulario_contato select {
	clear: left;
	float: left;
	border: 1px solid #999; 
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold; 
	letter-spacing: 2px;
    color: #FFF;
	background-color: #666
}

#formulario_contato .detalhe {
	float: left;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 20px;
	vertical-align: middle;
	padding: 0 8px 0 8px
	/*background-color: #666 */
}

#formulario_contato .caracteres_restantes {
	font-weight: bold; 
	float: left;
	border: 0px solid #FFF; 
	font: 15px Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
	font-weight: bold; 
    color: #666;
	background-color: #FFF;
	width: 50px
}

#formulario_contato .envio {
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	text-align: left
}


#formulario_contato .enviar {
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold; 
	letter-spacing: 3px;
	color: #FFF;
	background-color: #000;
    border: 1px solid #666; 	
	width: 100px;
	margin: 10px 20px 10px 0;
	padding: 3px
}

#formulario_contato .limpar {
	clear: none;
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #CCC;
	background-color: #000;
    border: 1px solid #666; 	
	width: 100px;
	margin: 10px 20px 10px 0;
	padding: 3px
}

#ok_mail {
	width: 400px;
	height: 300px;
	margin: 40px 0 0 280px;
	padding: 0;
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-align: left;
	color: #060
	/* background-color: #FFF */
}

#formulario_contato .erro {
	margin: 0;
	padding: 0;
	font:14px Arial, Helvetica, sans-serif;
	font-weight: bold; 
	text-align: left;
	color: #C00
}

.btnContato{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff8c00;
	
	text-decoration: none;
	}
.btnContato:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ff8c00;
	
	text-decoration: underline;
	}
/* Fim formulário Contato */	
