﻿#panelSocial {/*display:none;*/}

#Dsocial
{
    width: 40px;
    position: fixed;
    top:20%;
    right:0;
    z-index: 90001;
}
#Dsocial1
{     
}


#Dsocial a
{
    display:block;
    margin-top:5px;
}
#Dsocial1 .sfacebook 
{
    background-image: url('../../img/facebook.png');
    background-position: 7px;
    background-repeat: no-repeat;
    width:40px;
    height:40px;
}
#Dsocial1 .stwitter 
{
    background-image: url('../../img/twitter.png');
    background-position: 7px;
    background-repeat: no-repeat;
    width:40px;
    height:40px;
}
#Dsocial1 .spicasa 
{
    background-image: url('../../img/picasa.png');
    background-position: 7px;
    background-repeat: no-repeat;
    width:40px;
    height:40px;
}

#Dsocial1 .syoutube 
{
    background-image: url('../../img/youtube.png');
    background-position: 7px;
    background-repeat: no-repeat;
    width:40px;
    height:40px;
}

#Dsocial1 .sfacebook:hover,
#Dsocial1 .stwitter:hover,
#Dsocial1 .spicasa:hover,
#Dsocial1 .syoutube:hover  
{
    transition: all 0.4s ease-in-out 0s;
    background-position: 0 0;
}

