@import ("taules.css");

html, body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: black;
	background-color: white;
}

body#index {
	text-align: center;
}

.títol {
	font-weight: bold;
	font-size: 175%;
	border-bottom: 2px solid #FF0000;
	padding: 4px;
}

.subtítol {
	text-align: right;
	color: red;
	border-bottom: 2px solid #FF0000;
	padding: 4px;
	font-size: 125%;
}

.TitolTaula {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
}

ul {
	list-style-position: outside;
	list-style-type: square;
}

table {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: black !important;
}

a:hover {
	text-decoration: underline;
	color: red !important;
}

img {
	border: none;
}

#catalogue-index {
	float: none;
	clear: both;
	padding: 2em;
}

#catalogue-index ul {
	display: inline;
}

#catalogue-index ul li {
	display: block;
	height: 120px;
	width: 120px;
	float: left;
	border: 1px solid red;
	background-color: #FFE6E6;
	text-align: center;
}

#catalogue-index ul li img {
	display: block;
	clear: both;
}

#catalogue-index ul li span {
	display: block;
	clear: both;
}