body {
	background-color: #FFFFFF;
	
}

#wrapper {
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	width: 800px;	
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000099;
	text-align: center;
}

#lado-a {
	float: left;
	width: 400px;
}

#lado-b { 
	margin: 0;
	float: left;
	width: 400px;
}	

.btn1 {
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	background: #003e83;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
}

.btn1:hover {
  background: #e20a17;
  text-decoration: none;
}

.btn2 {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #003e83;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-align:center;
  margin-top: 20px;
}

.btn2:hover {
  background: #FF6600;
  text-decoration: none;
}
