@charset "UTF-8";

#inverted-contain { width: 100%; height: 100%; }
		.panzoom{width:3559px; height:4135px;}
		.panzoom img{width:100%; height:100%;}
		.panzoom-holder{width:90%; max-width:930px; max-height:550px; border:rgba(67,46,47,1) 3px solid; margin:0 auto; margin-top:30px; margin-bottom:30px;padding:0;}
		.buttons{position:absolute; z-index:1; margin-top:10px; margin-left:70px;}
		.zoom-in, .zoom-out, .reset{background:rgba(67,45,47,1); border:none; color:rgba(255,255,255,1); font-weight:bold; height:20px;}

/* TRACKER */
.range-barra{margin-left:20px !important; margin-top:0px !important; width:150px !important; position:absolute; background:none !important; border:none !important;}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 6.5px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 50%;
  height: 7px;
  cursor: pointer;
  box-shadow: 1px 1px 1.4px #000000, 0px 0px 1px #0d0d0d;
  background: #b4b4b4;
  border-radius: 0px;
  border: 1px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 12px;
  border-radius: 1px;
  background: #3c3c3c;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #c1c1c1;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  box-shadow: 1px 1px 1.4px #000000, 0px 0px 1px #0d0d0d;
  background: #b4b4b4;
  border-radius: 0px;
  border: 1px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 12px;
  border-radius: 1px;
  background: #3c3c3c;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #a7a7a7;
  border: 1px solid #010101;
  border-radius: 0px;
  box-shadow: 1px 1px 1.4px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #b4b4b4;
  border: 1px solid #010101;
  border-radius: 0px;
  box-shadow: 1px 1px 1.4px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 20px;
  width: 12px;
  border-radius: 1px;
  background: #3c3c3c;
  cursor: pointer;
  height: 7px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #b4b4b4;
}
input[type=range]:focus::-ms-fill-upper {
  background: #c1c1c1;
}
/* FIN TRACKER */

.cerrarEd {
	margin-top:-10px;
	margin-right:-10px;
}

#llamada-tel{background:rgba(208,170,121,1); font-family: TradeGothicLTStd, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding:20px; box-sizing:border-box; width:450px; color:rgba(67,45,46,1);}
.formulario-contacto input[type=text]{float:right; width:200px; border:none;}
.formulario-contacto .input-ciudad{width:170px !important;}
.formulario-contacto select{float:right; width:170px;}
.titulo-contacto{text-transform:uppercase;padding-bottom:10px;}
.formulario-contacto input[type=submit]{width:120px; height:20px; border:none; text-transform:uppercase; display:block; margin-top:10px; margin-bottom:20px;}
.text-form{padding-bottom:20px; text-align:center !important;}
.textodos{line-height:14px; padding-bottom:20px;}
.mapa-big{width:90%; max-width:930px; height:650px; border:rgba(67,46,47,1) 3px solid; margin:0 auto; margin-top:30px; margin-bottom:30px; display:block; padding:0; -webkit-overflow-scrolling:touch; overflow:hidden;}
.iframe-mapa{width:100%; height:650px; margin:0 auto; display:block;}
.contacto-select{background:rgba(223,197,160,1);}
.text-small{font-size:10px;}

.form-contacto-id input[type=text]{
	margin-bottom:10px !important;
}
	::-webkit-input-placeholder { /* WebKit browsers */
    color:rgba(81,81,81,1);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(81,81,81,1);
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:rgba(81,81,81,1);
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:rgba(81,81,81,1);
}

.disponibilidad-container{width:100%; display:inline-block; text-align:left; margin-top:20px;}
.disponible-color{text-align:center;margin-left:5%; font-weight:bold; padding:10px; width:100px; background:rgba(207,189,89,1); display:inline-block;}
.no-disponible-color{font-weight:bold;text-align:center;margin-left:20px;padding:10px; width:100px; color:rgba(255,255,255,1); background:rgba(81,61,48,1); display:inline-block;}


/*.mapa-total{margin:0; padding:0; width:20% !important; height:20% !important;}*/