@charset "UTF-8";
/* CSS Document */
/*top right bottom left*/

	* { margin:0; padding:0; }
	
	body {
		font-family: Arial, sans-serif;
		background-color: #fff;
		color: #666;
		text-decoration: none;
		font-size: 13px;
		line-height: 1.2em;
		letter-spacing: 1px;
		margin: 14px	
		}
	
	h1 { 
		font-size: 1.3em;
		letter-spacing: 1px;
		margin-bottom: 7px
		}
	h2 { 
		font-size: 1.1em; 
		letter-spacing: 1px;
		margin-bottom: 5px
		}
					
	p, img, ul { margin-bottom: 14px }
	
	ul { list-style: none }
	
	a:link, a:active { text-decoration: none; color: black; font-weight: bold }
	a:visited { text-decoration: none; color: black; font-weight: bold }
	a:hover { text-decoration: underline; color: black; font-weight: bold }
		a:focus { outline: 0 }
		
	.link { color: black; cursor: pointer }
		
	.oculto { display: none }
	
	
	
	/* ESTRUCTURA */
	
	/* fijo */
		
		/* menœ toogle */
		#menu-t {
			position: absolute;
			top: 14px;
			left: 628px;
			width: 28px;
			height: 28px;
			font-family: Arial Black, sans serif;
			font-size: 2.2em;
			font-weight: bold;
			line-height: 0.7em;
			z-index: 500
			}
			#menu-bubble {
				display: block;
				position: absolute;
				top:20px;
				left: 586px;
				font-size: 0.9em;
				background-color: white;
				z-index: 0
				}
		/* menœ */
		#menu {
			position: absolute;
			top: 60px;
			left: 892px;
			width: 250px;
			height: auto;
			z-index: 502
			} 
			#menu li { font-size: 1.5em; line-height: 1em }
			#menu .small { font-size: 0.9em }
		
	/* layout */
	
		/* exhs list */
		#exhs li { line-height: 1em }
				
		/* on the right */
		#right {
			position: absolute;
			top: 60px;
			left: 628px;
			width: 250px;
			height: auto;
			z-index: 400
			}
			
			/* pager */
			#pager a { padding-right: 4px }
			#pager a.activeSlide { text-decoration: underline }

		
		

	
	
	
		