@font-face {
    font-family: "Regular";
    src: url('../fonts/FrutigerLTStd-Cn.otf') format("truetype");
}
 
@font-face {
    font-family: "Negrita";
    src: url('../fonts/FrutigerLTStd-Black.otf') format("truetype");
}
@font-face{
   	font-family: "Poppins-Medium";
   	font-weight: normal;
   	font-style: normal;
   	src: url(../fonts/Poppins-Medium.ttf);
}
@font-face{
   	font-family: "Poppins-Bold";
   	font-weight: normal;
   	font-style: normal;
   	src: url(../fonts/Poppins-Bold.ttf);
}
*{
	font-family: "Regular";
	/*color: #000; esta linea fue la que cambio algunos textos a negro*/
}
a{
	text-decoration: unset;
}
#rangeCoti{
	width: 100%
}
#rangeCoti {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

#rangeCoti::-webkit-slider-thumb {
  -webkit-appearance: none;
}

#rangeCoti:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

#rangeCoti::-ms-track {
  width: 100%;
  cursor: pointer;

  /* Hides the slider so custom styles can be added */
  background: transparent; 
  border-color: transparent;
  color: transparent;
}
/* Special styling for WebKit/Blink */
#rangeCoti::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 20px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/ /* Add cool effects to your sliders! */
}

/* All the same stuff for Firefox */
#rangeCoti::-moz-range-thumb {
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  border: 1px solid #000000;
  height: 20px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

/* All the same stuff for IE */
#rangeCoti::-ms-thumb {
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  border: 1px solid #000000;
  height: 20px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}

#rangeCoti::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #edf1f0;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

#rangeCoti:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}

#rangeCoti::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #edf1f0;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}

#rangeCoti::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
#rangeCoti::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#rangeCoti:focus::-ms-fill-lower {
  background: #edf1f0;
}
#rangeCoti::-ms-fill-upper {
  background: #edf1f0;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
#rangeCoti:focus::-ms-fill-upper {
  background: #367ebd;
}

/*------------------------------------------------------------*/
.selectppsi{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	border: none;
	font-size: 18px;
}
#tdbuscar, .fa-envelope, .fa-bell{
		display: none;
	}
.jvectormap-tip{
		display: none !important;
		border: none;
		background-color: transparent;
		color: transparent;
	}
.cardA{
	color: #000;
}
.Apartar button[type=submit]{
	background-color: #4daba8;
	color: #fff;
	border-radius: 5PX;
	font-size: 16px !important;
	cursor: pointer;
	height: 30px;
	border: none;
	width: 100%;
}
.textAC{
	background-color:none;
	border-radius: 0PX;
	font-size: 16px !important;
	cursor: pointer;
	height: 35px;
	border: none;
	width: 100%;
}
.Apartar button{
	background-color: #4daba8;
	color: #fff;
	border-radius: 5PX;
	font-size: 16px !important;
	cursor: pointer;
	height: 30px;
	border: none;
	width: 100%;
}
#loginCont{
	position: relative;
	width: 100vw;
	height: 100vh;
	background-image: url(../img/FondoLoginMac.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#loginForm{
	position: absolute;
	top: calc(50% - 115px);
	left: calc(50% - 140px);
	width: 280px;
	height: 300px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5)
}
#imgMacCirc{
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #fff;
	left: calc(50% - 50px);
	top: -115px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	background-image: url(../img/macinmuebles.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 70% auto;
}
#imgMacCapHum{
	position: absolute;
	width: 200px;
	height: 210px;
	background-color: transparent;
	left: calc(50% - 100px);
	top: -210px;
	/*box-shadow: 0px 0px 10px rgba(0,0,0,.5);*/
	background-image: url(../img/macinmuebles.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#loginForm h3{
	text-align: left;
	color: #00b0aa;
}
.inptlogin{
	width: 100%;
	border: none;
	border-bottom: 1px solid #a6acaf;
	background-color: transparent;
	margin: 10px 0px;
	font-size: 16px;

}
#btnlogin{
	width: 130px;
	margin: 10px auto 30px;
	line-height: 50px;
	color: #fff;
	background-color: #00b0aa;
	border: none;
	font-size: 18px;
	border-radius: 1px;
}
.tblInfo tr:nth-child(even) td:nth-child(1){
    background-color: #42908E;
}
.tblInfo tr:nth-child(even) td:nth-child(2){
    background-color: #EDF1F0;
}

