@charset "utf-8";
/* CSS Document */

body {
	margin-bottom: 250px;
}

header,
.footerDireccion {
	display: none;
}

.template_contenedorCuerpo {
	margin-left: 0px;
}

footer {
	padding: 0px 20px !important;
}

.template_contenedorCuerpo {
	margin-top: 40px;
}

.index-cuerpo {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wrp-login {
	max-width: 500px;
}

.txtForgotPassword {
	text-decoration: none;
}

.txtForgotPassword:hover .wrpIcoSolo.forgotPassword {
	background-position-x: 100%;
}

.logo-noods {
	width: 400px;
}

/*******************************************************************************************************************************************
														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;
	}

	footer {
		display: block;
	}
}

@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;
	}
}

@media (max-width: 480px) {
	.logoFactory {
		height: 50px;
	}
}

@media (max-width: 400px) {
	body {
		margin-bottom: 95px;
	}

	.logo-noods {
		width: 200px;
	}
}

/*******************************************************************************************************************************************
														configuracion de las interfaces - responsivo
*******************************************************************************************************************************************/
