@charset "UTF-8";
/* CSS Document */

body {
	background-color: #999;
	font-family: "Century Gothic", Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#333;
}
#mae {
	margin:auto;
	height: 550px;
	width: 960px;
	background-image: url(imgs/bgMaster.jpg);
}

/* PORTFOLIO */
#port {
	height: 100px;
	width: 960px;
	padding-top: 120px;
}
#web {
	font-size: 11px;
	float: left;
	width: 628px;
	padding-left: 32px;
	padding-bottom:3px;
}
#editorial {
	font-size: 11px;
	float: left;
	width: 100px;
	padding-left: 32px;
	padding-bottom:3px;
}
#logo {
	font-size: 11px;
	float: left;
	width: 132px;
	padding-left: 32px;
	padding-bottom:3px;
}
#pecaWeb {
	float: left;
	height: 50px;
	width: 100px;
	padding-left: 32px;
}
#pecaEd {
	float: left;
	height: 50px;
	width: 100px;
	padding-left: 32px;
}
#pecaLg {
	float: left;
	height: 50px;
	width: 100px;
	padding-left: 32px;
}
/* links port */
#pecaWeb a {
	color:#2A2A04;
}
#pecaWeb a:hover {
	color:#999;
}
#pecaEd a {
	color:#CD3500;
}
#pecaEd a:hover {
	color:#999;
}
#pecaLg a {
	color:#CCC;
}
#pecaLg a:hover {
	color:#999;
}

/* TEXTO */
#eu {
	float: left;
	height: 250px;
	width: 500px;
	padding-left: 30px;
	padding-top: 80px;
	padding-right: 15px;
	letter-spacing: 0.3px;
	text-align: justify;
}

/* CONTATO */
#contato {
	float: right;
	height: 250px;
	width: 360px;
	padding-left: 50px;
	padding-top: 80px;
}
.tituloVerdeG {
	font-size: 50px;
}
#btn {
	background-color: #333;
	color: #FFF;
	width: 280px;
	text-align: right;
	font-family: "Century Gothic", "Trebuchet MS", Helvetica, Arial, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 5px;
}
.tituloLaranjaG {
	font-size: 50px;
	color: #cd3500;
}
.texto {
	font-size: 12px;
	text-align: justify;
}
#eu a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#eu a:hover {
	font-weight: bold;
	color: #2A2A04;
	text-decoration: none;
}
#txtForm {
	float: left;
	width: 45px;
	height: 145px;
}
#fields {
	float: left;
	width: 290px;
	height: 145px;
}
form {
	height: 145px;
	width: 365px;
}
.textoForm {
	font-size: 12px;
	text-align: justify;
	line-height: 22px;
}
#nome {
	width: 280px;
}
#tel {
	width: 280px;
}
#email {
	width: 280px;
}
#msg {
	width: 280px;
}
#blog {
	position:absolute;
	left:50%;
	top:50%;
	width:46px;
	height:19px;
	z-index:1;
	text-align: right;
	margin-left: 430px;
	margin-top: -295px;
}
#blog a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
#blog a:hover {
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
}
