#barra-ruta,
#menu-principal,
#encabezado-der p:nth-child(2) a,
#encabezado-der p:nth-child(2) span,
#menu {
	display: none !important;
}

#encabezado { min-width: unset !important; }
#encabezado #marca-dev { display: none !important; }
#encabezado-izq { width: auto !important; }
#encabezado-der { flex-shrink: 1 !important; min-width: 0 !important; max-width: unset !important; }
#encabezado-der p:nth-child(2) a:last-child { display: block !important; }
#encabezado-der p { overflow-x: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; }

/*--------------------*/
/*       1024px       */
/*--------------------*/

@media only screen and (max-width: 1024px) {
	body {
		width: 100% !important;
		min-width: unset !important;
		max-width: unset !important;
	}

	#iniciar-sesion {
		width: 100% !important;
		min-width: unset !important;
		max-width: unset !important;
	}
}

/*-------------------*/
/*       640px       */
/*-------------------*/

@media only screen and (max-width: 640px) {
	div#msg-sesion {
		left: 15px !important;
		bottom: 15px !important;
	}
}

/*-------------------*/
/*       480px       */
/*-------------------*/

@media only screen and (max-width: 480px) {
	#iniciar-sesion form {
		width: calc(100% - 30px) !important;
	}

	#iniciar-sesion form fieldset {
		width: auto !important;
	}
}
