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


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


#llistat {
	text-align: center;
	font-weight: bold;
	color: #85B916;
	margin: 5px;
	width: 170px;
	float: left;
	border: 1px solid #85B916;
	padding: 5px;
	height: 160px;
}
.img_institucions {
	border: 1px solid #85B916;
}


#submenu a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#submenu a:hover {
	color: #006600;
}
#submenu a.sel{
	color: #85B916;
}


h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #85B916;
	text-align: left;	
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #85B916;
	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: #006600;
}
#contingut a.sel{
	color: #85B916;
}


.indentat {
	font-size: 1em;
	margin-left: 20px;
	margin-top: -5px;
}