.PlaneaTuVisitaCont {
  padding:3% 0;
  text-align:center;
}

.imgsPlegablePlaneaTuVisita img {
  width:100%;
  margin:auto;
  margin-bottom:50px;
}


.btnDescargaPlePlaneaTuVisita {
    background: #af7f4e;
    display: table;
    color: #fff;
    margin: auto;
    margin-bottom: 3%;
    padding: 8px 15px;
    border: solid 1px #af7f4e;
    transition: .4s;
}

.btnDescargaPlePlaneaTuVisita:hover {
    background: #fff;
    display: table;
    color: #af7f4e;
    margin: auto;
    margin-bottom: 3%;
    padding: 8px 15px;
    border: solid 1px #af7f4e;
    transition: .4s;
}

.btnDescargaPlePlaneaTuVisita:focus {
    background: #fff;
    display: table;
    color: #af7f4e;
    margin: auto;
    margin-bottom: 3%;
    padding: 8px 15px;
    border: solid 1px #af7f4e;
    transition: .4s;
}
