@charset "utf-8";
/* CSS Document */

body {
	margin-bottom: 250px;
}

header,
.wrpHeaderNotificaciones {
	display: none;
}

footer {
	display: block;
	padding: 0px 20px !important;
}

.template_contenedorCuerpo {
	margin-top: 40px;
}

.wrp-login {
	max-width: 500px;
}

.logo-noods {
	width: 400px;
}

.logo-empresa {
	max-width: 400px;
	max-height: 200px;
	display: none;
}

/*******************************************************************************************************************************************
														configuracion de las interfaces - responsivo
*******************************************************************************************************************************************/

@media (max-width: 1280px) {
	.template_contenedorCuerpo {
		margin-top: 20px;
	}
}

@media (max-width: 800px) {
	body {
		margin-bottom: 190px;
	}

	.template_contenedorCuerpo {
		padding-bottom: 0px;
	}
}

@media (max-width: 600px) {
	.template_contenedorCuerpo {
		margin-bottom: 0px;
	}
}

@media (max-width: 550px) {
	body {
		margin-bottom: 118px;
	}
}

@media (max-width: 500px) {
	.template_contenedorCuerpo {
		margin-top: 20px;
	}

	.wrp-login {
		width: 100%;
		padding: 0px 0px;
	}

	.logo-noods {
		width: 250px;
	}

	.logo-empresa {
		max-width: 250px;
		max-height: 175px;
	}
}

@media (max-width: 480px) {
	.logoFactory {
		height: 50px;
	}
}

@media (max-width: 400px) {
	body {
		margin-bottom: 95px;
	}

	.logo-noods {
		width: 200px;
	}

	.logo-empresa {
		max-width: 200px;
		max-height: 100px;
	}
}

/*******************************************************************************************************************************************
														configuracion de las interfaces - responsivo
*******************************************************************************************************************************************/
