
txt =            '<style type="text/css"><!--';
txt += '		body { margin : 0; overflow : hidden; font-family : Verdana;  }'
		
txt += '		#banners { position : absolute; left : 0px; top : 60px; width : 100%; height : 100%; z-index : 1; }					'
txt += '		#banners #fondo { float : right; background-repeat : repeat; width : 157px; height : 100%; }					'
txt += '		#banners #fondo #banner { position : relative; left : 21px; top : 18px; height : 100%; }'
txt += '		#banners #fondo #banner img { margin-bottom : 18; border-top : 1px solid #BEBDBC; border-left : 1px solid #BEBDBC; border-right : 1px solid #FFFFFF; border-bottom : 1px solid #FFFFFF;  display: block; }'
		
txt += '		#contenido { position : absolute; left : 159px; top : 73px; width : 480px; height : 750px; z-index : 1; visibility : hidden;  }					'
		
txt += '		#publicidad333 {position : absolute; top : 0px; left : 0px; width : 476px; height : 331px;  z-index : 2; BACKGROUND-COLOR : #ff0000; }		'
		
txt += '		#contenido #destacados {position : absolute; top : 0px; left : 186px; background-image : url(http://www.bcn.es/anyllibre2005/imatges/'+directorio+'/destacados_fondo_nuevo.gif); background-repeat : no-repeat; width : 289px; height : 149px; overflow : hidden; padding-top : 31px; }				'
txt += '		#contenido #destacados .contenido { float : left; margin-left : 0px; margin-top : 0px; width : 292px; }					'
txt += '		#contenido #destacados .contenido .texto { position : relative; font-size : 11px; margin : 0 0 0 8; width : 292px; height : 48px; display : block;  background-image : url(http://www.bcn.es/anyllibre2005/imatges/fondo_destacats.gif); background-repeat : no-repeat; }'
txt += '		#contenido #destacados .contenido .texto .foto { float : left; margin : 0 0 0 0; background-color : #FFFFFF; width : 54px; }'
txt += '		#contenido #destacados .contenido .texto .breve { float : left; margin : 0 0 0 0; padding : 0 0 0 7; overflow : hidden; height : 100%; vertical-align : middle  }'
txt += '		#contenido #destacados .contenido .texto .breve td { font-family : Verdana; font-size : 11px; height : 40px; }'
txt += '		#contenido #destacados .contenido .texto .breve .red { color : #D7164D; }'
txt += '		#contenido #destacados .contenido .texto .breve a { color : #000000; text-decoration : none; font-weight : bold; }'
txt += '		#contenido #destacados .contenido .texto .breve a:hover { color : #000000; text-decoration : underline; }'
txt += '		#contenido #destacados .contenido .linea {  position : relative; margin : 7 0 7 0; height : 1px; width : 100%; background-color : #CCCCCC; overflow : hidden; }'
		
	
txt += '		#contenido #noticias {position : absolute; background-image : url(http://www.bcn.es/anyllibre2005/imatges/'+directorio+'/noticias_fondo_nuevo.gif); top : 162px; left : 186px ; background-repeat : no-repeat; width : 289px; height : 169px; overflow : hidden; padding-top : 31px; }				'
txt += '		#contenido #noticias .contenido { float : left; margin-left : 0px; margin-top : -3px; width : 292px; }						'
txt += '		#contenido #noticias .contenido .texto { position : relative; font-size : 11px; margin : 1 0 0 7; width : 292px; height : 50px; display : block;  line-height : 12px; }'
txt += '		#contenido #noticias .contenido .texto .foto { float : left; margin : 3 5 0 0; }'
txt += '		#contenido #noticias .contenido .texto .breve { float : left; margin : 0 0 0 0; vertical-align : bottom; }'
txt += '		#contenido #noticias .contenido .texto .breve .red { color : #D7164D; }'
txt += '		#contenido #noticias .contenido .texto .breve a { color : #000000; text-decoration : none; }'
txt += '		#contenido #noticias .contenido .texto .breve a:hover { color : #000000; text-decoration : underline; }'
if(document.all) txt += '		#contenido #noticias .contenido .linea { position : relative; margin : 6 0 5 0; height : 1px; width : 100%; background-color : #CCCCCC; overflow : hidden; } '
else txt += '		#contenido #noticias .contenido .linea { position : relative; margin : 8 0 5 0; height : 1px; width : 100%; background-color : #CCCCCC; overflow : hidden; } '
txt += '		#contenido #noticias .contenido #mas { position : relative; margin : -2 0 0 7; width : 91px; height : 11px; display: block; background-image: url(http://www.bcn.es/anyllibre2005/imatges/'+directorio+'/boto_mes_noticies_home_roll.gif); background-repeat : no-repeat; } '
txt += '		#contenido #noticias .contenido #mas a { width : 91px; height : 11px; display : block; margin : 0px; padding : 0px; } '
txt += '		#contenido #noticias .contenido #mas img { width : 100%; height : 100%; border : 0; } '
txt += '		#contenido #noticias .contenido #mas a:hover img { visibility : hidden; } '

txt += '		#fondo_home { position : absolute; left : 146px; top : 60px; background-image : url(http://www.bcn.es/anyllibre2005/imatges/mosaico_fondo_home.gif); background-repeat : repeat; width : 100%; height : 100% }		'
txt += '		#fondo_home #sombra_esquina { position : absolute; left : 0px; top : 0px;  }		'
txt += '		#fondo_home #sombra_vertical { position : absolute; left : 0px; top : 71px; background-image : url(http://www.bcn.es/anyllibre2005/imatges/sombra_vertical.gif); background-repeat : repeat; width : 19px; height : 100% }		'
txt += '		#fondo_home #sombra_horizontal { position : absolute; left : 19px; top : 0px; background-image : url(http://www.bcn.es/anyllibre2005/imatges/sombra_horizontal.gif); background-repeat : repeat; width : 100%; height : 71px }		'
txt += '		--></style>'	;

document.write(txt) 
