/* CSS Document. Aplica a les pàgines de la part 3, subpart2 */


#motiu {
	background-image: url(../imatges/part3carbassa/capsalera_campanyes.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #F5A32E;
}


#submenu a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#submenu a:hover {
	color: #DC3F0A;
}
#submenu a.sel{
	color: #F5A32E;
}


h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #F5A32E;
	text-align: left;	
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #F5A32E;
	text-align: left;
}
h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #F5A32E;
	text-align: left;
	padding-top: 10px;
}


img.fotodreta {
	float: right;
	margin-left: 10px;
}
img.fotoesquerra {
	float: left;
	margin-right: 10px;
}


#contingut a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#contingut a:hover {
	color: #DC3F0A;
}
#contingut a.sel{
	color: #F5A32E;
}


