/* CSS Document */
	
	html, body, h1, h2, h3, h4, img, p, form, fieldset, legend, label, input, dl, dt, dd, ul, ol, li { margin:0; padding:0;}
	
	img, fieldset { border:0;}
	
	hr, legend { display:none;}
	
	ul, ol { list-style:none;}
	
	html { height:100%;}
	body { height:100%; background:#fff url(/img/all/bg_body.gif) no-repeat center top; font:1em  Tahoma, Verdana, Arial normal; text-align:center;}	
	
	.oculto { display:none; visibility:hidden;}
	
	h1 { padding:0 0 2px 0; text-transform:uppercase; color:#576975;}
	h2.tituloTipo01 { clear:both; margin:0 0 16px 0; padding:0 0 0 .8em; background:url(/img/all/bullet_01_h2.gif) no-repeat 0 .4em; font:1.4em Georgia, "Times New Roman", Times, serif; color:#576975;}
	h2.tituloAmigos { clear:both; margin:0 0 16px 0; font:1.4em Tahoma, Arial, Helvetica, sans-serif; color:#576975;}
	h3 {padding:0 0 0.2em 0; margin:.7em 0; font:.8em Georgia, "Times New Roman", Times, serif; color:#576975; border-bottom:1px solid #bfbfbf;}
	
	.hr01 { background:url(/img/all/bg_hr01.gif) repeat-x 0 0; height:3px; margin:9px 0 12px 0;}
	
	a{ outline:none;}
	
	.clear{clear:both;}
	
	.volver{clear:both;}
	.volver a{padding:0 0 0 .7em; background:url(/img/all/bullet_volver.gif) no-repeat 0 .35em; font-size:.68em; color:#777777; text-decoration:underline;}
	.volver a:hover { text-decoration:none; color:#47687d;}
	
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	 
	.clearfix {
		display: inline-block;
	}
	
	.clear {
		clear:both;
	}
	
	html[xmlns] .clearfix {
		display: block;
	}
	 
	* html .clearfix {
		height: 1%;
	}
	/*=fin de genericos*/
	
	
	
	/*= definicion de las estructuras */

	#estructura { width:48em; margin:0 auto; min-height:89%; padding:0; text-align:left;}
	/***** ----- PARA que funcione el posicionamiento del pie en IE6 NO BORRAR ------ ****/
		* html #estructura { height:86.7%;}
	
		#cabecera { float:left; width:100%;}
			
			.logo { float:left; padding:17px 0 0 0;}
				.logo img { float:left;}
			#navegacionIdiomas { float:right; font-size:.58em; color:#7f7f7f;}
				#navegacionIdiomas li { float:left; padding:32px 6px 0 6px; background:url(/img/all/bg_navegacionIdiomas-li.gif) no-repeat right 0;}
				#navegacionIdiomas li.ultimo { background-image:none;}
				#navegacionIdiomas li.activo a { color:#000; text-decoration:none;}				
				#navegacionIdiomas li a { float:left; color:#7f7f7f; text-decoration:underline;}
				#navegacionIdiomas li a:hover { color:#000; text-decoration:underline;}
			
		#contenedor { float:left; width:100%;}
	
			#menu { float:left; width:11.20em;}
	
				#menuPrincipal { float:left; width:100%; margin:23px 0 10px 0; font-size:.78em; color:#fff;}
					#menuPrincipal li { float:left; clear:left; width:100%; border-bottom:2px solid #fff;}
					#menuPrincipal li.activo a { display:block; padding:2px 0 2px 16px; background:#595959 url(/img/all/bullet_menuPrincipal_li_activo_span.gif) no-repeat .3em .5em;}
					#menuPrincipal li a { display:block; padding:3.5px 0 4.5px 16px; background:#576975 url(/img/all/bullet_menuPrincipal_li_a.gif) no-repeat .3em .5em; color:#fff; text-decoration:none;}
					#menuPrincipal li a:hover { background:#595959 url(/img/all/bullet_menuPrincipal_li_activo_span.gif) no-repeat .3em .5em;}
					
					#menuPrincipal li ol,
					#menuPrincipal li.activo ol{ background:#dfdede; padding: .5em 1.5em; float:left; width:11.4em; }
					#menuPrincipal li ol li,
					#menuPrincipal li.activo ol li{ margin:.1em 0; border:0; }
					#menuPrincipal li ol li a,
					#menuPrincipal li.activo ol li a,
					#menuPrincipal li ol li a:hover,
					#menuPrincipal li.activo ol li a:hover{ background:#dfdede url(/img/all/bullet_submenu.gif) 0 6px no-repeat; color:#595959; font-size:.9em; padding-left:1em; }
					#menuPrincipal li.activo ol li a:hover,
					#menuPrincipal li.activo ol li.activoEnlace a{ text-decoration:underline; }
					
				#menuSecundario { float:left; width:100%;}
					.tituloMenuSecundario { float:left; padding:2px 0 0 0; color:#576975; font:.95em "Lucida Sans Unicode", Tahoma, Arial, Verdana;}
					
					#menuSecundario li { float:left; clear:left; width:100%;}
						#menuSecundario li ul { float:left; width:100%; margin:0 0 10px 0; padding:0 0 8px 0; background:url(/img/all/bg_menuSecundario-ul.gif) repeat-x 0 bottom; font-size:.7em;}
							#menuSecundario li li { float:left; clear:left; width:100%; padding:5px 0; color:#595959; background:url(/img/all/bullet_menuSecundario_li_li.gif) no-repeat 0 .7em;}
							#menuSecundario li li.activo a { display:block; padding:0 0 0 9px; color:#595959; text-decoration:none; font-weight:bold;}
							#menuSecundario li li a { display:block; padding:0 0 0 9px; color:#777; text-decoration:underline;}
							#menuSecundario li li a:hover { color:#595959; text-decoration:none;}
					
				.buscador { clear:both; width:100%; margin:15px 0 0 0;}
						.buscador .inputTexto { width:11em; margin:0 0 6px 0; padding:2px 0 2px 5px; border:1px solid #bfbfbf; font-size:.68em; color:#777;}
						.buscador .boton { width:7.5em; padding:0 0 0 0.5em; border:1px solid #bfbfbf; background:#fff url(/img/all/bullet_buscador_boton.gif) no-repeat  90% .5em; font-size:.68em; color:#777; text-align:left; cursor:pointer;}						
						.buscador .boton:hover { border:1px solid #8dbad6; background:#f8f8f8 url(/img/all/bullet_buscador_boton_hover.gif) no-repeat 90% .5em; color:#47687d;}
						
				.menuOpcionesExternas { clear:both; width:100%; float:left;}
				.menuOpcionesExternas li a { display:block; width:100%; background:none; padding:.25em 0; margin:0; color:#667c8a; font:1em Tahoma, Verdana, Arial; cursor:pointer; font-weight:bold}
						.menuOpcionesExternas li a img{width:97.5%;}
					.menuOpcionesExternas li a.uno { color:#f00;}
					.menuOpcionesExternas li a.dos { color:#b59661; }
					.menuOpcionesExternas li a.tres { color:#99a8b1; }
					.menuOpcionesExternas li a.cuatro { color:#4a649d; }
					.menuOpcionesExternas li a.cinco { color:#856f34; }
					.menuOpcionesExternas li a.seis { color:#000000; }
					.menuOpcionesExternas li a.siete { color:#d364a5; }
					
					
			#contenido { float:left; width:35.55em; padding:0 0 50px 20px; _padding-left:15px;}
			
				#caminoMigas { float:left; width:100%; margin:6px 0; color:#777; font-size:.6em;}
					#caminoMigas span { float:left;}
					#caminoMigas ol { float:left;}
						#caminoMigas li { float:left; padding:0 12px 0 7px; background:url(/img/all/bullet_caminoMigas_li.gif) no-repeat right .4em;}
						#caminoMigas li.activo { background:none; color:#4f6d81;}
						#caminoMigas li a { color:#777; text-decoration:underline;}
						#caminoMigas li a:hover { text-decoration:none;}						
						
				.cabeceraImagen { margin:0 0 10px 0;}
					.cabeceraImagen img { width:35.55em;}
				
				#subMenu { float:left; width:100%; margin:0 0 26px 0; font-size:.78em; color:#fff;}
					#subMenu li { float:left; border-right:4px solid #fff; border-bottom:4px solid #fff;}
					#subMenu li.activo span { display:block; padding:2px 6px 2px 14px; background:#595959 url(/img/all/bullet_subMenu_li_activo_span.gif) no-repeat .5em .5em;}
					#subMenu li.activo a { display:block; padding:2px 6px 2px 14px; background:#595959 url(/img/all/bullet_subMenu_li_activo_span.gif) no-repeat .5em .5em;}
					#subMenu li a { display:block; padding:2px 10px 2px 14px; background:#576975 url(/img/all/bullet_subMenu_li_a.gif) no-repeat .5em .5em; color:#fff; text-decoration:none;}
					#subMenu li a:hover { background:#595959 url(/img/all/bullet_subMenu_li_activo_span.gif) no-repeat .5em .5em;}
								
				.final { display:inline; clear:both; color:#595959;}
					.contenidoPestanyas { font-size:.68em;}
						.contenidoPestanyas .menuPestanyas { float:left; margin:5px 0 0 0; color:#595959;}
						.contenidoPestanyas #activas.menuPestanyas { position:relative; top:-1px; z-index:10;}
							.contenidoPestanyas .menuPestanyas  li { float:left; width:auto;  height:2.5em; margin:0 2px 0 0; padding:8px 7px; border:1px solid #595959; border-bottom:none; background:#fff; text-align:center;}
							.contenidoPestanyas #activas.menuPestanyas li.activo { height:2.6em;}
							.contenidoPestanyas .menuPestanyas  li.ultimo { margin:0;}
							.contenidoPestanyas .menuPestanyas  li.activo { color:#576975; border:1px solid #969494; border-bottom:none;}
							.contenidoPestanyas .menuPestanyas  li a { display:block; color:#777; text-decoration:underline;}
							.contenidoPestanyas .menuPestanyas  li a:hover { color:#576975; text-decoration:none;}							
						
						.contenidoPestanyasCorto { clear:both; position:relative; top:-2px; width:38.7em; margin:0 0 10px 0; padding:10px; border:1px solid #969494; background:#fff;}			
						.contenidoPestanyasAncho { clear:both; position:relative; top:-2px; margin:0 3px 10px 0; padding:10px; border:1px solid #969494; background:#fff;}			
						.contenidoPestanyasAreaPrensa { clear:both; position:relative; top:-2px; margin:0 0 10px 0; padding:10px; border:1px solid #969494; background:#fff;}
	#pieEstructura { width:100%; margin:0; height:5.65em; background:url(/img/all/bg_pieEstructura.gif) no-repeat center top;}
	
		#pie { width:48em; margin:0 auto; text-align:left;}
		
			.menuTerciario { float:left; padding:10px 0 0 0; font-size:.68em;}
				.menuTerciario li { float:left; padding:0 8px; background:url(/img/all/bullet_menuTerciario.gif) no-repeat right .5em; color:#7f7f7f;}
				.menuTerciario li.primero { padding:0 8px 0 0;}
				.menuTerciario li.ultimo { background:none;}
				.menuTerciario li.activo a { font-weight:bold;}
				.menuTerciario li a { float:left; color:#7f7f7f; text-decoration:underline;}
				.menuTerciario li a:hover { text-decoration:none;}				
			
			.accesible { float:right; padding:18px 0 0 0;}
			.pieTexto { clear:left; float:left; width:50%; padding:20px 0 0 0; font-size:.6em; color:#7a7b7b;}
				.pieTexto strong { display:block; padding:0 0 5px 0;}
				.bulletPieTexto { color:#bfbfbf; background:url(/img/all/bullet_menuTerciario.gif) no-repeat 0 0.4em;}
				.pieTexto a { color:#7a7b7b; text-decoration:none;}
				.pieTexto a:hover { text-decoration:underline;}
				
			.legalidad { clear:right; float:right; padding:22px 0 0 0; font-size:.6em; color:#7a7b7b;}
				.legalidad li { float:left; padding:0 5px; background:url(/img/all/bullet_legalidad_li.gif) no-repeat right 0.2em;}
				.legalidad li.activo a { font-weight:bold;}
				.legalidad li a { color:#7a7b7b; text-decoration:underline;}
				.legalidad li a:hover { text-decoration:none;}				
	
	#estructura:after, #cabecera:after, #menuPrincipal:after, #menuSecundario:after, #menuSencundario li ul:after, .buscador:after, #contenedor:after, #caminoMigas:after, #subMenu:after, .final:after, #pieEstructura:after, #pie:after { content:"."; clear:both; display:block; height:0px; visibility:hidden;}

	/*=fin de definicion de las estructuras */
/*-------------------------------------------------------------------------------------------------------------------------*/

/*----------- ACTIVICADES GENERALES ---------------------------------------------------------------------------------------*/
#patrociono_bbk{
	margin:1em 0  0;
}
#patrociono_bbk p{
	font-family:Tahoma,Verdana,Arial normal;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	color:#595959;
	font-size:0.7em;
	text-align:right;
	font-weight:bold;
	
}
#patrociono_bbk img{
	margin:0.5em 0 0 0;
	float:right;
}

/* ----- Destacado Art After Dark ------ */
		#destacadoArt_es, #destacadoArt_eu, #destacadoArt_en, #destacadoArt_fr{ width:9.7em; height:8.6em; margin:1em 0 1em 0; padding-top:15.3em; border:#cccccc 1px solid; float:right;}

		#destacadoArt_es{background:url(/img/all/bg_destacado_art.jpg) 0 0 no-repeat;}
		#destacadoArt_en{background:url(/img/all/bg_destacado_art_en.jpg) 0 0 no-repeat;}
		#destacadoArt_eu{background:url(/img/all/bg_destacado_art_eu.jpg) 0 0 no-repeat; padding-top: 14.5em; height:9.4em;}
		#destacadoArt_fr{background:url(/img/all/bg_destacado_art_fr.jpg) 0 0 no-repeat; padding-top: 14.5em; height:9.4em;}

		#destacadoArt_es h2, #destacadoArt_es h3,  #destacadoArt_eu h2, #destacadoArt_eu h3, #destacadoArt_en h2, #destacadoArt_en h3, #destacadoArt_fr h2, #destacadoArt_fr h3{ text-indent:-99999em; border:0; background:none; margin-bottom:.5em; width:15em; padding:0; overflow:hidden; font-size:1%; }
		#destacadoArt_es a, #destacadoArt_eu a, #destacadoArt_en a, #destacadoArt_fr a{ float:left; margin:1.1em 0 0 .8em; color:#ffffff; text-transform:uppercase; text-decoration:none; font-family:Arial, Helvetica, sans-serif; }
		#destacadoArt_es a:hover, #destacadoArt_eu a:hover, #destacadoArt_en a:hover, #destacadoArt_fr a:hover{ color:#bfff00;}
		#destacadoArt_es p, #destacadoArt_eu p, #destacadoArt_en p, #destacadoArt_fr p{ width:75%; color:#fff; font-size:.7em; margin:0 0 .6em 1em;}
		#destacadoArt_es p strong, #destacadoArt_eu p strong, #destacadoArt_en p strong, #destacadoArt_fr p strong{ color:#ff008c;}
		
/*-------------------------------------------------------------------------------------------------------------------------*/
/* ----- Destacado Papel Navidad ------ */
		#papelNavidad_es{background:url(/img/es/actividades/bg_destacado_papel_navidad.jpg) 0 0 no-repeat; margin:1em 0 1em 0; float:right;}
		#papelNavidad_eu{background:url(/img/eu/actividades/bg_destacado_papel_navidad.jpg) 0 0 no-repeat; margin:1em 0 1em 0; float:right;}
		#papelNavidad_es a, #papelNavidad_eu a{text-indent:-100000px; display:block; width:9.7em; height:26em;}

/*-------------------------------------------------------------------------------------------------------------------------*/
/* ----- Destacado 2010 Bilbao Arte Eta Kultura ------ */

		#bilbaoArteEtaKultura{ float:right; width:9.5em; height:23.9em; margin:1em 0 1em 0; border:#ccc 1px solid; background:url(/img/all/bg_bilbaoArteEtaKultura.jpg) 0 0 no-repeat;}
		#bilbaoArteEtaKultura a{ float:left; padding-top:15.3em; color:#fff; text-decoration:none;}
		#bilbaoArteEtaKultura.banner_eu a{ float:left; padding-top:14.5em; color:#fff; text-decoration:none;}
		#bilbaoArteEtaKultura a:hover{ text-decoration: underline;}
		#bilbaoArteEtaKultura h2, #bilbaoArteEtaKultura h3{ text-indent:-99999em; border:0; background:none; margin-bottom:.5em; width:15em; padding:0; overflow:hidden; font-size:1%;}
		#bilbaoArteEtaKultura p{ float:left; width:75%; color:#fff; font-size:.7em; margin:0 0 .6em 1em;}
		* html #bilbaoArteEtaKultura p{ margin:0 0 .6em 0.5em;}
		#bilbaoArteEtaKultura p strong{ float:left; color:#61ba2a; margin: 4.5em 0 0.5em;}

/*-------------------------------------------------------------------------------------------------------------------------*/
/* ----- Destacado 2010 Bilbao Arte Eta Kultura ------ */

		#destacadoBallet{ float:right; width:8.5em; height:23.9em; margin:1em 0 1em 0; border:#ccc 1px solid; background:url(/img/all/bg_ballet.jpg) 0 0 no-repeat; padding-left:1em;}
		#destacadoBallet a{ float:left; padding-top:10.3em; color:#511b0e; text-decoration:none;}
		#destacadoBallet a:hover{ text-decoration: underline;}
		#destacadoBallet h2{ text-indent:-99999em; border:0; background:none; margin-bottom:.5em; width:15em; padding:0; overflow:hidden; font-size:1%;}
		#destacadoBallet p{ float:left; width:100%; color:#511b0e; font-size:.8em; font-family:Georgia, "Times New Roman", Times, serif; text-align:center; margin:0 0 .6em 0;}
		#destacadoBallet p strong{ float:left; width:100%; font-size:1.3em; font-weight:normal; margin: 4.5em 0 1.5em; padding: 1.1em 0 1em 0.8em;}
			
			html>/**/body #destacadoBallet{width:9.5em; padding-left:0em;}
			html>/**/body #destacadoBallet p strong{ padding:0em;}
			
			* html #destacadoBallet{width:9.5em; padding-left:0em;}
			* html #destacadoBallet a{padding-top:11.5em;}
			* html #destacadoBallet p strong{ padding:0em;}
			
		#destacadoBallet.banner_eu p{margin-left:1.5em;}
		#destacadoBallet.banner_eu p strong{margin-bottom:1.1em; margin-left:-1.5em;}

			html>/**/body #destacadoBallet.banner_eu p{ margin-left: 0;}
			html>/**/body #destacadoBallet.banner_eu p strong{ margin-left: 0;}
			
			* html #destacadoBallet.banner_eu p{ margin:0;}
			* html #destacadoBallet.banner_eu p strong{ padding:0em; margin-bottom:1.6em;  margin-left:0;}
		
		#destacadoBallet.banner_en p{margin-left:1.5em;}
		#destacadoBallet.banner_en p strong{margin-bottom:1.1em; margin-left:-1.5em;}

			html>/**/body #destacadoBallet.banner_en p{ margin-left: 0;}
			html>/**/body #destacadoBallet.banner_en p strong{ margin-left: 0;}
			
			* html #destacadoBallet.banner_en p{ margin:0;}
			* html #destacadoBallet.banner_en p strong{ padding:0em; margin-bottom:1.6em;  margin-left:0;}


/*-------------------------------------------------------------------------------------------------------------------------*/




/* ----- Destacado Actividades ------ */

        .banner_es{background: url(/img/es/actividades/bg_destacado_navidad2010.jpg) 0 0 no-repeat; }
		.banner_eu{background: url(/img/eu/actividades/bg_destacado_navidad2010.jpg) 0 0 no-repeat; }
		.banner_en{background: url(/img/en/actividades/bg_destacado_navidad2010.jpg) 0 0 no-repeat; }
		.banner_fr{background: url(/img/fr/actividades/bg_destacado_navidad2010.jpg) 0 0 no-repeat; }

		#destacadoActividades{ float:right; width:9.9em; height:21em;  margin:1em 0 1em 0; padding-left:0em;}
		#destacadoActividades.banner_eu{ height:22em;}
		#destacadoActividades a{ float:left; padding-top:10.3em; color:#fff; text-decoration:none;}
		#destacadoActividades a:hover{ text-decoration: underline;}
		#destacadoActividades h2{ text-indent:-99999em; border:0; background:none; margin-bottom:.5em; width:15em; padding:0; overflow:hidden; font-size:1%;}
		#destacadoActividades p{ float:left; width:80%; color:#ffffff;  font-family: Arial, Helvetica, sans-serif; text-align:left; margin:0 1.2em 0em 1.2em; padding:0;}
		#destacadoActividades .fecha{color:#fff; font-size:.7em; margin-top:12em; background:none; }
			
			html>/**/body #destacadoActividades{width:9.9em; padding-left:0em;}
			html>/**/body #destacadoActividades .fecha{color:#fff; font-size:.7em; margin-top:12em; }
			
			* html #destacadoActividades{width:9.5em; padding-left:0em;}
			* html #destacadoActividades a{padding-top:11.5em;}
			* html #destacadoActividades p{ float:left; color:#ffffff; font-family: Arial, Helvetica, sans-serif; text-align:left; margin:0; padding-left:1em;}
			* html #destacadoActividades .fecha{margin-top:10em;}

		

/*-------------------------------------------------------------------------------------------------------------------------*/

/*===========Destacados Home==========*/

	/*------Ninos Anish Kapoor-----*/
	
#contenidoHome .bloqueBanners #AnishKapoorNinos{ float:right;}


	/*------ Youtube -----*/
	
#contenidoHome .bloqueBanners #destacadoYoutube{ float: left; width: 250px; margin: 0 0.5em;}



#anuarioMuseo{ float: left; margin-bottom:1em;}

.logoBbk{margin-top:-2.5em; float:right; margin-bottom:1em;}
