@charset "ISO-8859-1";
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF0D3;
}
h1 {
	font-size: 36px;
	color: #990000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}
p {
	font-size: 12px;
	text-align: center;
}
#contenidor {
	border: 1px solid #990000;
	width: 790px;
	margin: auto;
}
.espai {
	margin-bottom: 4px;
	border: 1px solid #990000;
}
.vermell {
	color: #990000;
}
