*{
	margin: 0px;
	padding: 0px;
	
}

/* CONFIGURAÇÃO DOS TEXTOS */

h1{
	color: #000;
	font-size: 32px;
	font-family: arial, helvetica, serif;
}

h2{
	color: #000;
	font-size: 18px;
	font-family: arial, helvetica, serif;
	
}

/* ----------------------- */

/* BACKGROUND PRETO */
body{
	background: #000;
	
}

/* TOPO DO SITE*/
#topocinza{
	
	margin: 30px 30px 0 30px;
	width: 1196px;
	height: 445px;
	background: #E6E7E8;
	
}

#topofundo{
	margin: 15px 15px 0 15px;
	width: 1164px;
	height: 430px;
	float: left;
	background: #fff;
}

#topo{
	width: 1165px;
	height: 428px;
	float: left;
	background: url(../imagens/topo.png) no-repeat;
}

#banner{
	width: 1164px;
	height: 183px;
	float: left;
	background: url(../imagens/banner.png) no-repeat;
}

/* MEIO DO SITE*/
#meiocinza{
	
	margin: 0 30px 0 30px;
	width: 1196px;
	height: auto;
	float: left;
	background: #E6E7E8;
	
}

#meio{
	margin: 0 15px 0 15px;
	width: 1164px;
	height: auto;
	float: left;
	background: #fff;
	
}


#titulo{
	margin: 0 0 0 0;
	padding: 0 0 0 500px;
	width: 664px;
	height: 40px;
	float: left;
	
}

#textoemp{
	margin: 50px 0 0 282px;
	width: 600px;
	height: 420px;
	float: left;
	background: #fff;
	
	
}


/* BASE DO SITE*/
#basecinza{
	margin: 0 0 60px 30px;
	width: 1196px;
	height: 71px;
	float: left;
	background: #E6E7E8;
}

#basebranco{
	margin: 0 0 0 15px;
	width: 1164px;
	height: 56px;
	float: left;
	background-color: #fff;
}

#base{
	width: 1164px;
	height: 56px;
	float: left;
	background: url(../imagens/base.png) no-repeat;
}

/* INÍCIO MENU*/

#menugeral{
	width: 1164px;
	height: 42px;
	float: left;
	margin: 40px 0 0 0;
	
}

#menu{
	width: 650px;
	height: 40px;
	margin: 6px 0 0 528px;
}

#menu ul {
padding:0px;
margin:0px;
float: left;
width: 100%;
list-style:none;
}

#menu ul li { 
display: inline;
}

#menu ul li a {
color: #fff;
font-size: 24px;
font-family: arial, helvetica, serif;
padding: 2px 10px;
float:left;
/* visual do link */
color: #fff;
text-decoration: none;

}

#menu ul li a:hover {
color: #00B3F0;
	}