.tblInfo.Apartar{
	
}
#infoCont {
    overflow-y: scroll;
    margin:77px 0px 0px;
    -webkit-overflow-scrolling: touch;
}
.inicioNinfoCont .cardpanl{
	height: 420px;
}
.inicioNinfoCont .iniCardCircleCont{
	height: 105px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.inicioNinfoCont .circle{
	width: 100px;
}
.inicioNinfoCont .localesDisp{
	font-size: 20px;
	font-weight:700;
	color: #00b0aa;
}
.inicioN2infoCont .cardpanl{
	height: 420px;
}

.inicioN2infoCont .pnlCardCont{
	min-width: 500px ;
	/*width: 100%;*/
}
.inicioN2infoCont .pnlCardCont .primer{
	display: inline-block;
	vertical-align: top;
}
.inicioN2infoCont .pnlCardCont .segundo{
	display: inline-block;

}
.inicioN2infoCont .iniCardCircleCont{
	height: 150px;
	width: 90%;
	display: inline-block;
	vertical-align: top;
}
.inicioN2infoCont .iniCard2CircleCont{
	height: 100px;
	width: 90%;
	display: inline-block;
	vertical-align: top;
}
.inicioN2infoCont .circle{
	width: 130px;
}
.inicioN2infoCont .localesDisp{
	font-size: 20px;
	font-weight:700;
	color: #00b0aa;
}
.inicioN2infoCont .iniCardBtm{
	text-align: center;
}
.inicioN2infoCont button{
	background-color: #4daba8;
	color: #fff;
	border-radius: 5PX;
	font-size: 16px !important;
	cursor: pointer;
	height: 30px;
	border: none;
	width: 100px;
}
.contVerdeini .iniCardTitle {
    width: 100%;
    text-align: left;
    line-height: 40px;
    font-size: 12PX;
    border-bottom: 1px solid #e2e2e2;
}
.contVerdeini {
    background-color: #4daba8;
    color: #fff;
    width: 275px;
    margin: 10px auto;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    box-sizing: border-box;
    padding: 10px;
}
.cardpanlcomplex {
    position: relative;
    /* background-image: url(../img/refcardpanel.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    margin: auto;
    width: 275px;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    text-decoration: none;
}
.cardpanlcomplex label{
    font-size: 15px;
}
.cardpanlcomplex input{
    width: 100px;
}
.cardpanlcomplex select{
    width: 100px;
    height: 35px;
    border: 1px solid #00aea9;
    border-radius: 3px;
    background: url() no-repeat center right+10px;
    background-size: 14px;
    background-color: transparent;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 3px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.cardpanlcomplex button{
    background-color: #4daba8;
    color: #fff;
    border-radius: 5PX;
    font-size: 16px !important;
    cursor: pointer;
    height: 30px;
    border: none;
    width: 100px;
    margin-left: calc(50% - 50px);
}
.cardpanlcomplex .infocrdpnl {
    overflow: hidden;
    height: auto;
    text-align: justify;
}
.cardpanlcomplex .iniCardBtm {
    text-align: left;
    line-height: 30px;
}
.labelcalendaricon{
	width: 30px;
	height: 30px;
	background-color: #a9a9a9;
}
#btnEditComplex{
	position: absolute;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	color: #fff;
	background-color: #00b0aa;
	z-index:2;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	right: calc(50% - 145px);
	top:-5px;
	cursor: pointer;
}
#mapComplexCont{
	position: relative;
}
#mapCenterMarker{
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 15px);
	width: 30px;
	height: 30px;
	z-index: 2;
	background-image: url(https://cdn0.iconfinder.com/data/icons/small-n-flat/24/678111-map-marker-512.png);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat; 
}
#mapaComplex{
	display: inline-block;
	min-height: 250px;
	width: calc(100%);
	background-color:#a9a9a9;
	vertical-align: top;
	margin: 20px 0px 0px;
}
.pnlCardCont{
	position: relative;
	vertical-align:top;
	display: inline-block;
	width: 33%;
	min-width: 295px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	margin: auto;
}
.pnlCardContEditComplex{
	position: relative;
	vertical-align:top;
	display: inline-block;
	width: 33%;
	min-width: 295px;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	margin: auto;
}
.cardpanl{
	position: relative;
	/*background-image: url(../img/refcardpanel.png);*/
	background-position: center;
	background-repeat:no-repeat;
	background-color: #fff;
	margin:auto;
	width: 275px;
	height: 345px;
	box-sizing: border-box;
	padding: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
	text-decoration: none;
}
.imgcrdpnl{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #e2e2e2;
	width:100%;
	height: 205px;
}
.cardNum{
	position: absolute;
	font-family: negrita;
	background-color: #00b0aa;
	color: #fff;
	text-align: center;
	line-height: 50px;
	width: 50px;
	top: 0px;
	left: 0px;
}
.titlecrdpnl {
    background-color: #00b0aa;
    color: #fff;
    text-align: center;
    line-height: 40px;
    padding: 0px 35px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.infocrdpnl {
    overflow: hidden;
    height: 56px;
    text-align: justify;
}
.pricecrdpnl {
	display: inline-block;
	width: calc(100% - 62px);
    font-family: negrita;
    text-align: left;
    font-size: 20px;
}
.btnVer{
	display: inline-block;
	color: #00b0aa;
	border: 1px solid #00b0aa;
	text-align: center;
	width: 60px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 5px 0px 2px;
}
.titleInfoCont{
	position: relative;
	color: #00b0aa;
	text-transform: uppercase;
}
.titleInfoCont button{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #00b0aa;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	border: none;
	border-radius: 5px;

}
.titleInfoCont .selecvrcont{
	display: inline-block;
}
#ContentP {
   /* -webkit-overflow-scrolling: touch;*/
}

/*-------------------- plantas ---------------------*/
	.imgPlansPrinc{
		position: relative;
		height: 80px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom;
		margin: 0px 0px 15px;
		width: calc(100% - 40px);
	}
	.imgPlansPrinc h2{
		margin: 5px 0px;
	}
	.infoImgPlansPrinc{
		position: absolute;
		right: 0px;
		top: 0px;
		height: 100%;
		width: 300px;
		background-color: rgba(0,176,170,.7);
		overflow: hidden;
	}
	.continfoImgPlansPrinc{
		position: absolute;
		width: 100%;
		height: auto;
		bottom: 0px;
		left: 0px;
		color: #fff;
		box-sizing: border-box;
		padding: 10px;
	}
	.direcccontIIPP{
		height: 60px;
		position: relative;
		box-sizing: border-box;
		padding: 0px 0px 0px 60px;
	}
	#cuadroUbi{
		position: absolute;
		width: 50px;
		height: 50px;
		box-sizing: border-box;
		border: 1px solid #fff;
		left: 5px;
		top: 5px;
	}
	#lineaCuadroUbi{
		position: absolute;
		border-left: 1px solid #fff;
		width: 1px;
		height: 300px;
		top: -300px;
		left: 25px;
	}
	#localSelParent{
		color: #000;
		font-size: 20px;
	}
	#LocalSeleccionado{
		font-weight: 700;
		font-size: 25px;
	}
	.btntipopago{
		width: 50%; border-radius: 5PX; font-size: 12px;
		cursor: pointer;
		height: 30px;
	}
