.post .postInfo .linkShare a{
	outline: 0;
}
.post .postInfo .linkShare li.enlace1 a{
	background:url(/images/linkIcon1.gif) no-repeat left top;
}
.post .postInfo .linkShare li.enlace2 a{
	background:url(/images/linkIcon2.gif) no-repeat left top;
}
.post .postInfo .linkShare li.enlace3 a{
	background:url(/images/linkIcon3.gif) no-repeat left top;
}
.post .postInfo .linkShare li.enlace4 a{
	background:url(/images/linkIcon4.gif) no-repeat left top;
}
.post .postInfo .linkShare li.enlace5 a{
	background:url(/images/linkIcon5.gif) no-repeat left top;
}

.post .postInfo .linkShare li.enlace1 a:hover{
	background:url(/images/linkIcon1_over.gif) no-repeat left top;
}
.post .postInfo .linkShare li.enlace2 a:hover{
	background:url(/images/linkIcon2_over.gif) no-repeat left top;
}
.post .postInfo .linkShare li.enlace3 a:hover{
	background:url(/images/linkIcon3_over.gif) no-repeat left top;
}
.post .postInfo .linkShare li.enlace4 a:hover{
	background:url(/images/linkIcon4_over.gif) no-repeat left top;
}
.post .postInfo .linkShare li.enlace5 a:hover{
	background:url(/images/linkIcon5_over.gif) no-repeat left top;
}
.post .postInfo .infoComentarios a:hover{
	text-decoration:underline;
}
