body {
  background-color: #85891a;
}
 
 #wrap {
  display: block;
  background-image: url('../assets/images/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 17px;
  min-height: 400px;
  width: 705px;
  margin-left: auto;
  margin-right: auto;
  border-width: 0;
  border-color: #000000;
}
 
 .logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
  display: block;
  text-align: center;
}
 
 .logo img {
  width: 173px;
}
 
 .nombre h1 {
  text-align: center;
  font-family: Allton-black;
  font-size: 22px;
  padding: 10px;
}
 
 .sub-titulo h2 {
  text-align: center;
  font-family: Aileron-LightItalic;
  font-size: 16px;
  color: #85891a;
  font-weight: bold;
  padding: 2px 10px 10px;
}
 
 .email p {
  font-family: Aileron-Light;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  padding: 8px;
}
 
 .cel p {
  font-family: Aileron-Light;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  padding: 8px;
}
 
 .tel-work p {
  font-family: Aileron-Light;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
 
 .direction p {
  font-family: Aileron-Light;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  padding: 6px 6px 12px;
  line-height: 20px;
  margin-top: 7px;
}
 
 footer {
  min-height: 90px;
  clear: both;
}
 
 .boton a {
  font-family: Aileron-black;
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 5px 5px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  display: none;
  margin-top: 8px;
  width: 500px;
}
 
 a {
  color: black;
  text-decoration: none;
  text-align: center;
}