body {
	background: #FFF;
	font-family: Segoe Light;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

body a {
	color: #FFF;
	text-decoration: none;
}

@font-face {
    font-family: Segoe;
    src: url(fontes/segoeui.ttf);
}

@font-face {
    font-family: Segoe Light;
    src: url(fontes/segoeuil.ttf);
}




.container {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.page {
	width: 966px;
	margin: 0 auto;
	position: relative;
	min-height: 700px;
}



.top {
	float: left;
	clear: both;
	width: 100%;
}

h1.title {
	font-family: Segoe Light;
	font-weight: 300;
	font-size: 60px;
	float: left;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 40px;
}

.info {
	float: right;
	font-family: Segoe Light;
	font-weight: 300;
	margin-top: 40px;
}

.name {
	float: left;
}

.name span {
	clear: both;
	float: right;
	font-size: 35px;
	margin-top: -2px;
}

.name span.last {
	font-size: 14px;
	margin-top: -5px;
}

.icon{
	background: url(imagens/icon.jpg) no-repeat 0px -2px;
	width: 48px;
	height: 39px;
	float: right;
	margin-top: 13px;
	margin-left: 10px;
}






.leftBox {
	width: 572px;
	float: left;
	margin-bottom: 50px;
}

.rightBox {
	width: 374px;
	float: left;
	margin-left: 20px;
	color: #FFF;
}

.box.line{
	float: left;
	clear: both;
	margin-bottom: 20px;
}

.box.square {
	float: left;
	width: 177px;
	height: 177px;
	background: none;
	margin-right: 20px;
}

body:not(.home) .box.square {
	margin-top: 20px;
}

.box.square.last {
	margin-right: 0;
}

.box.rectangle {
	float: left;
	width: 374px;
	height: 177px;
	background: #000;
	margin-right: 20px;
}

.box.rectangle.last{
	margin-right: 0;
}

.box.big {
	float: left;
	width: 374px;
	height: 374px;
	background: #000;
	clear: both;
	margin-bottom: 20px;
}




.titleMenu{
	color: #FFF;
	font-size: 14px;
	margin-left: 20px;
}



h2.subTitle {
	font-weight: 300;
	font-size: 26px;
	margin: 0;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.box p {
	font-size: 14px;
	margin: 0;
	margin-left: 20px;
}



.home .name{
	color: #000;
}


.box.line a {
	float: left;
}




/*	BGs	*/

body.logos{
	background: #c0392b;
	color: #FFF;
}

body.sites{
	background: #2c3e50;
	color: #FFF;
}

body.papelaria{
	background: #2980b9;
	color: #FFF;
}

body.audiovisual{
	background: #e84c3d;
	color: #FFF;
}

body.projetos{
	background: #16a086;
	color: #FFF;
}

body.formacao{
	background: #f39c11;
	color: #FFF;
}

body.experiencia{
	background: #686868;
	color: #FFF;
}

body.sobre{
	background: #FFF;
	color: #000;
}

body.contato{
	background: #34495e;
	color: #FFF;
}







.bg {
	display: none;
	background: #000;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: fixed;
	opacity: 0.9;
}

.lightbox {
	display: none;
	width: 757px;
	height: 568px;
	margin-left: -378px;
	margin-top: -284px;
	top: 50%;
	left: 50%;
	position: fixed;
	z-index: 2;
	background: #FFF;
}

.fechar {
	width: 50px;
	height: 60px;
	position: absolute;
	right: 5px;
	bottom: 0;
	cursor: pointer;
}





.esconde {
width: 177px;
height: 21px;
background: #FFF;
position: relative;
top: -21px;
}

.esconde2 {
width: 177px;
height: 21px;
background: #FFF;
position: relative;
top: -198px;
}






form{
	margin-top: 15px;
}

form input {
	margin-bottom: 7px;
}


::-webkit-input-placeholder { /* WebKit browsers */
	font-family: Segoe Light;
	font-weight: 300;
	color: #000;
    font-size: 12px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family: Segoe Light;
	font-weight: 300;
	color: #000;
   opacity:  1;
   font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family: Segoe Light;
	font-weight: 300;
	color: #000;
   opacity:  1;
   font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	font-family: Segoe Light;
	font-weight: 300;
	color: #000;
   font-size: 12px;
}

textarea#txtcoment {
	font-family: Segoe Light;
	font-weight: 300;
	color: #000;
	font-size: 12px;
	width: 243px;
}

input[type="submit"] {
	background: #202830;
	border: 0;
	padding: 6px 10px 6px 10px;
	color: #FFF;
	font-family: Segoe Light;
	font-weight: 700;
	margin-top: 7px;
	float: right;
	cursor: pointer;
}

.msg {
	float: left;
	display: block;
	width: 100%;
}