body{
	background-color:rgb(200,200,200);
}

.terceira_div{/* segunda parte do site dos projectos*/
	width:1279px;
	height:1771px;
	margin:auto;
	background-image:url(../image/icur2016.jpg);
	position:relative;
	padding-bottom:50px;
}

.copyrights{/* terceira parte do site (copyrights)*/
	width:1279px;
	height:75px;
	background-color:#000;
	margin:auto;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#828282;	
}

.cabecalho{/* primeira parte do site*/
	width:968px;
	height:75px;
	background-color:#000;
	margin:auto;
	position:relative;
}

.tb_botao{/*tabela dos botoes*/
	width:430px;
	height:100%;
	margin-left:37px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-style:normal;
	font-size:14px;
	color:#666;
}


.nomes_ant{
	width:1279px;
	height:4px;
	background-color:rgb(188,79,82);
	margin:auto;
}

.nomes{
	width:1279px;
	height:16px;
	background-color:rgb(40,59,79);
	margin:auto;
	font-family: 'Raleway', sans-serif;
	font-size:10px;
	color:rgb(89,119,139);	
	padding-top:2px;
}

.tabelaprinc{
	margin-left:38px;
	font-family: 'Dosis', sans-serif;
	font-weight:100;
	color:#FFF;
	padding-top:40px;
}

#home:hover{
	color:#F00;
}