/*-------------------- plantas ---------------------*/
/*-------------------- inicio ---------------------*/
	.iniCardTitle {
		width: 100%;
	    text-align: left;
	    line-height: 40px;
	    border-bottom: 1px solid #e2e2e2;
	}
	.iniCardCircleCont{
		width: 100%;
		border-bottom: 1px solid #e2e2e2;
		height: calc(100% - 80px);
	}
	.iniCardBtm{
		text-align: left;
	    line-height: 40px;
	}
	.iniCardAnio{
		display: inline-block;
		width: calc(62% - 2px);
		text-align: left;
		vertical-align: top;
	}
	.iniCardMes{
		display: inline-block;
		width: calc(38% - 2px);
		text-align: right;
		vertical-align: top;
		background-size: 15px;
		background-position: right +5px center;
		background-repeat: no-repeat;
		background-image: url(../img/flechaSelect.svg);
		overflow: hidden;
		box-sizing: border-box;

	}
	.iniCardMes select{
		border: none;
		background-color: transparent;
		margin: 0px -20px 0px 0px;
		width: calc(97% + 20px);
		line-height: 40px;
		cursor: pointer;
	}
	.iniCardVerde{
		height: 170px;
		background-color: #00b0aa;
		padding: 10px;
		box-sizing: border-box;
		color: #fff;
	}
	.iniCardVerde .iniCardMes{
		filter: brightness(0) invert(100);
	}

	/* Style the tab */
	.tab {
	    overflow: hidden;
	    
	    background-color: #fff;
	}

	/* Style the buttons inside the tab */
	.tab button {
	    background-color: inherit;
	    float: left;
	    border: none;
	    outline: none;
	    cursor: pointer;
	    padding: 14px 16px;
	    transition: 0.3s;
	    font-size: 17px;
	    background-color: #f4f0ef;
	    color: #a5a1a0;
	}

	/* Change background color of buttons on hover */
	.tab button:hover {
	    background-color: #ddd;
	}

	/* Create an active/current tablink class */
	.tab button.active {
	    color: #00b0aa;
	    border-bottom: 1px solid #a5a1a0;
	    background-color: #fff;
	}

	/* Style the tab content */
	.tabcontent {
	    display: none;
	    padding: 6px 12px;
	    background-color: #fff;
	}
	
/*-------------------- inicio ---------------------*/
/*--------------------formularios------------------*/
	.maxwidth{
		max-width: 1100px;
		width: 100%;
		margin: auto;
		position: relative;
	}
	.contenedor_cliente{
		width: 100%;
	}
	.contenedor_clienteFancy{
		width: 100%;
		max-width: 400px;
	}
	.titulo_form{
		background: #00aea9;
		color: #FFF;
		font-family: "Poppins-Bold";
		box-sizing: border-box;
		padding: 0 10px;
		line-height: 40px;
		margin: 0;
	}
	.datos_cliente{
		width: 95%;
		margin: 10px auto 20px;
	}
	.datos_cliente label{
		font-family: "Poppins-Medium";
		color: #00aea9;
		text-transform: uppercase;
		font-size: 12px;
	}
	.titulo_datos{
		font-family: "Poppins-Bold";
		color: #00aea9;
		text-transform: uppercase;
		font-size: 16px;
	}
	.dato_personal{
		width: 245px;
		display: inline-block;
		vertical-align: baseline;
		margin: 5px 10px 5px 0;
	}
	.TitleEncuesta{
		background-image: url(../img/BANNER_SUP_E.jpg);
		background-repeat: no-repeat;
		background-position: left;
		max-width: 618px;
		width: 100%;
	    height: 144px;
	    position: relative;
	}
	.tituloEncuesta {
	    color: #fff;
	    font-size: 25px;
	    position: absolute;
	    width: fit-content;
	    top: 20px;
	    left: 80px;
	}
	.tipoEncuesta {
	    color: #fff;
	    font-size: 45px;
	    text-align: left;
	    width: fit-content;
	    position: relative;
	    left: 200px;
	    top: 45px;
	}
	.TitleOpinion {
	    max-width: 618px;
	    width: 100%;
	    /*background-color: #A4C23A;*/
	    color: #000 !important;
	    box-sizing: border-box;
	    padding: 6px 21px 3px;
	    text-transform: unset !important;
	}
	.contbtnidioma {
	    position: fixed;
	    z-index: 10;
	    right: 20px;
	    top: 131px;
	}
	.contenedor_encuesta{
		position: relative;
	}
	.contenedor_encuesta .dato_personal{
		max-width: 618px;
		width: 100%;
		display: inline-block;
		vertical-align: baseline;
		margin: 5px 10px 5px 0;
	}
	.contenedor_encuesta .dato_personal img{
	    height: 40px;
	    vertical-align: middle;
	}
	.contenedor_encuesta .dato_personal .labelPreg{
	    color: #00aea9;
    	box-sizing: border-box;
    	padding: 10px 0px;
	}
	.dato_personal label{
		position: relative;
	}
	.dato_personal label input[type=]{
		position: relative;
	}
	.dato_personal label span{
		position: absolute;
		left: calc(50% - 8px);
	    top: -13px;
	    text-align: center;
	    width: 18px;
	}
	.dato_texta{
		margin: 10px 0;
		max-width: 400px;
	}
	.input_dato{
		width: 100%;
		height: 35px;
		border: 1px solid #00aea9;
		border-radius: 3px;
		background: transparent;
		box-sizing: border-box;
		padding: 0 5px;
		margin: 3px 0 0;
		-webkit-appearance:textfield;
		-moz-appearance: textfield;
		appearance:textfield;

	}
	.select_dato{
		width: 100%;
		height: 35px;
		border: 1px solid #00aea9;
		border-radius: 3px;
		background: url() no-repeat center right+10px;
		background-size: 14px;
		background-color: transparent;
		box-sizing: border-box;
		padding: 0 5px;
		margin: 3px 0 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}
	.textarea_dato{
		max-width: 500px;
		width: 90%;
		height: 100px;
		border: 1px solid #00aea9;
		border-radius: 3px;
		background: transparent;
		box-sizing: border-box;
		padding: 5px;
		font-family: "Poppins-Medium";
		resize: none;
	}
	.boton_enviar{
		width: 150px;
		height: 35px;
		color: #FFF;
		background: #00aea9;
		font-family: "Poppins-Bold";
		cursor: pointer;
		border: none;
		border-radius: 3px;
		margin: 20px 20px 0 0;
	}
	.boton_cancel{
		width: 150px;
		height: 35px;
		color: #00aea9;
		border: 1px solid #00aea9;
		background: transparent;
		font-family: "Poppins-Bold";
		cursor: pointer;
		border-radius: 3px;
		margin: 20px 20px 0 0;
	}
	.margen1{
		margin: 10px 10% 0 0;
	}
	.ancho1{
		width: 100px;
	}
	#bodyComplex .anchoTxtArea{
		width: calc(33% - 15px);
	}
	#bodyComplex .anchoTxtArea textarea{
		resize: none;
		height: 100px;
		font-size: 12px;
		box-sizing: border-box;
		padding: 10px;
	}
