body{
/*	background-image: url(../img/background/background3.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-attachment: fixed;*/
	background-color: #d3eb90;
}

.jumbotron{
	width: 100%;
	margin: 0 auto;
}
.featurette-divider{
	margin-top:30px;
	margin-bottom: 30px; 
}
.frm-large{
	min-width: 370px;
	width: 40%;
}
#inputHabitaciones{
	min-width: 50px;
	width: 5%;
}
#inputadultos{
	min-width: 50px;
	width: 5%;
}


#inputchildren{	
	min-width: 50px;
	width: 5%;
}
#fech-salida{
	min-width: 200px;
	width: 12%;
}
#fech-entrada{
	min-width: 200px;
	width: 12%;
}
.container-fluid{
	position: relative;
	top: 5px;
}
.navbar{
	position: relative;
	top: 10px;
}
#map-container iframe{
 height: 350px;
 width: 100%; 
}
@media screen and (max-width: 1200px){
	.navbar-brand{
		position: relative;
	}
}
.img-circle{
	width: 140px;
	height: 140px;
}
.detalles-act{
	
	margin-bottom: 40px;
}
.img-act{
	width: 100%;
	height: auto;
}
.col-lg-3{
	margin-bottom: 10px;
}

#logo-fb{
	width: 30px;
	height: 30px;
}

@media screen and (max-width: 780px){
	footer{
		color: white;
		font-size: 12px;
		height: 200px;
	}
}
 footer {
    position: relative;
    margin-top: 130px;
    height: 75px; 
    padding-top: 10px;
    padding-bottom: 10px;
    background: #286af0;
    text-align: center;
    color: #fff;
}
#hpq{
	height: 60px;
	position: relative;
	top: -12px;
}
.formularios {
	margin-left: 50px;
	display: inline-block;
}
.form-dat{
	margin-top: 0px;
	display: inline-block;
	margin-right: 50px;
}
#sub-res{
	margin-left: 50px;
}
.saludo{
	width: 80%;
	color: white;
	max-width: 800px;
	border: solid 3px #386A78;
	min-width: 150px;
	opacity: 0.9;
	background-color: #5198AC;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	box-sizing: content-box;
	position: relative;
	bottom: 170px;
	left: 100px;
}
.featurette-heading{
	color: #279b00;
}
@media screen and (max-width: 320px){
	#hpq{
		height: 40px;
		position: relative;
		top: -25px;
	}
}