body {
	background: #FFF;
	font-family: Roboto Light;
	font-weight: 300;
}

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

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

@font-face {
    font-family: Roboto Light;
    src: url(fontes/Roboto-Light.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: Roboto Light;
	font-weight: 300;
	font-size: 60px;
	float: left;
}

.info {
	float: right;
	font-family: Roboto 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;
	width: 48px;
	height: 43px;
	float: right;
	margin-top: 5px;
	margin-left: 10px;
}






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

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

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

.box.square {
	float: left;
	width: 177px;
	height: 177px;
	background: #000;
	margin-right: 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: 20px;
}

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









/*	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;
}




