/*******************
** Redes Sociales **
*******************/

html .fb_share_button { 
display:block; 
display:inline-block;  
padding:1px 5px 0 20px;
width:55px;
height:15px; 
border:1px solid #d8dfea; 
color: navy; 
background:url(../imagenes/icono_facebook.gif) no-repeat top left; 
text-decoration:none;
}
html .fb_share_button:hover { 
color:#fff; 
border-color:#295582; 
background:#3b5998 url(../imagenes/icono_facebook.gif) no-repeat top left; 
text-decoration:none;
}
html .del_share_button { 
display:block; 
display:inline-block;  
padding:1px 5px 0 20px;
width:55px; 
height:15px; 
border:1px solid #d8dfea; 
color: navy; 
background:url(../imagenes/icono_delicious.gif) no-repeat top left; 
text-decoration:none;
}
html .del_share_button:hover { 
color:#fff; 
border-color:#295582; 
background:#3b5998 url(../imagenes/icono_delicious.gif) no-repeat top left; 
text-decoration:none; 
}
html .twitter_share_button { 
display:block; 
display:inline-block;  
padding:1px 5px 0 20px;
width:55px; 
height:15px; 
border:1px solid #d8dfea; 
color: navy; 
background:url(../imagenes/icono_twitter.gif) no-repeat top left; 
text-decoration:none;
}
html .twitter_share_button:hover { 
color:#fff; 
border-color:#295582; 
background:#3b5998 url(../imagenes/icono_twitter.gif) no-repeat top left; 
text-decoration:none; 
}
