
#fechaIda, #fechaVuelta {
    width: 100%;
    background: transparent;
    border: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 2em;
    text-transform: uppercase;
    color: #6e6e6e;
    position: relative;
}

/* para agrandar el datepicker */
.datepicker,
.table-condensed {
  width: 650px;
  height:650px;
  font-size: x-large;
}

.table-condensed > thead {
    font-size: xx-large;
}
.table-condensed > thead > tr:nth-child(2) {
    height: 80px;
}
.table-condensed > thead > tr:nth-child(3) {
    height: 80px;
}
.table-condensed > thead > tr:nth-child(2) > .next {
    font-size: xxx-large;
}
.table-condensed > thead > tr:nth-child(2) > .prev {
    font-size: xxx-large;
}