.iconos-sociales
{
list-style:none;
float:right;
width:170px;
}
/* POR ULTIMO PONERLOS EN LINEA */
.iconos-sociales li {
float-left;
}
/* con float-left de arriba si tiene espacio se pone a un lado
sino se pone abajo */
.iconos-sociales a
{
display:block;
background:url(../images/icos.png);
height:50px;
}
/* Crear sprite CSS de los iconos sociales */
.facebook a{
width:47px;
background-position: 0 0px;
}
.twitter a{
width:47px;
background-position: -60px 0;
}
.google a{
width:47px;
background-position: -122px 0;
}
/* --------------------------------------- */
.facebook a:hover{
width:47px;
background-position: 0 -50px;
}
.twitter a:hover{
width:47px;
background-position: -60px -50px;
}
.google a:hover{
width:45px;
background-position: -122px -50px;
}