html, body {
	height:100%;
	width:100%;
}

body {
	background-color: #3b3b3b;
	color: #fff;
}

p {
  font: small/120% "verdana", serif;
	line-height: 1.2em;
}

a {
	color: #A8302A; 
	text-decoration: none;
}

a:hover {
	color: #FFF;
	font-weight: 800;
	text-decoration: none;
}

h3 {
  font: large/120% "verdana", serif;
	color: #eee;
}

#topo {
	background-color: #fff;
	width: 100%;
	height: 160px;
	padding: 15px 25px 0px;
	/*-moz-border-radius: 1em;*/
}

#menuP {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	vertical-align: baseline;
}
 
#menuP li {
	display: block;
	-moz-border-radius: 1em;
  	font: small/80% "verdana", Times, serif;
  	cursor: pointer;
	margin-top: 8px;
	padding: 3px;
	width: 130px;
	background: #A8302A;
	color: #FFF;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	
}

#esquerda {
	width: 140px;
	height: 500px;
	float: left;
	text-align: center;
}

#direita {
	width: 815px;
	float: right;
}

.stynop {
	display: block;
	-moz-border-radius: 2em;
	margin: 10px 0;
	padding: 20px;
	width: 600px;
	height: 40px;
	background: #222;
	color: #666;
}

#logolink:hover {
	cursor: pointer;
}

#zona a {
	color: #fff;
}

#zona a:hover {
	color: lightblue;	
	font-weight: 200;
	text-decoration: none;
}