body {
	background-color: gray;
} 

#corpo {
	width: 1060px;	
	margin: 0 auto;
	font: 14px "Palatino Linotype" "Book Antiqua", Palatino, serif; 
	background-color: white;
}

#corpoHeader {
	width: 1059px;
	height: 320px;
	margin: 0 auto;	
	align: center;
}

#corpoBotoes {
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

#corpoBotoes h1 {
  font-size: 36px;
  text-align:center;
  
}

#corpoBotoes hr {
	background-color: #0B4C5F;
}

#rodape {
	margin: 0 auto; 
}

#rodape hr {
  color: #0B4C5F;
  background-color: #0B4C5F;
  width: 100%;
  height: 30px;
}

.botao {
	width: 310px;
	height: 150px;
	-moz-box-shadow: inset 0px -2px 0px 0px #bbdaf7;
	-webkit-box-shadow: inset 0px -2px 0px 0px #bbdaf7;
	box-shadow: inset 0px -2px 0px 0px #bbdaf7;
	background-color: #79bbff;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	text-indent: -5px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	line-height:40px;
	text-decoration:none;
	text-align:center;
	text-shadow:-1px -1px 12px #528ecc;
}

.botao:hover {
	background-color: #378de5;
}

.botao:active {
	position: relative;
	top: 1px;
}

#btn1 {
	background: url('Imagens/InovarAlunos.png') no-repeat 0 0;
	font-size :150%;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 13px;
	margin-left: 13px;
}

#btn2 {
	background: url('Imagens/InovarProfissional.png') no-repeat 0 0;
	font-size:150%;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 13px;
	margin-left: 13px;  }

#btn3 {
	background: url('Imagens/InovarAse.png') no-repeat 0 0;
	font-size:150%;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 13px;
	margin-left: 13px;
}