.titulo-botones {
	position:absolute;
	left: 0;
	top: 0;	
}
.offer {
	top: 6px;
}
#phone {
	background: #d91c5c;
	padding-bottom: 5px;	
}
#btn-menu {
	width: 150px;
	display: none;
	background: #FBA81A;
	border: none;
	width: 120px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	z-index: 99999;
	position: relative;
	text-align: left;
	padding-left: 45px;
	color: #000;
}
#btn-menu:after {
	content: '';
	position: absolute;
	width: 35px;
	height: 5px;
	background: #000;
	top: 7px;
	left: 5px;
	box-shadow: 0 10px 0 #000, 0 20px 0 #000;
}
.formulario {
	width: 60%;
	float: left;	
}
.form-control {
	width: 90%;	
	padding: 6px 10px;
}
.info-contacto {
	width: 35%;
	float: left;
	padding-left: 10px;	
}
#footer {
	line-height: 2.5em;	
}
#footer br {
	display: none;
}

@media (max-width: 1200px) {
	
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	
	img {
		max-width: 100%;
		height: auto;	
	}
	
	#main {
		width:100%;
		height: inherit;
		margin: 0;
		overflow: inherit;	
	}
	
	.fondoIndex {
		background-position: center top;
		background-size: cover; 	
	}
	
	.offer {
		float: right;
		position: inherit;
		right: inherit;
		top: inherit;
		margin-right: -20px;
		margin-top: 6px;
	}
			
	.dlwintro {
		width: 100%;
		margin: 0;
		background: rgba(255,255,255,.8);	
	}
	
	.dlwintro h2 {
		line-height: 1em;	
	}
	
	.ChooseIndex {
		width: 100%;
		clear: both;
		position: inherit;
		bottom: inherit;
		left: inherit;	
	}
	
	.ChooseIndex h3 {
		display: none;
	}
		
	.ChooseIndex .titulo-botones {
		clear: both;
		position: inherit;
		display: block;
		margin: 25px auto 15px auto;
	}
	
	#header {
		left: inherit;
		top: inherit;
		width: 100%;
		height: auto;	
	}
	
	#logo {
		width: 409px;
		height: 144px;	
	}
	
	#content {
		clear: both;
		width: 100%;
		height: auto;
		position: inherit;
		left: inherit;
		top: inherit;
		padding: 20px 10px;
	}
	
	.ttt_content {
		width: 100%;
		height: auto;
		margin: 0;	
	}
	
	.content_left,
	.content_right {
		width: 50%;
		height: auto;
		margin: 0 !important;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#menu {
		position: inherit;
		width: 100%;
		float: left;
		right: inherit;
		bottom: inherit;
		height: auto;
		padding: 10px;
		background: rgba(255,255,255,.6);
	}
	
	#menu ul {
		padding: 0;	
	}
	
	#menu ul li {
		display: block;
		float: left;
		margin: 0 6px 0 0;	
	}
	
	#menu ul li a {
		display: block;
		float: left;
		padding: 2px 10px;	
	}	
	
	#footer {
		position: inherit;
		height: inherit;
		padding: 12px;	
	}
	
	#slogan {
		width: 252px;
		right: 0;	
	}
	
	#footer {
		line-height: 1.6em;	
	}	
	
	#footer br {
		display: inline;	
	}
	.cont-formulario {
		width: 100%;
		margin: 0 !important;	
	}
	.formulario {
		width: 60%;
		float: left;	
	}
	.img-contacto {
		display: none	
	}
	.videoWrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}		

}


@media (max-width: 724px) {
	.offer {
		float: none;
		position: absolute;
		right: 0;
		margin-right: 0;
	}
	#phone {
		width: 100%;	
	}	
	#phone img {
		display: block;
		margin: auto;	
	}	
	.dlwintro {
		width: 100%;
		padding-top: 285px;
		background: rgba(255,255,255,.8);	
	}
	#header {
		padding-top: 45px;
		height: 245px;
	}
	#slogan {
		display: none;	
	}
	#logo {
		width: 100%;
		height: auto;
		background: #fff;	
	}
	#logo img {
		display: block;
		margin: auto;	
	}
}

@media (max-width: 640px) {
	#btn-menu {
		display: block;	
	}
	#top_menu {
		display: none;	
	}
	#top_menu.menu-abierto {
		display: block;	
	}
	#menu ul li {
		float: none;
		margin: 0;	
	}
	#menu ul li:not(:last-child) {
		border-bottom: 1px solid #e38f00;	
	}
	#menu ul li a {
		display: block;
		float: none;
		padding: 2px 10px;	
	}	
	#header {
		height: auto;
	}	
	.content_left,
	.content_right {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.formulario {
		width: 100%;
		float: none;	
	}
	.info-contacto {
		width: 100%;	
	}
	.form-control {
		width: 100%;	
	}
	.frm_enviado {
		padding: 10px 17px;	
	}
}

@media (max-width: 360px) {
	.dlwintro h1,
	.dlwintro h2 {
		text-align: center;	
	}
}