a {
	color: #566bb5;
	text-decoration: underline;
}

a:hover {
	color: #d00057;
	background: #eee;
}

a.p {
	padding: 0 3px 0 3px;
}

a.bullet {
	display: block;

	padding: 4px 0px 4px 12px;
	border-bottom: 1px solid #ccc;
	background: url("../../images/bullet-a.png") left center no-repeat;
	text-decoration: none;
	font-size: 8pt;
}

a.bullet:hover {
	background: #eee url("../../images/bullet-a-h.png") left center no-repeat;
}

a.admin {
	display: block;

	padding: 0.5em 0 0.5em 2em;
	margin-left: 1.4em;
	border-bottom: 1px solid #ccc;
	background: url("../../images/bullet-a.png") left center no-repeat;
	background-position: 2% 50%;
	text-decoration: none;
	font-size: 8pt;
}

a.admin:hover {
	background: #eee url("../../images/bullet-a-h.png") left center no-repeat;
	background-position: 2% 50%;
}

a.foto {
	display: block;
	height: 13px;
	width: 13px;
	background: url("../../images/foto.png") left center no-repeat;
}

a.foto:hover {
	background: url("../../images/foto.png") right center no-repeat;
}


/* anchor cony ============================================================ */


#icons a{
	display: block;
	position: relative;
	float: right;
	height: 30px;
	
	padding-left: 0px;
	padding: 0 0 0 43px;

	color: #4e4897;
	text-decoration: none;
	font-size: 8pt;
}

#icons a:hover{ color: #d00057; }

a.icon-info { background: url("../../images/icon-info.png") center center no-repeat; }
a.icon-cara { background: url("../../images/icon-cara.png") center center no-repeat; }
a.icon-card { background: url("../../images/icon-card.png") center center no-repeat; }
a.icon-iden { background: url("../../images/icon-iden.png") center center no-repeat; }
a.icon-doch { background: url("../../images/icon-doch.png") center center no-repeat; }
a.icon-home { background: url("../../images/icon-home.png") center center no-repeat; }
a.icon-back { background: url("../../images/icon-back.png") center center no-repeat; }

a.icon-info-on { background: url("../../images/icon-info.png") center top no-repeat; }
a.icon-cara-on { background: url("../../images/icon-cara.png") center top no-repeat; }
a.icon-card-on { background: url("../../images/icon-card.png") center top no-repeat; }
a.icon-iden-on { background: url("../../images/icon-iden.png") center top no-repeat; }
a.icon-doch-on { background: url("../../images/icon-doch.png") center top no-repeat; }
a.icon-home-on { background: url("../../images/icon-home.png") center top no-repeat; }
a.icon-back-on { background: url("../../images/icon-back.png") center top no-repeat; }

a.icon-info:hover {	background: url("../../images/icon-info.png") center bottom no-repeat; }
a.icon-cara:hover {	background: url("../../images/icon-cara.png") center bottom no-repeat; }
a.icon-card:hover {	background: url("../../images/icon-card.png") center bottom no-repeat; }
a.icon-iden:hover { background: url("../../images/icon-iden.png") center bottom no-repeat; }
a.icon-doch:hover {	background: url("../../images/icon-doch.png") center bottom no-repeat; }
a.icon-home:hover {	background: url("../../images/icon-home.png") center bottom no-repeat; }
a.icon-back:hover {	background: url("../../images/icon-back.png") center bottom no-repeat; }

a.icon-info-on:hover { background: url("../../images/icon-info.png") center bottom no-repeat; }
a.icon-cara-on:hover { background: url("../../images/icon-cara.png") center bottom no-repeat; }
a.icon-card-on:hover { background: url("../../images/icon-card.png") center bottom no-repeat; }
a.icon-iden-on:hover { background: url("../../images/icon-iden.png") center bottom no-repeat; }
a.icon-doch-on:hover { background: url("../../images/icon-doch.png") center bottom no-repeat; }
a.icon-home-on:hover { background: url("../../images/icon-home.png") center bottom no-repeat; }
a.icon-back-on:hover { background: url("../../images/icon-back.png") center bottom no-repeat; }


a.icon-admin {
	display: block;
	float: right;
	height: 26px;
	width: 26px;
	text-decoration: none;
	padding-right: 2em;
	color: #fff;
	background: url("../../images/icon-admin.gif") center center no-repeat;
}

a.icon-admin:hover {
	background: url("../../images/icon-admin-on.gif") center center no-repeat;
}

