
body{

    margin:0 0;
    padding:0 0;
    color:#666;
    background:#f1f1f1 no-repeat;
}
#conts-r-s{
    position:fixed;
    bottom:60%;
    left:0;
    z-index:99999
    
}
#conts-r-s li{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    list-style:none;
    height:39px;
    padding:2px;
    margin-top: 2px;
    width:40px;
}
#conts-r-s span{
    background-image:url('images/redsocial/Bg_icos_DSTh.png') ;
    background-size: 120px 30px;
    width:0;
    left:34px;
    padding:0;
    position:absolute;
    overflow:hidden;

    font-family:'Myriad Pro',Arial, Helvetica, sans-serif;
    font-size:16px;
    font-weight:bold;
    letter-spacing:0.6px;
    white-space:nowrap;
    line-height:30px;
    margin-top:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    
}


#conts-r-s a, #conts-r-s .mas{
    background:#FFF;
    height:38px;
    width:38px;
    display:block;
    position:relative;
    text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
    0px 8px 13px rgba(0,0,0,0.1),
    0px 18px 23px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 3px rgba(0,0,0,0.4),
    0px 8px 13px rgba(0,0,0,0.1),
    0px 18px 23px rgba(0,0,0,0.1);
    color:#fff;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;

}
#conts-r-s .mas{
    background:#FFF;
    height:15px;
    width:15px;
    color:#000;
    border-radius:0 0 8px 8px;
    text-align: center;
    text-decoration: none;
    line-height:16px;
    margin:-3px 0 0 13px;
    z-index:-1;
}

#conts-r-s a:hover span{ width:auto; padding:0 20px;overflow:visible; }
#conts-r-s a:hover{ text-decoration:none;
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 3px rgba(0,0,0,0.4);
}


/* Botón radio */
#conts-r-s .rdo {   background-position:0 0;background: url(images/redsocial/radio.png);}
#conts-r-s .rdo:hover { background-position:0 1px;}
#conts-r-s .rdo span{
    background-color:#04256c;

}

/* Botón Facebook */
#conts-r-s .fbk {	background-position:0 0;background: url(images/redsocial/fbk.gif);}
#conts-r-s .fbk:hover {	background-position:0 1px;}
#conts-r-s .fbk span{
    background-color:#3b5999;

}

/* Botón Twitter */
#conts-r-s .twitter { background-position:1 0;background: url(images/redsocial/Tw_Ico_DSTh.gif);}
#conts-r-s .twitter:hover { background-position:0 1px;}
#conts-r-s .twitter span{
    background-color:#29C5F6;
}
/* Botón YouTube */

#conts-r-s .YT { background-position:0 0;background: url(images/redsocial/YT_Ico_DSTh.gif)}
#conts-r-s .YT:hover{ background-position:0 1px;}
#conts-r-s .YT span{
    background-color:#DD332B;
}

/* Botón G+ */
#conts-r-s .G-p { background-position:0 0;background: url(images/redsocial/G_Ico_DSTh.gif)}
#conts-r-s .G-p:hover { background-position:0 1px;}
#conts-r-s .G-p span{
    background-color:#D74A38;
}

/* Botón Pinterest */
#conts-r-s .Pint { background-position:0 0;background: url(images/redsocial/Pine_Ico_DSTh.gif)}
#conts-r-s .Pint:hover{ background-position:0 1px;}
#conts-r-s .Pint span{
    background-color:#C61118;
}

/* Botón Feed */
#conts-r-s .feed { background-position:0 0;background: url(images/redsocial/Feed_Ico_DSTh.gif)}
#conts-r-s .feed:hover { background-position:0 1px;}
#conts-r-s .feed span{
    background-color:#FD8A06;
}

@media screen and (max-width: 800px) {    /*menu responsive*/
    body {
        padding-top:80px;
    }
    #conts-r-s{
    position:fixed;
    bottom:30%;
    left:0;
    z-index:99999
}
@media screen and (max-width: 800px) {    /*menu responsive*/
    body {
        padding-top:80px;
    }
    #conts-r-s{
    position:fixed;
    bottom:60%;
    left:0;
    z-index: 100
    
}