 @charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	background: url(../images/header-bg.jpg) #eaebec no-repeat;
}

div.header {
	width:960px;
	margin:auto;
	padding:30px 0 0 0;
	height:100px;
}

div.conteudo {
	text-align:center;
	margin:auto;
}

h1 {
	font-family: "eurostile";
	font-size:30px;
	color:#6f6f6f;
	text-align:left;
}

h2 {
	font-family: "eurostile";
	font-size:23px;
	color:#000;
	text-align:left;
	line-height:23px;
	margin:18px 0 0 0;
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 24px;
}

/* Contato */

div.contato{
	background-image:url(../images/divisoria.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:960px;
	height:85px;
	padding:20px 0 0 0;
	margin:auto;
	
}
div.titulo-faleconosco {
	float:left;
}
div.email-home {
	float:right;
	font-family: "eurostile";
	font-size:24px;
	color:#6f6f6f;
	margin:20px 0 0 0;
}
div.telefone-home {
	float:right;
	font-family: "eurostile";
	font-size:24px;
	color:#6f6f6f;
	margin:20px 50px 0 0;
}
a.email-home {
	text-decoration:none;
	color:#6f6f6f;
}
a.email-home:hover {
	color:#999;
}
img.img-contato {
	margin:3px 0 0 0;

}

/* Sobre */

div.sobre {
	background-image:url(../images/divisoria.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:960px;
	height:390px;
	margin:auto;
	padding:15px 0 0 0;
}
div.texto-sobre{
	width:500px;
	text-align:justify;
	float:left;
	margin:0 50px 0 0;
}
div.imagem-sobre {
	width:410px;
	height:260px;
	margin:8px 0 0 0;
	background-color:#000;
	float:left;;
}

/* Portfolio */
div.portfolio {
	background-image:url(../images/divisoria.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:960px;
	height:940px;
	margin:auto;
	padding:15px 0 0 0;
}
div.box-esquerda {
	width:460px;
	height:250px;
	background-color:#ffc905;
	float:left;
	margin:0 40px 40px 0;
	padding:0 0 0 0;
}
div.box-direita {
	width:460px;
	height:250px;
	background-color:#ffc905;
	float:left;	
	margin:0 0 40px 0 ;
}
div.img-portfolio {
	float:left;
	margin:0 15px 0 0;
}
p.portfolio {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	text-align:left;
	width:230px;
	float:left;
}

/* Rodapé */

div.rodape {
	width:960px;
	margin:auto;
	color:#939393;
	font-size:13px;
}