/*--------------------formularios------------------*/
/*-------------------- circle progress ---------------------*/
	.circles {
	  margin-bottom: -10px;
	}

	.circle {
	  width: 200px;
	  margin: 6px 6px 20px;
	  display: inline-block;
	  position: relative;
	  text-align: center;
	  line-height: 1.2;
	}

	.circle canvas {
	  vertical-align: top;
	}

	.circle strong {
	  position: absolute;
	  top: 30px;
	  left: 0;
	  width: 100%;
	  text-align: center;
	  line-height: 40px;
	  font-size: 30px;
	}

	.circle strong i {
	  font-style: normal;
	  font-size: 0.6em;
	  font-weight: normal;
	}

	.circle span {
	  display: block;
	  color: #aaa;
	  margin-top: 12px;
	}
	#tblCont{
		height: 77px;
		width: calc(100% - 250px);
		top: 0px;
		position:fixed;
		z-index: 100;
	}
	#tblCont #mntTopCont{
		margin: -18px 0px 0px;
	}
	#ContentP {
	    position: relative;
	}
/*-------------------- circle progress ---------------------*/
/*-------------------- data-table ---------------------*/
	#myTable_info, #myTable_length, #myTable_filter label{
		color: #00b0aa;
	}
	#myTable_length select{
		color: #00b0aa;
		background-color: transparent;
		border: solid 1px #00b0aa;
		height: 29px;
		font-size: 15px;
		border-radius: 5px;
		-webkit-appearance: none; 
	   -moz-appearance: none;
	   appearance: none;   
	}
	#myTable_filter input{
		color: #00b0aa;
		background-color: transparent;
		border: solid 1px #00b0aa;
		height: 29px;
		font-size: 15px;
		border-radius: 5px; 
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button{
		color: #00b0aa !important;
	}
	#myTable tbody{
		box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	}
	table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {

	    background-color: #b5e4e2 !important;

	}
	table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {

	    background-color: #7ccfcc !important;

	}
	table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
	    padding: 10px 18px;
	    border-bottom: none !important;
	    border-top: none !important;
	    font-family: "Regular" !important;
	    font-weight: 100 !important;
	}
	.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	    color: #00b0aa !important;
	    border: 1px solid #00b0aa !important;
	    background-color: transparent !important;
	    border-radius: 5px;
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparen), color-stop(100%, transparent)) !important;;
		background: -webkit-linear-gradient(top, transparen 0%, transparent 100%) !important;
		background: -moz-linear-gradient(top, transparen 0%, transparent 100%) !important;
		background: -ms-linear-gradient(top, transparen 0%, transparent 100%) !important;
		background: -o-linear-gradient(top, transparen 0%, transparent 100%) !important;
		background: linear-gradient(to bottom, transparen 0%, transparent 100%) !important;
	}
	.btnDelFloor{
		color: #00b0aa;
		cursor: pointer;
		background-color: transparent;
		border: none;
		font-size: 20px;
	}
/*-------------------- data-table ---------------------*/
/*-------------------- resumen p4 ---------------------*/
	.switch {
	  position: relative;
	  display: inline-block;
	  /*width: 60px;
	  height: 34px;*/
	  width: 49px;
	  height: 28px;
	}

	.switch input {display:none;}
	

	.slider {
	  position: absolute;
	  cursor: pointer;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  background-color: #ccc;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	.slider:before {
	  position: absolute;
	  content: "";
	  /*height: 26px;
	  width: 26px;*/
	  height: 20px;
	  width: 20px;
	  left: 4px;
	  bottom: 4px;
	  background-color: white;
	  -webkit-transition: .4s;
	  transition: .4s;
	}

	input:checked + .slider {
	  background-color: #00aea9;;
	}

	input:focus + .slider {
	  box-shadow: 0 0 1px #00aea9;;
	}

	input:checked + .slider:before {
	  /*-webkit-transform: translateX(26px);
	  -ms-transform: translateX(26px);
	  transform: translateX(26px);*/
	  -webkit-transform: translateX(21px);
	  -ms-transform: translateX(21px);
	  transform: translateX(21px);
	}

	/* Rounded sliders */
	.slider.round {
	  border-radius: 34px;
	}

	.slider.round:before {
	  border-radius: 50%;
	}
	/*----------*/
	#titleP4{
		margin: 22px 0px 0px;
	}
	.resumenContList{
		display: inline-block;
		box-sizing:border-box;
		width: calc(50% - 3px);
		min-width: 300px;
		vertical-align: top;
	}
	.resumenContList h3{
		margin: 7px 0px;
	}
	.ulResumen{
		list-style-image: url('../img/macImgUL.png');
	}
	.p4SwitchDiv{
		width: auto;
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		margin-bottom: 10px;
	}
