#contenedor {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(./header.jpg);
	background-repeat: no-repeat;
	height: 365px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
h1  {
	font-size: 28px;
	color: #B57037;
	display: block;
	padding-top: 370px;
}
.boton {
	width: 100px;
	display: inline-block;
	text-align: center;
	padding: 10px;
	background-color: #E9E9E9;
	color: #B57037;
	text-transform: capitalize;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	float: none;
	clear: none;
}
.boton:hover {
	color: #333;
	background-color: #B57037;
}

