* {
	margin: 0;
}
#contenedor{
	width: 100%;
	background: transparent;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */

}

.pie_spacer{
	height: 20px; /* espacio de separación con el .pie*/
	} 
.pie_spacer2{
	height: 40px; /* espacio de separación con el .pie*/
	} 
.pie{ 
	bottom:0;
	width:100%;
	height:57px;
	background-color: #AE1416;
	text-align: center;
}