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


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

#agenda1 {
	border: 1px solid #FFFF88;
	width: 563px;
	padding-right: 5px;
	padding-left: 4px;
	margin-right: 4px;
	margin-top: 5px;
	background-color: #FFFF88;
	text-align:left;
	font-size:.95em;
}

#agenda1 dl dt{
	font-weight: bold;
	color: #D7C128;
	font-size: 1.25em;
	padding-bottom:3px;
}
#agenda1 dl dd{
	color: #996600;
	font-size: 1.1em;
	padding-bottom:4px;
}

#agenda2 {
	border: 1px solid #808040;
	width: 563px;
	padding-right: 5px;
	padding-left: 4px;
	margin-right: 4px;
	margin-top: 5px;
	background-color: #808040;
	text-align:l eft;
	font-size: .95em;
}
#agenda2 dl dt{
	font-weight: bold;
	color: #996600;
	font-size: 1.25em;
	padding-bottom:3px;
	
}
#agenda2 dl dd{
	color: #D7C128;
	font-size: 1.1em;
	padding-bottom:4px;
	
}


