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


#motiu {
	background-image: url(../imatges/part3carbassa/capsalera_memoria.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;
}


img.memoria {
	border: 1px solid #F5A32E;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	float: left;
}
	

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