/*-------------------- resumen p4 ---------------------*/
/*-------------------- nuevocomplejoprecios ---------------------*/
	.oculto1, .oculto2, .oculto3, .oculto4{display: none;}
/*-------------------- nuevocomplejoprecios ---------------------*/

.editApartInpt{
	width: 100%;
	border: none;
	background-color: transparent;
	text-align: right;
	color: #000;
	font-size: 20px;
}

.selectApart {
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		width: 100%;
		background: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height:35px;
		font-size: 20px;
		text-align: right;
		border: none;

}
.selectApart option{
		text-align: right !important;
}
.formEdAp td{
	box-sizing: border-box;
	padding: 0px 10px 0px 0px;
}
#PlanPago input{
	background-color: rgba(255,255,255,.6);
	border: none;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	box-sizing: border-box;
	padding: 3px 0px;
}
#PlanPago tr:nth-child(1){
	font-size:20px;
	font-weight: 700;
}
#PlanPago tr:nth-child(2){
	background-color: #42908e !important;
	color: #fff;
	text-align: center;
	
}
#PlanPago tr:nth-child(even){background-color: #4daba8;}

#pagosPPSIBody #tblSimulador{
	border-collapse: collapse;
}
#pagosPPSIBody .tblTitle{
	color: #00b0aa;
	font-size: 25px;
}
#pagosPPSIBody #tblSimulador td{
	border: 1px solid #999;
}
#pagosPPSIBody #tblSimulador .tbTh{
	text-align: center;
	background-color: #42908e;
	color: #fff;

}

#pagosPPSIBody #tblSimulador input{
	background-color: rgba(0,0,0,0);
	border: none;
	width: 100%;
	text-align: right;
	box-sizing: border-box;
	padding: 0px 5px 0px 0px;
	font-size: 20px;
}

#pagosPPSIBody #PlanPago input[type=number]{
	background-color: rgba(255,255,255,0);
	text-align: right;
	box-sizing: border-box;
	padding: 0px 5px 0px 0px;
	font-size: 20px;
	color: #fff;
}
#pagosPPSIBody #PlanPago input[type=submit]{
	background-color: rgba(255,255,255,0);
	font-size: 20px;
	color: #fff;
}
#pagosPPSIBody #PlanPago select{
	color: #fff;
	box-sizing: border-box;
	padding: 0px 10px 0px 0px;
}

