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


#motiu {
	background-image: url(../imatges/part5groc/capsalera_mediateca.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: #666666;
	text-decoration: none;
}
#contingut a:hover {
	color: #996600;
}
#contingut a.sel{
	color: #D7C128;
}


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


fieldset {
	border-color: #D7C128;
	font-weight: normal;
	font-size: 1em;
	text-align: justify;
	padding: 1em;
}
legend {
	font-weight: bold;
	color: #D7C128;
	font-size: 1em;
	text-align: justify;
}


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


#destacat {
	border: 1px solid #D7C128;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #996600;
}
#destacat p{
	font-weight: bold;
	font-size: 1em;
	color: #D7C128;
}

#pocdestacat {
	border: 1px solid #D7C128;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #D7C128;
}
#pocdestacat p{
	font-weight: normal;
	font-size: 1em;
	color: #996600;
}
.cursiva{
	font-weight: bold;
	font-size: 1em;
	color: #996600;
}
cite{
	font-weight: bold;
	font-size: 1.25em;
	color: #996600;
}
#moltdestacat {
	border: 1px solid #D7C128;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #996600;
}
#moltdestacat p{
	font-weight: bold;
	font-size: 1.25em;
	text-align: center;
	color: #D7C128;
}
.singular {
	font-weight: bold;
	color: #D7C128;
}

}