.TARIFA0 {width:100%; margin:auto; display:block; background-color:#F00; height:70px; margin-bottom:35px;}
.TARIFA1 {width:978px; margin:auto; display:block; background-color:#0f0; }
.TARIFA2 {width:958px; padding:15px; background-color: rgba(255,255,255,1); border-radius:10px; margin:auto; margin-top:-70px;  position:absolute;    display:block; z-index:1;
-webkit-box-shadow: 3px 5px 23px 3px rgba(0,0,0,0.55);
-moz-box-shadow: 3px 5px 23px 3px rgba(0,0,0,0.55);
box-shadow: 3px 5px 23px 3px rgba(0,0,0,0.55);}


/*.TARIFA1 {width:100%; margin:auto; display:block; text-align:center; background-color:#d94000; padding: 12px 0px;}
.TARIFA2 {width:1000px; margin:auto; padding:15px; background-color: rgba(255,255,255,0.9); border-radius:10px; margin:auto;     display:block; z-index:1;
-webkit-box-shadow: 3px 5px 23px 3px rgba(0,0,0,0.65);
-moz-box-shadow: 3px 5px 23px 3px rgba(0,0,0,0.65);
box-shadow: 3px 5px 23px 3px rgba(0,0,0,0.65);}*/




.dvfecha0 { float:left; display:table; min-width:50px; margin-right:10px;}
.dvfecha1 { font-size:16px; font-weight:400; height:25px;}


.logit0{ display:flex;}
.logit1{display: inline-table; width:120px; margin-right:10px; text-align:center;}
.logit2{ display:inline-table; }

.HH1 {width:170px; }
.HH2 {width:300px; }


.dvcalendar{ text-align:center;  margin-bottom:10px;}
.botonFECHA {
-webkit-appearance:none;
	font-size:15px;
	margin:0px;
	height:40px;
	font-weight:normal;
	padding:6px;
	border:0px;
    border-radius:6px;
	text-decoration:none;
	width:100%;
}


.botonFECHA:hover {
-webkit-appearance:none;
	margin:0px;
	font-weight:normal;
	border:0px;
    border-radius:6px;
	text-decoration:none;
}



.datepicker {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  width: 260px;
  z-index: 1;
}

.datepicker__inner {
  overflow: hidden;
}

.datepicker__month {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

.datepicker__month--month2 {
  display: none;
}

.datepicker__month-day--valid {
  cursor: pointer;
}

.datepicker__month-day--lastMonth,
.datepicker__month-day--nextMonth {
  visibility: hidden;
}

.datepicker__month-button {
  cursor: pointer;
}

.datepicker__info--feedback {
  display: none;
}

.datepicker__info--error,
.datepicker__info--help {
  display: block;
}

.datepicker__close-button {
  cursor: pointer;
}

.datepicker__tooltip {
  position: absolute;
}

/* =============================================================
 * THEME
 * ============================================================*/
.datepicker {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 8px 8px 40px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 8px 8px 40px 5px rgba(0, 0, 0, 0.08);
  color: #484c55;
  font-family: 'Helvetica', 'Helvetica Neue', 'Arial', sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.datepicker__inner {
  padding: 20px;
}

.datepicker__month {
  font-size: 12px;
}

.datepicker__month-caption {
  border-bottom: 1px solid #dcdcdc;
  height: 2.5em;
  vertical-align: middle;
}

.datepicker__month-name {
  text-transform: uppercase;
}

.datepicker__week-days {
  height: 2em;
  vertical-align: middle;
}

.datepicker__week-name {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}

.datepicker__month-day {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #000;
  padding: 9px 7px;
}

.datepicker__month-day--no-check-in {
  position: relative;
}

.datepicker__month-day--no-check-in:after {
  background-color: rgba(255, 0, 0, 0.1);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: -1;
}

.datepicker__month-day--no-check-out {
  position: relative;
}

.datepicker__month-day--no-check-out:after {
  background-color: rgba(255, 0, 0, 0.1);
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.datepicker__month-day--invalid {
  color: #e8ebf4;
}

.datepicker__month-day--disabled {
  color: #e8ebf4;
  position: relative;
}

.datepicker__month-day--disabled:after {
  content: '\00d7';
  left: 50%;
  position: absolute;
  color: red;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.datepicker__month-day--selected {
  background-color: #D92000;
  color: #fff;
}

.datepicker__month-day--selected:after {
  display: none;
}

.datepicker__month-day--hovering {
  background-color: #D92000; 
  color: #fff;
}

.datepicker__month-day--today {
  background-color: #999;
  color: #fff;
  border-radius:20px;
}

.datepicker__month-day--first-day-selected{
  background-color: #d92000;
    border-radius:20px 0px 0px 20px;

  color: #fff;
}

.datepicker__month-day--last-day-selected {
  background-color: #d92000;
    border-radius:0px 20px 20px 0px;

  color: #fff;
}










.datepicker__month-day--last-day-selected:after {
  content: none;
}

.datepicker__month-button {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #d92000;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
}

.datepicker__month-button:hover {
  background-color: #B92000;
  color: #fff;
}

.datepicker__topbar {
  margin-bottom: 20px;
  position: relative;
}

.datepicker__info-text {
  font-size: 13px;
}

.datepicker__info--selected {
  font-size: 11px;
  text-transform: uppercase;
}

.datepicker__info--selected-label {
  color: #acb2c1;
}

.datepicker__info-text--selected-days {
  font-size: 11px;
  font-style: normal;
}

.datepicker__info--error {
  color: red;
  font-size: 13px;
  font-style: italic;
}

.datepicker__info--help {
  color: #acb2c1;
  font-style: italic;
}

.datepicker__close-button {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #d92000;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 10px;
  color: #fff;
  margin-top: 20px;
  padding: 7px 13px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}

.datepicker__close-button:hover {
  background-color: #B92000;
  color: #fff;
}

.datepicker__tooltip {
  background-color: #b92000;
  color:#FFF;
  border-radius: 15px;
  font-size: 13px;
  margin-top: -5px;
  padding: 6px 12px;
}

.datepicker__tooltip:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffe684;
  bottom: -4px;
  content: '';
  left: 50%;
  margin-left: -4px;
  position: absolute;
}

@media (min-width: 320px) {
  .datepicker {
    width: 300px;
  }
}

@media (min-width: 480px) {
  .datepicker {
    width: 460px;
  }
  .datepicker__months {
    overflow: hidden;
  }
  .datepicker__month {
    width: 200px;
  }
  .datepicker__month--month1 {
    float: left;
  }
  .datepicker__month--month2 {
    display: table;
    float: right;
  }
  .datepicker__month-button--disabled {
    visibility: hidden;
  }
  .datepicker__months {
    position: relative;
  }
  .datepicker__months:before {
    background: #dcdcdc;
    bottom: 0;
    content: '';
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
}

@media (min-width: 768px) {
  .datepicker {
    width: 560px;
  }
  .datepicker__month {
    width: 240px;
  }
  .datepicker__close-button {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

