
ul.profile-icons {
	margin:0px;
	padding:0px;
	float:none;
	list-style: none;
}

/* Rollover state */
ul.profile-icons li {
	float: left;
	margin: 0px 0px 0px 4px;
	background-position: 0 100%;
}

/* Rolloff state */
ul.profile-icons li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

/* Hide <a> text and hide off-state image when rolling over (prevents flicker in IE) */
ul.profile-icons li span { display:none; }
ul.profile-icons li a:hover { background: none; }
ul.profile-icons li.email-icon		{ width: 20px; height: 20px; }
ul.profile-icons li.pm-icon		{ width: 28px; height: 20px; }

.pm-icon, .pm-icon a				{ background: none top left no-repeat; }
.email-icon, .email-icon a		{ background: none top left no-repeat; }

.email-icon, .email-icon a		{ background-image: url("/foros/styles/tiramillas/imageset/icon_contact_email.gif"); }
.pm-icon, .pm-icon a				{ background-image: url("/foros/styles/tiramillas/imageset/es_es/icon_contact_pm.gif"); }

