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


#motiu {
	background-image: url(../imatges/part5groc/capsalera_vincles.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #D7C128;
}


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


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



#contingut a {
	font-weight: bold;
	color: #D7C128;
	text-decoration: none;
}
#contingut a:hover {
	color: #996600;
}
#contingut a.sel{
	color: #D7C128;
}


hr {
	color: #D7C128;
	width: 95%;
}


#enllas {
	height: 50px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.img_enlaces {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	clear: both;
}
