@charset "utf-8";
/* CSS Document */

body {
	margin-bottom: 170px;
}

header,
.wrpHeaderNotificaciones {
	display: none;
}

footer {
	display: block;
}

.template_contenedorCuerpo {
	margin-top: 120px;
}

.wrp-olvide-password {
	max-width: 500px;
}

/*******************************************************************************************************************************************
														configuracion de las interfaces - responsivo
*******************************************************************************************************************************************/

@media (max-width: 1280px) {
	body {
		margin-bottom: 130px;
	}

	.template_contenedorCuerpo {
		margin-top: 40px;
	}

	footer {
		padding-bottom: 40px !important;
	}
}

@media (max-width: 500px) {
	.template_contenedorCuerpo {
		margin-top: 20px;
	}

	.wrp-olvide-password {
		width: 100%;
		padding: 0px 0px;
	}
}

@media (max-width: 480px) {
	body {
		margin-bottom: 110px;
	}

	.logoFactory {
		height: 50px;
	}
}

/*******************************************************************************************************************************************
														configuracion de las interfaces - responsivo
*******************************************************************************************************************************************/
