#capsalera_dalt{
	width:943px;
	height: 112px;
	background-image:url(../img/capsalera.jpg);
	overflow:hidden;
}
	#idiomes{
		width:911px;
		height:14px;
		text-align: right;
		padding: 2px 32px 0 0;
		font-family: Arial, Helvetica, sans-serif;
		color: #b6c2c3;
		}
	#logo_cap{
		float: left;
	}
	#llista_seccions_generals {
		float:right;
		width:356px;
		height:18px;
		text-align: center;
		margin-top:76px;
		padding-top:2px;
		color: #dfe4ed;
		text-transform:uppercase;
	}	
		#llista_seccions_generals ul {
			display:inline-block; /* així puc centrar la llista, però necessito ocultar el desplegable */
			z-index:999;
		}
		#llista_seccions_generals li {
			list-style: none;
			text-align:left;
			color:#fff;
			margin:0 4px 0 4px;
			float:left; /* per alinear la lista cap a l'esquerra */
		}
		#llista_seccions_generals li a {
			color:#fff;
			text-decoration:none;
		}
		#llista_seccions_generals li a:hover {
			border-bottom:2px solid #c2cb39;
		}
	
/* ############ desplegable quisom ################# */
	.submenu{
		display: none;
		position: absolute;
		top: 115px;
		padding:0;
	}
	
	.submenu li{
		/*alguns estils estan a dins la mateixa etiqueta perquè sinó alguns d'ells no tenen efecte*/
		width: 150px;
		height: auto;
		background-image:url(../img/fons_desplegable_trans.png);
		background-repeat:repeat;
		border-bottom:1px dotted #c2cb39;
	}
	
	.submenu li#liSeccio, li#liTitol {
		/*alguns estils estan a dins la mateixa etiqueta perquè sinó alguns d'ells no tenen efecte*/
		width: 250px;
	}
		li#liTitol {
			background-image:none;
		}
	 
	.submenu li a{
		color: #fff;
	}
/* ############### final desplegable quisom ############## */

#container_fotos_cap{
	width:943px;
	height:282px;
}

.enllassos_concurs { /* és el caption del orbit modificat */
	background:url(../img/fons_fotos_cap.png) no-repeat;
    z-index: 100;
    position: absolute;
	top:112px;
    right: 25px;
	width: 270px;
	height:236px;
	padding:23px 15px;
	color: #fff;
	text-align: left;
    font-size: 13px;
}
	.enllassos_concurs h1, .enllassos_concurs strong {
		font-family:Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#b4be14;
		text-align: center;
	}
		.enllassos_concurs strong {
			color:#ceebfe;
		}
		
	#subtitol {
		font-family:Arial, Helvetica, sans-serif;
		font-size:1.1em;
		color:#ceebfe;
		margin-top: -10px;
	}
	
		a.boto_galeria{
			display:block; 
			width: 230px;
			height: 35px;
			background-image: url(../img/boto_galeria2011.png);
			background-repeat: no-repeat;
			margin: 20px 0 45px 15px;
			text-align: center;
			padding-top: 5px;
			font-size:17px;
			color: #092f48;
			
		}
			a.boto_galeria:hover{
			background-position: bottom;
			}
	
	#txt_boto_bases{
		width: 183px;
		height: 40px;
		float: left;
		font-size:0.7em;
		color:#ceebfe;
		margin-left: -5px;
	}
		
	a.boto_cap, a.boto_cap_gran {
		float:left;
		background-image:url(../img/boto_cap.png);
		background-repeat:no-repeat;
		width:78px;
		height:23px;
		padding:6px 0 0 10px;
		color:#fff;
		text-decoration:none;
		float: right;
	}
		a.boto_cap_gran {
			background-image:url(../img/boto_cap_gran.png);
			width:240px;
			text-align:center;
			margin-left:12px;
			padding-left:0;
		}
		a.boto_cap:hover, a.boto_cap_gran:hover {
			background-position:bottom;
		}
	
	a.boto_participa {
		display:block; /*si no faig un float haig de posar el block*/
		background-image:url(../img/boto_participa.png);
		background-repeat:no-repeat;
		width:143px;
		height:35px;
		padding:10px 0 0 0;
		color:#092f48;
		font-size:17px;
		text-align:center;
		text-decoration:none;
	}
		a.boto_participa:hover {
			background-position:bottom;
		}

