/***************************************************************************************************
	Sticky Footer
	================================================================================================
***************************************************************************************************/

/*Estilos Directos a Tags*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/

html{ height: 100%;}
body{ 
height: 100%; 
padding-bottom: 0px !important;
background-color: #fafafa; 
width: 100% !important;
}

/*Sticky Footer*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#wrapper {
	max-width: 1200px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}
