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

body {
	font-family:Arial;
	font-size:12px;
	color:#4D4948;
	background-color:#72706F;
	border:0px;
}

h1{
	font-size:17px;
}

h2{
	font-size:20px;
}

/* INÍCIO ESTRURAS DIV */

#geral{
	width:100%;
	float:left;
}

#superior{
	width:100%;
	height:132px;
	float:left;
	background:url(../img/superior.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	background-position:center top;
}

#inferior{
	width:100%;
	height:131px;
	float:left;
	background:url(../img/inferior.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

a{
	color:#000000;
}

a:hover{
	color:#4D4948;
}

/* FIM ESTRURAS DIV */