#linia_blanca{
	width:943px;
	height:1px;
	background-color:#FFFFFF;
}

#linia_grisa{
	width:943px;
	height:5px;
	background-color:#4e4e4e;
}

/*#container_seccions_concurs{ /* el container de la llista amb els botons de les seccions del concurs
	width:870px;
	margin-left:57px;
}
	#seccions_titol_concurs {
		margin:0 0 0 57px;
		padding:19px 0 6px 0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
		font-weight:bold;
		color:#FFF;
	}
	.seccions_titol_concurs_2 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		color:#9a9a9a;
	}

	.menu_seccions_concurs {
		width:870px;
		list-style:none;
	}
		.menu_seccions_concurs li {
			float:left;
			background-image:url(../img/fons_llista_cap.jpg);
			background-repeat:no-repeat;
			width:94px;
			height:21px;
			margin-right:6px;
			padding:3px 0 0 6px;
		}
		.menu_seccions_concurs li#participa {
			background-image:url(../img/fons_llista_cap_participa.jpg);
		}
		.menu_seccions_concurs li:hover {
			background-image:url(../img/fons_llista_cap_hover.jpg);
		}
		.menu_seccions_concurs li#participa:hover {
			background-image:url(../img/fons_llista_cap_hover.jpg);
		}
		.menu_seccions_concurs li a{
			font-family:Arial, Helvetica, sans-serif;
			font-size:15px;
			color:#fff;
			font-weight:bold;
			
		}
		.menu_seccions_concurs li#participa a{
			font-family:Arial, Helvetica, sans-serif;
			font-size:15px;
			color:#333;
		}

#submenus{
	clear:both;
	margin:60px 0 0 57px;
	width:870px; /* amplada per capsalera 2010 
	text-align: left;
}

	#submenus_seccions_corporatives {
		margin:3px 0 8px 0;	
	}

/*********************************** texts ***********************************
.submenus_secc_corp_titol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform:uppercase;
	color: #979502;
}

.submenus_secc_corp_enllasos{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #979502;
	text-decoration: none;
}

.punts{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9e9e9e;
	text-decoration: none;
}

/*********************************** links ***********************************
a.submenus_secc_corp_enllasos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d6d6d6;
	text-decoration: none;
}
	a:link.submenus_secc_corp_enllasos 		{color:#d6d6d6}
	a:visited.submenus_secc_corp_enllasos	{color:#d6d6d6}
	a:hover.submenus_secc_corp_enllasos 	{color:#fff}
	a:active.submenus_secc_corp_enllasos	{color:#fff}

a.menu_blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	a:link.menu_blanc 		{color:#fff}
	a:visited.menu_blanc	{color:#fff}
	a:hover.menu_blanc 		{color:#d6d6d6}
	a:active.menu_blanc		{color:#d6d6d6} */
	
a.link_idiomes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
	a:link.link_idiomes 	{color:#c9e1ff}
	a:visited.link_idiomes	{color:#c9e1ff}
	a:hover.link_idiomes 	{color:#fff}
	a:active.link_idiomes	{color:#fff} 

a.link_seccions {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
	a:link.link_seccions	{color:#dfe4ed}
	a:visited.link_seccions	{color:#dfe4ed}
	a:hover.link_seccions 	{color:#012554}
	a:active.link_seccions	{color:#012554} /*
	
/*********************************** fotos_guanyadores ***********************************
#capa_guanyadora_esquerra{
	width:121px;
	height:56px;
	float:left;
	text-align:left;
}

#capa_guanyadora_dreta{
	width:121px;
	height:56px;
	float:right;
	text-align:right;
	margin-left:8px;
}
#capa_guanyadora_separador{
	width:100px;	
	height:7px;
	clear:both;
}

#capa_guanyadora_premi{
	width:149px;
	height:14px;
	margin-top:1px;
	background-color:#000000;
	border: 1px solid #cccccc;
}

	#capa_guanyadora_premi div{		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#e4e4e4;
		text-decoration: none;
		padding:1px;
		text-align:center;
	}*/
