@charset "ISO-8859-1";
#tarjeta {
	padding: 6px;
	width: 436px;
	margin-bottom: 8px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #36F;
	border-right-color: #F30;
	border-bottom-color: #390;
	border-left-color: #90F;
}
#tarjeta a {
	color: #990000;
	text-decoration: none;
}
#tarjeta a:hover {
	color: #FF9900;
	text-decoration: none;
}
#tarjeta li {
	margin-bottom: 6px;
	list-style-image: url(imatges/punt.jpg);
	list-style-position: outside;
	margin-left: -10px;
}
