.pie {
    background: #e5e5e5 none repeat scroll 0 0;
    margin-top: 50px; 
    padding: 10px 0 10px 0;
    width: 100%;
    /*
    position: fixed;
    bottom: 0px;
	*/
}

/*Redes sociales*/
#contiene-redes {
    margin: 20px auto 30px !important;
    max-width: 239px;
    display: block;
}
#contred {
    display: inline-block;
    height: 28px;
    margin-right: 10px;
    padding: 6px 0 6px 4px;
    width: 32px;
}
.moduletable {
    margin-bottom: 0px;
    padding: 0px;
}
.direccion {
    font-size: 90%;
    line-height: 10px !important;
}
#face {
    background: rgba(0, 0, 0, 0) url("../images/facebook.png") no-repeat scroll 0 0;
    display: block;
    height: 38px;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}
#instagram {
    background: rgba(0, 0, 0, 0) url("../images/instagram.png") no-repeat scroll 0 0;
    display: block;
    height: 38px;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}
#google {
    background: rgba(0, 0, 0, 0) url("../images/googleplus.png") no-repeat scroll 0 0;
    display: block;
    height: 38px;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}
#youtube {
    background: rgba(0, 0, 0, 0) url("../images/youtube.png") no-repeat scroll 0 0;
    display: block;
    height: 38px;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}
#twitertop {
    background: rgba(0, 0, 0, 0) url("../images/twitter.png") no-repeat scroll 0 0;
    display: block;
    height: 38px;
    transition: all 0.3s ease-in-out 0s;
    width: 39px;
}