#redes {
    position:absolute;
    height: 34px;
    width: 136px;
    margin-top:48%;
    left: 85%;
}

#facebook{    
    position: absolute;
    height: 34px;
    width: 34px;
    left:0px;
    background-image: url('../imagenes/btn/btnface.png');
    background-size: 90%;
    background-repeat: no-repeat;
     top: 0px;
}

#twte{
    position: absolute;
    height: 34px;
    width: 34px;
    left: 34px;
    background-image: url('../imagenes/btn/btntw.png');
    background-size: 90%;
    background-repeat: no-repeat;
    top: 0px;
}

#youtube{
    position: absolute;
    height: 34px;
    width: 34px;
    left: 68px;
    background-image: url('../imagenes/btn/btnyout.png');
    background-size: 90%;
    background-repeat: no-repeat;

    top: 0px;
}

#email{
    position: absolute;
    height: 34px;
    width: 34px;
    left: 102px;
    background-image: url('../imagenes/btn/btnemail.png');
    background-size: 90%;
    background-repeat: no-repeat;
    top: 0px;
}