#ContpnlCardCont .cardpanl{
	height: 270px;
}
#ContpnlCardCont .cardpanl .iniCardCircleCont {
	height: calc(180px);
	position: relative;
	text-align: left;
}
#ContpnlCardCont .cardpanl .iniCardCircleCont .pregunta{
	bottom: 0px;
	left: 0px;
	position: absolute;
}
#ContpnlCardCont .cardpanl .iniCardCircleCont .circle{
	width: 120px;
	margin: 20px 6px 20px;
}
#ContpnlCardCont .cardpanl .iniCardCircleCont .boxinfo{
	width: 110px;
	border: 1px solid #a9a9a9;
	position: absolute;
	height: calc(100% - 30px);
	top: 0px;
	right: 0px;
	display: flex;
	flex-wrap: wrap;
    font-size: 13px;
    align-content: space-evenly;
    box-sizing: border-box;
    padding: 10px;
}
#ContpnlCardCont .cardpanl .iniCardCircleCont .boxinfo div{
	width: 100%;
}
#ContpnlCardCont .cardpanl .iniCardCircleCont .boxinfo .numpregunta{
	float: right;
}
#ContpnlCardCont .cardpanl .iniCardBtm {
    text-align: center;
}
#ContpnlCardCont button {
    background-color: #4daba8;
    color: #fff;
    border-radius: 5PX;
    font-size: 16px !important;
    cursor: pointer;
    height: 30px;
    border: none;
    width: 100px;
}
#tablaAccesos{
	width: 100%;border-collapse: collapse;
}
#tablaAccesos,#tablaAccesos td,#tablaAccesos th{
	border: 1px solid black;
}
#tablaAccesos tr:nth-child(even) {background-color: #f2f2f2;}
.tablaAccesosporcomplejo{
	width: 100%;border-collapse: collapse;
}
.tablaAccesosporcomplejo,.tablaAccesosporcomplejo td,.tablaAccesosporcomplejo th{
	border: 1px solid black;
}
.accesosCheck{
	box-sizing: border-box;
    padding: 10px;
}
.accesosCheckIn{
	box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
/* The container */
.container {
    display: block;
    position: relative;
    padding: 3px 35px 0px;
    margin: 10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  box-sizing: border-box;
  border: 1px solid #00aea9;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #00aea9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 140000px) and (min-width: 1025px) {

	html, body{width:100%; height:100%;padding:0px;margin:0px; background: #F4F7FA;overflow: hidden;}
	.fa-bars, .imglogoMnuMobil{
		display: none;
	}
	#MenuP{
			/*position:fixed;
			top:0px;left:0px;*/
			z-index: 10;
			/*background: #FFFFFF;*/
			width: 100%;
			height: 100vh;
			/*-webkit-box-shadow: 5px 5px 33px -5px rgba(199,199,199,1);
			box-shadow: 5px 5px 33px -5px rgba(199,199,199,1);*/
		}
	#MenuS{
			/*position:fixed;*/
			display: inline-block;
			vertical-align: top;
			z-index: 10;
			background: #FFFFFF;
			width: 250px;
			height: 100vh;
			-webkit-box-shadow: 0px 5px 33px -5px rgba(199,199,199,1);
			box-shadow: 0px 5px 33px -5px rgba(199,199,199,1);
			font-family: "Regular";
			color:#A6ACAF;
			
		}
	#imgMacMnu{
		background-image: url(../img/macinmuebles.svg);
		height: 77px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 90%;
		background-color: #f4f7fa;
		box-shadow: inset 0 0 10px rgba(199,199,199,1);
	}
	#ContentP{
		display: inline-block;
		width: calc(100vw - 250px);
		height: 100%;
		/*padding-left: calc(100% - 800px);*/
		box-sizing: border-box;
		font-family: "Regular";
		overflow-x: hidden;
	}
	#tblCont{
		text-align: right;
		background-color: #fff;
    	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
		
	}
	#infoCont{
		height: calc(100vh - 111px);
		box-sizing: border-box;
		padding: 10px;

	}
	#PmapYfondo{
		position: relative;
		width:calc(100% - 360px);
		min-height: 400px;
		display: inline-block;
		z-index: 100;
		background-color: #fff;
	}
	.statusInmueble{
		margin: 420px 0px 0px;
		box-sizing: border-box;
		padding: 10px;
	}
	.statusInmueble div{
		display: inline-block;
		width: 50%;
		min-width: 300px;
		vertical-align: top;
	}
	#world-map{
		position:absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 400px;
		z-index: 2;
	}
	#world-mapIN{
		position:absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 400px;
		z-index: 0;
		background-color: #fff;
	}
	table{ width: 100%; height: 100px;margin:0px;}
	
	#searchP{
		background: #EDF0F3;
		width: 300px;
		color:gray;
		margin-left: 30px;
		padding-left:20px;
		border: none;
		height: 50px;
		font-size:18px;
		font-family: 'FontAwesome', "Regular";
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A6ACAF;
    opacity: 1; /* Firefox */
	}
	#tdLogo{
		-webkit-box-shadow: inset -5px 0px 25px -5px rgba(214,214,214,1);
		box-shadow: inset -5px 0px 25px -5px rgba(214,214,214,1);
		}
	#logoP{
	height:85px;
	}
	#SubMenuP{
		font-family: "Regular";
		height:100px;
		font-size:15px;
		white-space:nowrap;
		width:300px;	
		color:#A6ACAF;
	}
	.icono{
		color:#A6ACAF;
		font-size:30px;
		cursor: pointer;

	}
	.imglogoMnuMobil{
		display: none;
		background-image: url(../img/macinmuebles.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	#imgPP{
		height: 40px;
		width:40px;
		border: solid gray 1.5px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		background-image: url("../img/Perfil.png");
		background-size: 100% 100%;
		
	}
	#tabMS{
		width: 100%;
		height: 250px;
		color:#A6ACAF;


	}
	#tabMS td{
		padding-left:50px; 
		cursor: pointer;
	}

	#tabMS td:hover{
		background:rgb(77, 171, 168,0.2);
		color:#4DABA8;
		border-left: solid 4px #4DABA8;
	}



	.selectMS{
		background:rgb(77, 171, 168,0.2);
		color:#4DABA8;
		border-left: solid 4px #4DABA8; 
	}
	#MenuS span{padding-left:50px; font-size: 13px;}

	
	#TituloP{
		color:#4DABA8;
		font-size: 30PX;
		font-family: "Negrita";
	}
	#filtros{
		width: 300px;
		/*height: 520px;*/
		height: auto;
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		box-sizing: border-box;
		overflow-y: auto;
		color:gray;
		display: inline-block;
		vertical-align: top;
		background-color: #FFFFFF;
		-webkit-box-shadow: 0px 5px 33px 0px rgba(199,199,199,1);
			box-shadow: 0px 5px 33px 0px rgba(199,199,199,1);
	}
	#filtros table{
		width: 100%;
		height:100%;
	}
	.selectVR {
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
		border:solid #4DABA8 1px;
		width: 100%;
		background: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height:35px;
		color:gray;
		font-size: 15px;

	}
	#selectConsul{
		border:none;
		width: calc(100% - 100px);
		background: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height:45px;
		color:gray;
		font-size: 15px;

	}


	.infoTitle {

	    color: #4daba8;

	}
	.tblInfo{
		width: 100%;
		border-collapse: collapse;
	}
	.tblInfo td:nth-child(1){
		width: 100px;
		background-color: #4DABA8;
		color: #fff;
		text-align: center;
	}
	.tblInfo td:nth-child(2){
		text-align: right;
	}
	.tblInfo td{
		
	/*	border: 1px solid #4DABA8;*/
	}



}

