.titolAgenda {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}
.ordreAgenda {
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #990000;
}
p {
	font-size: 14px;
}
.negrita {
	font-weight: bold;
}
#listado {
	width: 250px;
	height: 540px;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: auto;
	padding-right: 10px;
}
#listado li {
	margin-bottom: 6px;
	list-style-type: none;
	padding-top: 2px;
	display: block;
	margin-left: -15px;
}
#listado ul {
	margin-top: -1px;
}
#contingutAgenda {
	width: 500px;
	float: right;
	padding-left: 0px;
	height: 560px;
	padding-right: 10px;
	margin-right: 5px;
	overflow: auto;
}
#carpetaAgenda {
	width: 850px;
	padding: 6px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	background-image: url(imatges/fondo-carpeta.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 570px;
	margin: auto;
}
body {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.vinculo {
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.vinculo:link, .vinculo:visited {
	color: #990000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #990000;
}
.vinculo:hover {
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #990000;
	background-color: #990000;
}

