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

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

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

/*Sticky Footer*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#wrapper {
  background-color: #eceadc;
	position: relative;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}

#tvfooter { 
position: absolute; 
bottom: 0; 
height: 90px; /* .push must be the same height as .footer */ 
margin-bottom: 30px;

}

#push { height: 85px; /* .push must be the same height as .footer */ }