@charset "utf-8";
@import url(base.css);

/* Document CSS especific de la pàgina inicial */

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #630101;
	margin: 2px;
}

#contingut a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px #990000 dotted;
	color: #000000;
}

#contingut p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#pNoticies .noticia {
	padding: 15px;
}

#pNoticies h3 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin: 0;
}

#pNoticies p {
	margin: 2px;
	padding: 2px;
}

#pNoticies img {
	margin: 2px;
	float: left;
}

.clear {
	clear: both;
}