a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#cap a:link {
	color:#FFCC00
}
#cap a:visited {
	color:#FFCC00
}
#cap a:hover {
	color:#FFCC00
}
#cap a:active {
	color:#FFCC00
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
}
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.titol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
}
.inici {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCC66;
}
.inici a:visited {
	color: #CCCC66;
}
#contenidor {
	width: 77%;
	background-color: #999999;
	position: relative;
	top: 0;
	height: auto;
	min-height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: thin solid #FFFFFF;
	padding: 10px;
}
#contenidor #cap p{
	text-align: center;
}
#contenidor #cap p {
	color: #FFCC00;
}
#contenidor #cap {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-bottom: 15px;
}