@media (max-width: 1025px) and (min-width: 600px) {

	html, body{width:100%; height:100%;padding:0px;margin:0px; background: #F4F7FA;overflow: hidden;}
	.fa-bars{
		display: block;
	}
	#tdbuscar{
		display: none;
	}
	#MenuP{
			/*position:fixed;
			top:0px;left:0px;*/
			z-index: 10;
			/*background: #FFFFFF;*/
			width: 100%;
			height: 100vh;
			/*-webkit-box-shadow: 5px 5px 33px -5px rgba(199,199,199,1);
			box-shadow: 5px 5px 33px -5px rgba(199,199,199,1);*/
		}
	#MenuS{
			position:absolute;
			left: -270px;
			display: inline-block;
			vertical-align: top;
			z-index: 10;
			background: #FFFFFF;
			width: 250px;
			height: 100vh;
			-webkit-box-shadow: 0px 5px 33px -5px rgba(199,199,199,1);
			box-shadow: 0px 5px 33px -5px rgba(199,199,199,1);
			font-family: "Regular";
			color:#A6ACAF;
			transition: all .3s;
			z-index: 110;
		}
	#imgMacMnu{
		background-image: url(../img/macinmuebles.svg);
		height: 77px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 90%;
		background-color: #f4f7fa;
		box-shadow: inset 0 0 10px rgba(199,199,199,1);
	}
	#ContentP{
		display: inline-block;
		width: calc(100vw);
		height: 100%;
		/*padding-left: calc(100% - 800px);*/
		box-sizing: border-box;
		font-family: "Regular";
		overflow-x: hidden;
	}
	#tblCont{
		text-align: right;
		background-color: #fff;
    	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
		width: calc(100%);
		background-image: url(../img/macinmuebles.svg);
		background-position: left +10px center;
		background-size: auto 98%;
		background-repeat: no-repeat;
	}
	#infoCont{
		height: calc(100vh - 111px);
		box-sizing: border-box;
		padding: 10px;

	}
	#PmapYfondo{
		vertical-align: top;
		position: relative;
		width:calc(100% - 240px);
		height: 400px;display: inline-block;z-index: 100;
		background-color: #fff;
	}
	.statusInmueble {
	    margin: 420px 0px 0px;
	    box-sizing: border-box;
	    padding: 10px;
	    background-color: #fff;
	}
	#world-map{
		position:absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 400px;
		z-index: 2;
	}
	#world-mapIN{
		position:absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 400px;
		z-index: 0;
		background-color: #fff;
	}
	table{ width: 100%; height: 100px;margin:0px;}
	
	#searchP{
		background: #EDF0F3;
		width: 300px;
		color:gray;
		margin-left: 30px;
		padding-left:20px;
		border: none;
		height: 50px;
		font-size:18px;
		font-family: 'FontAwesome', "Regular";
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A6ACAF;
    opacity: 1; /* Firefox */
	}
	#tdLogo{
		-webkit-box-shadow: inset -5px 0px 25px -5px rgba(214,214,214,1);
		box-shadow: inset -5px 0px 25px -5px rgba(214,214,214,1);
		}
	#logoP{
	height:85px;
	}
	#SubMenuP{
		font-family: "Regular";
		height:100px;
		font-size:15px;
		white-space:nowrap;
		width:300px;	
		color:#A6ACAF;
	}
	.icono{
		color:#A6ACAF;
		font-size:30px;
		cursor: pointer;

	}
	.imglogoMnuMobil{
		width: 180px;
		background-image: url(../img/macinmuebles.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	#imgPP{
		height: 40px;
		width:40px;
		border: solid gray 1.5px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		background-image: url("../img/Perfil.png");
		background-size: 100% 100%;
		
	}
	#tabMS{
		width: 100%;
		height: 250px;
		color:#A6ACAF;


	}
	#tabMS td{
		padding-left:50px; 
		cursor: pointer;
	}

	#tabMS td:hover{
		background:rgb(77, 171, 168,0.2);
		color:#4DABA8;
		border-left: solid 4px #4DABA8;
	}



	.selectMS{
		background:rgb(77, 171, 168,0.2);
		color:#4DABA8;
		border-left: solid 4px #4DABA8; 
	}
	#MenuS span{padding-left:50px; font-size: 13px;}

	
	#TituloP{
		color:#4DABA8;
		font-size: 30PX;
		font-family: "Negrita";
	}
	#filtros{
		width: 220px;
		/*height: 400px;*/
		height: auto;
		margin-left: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		box-sizing: border-box;
		overflow-y: auto;
		overflow-x: hidden;
		color:gray;
		display: inline-block;
		background-color: #FFFFFF;
		-webkit-box-shadow: 0px 5px 33px 0px rgba(199,199,199,1);
			box-shadow: 0px 5px 33px 0px rgba(199,199,199,1);
	}
	#filtros table{
		width: 190px;
		height:100%;
	}
	#selectVR{
		border:solid #4DABA8 1px;
		width: calc(190px);
		background: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height:35px;
		color:gray;
		font-size: 15px;

	}
	#selectConsul{
		border:solid #4DABA8 1px;
		width: calc(100% - 100px);
		background: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height:45px;
		color:gray;
		font-size: 15px;

	}


	.infoTitle {

	    color: #4daba8;

	}
	.tblInfo{
		width: 100%;
		border-collapse: collapse;
	}
	.tblInfo td:nth-child(1){
		width: 100px;
		background-color: #4DABA8;
		color: #fff;
		text-align: center;
	}
	.tblInfo td:nth-child(2){
		text-align: right;
	}
	.tblInfo td{
		
	/*	border: 1px solid #4DABA8;*/
	}
	.pnlCardCont{
		width: 100%;
	}
	.selectVR {
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
    border: solid #4DABA8 1px;
    width: 100%;
    background: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 35px;
    color: gray;
    font-size: 15px;
}



}

