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


#motiu {
	background-image: url(../imatges/part1fucsia/capsalera_objectius.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}


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


h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #C4004B;
	text-align: left;	
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #C4004B;
	text-align: left;
}


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: #FF6666;
}
#contingut a.sel{
	color: #C4004B;
}


#contingut ul li {
	margin-left: -25px;
	padding: 0px;
	text-align: justify;
	text-indent: 0px;
}