@media screen and (max-width:1100px) {
	.todomenospie{
	
	display:block

}
	.todito{
		background:url(../img/fondo_verde.png);
		background-size:cover;
	
	}
	.todomenospie{
		background-image: url('../img/fondo_responsive.png');
		background-repeat: no-repeat; 
		background-position:right bottom;
	}
	.cabecera_responsive, .pie_responsive, .menu_responsive,.capa_menu_responsive_contenedor{
		display:block;
	}
	.pie, .menu{
		display:none;
	}
	.desarrollo .derecha{
		display:none;
	}
	.izquierda .interior{
	margin:0px auto;
	height:100%;
	display:flex;
	flex-direction:column;
	border: none;
	padding:20px;
	border-radius:20px;
	width:100%;
	min-height:auto;
	background:none;
}
.marco_actualizado{
	background-image:none !important;
}
.comofunciona{
	margin-top:-30px;
}
.columna_legales{
	margin-right:0%;
}
.mensaje{
	border: 1px solid #F6B000;
	border-radius:5px;
	padding:20px !important;
	background:url(../img/fondo_verde.png);
	background-position:bottom left;
	background-size:cover;
	background-repeat:no-repeat;
}

}
@media screen and (max-width:800px) {	
	.formulario .columna{
		width:calc(100% - 10px);
	}
	.formulario .columna:nth-child(odd){
		margin-right:0px;
	}
	.izquierda .interior{
		padding:0px;
	}
	.direccion{
		flex-wrap:wrap;
	}
	.direccion .morada,.direccion .puerta,.direccion .andar{
	width:100%;
	min-width:100%;
}

}
/*@media screen and (max-width:900px) {
	.desarrollo .izquierda,.desarrollo .derecha{
		width:100%;
	}
	.desarrollo .derecha .interior{
		margin-bottom:30px;
	}
	.desarrollo{
		background-position:bottom center;
	}
	.campo_captcha{
		justify-content:center;
		margin-left:30px;
	}
	.botonera{
		text-align:center;
	}
}
@media screen and (max-width:800px) {
	.pie .link{
		width:100%;
		text-align:center;
		margin-bottom:5px;
	}
}
@media screen and (max-width:800px) {
	.formulario .columna{
		width:calc(100% - 10px);
	}
	.formulario .columna:nth-child(odd){
		margin-right:0px;
	}
	.direccion{
		flex-wrap:wrap;
	}
	.direccion .user-box{
		width:100%;
		margin-right:0px;
		margin-bottom:30px;
	}
	.direccion .numero,.direccion .escalera{
		max-width:100%;	
	}
	.todito{
		background:url(../img/fondo_responsive.jpg) center bottom no-repeat;
		background-size:cover;
	}
	.menu{
		display:flex;
		flex-wrap:wrap-reverse;
	}
	.menu .izd, .menu .drch{
		width:100%;
		align-items:center;
		justify-content:center;
		gap:20px;
	}
	.menu .izd{
		margin-top:20px;
		margin-bottom:10px;
	}
	
}
*/



