#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

body {
	height: 100%;
	background-repeat: inherit;
	background-color:#F7EECF;
}

#quote p {
	float:right;
	margin-right:1.5em;
	width: 25em;
	color:black;
	text-align:right;
	font-size:1.0em;
	margin-top:-6.5em;
	font-weight:bold;
	word-spacing: 0.0em;
}
/*----------------------- CABECERA -------------------------------*/
#cabecera {
	float: left;
	color: white;
	width: 100%;
	background: url('../imagenes/header-bg.png');
	background-repeat: no-repeat;
	background-color:#F7EECF; 
}

#cabecera h1 {
	float:left;
	margin-left:9em;
	margin-top:-4.5em;
	width: 25em;
	text-align:left;
	font-weight:bold;
	word-spacing: 0.0em;
	font-size:1.0em;
}

#cabecera a {
	color: #4F3B14;
	font-family: "Trebuchet MS", Garamond, serif;
	font-size: 1.1em;
	text-decoration: none;
	padding-left: 1.3em;
	line-height: 1.5em;
}

#curso {
	color: #4F3B14;
	font-family: "Trebuchet MS", serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	font-weight: bold;
	padding-left: 1.8em;
}
/*-------------------------------------------------*/

/* ------------- Contenido ----------------- */
#contenedor {
	clear: both;
	font-family: Verdana, "Palatino Linotype", "Times New Roman", Times,serif;
	font-size: 0.8em;
	background-image: url('../imagenes/main-bg3.gif');
	background-repeat:repeat;
	text-align: justify;
	position: relative;
}

#cuerpo {
	padding: 0em 2em 2em 15em;
}

h1 {
	line-height: 1.2em;
	font-size: 1.8em;
}

h2 {
	line-height: 1.1em;
	font-size: 1.6em;
}

h3 {
	line-height: 1em;
	font-size: 1.4em;
}

h4 {
	line-height: 1em;
	font-size: 1.2em;
}

h5 {
	line-height: 1em;
	font-size: 1.1em;
}

p {
	margin-right: 1em;
	margin-bottom: 1em;
}

#tutorial {
	background-color: #FFD68F;
	border: 0.5px dashed #999999;
}

span.codigo-fuente {
	font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace;
	color: #000000;
	background-color: #eee;
	font-size: 0.75em;
	border: 1px dashed #999999;
	line-height: 0.875em;
	padding: 0.3em;
	overflow: auto;
	width: 100%
}

span.negrita {
	font-weight: bold
}

span.subrayado {
	text-decoration: underline
}

span.cursiva {
	font-style: italic
}

/* ------------- MIGAS ----------------- */
#migas {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0.5em 0em 0em 0em;
	font-size: 0.7em;
	width: 100%;
	line-height: 2em;
	margin-bottom: 1em;
}

#migas a {
	padding-left: 0.15em;
	color: #0088BB;
	background-color: inherit;
	text-decoration: none;
}

#migas a:hover {
	text-decoration: underline;
}

/* ------------- MENU ----------------- */
#menu-nav {
	float: left;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-transform: lowercase;
	width: 10em;
}

#menu-nav ul {
	margin-left: 0;
	list-style-type: none;
}

#menu-nav li {
	color: #6F634C;
	background-color: inherit;
}

#menu-nav li a {
	color: #6F634C;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#menu-nav li.actual {
	font-size: 1.3em;
	line-height: 1.7em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: 0.5em;
	color: #FFB82F;
	background-color: inherit;
	font-weight: 900;
}

#menu-nav a.actual {
	font-size: 1.3em;
	line-height: 1.7em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: 0.5em;
	color: #FFB82F;
	background-color: inherit;
	font-weight: 900;
}

#menu-nav li.actual2 {
	font-size: 1.1em;
	line-height: 1.7em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
	margin-left: 0.2em;
	color: #FFB82F;
	background-color: inherit;
	font-weight: 900;
}

#menu-nav li a.nivel2 {
	color: #FFB82F;
	background-color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
	margin-left: 1em;	
}

#menu-nav li a:hover {
	color: white;
	background-color: #005588;
}

h1,h2,h3,h4,h5 {
	color: #6F634C;
	background-color: transparent;
	margin-bottom: 1em;
}

/*Estilo de DOCK ##############################################################*/
#dock2 {
	width: 100%;
	bottom: 0px;
	position: relative;
	left: 0px;
}
.dock-container2 {
	position: relative;
	height: 50px;
	background: url(images/dock-bg.gif);
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 40px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}

	/*Pie de página*/
#pie { /*border-top: 1px solid #005588;*/
	float:right;
	margin-right:1.5em;
	font-size: 0.9em;
	line-height: 1.2em;
	clear: both;
	padding: 3em 2em;
}
