/*---------------------------------------------- CONTACTOS */div#perfil_contactos{	clear: both;	margin: 0 0 0px 0;	border-radius: 5px;	border: 1px solid #ddd;	background-color: #ddd;	overflow: hidden;}div.usuario_contacto{	position: relative;	margin: 0px 0 1px 0;	overflow: hidden;}div.usuario_contacto:nth-child(odd)		{	background-color: #f3f3f3;	}div.usuario_contacto:nth-child(even)	{	background-color: #fafafa;	}div.usuario_contacto:hover				{	background-color: white;	}	div.usuario_contacto_foto	{		position: absolute;		top: 5px;		left: 5px;		width: 50px;		height: 50px;		border-radius: 25px;		background-position: center center;		background-repeat: no-repeat;		background-size: cover;		overflow: hidden;		cursor: pointer;	}	div.usuario_contacto_in	{		margin: 10px 5px 10px 65px;	}	div.usuario_contacto_datos	{		margin: 0 10px 0 0px;	}		div.usuario_contacto_nombre span		{			line-height: 20px;			font-size: 13px;			font-weight: bold;		}		div.usuario_contacto_nick span		{			line-height: 20px;			font-size: 10px;			font-weight: normal;			font-style: italic;			color: #999999;		}