body{
  background-color: #EAE7D6;
  font-family: Arial, Helvetica, sans-serif;
}

/* Image div */
#image{
  margin: 10px auto 0px auto;
  text-align: center;
}
#image img{
  border: 1px solid #f4f5ed;
}

/* text info div */
#info{
  color: #808080;
  text-align: center;
}

/* boton adquiere */

.boton{
	background-color: #1f9284;
	border: 1px solid #146158;
	color: #fff;
	padding: 10px 25px;
	text-decoration: none;
	border-radius: 4px;
}
.boton:hover{
	background-color: #146158;
	border: 1px solid #104d45;
}
.boton:active{
	background-color: #a5d6d0;
}