@media (max-width: 600px) and (min-width: 320px) {

	html, body{width:100%; height:100%;padding:0px;margin:0px; background: #F4F7FA;overflow: hidden;}
	.fa-bars{
		display: block;
	}
	#tdbuscar,.tdOcultaMovil{
		display: none;
	}
	#MenuP{
			/*position:fixed;
			top:0px;left:0px;*/
			z-index: 10;
			/*background: #FFFFFF;*/
			width: 100%;
			height: 100vh;
			/*-webkit-box-shadow: 5px 5px 33px -5px rgba(199,199,199,1);
			box-shadow: 5px 5px 33px -5px rgba(199,199,199,1);*/
		}
	#MenuS{
			position:absolute;
			left: -270px;
			display: inline-block;
			vertical-align: top;
			z-index: 10;
			background: #FFFFFF;
			width: 250px;
			height: 100vh;
			-webkit-box-shadow: 0px 5px 33px -5px rgba(199,199,199,1);
			box-shadow: 0px 5px 33px -5px rgba(199,199,199,1);
			font-family: "Regular";
			color:#A6ACAF;
			transition: all .3s;
		}
	#imgMacMnu{
		background-image: url(../img/macinmuebles.svg);
		height: 77px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: auto 90%;
		background-color: #f4f7fa;
		box-shadow: inset 0 0 10px rgba(199,199,199,1);
	}
	#ContentP{
		display: inline-block;
		width: calc(100vw);
		height: 100%;
		/*padding-left: calc(100% - 800px);*/
		box-sizing: border-box;
		font-family: "Regular";
		overflow-x: hidden;
	}
	#tblCont{
		text-align: right;
		background-color: #fff;
    	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 1;
		height: 60px;
		background-image: url(../img/macinmuebles.svg);
		background-position: left +10px center;
		background-size: auto 98%;
		background-repeat: no-repeat;
	}
	#mntTopCont{
		margin: -13px 0px 0px;
	}
	#infoCont{
		height: calc(100vh - 111px);
		box-sizing: border-box;
		padding: 10px 10px 60px 10px;
		margin: 60px 0px 0px;
	}
	
	#PmapYfondo{
		position: relative;
		width:calc(100%);
		height: 320px;display: z-index: 100;
		margin:0px 0px 10px;
	}
	.ReportesBody #PmapYfondo{
		height: auto;
	}
	#world-map{
		position:absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 320px;
		z-index: 2;
	}
	#world-mapIN{
		position:absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 320px;
		z-index: 0;
		background-color: #fff;
	}
	table{ width: 100%; height: 60px;margin:0px;}
	
	#searchP{
		background: #EDF0F3;
		width: 300px;
		color:gray;
		margin-left: 30px;
		padding-left:20px;
		border: none;
		height: 50px;
		font-size:18px;
		font-family: 'FontAwesome', "Regular";
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #A6ACAF;
    opacity: 1; /* Firefox */
	}
	#tdLogo{
		-webkit-box-shadow: inset -5px 0px 25px -5px rgba(214,214,214,1);
		box-shadow: inset -5px 0px 25px -5px rgba(214,214,214,1);
		}
	#logoP{
	height:85px;
	}
	#SubMenuP{
		font-family: "Regular";
		height:60px;
		font-size:15px;
		white-space:nowrap;
		width:300px;	
		color:#A6ACAF;
	}
	.icono{
		color:#A6ACAF;
		font-size:30px;
		cursor: pointer;

	}
	.imglogoMnuMobil{
		width: 180px;
		/*background-image: url(../img/macinmuebles.svg);*/
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	#imgPP{
		height: 40px;
		width:40px;
		border: solid gray 1.5px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		background-image: url("../img/Perfil.png");
		background-size: 100% 100%;
		
	}
	#tabMS{
		width: 100%;
		height: 250px;
		color:#A6ACAF;


	}
	#tabMS td{
		padding-left:50px; 
		cursor: pointer;
	}

	#tabMS td:hover{
		background:rgb(77, 171, 168,0.2);
		color:#4DABA8;
		border-left: solid 4px #4DABA8;
	}



	.selectMS{
		background:rgb(77, 171, 168,0.2);
		color:#4DABA8;
		border-left: solid 4px #4DABA8; 
	}
	#MenuS span{padding-left:50px; font-size: 13px;}

	
	#TituloP{
		color:#4DABA8;
		font-size: 20PX;
		font-family: "Negrita";
	}
	#filtros{
		width: 100%;
		margin-left: 0px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		color:gray;
		display: inline-block;
		background-color: #FFFFFF;
		-webkit-box-shadow: 0px 5px 33px 0px rgba(199,199,199,1);
			box-shadow: 0px 5px 33px 0px rgba(199,199,199,1);
			box-sizing: border-box;
			overflow:hidden;
	}
	#filtros table{
		width: 100%;
		height:auto;
		overflow-y: hidden;
	}
	#selectVR{
		border:solid #4DABA8 1px;
		width: calc(100%);
		background: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height:35px;
		color:gray;
		font-size: 15px;

	}
	#selectConsul{
		border:solid #4DABA8 1px;
		width: calc(100% - 100px);
		background: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		height:45px;
		color:gray;
		font-size: 15px;

	}


	.infoTitle {

	    color: #4daba8;

	}
	.tblInfo{
		width: 100%;
		border-collapse: collapse;
	}
	.tblInfo td:nth-child(1){
		width: 60px;
		background-color: #4DABA8;
		color: #fff;
		text-align: center;
	}
	.tblInfo td:nth-child(2){
		text-align: right;
	}
	.tblInfo td{
		
	/*	border: 1px solid #4DABA8;*/
	}

	.pnlCardCont{
		width: 100%;
	}
	.iniCardVerde {
	    height: 200px;
	}
	#cardVerdeCont {
		min-height: 345px;
	    height: auto;
	}
	.infoImgPlansPrinc{
		display: none;
	}
	.selectVR {
		appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	    border: solid #4DABA8 1px;
	    width: 100%;
	    background: none;
	    -webkit-border-radius: 0px;
	    -moz-border-radius: 0px;
	    border-radius: 0px;
	    height: 35px;
	    color: gray;
	    font-size: 15px;
	}
	#bodyComplex .anchoTxtArea{
		width: calc(100%);
	}
	
	.TitleOpinion{
		width: 90%;
		margin: auto;
		text-align: center;
	}




}

