

#FitContenido{
	width: 100%;
	float: left;
	background-color: #eff4f5;
}

#medida_titulo{
	float: left;
	height: 0px;
	line-height: 170px;
	background-color: #246f80;
	padding-bottom: 170px;
}


#medida_titulo>div{
	line-height: auto;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10%;
}

#medida_titulo h1{
	float:left;
	color: white;
	font-size: 2em;	
	line-height: 1.3em;
	font-family: OpenSansSB;
}

#medida_titulo img{
	width: 36px;
	height: auto;
	margin: -35px auto auto 5px;
}



#medida_organizamos{
	padding: 35px 10%;
	float: left;
}

#medida_organizamos *{
	/*color: white;*/
	font-size: 1.3em;
}


#medida_forma{
	background-color: white;
	min-height: 500px;
}

#medida_forma_img{
	width: 100%;
	height: 0px;
	padding-bottom: 150px;
	background-image: url(encabezados/secciones/a-tu-medida.jpg);
	background-position: right -25px top;
	background-size: auto 100%;
	float: left;
	position: relative;
}

#medida_forma_panal{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-image: url(hex-transp-15.png);
	background-repeat: repeat;
}

#medida_contenido{
	padding: 5% 5%;
}




#ErrorMsgBox{
	float: left;
	width: 100%;
	margin: 0px 0px 25px 0px;
}


/* @group habita */


/* arma habitaciones */

.detalleHabitacionBox{
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #bbbbbb;
}

.detHabEtqNo{
	width: 38px;
	float: left;
	margin-right: 8px;
}

.detHabEtqNo div{
	width: 100%;
	float: left;
	text-align: center;
}

.detHabEtq{
	font-size: 0.75em;
	margin-bottom: 3px;
}
.detHabEtqNoNo{
	font-size: 1em;
	font-weight:bold;
	padding-top: 4px;
}

.detHabNoPax{
	width: 50px;
	float: left;
	margin-right: 3px;
}
.detHabEdadMnr{
	width: 50px;
	float: left;
	margin-right: 5px;
}
.detHabNoPaxSel{
	width: 100%;
	float: left;	
}
.detalleHabitacionBox select{
	width: 100%;
	font-size: 0.8em;
}


/* @end */


#Arma_ContBox{
	max-width:700px;
	margin:auto;
	float:none;
	width: 94%;
}

.SubtituloCampos{
	width: 100%;
	float: left;
	margin-bottom:5px;
	font-size: 1.4em;
	margin-top: 20px;
	color:#00101c;
}

#presupuesto{
	width: calc(100% - 115px);
	float: left;
	margin: 8px 0px 0px 15px !important;
}
#presupuestoRot{
	width: 90px;
	border: 1px solid #bbbbbb;
	text-align: center;
	padding:  5px 5px;
	float: left;
		border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

#medida_SubTitulo{
	background-color: white;
	border: 3px dashed #dadada;
	text-align: left;
	background-image: url(warning_4.png);
	padding: 20px 20px 20px 75px;
	background-position: 15px 17px;
	float: left;
}


/* @group slider */

.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
	padding: 3px 3px 3px 3px;
	height: 24px;
	line-height: 19px;
	width: 70px;
	background-color: #3a8b9d !important;
	color: #fff !important;
	top: -35px !important;
	margin-left: -35px;
	border-color: #3a8b9d;
}

.ui-slider-float .ui-slider-tip:after,.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
    border-top-color: #3a8b9d !important;
}
/* @end */

@media screen and (min-width: 640px) {
	#medida_titulo>div{
		padding: 0 17%;
	}
	
	#medida_organizamos{
		padding: 35px 17%;
	}
	
}

@media screen and (min-width: 990px) {
	#medida_forma_img{
		padding-bottom: 21%;
		background-position: right top;
		background-size: auto 100%;
	}

	#medida_titulo{
		line-height: 220px;
		padding-bottom: 220px;
	}


	#medida_titulo h1{
		font-size: 2.4em;	
	
	}
	#medida_titulo img{
		width: 48px;
		height: 64px;
	}

	#medida_Forma{
		padding: 0 0 0 40px;
	}

}
