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


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


.programa {
	font-weight: bold;
	color: #F5A32E;
}


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


.lloc {
	padding-top: 10px;
	font-weight: bold;
	color: #F5A32E;
	font-size: 1em;
}
.data_publicacio {
	font-weight: normal;
	font-size: 0.5em;
	color: #666666;
}
a.listado_publicaciones_link {
	text-align:center;	
	float: left;
	width:100px;
	height:75px;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 9px;
}


#contador_fotos {
	clear: both;
	width: 580px;
	height: 60px;
	float: left;
	padding-top: 0px;
}


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


fieldset {
	border-color: #F5A32E;
	color: #F5A32E;
	font-weight: bold;
	font-size:1.2em
	text-align: left;
	padding: 1em
}