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


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

#flash_mapa {
	border: 1px solid #999999;
}


#mapas_porpaises {
	width: 99%;
}
#mapa_africa {
	float: left;
	width: 109px;
	background-image: url(../imatges/part2vert/mapes/mapa_africa.gif);
	height: 139px;
	border: 1px solid #FFFFFF;
	margin-right:35px;
}
#mapa_america_central {
	float: left;
	width: 109px;
	background-image: url(../imatges/part2vert/mapes/mapa_america_central.gif);
	height: 139px;
	border: 1px solid #FFFFFF;
}
#mapa_asia {
	float: left;
	width: 109px;
	background-image: url(../imatges/part2vert/mapes/mapa_asia-oriente.gif);
	height: 139px;
	border: 1px solid #FFFFFF;
	margin-right:35px;
}
#mapa_europa{
	float: left;
	width: 109px;
	background-image: url(../imatges/part2vert/mapes/mapa_europa.gif);
	height: 139px;
	border: 1px solid #FFFFFF;
}
#mapa_sudamerica {
	float: left;
	width: 109px;
	background-image: url(../imatges/part2vert/mapes/mapa_sudamerica.gif);
	background-repeat:no-repeat;
	height: 200px;
	border: 1px solid #FFFFFF;
	margin-right:35px;
}

#mapa_africa h4 {
	color: #85B916;
	text-align: left;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85B916;
}
#mapa_america_central h4 {
	color: #85B916;
	text-align: left;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85B916;
}
#mapa_asia h4 {
	color: #85B916;
	text-align: left;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85B916;
}
#mapa_europa h4 {
	color: #85B916;
	text-align: left;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85B916;
}
#mapa_sudamerica h4 {
	color: #85B916;
	text-align: left;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85B916;
}

#mapa_africa ul {
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	list-style-type: none;
}
#mapa_sudamerica ul {
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	list-style-type: none;
}
#mapa_america_central ul {
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	list-style-type: none;
}#mapa_asia ul {
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	list-style-type: none;
}
#mapa_europa ul {
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	list-style-type: none;
}


#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;
}


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


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;
}


.lloc {
	padding-top: 10px;
	font-weight: bold;
	color: #85B916;
	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: #85B916;
	width: 95%;
}


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