#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #ffffff;
	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: transparent url('../pics/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('../pics/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('../pics/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}																	/* >>> ELEMENTOS <<< */

* {
	margin: 0;
	padding: 0;
	}
	body {
		color: #fff;
		background-color: #000;
		font-family: "Arial", "Tahoma", "MS Sans Serif", sans-serif;
		font-size: 85%;
		text-align: center;
		}

																/* >>> CONTENEDORES <<< */

div#print {
	display: none;
	}
div#container {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	}
	div#header-wrap {
		margin: 0px 0;
		}
		div#header-in {
			padding: 0px;
			color: inherit;
			background-color: #000;
			border: solid #000000;
			border-width: 0 0 0 0;
			}
	div#content-wrap {
		
		}
		div#center {
			margin: 0 0 0 375px;
			color: inherit;
			background-color: #3d3e3d;
			border: solid #eee;
			border-width: 0 0 0 0;
		
			}
			div#center-in {
				padding: 0 35px 0 5px;
					background-image: url(../images/machupicchu-by-car-cusco-pe.jpg);
				}
		div#left {
			float: left;
			width: 375px;
			color: inherit;
			border: solid #000;
			border-width: 0 0 0 0;
			}
			div#left-in {
				padding: 1px;
				}
		div#right {
			float: right;
			width: 252px;
			color: inherit;
			background-color: #009933;
			border: solid #000;
			border-width: 0 0 0 0;
			}
			div#left-in {
				padding: 1px;
				}
	div#footer-wrap {
		background-image:url(../images/machupicchudown.jpg);
		clear: both;
		}
		div#footer-in {
			
			}

																/* >>> SUB CONTENEDORES <<< */
div.box {
	float: right;
	width: 155px;
	margin: 20px 0;
	padding: 0 0;
	color: inherit;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	}
	div.left {
		float: left;
		margin: 20px 19px 20px 0;
		}
	div.right {
		
		}

																/* >>> LISTAS <<< */
ul#nav-left, ul#nav-right {
	margin: 20px;
	list-style: none;
	}
	ul#nav-left li, ul#nav-right li {
		
		}
		ul#nav-left li a, ul#nav-right li a {
			display: block;
			width: 118px;
			padding: 5px 10px;
			color: #fff;
			background-color: inherit;
			text-decoration: none;
			border-bottom: 1px solid #000;
			}
		ul#nav-left li a:hover, ul#nav-right li a:hover {
			color: #666;
			background-color: #FFFF00;
			border-bottom: 1px solid #000;
			}
			
			
			
/* Menu horizontal */

#menu_new	{
		width:900px;
		height:29px;
		background-color: #000;
		border-bottom: double #000;
	
		}
ul#menu_inner_new	
	{
		background-color: #000;
		margin-bottom: 12px;
		border-bottom: double #000;
		padding:0px;
		margin:0px;
		list-style: none;
				}	
#menu_inner_new li	
	{
			list-style-type:none;
			float:left;
			width:150px;
			text-align:center;
			list-style: none;
				}
.menu-main			
		{
				font-family: Arial, Helvetica, sans-serif;
				font-weight: bold;
				font-size:14px;
				color: #fff;
				text-decoration:none;
				padding-top:2px;
				height:28px;
				display:block;					
				}					
									
.menu-main:hover	{
					background-color: #433D00;
					font-family:helvetica;
					font-size:14px;
					color:#fff;
					}
ul#nav-footer {
	margin: 0 25px;
	padding: 0 2px;
	color: #fff;
	background-color: inherit;
	font-size: 95%;
	list-style: none;
	text-align: right;
	}
	ul#nav-footer li {
		display: inline;
		}
	ul#nav-footer li.left {
		float: left;
		}
		ul#nav-footer li a {
			margin: 0 3px;
			color: #fff;
			background-color: inherit;
			}
		ul#nav-footer li a:hover {
			color: #ffcc00;
			background-color: inherit;
			}
ul.list {
	margin: 20px 30px;
	font-size: 90%;
	line-height: 20px;
	}
																/* >>> TYPOGRAFIA <<< */
*.x {
	display: none;
	}
	
div#center h1 {
	padding: 0px;
	font-size: 200%;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #ff0000;
	}
	
div#center h2 
	{	
	color: #960800;
	background-color: inherit;
	font-size: 100%;
	line-height: 18px;
	font-weight:600;
	
	}

	
div#left h2, div#right h2 {
	margin: 20px 20px 5px 20px;
	font-size: 100%;
	}
div#center p {
	margin: 5px 0 5px 0;
	color: #fff;
	background-color: inherit;
	font-size: 90%;
	line-height: 18px;
	}
div#left p, div#right p {
	margin: 0 20px 5px 20px;
	color: #333;
	background-color: inherit;
	font-size: 90%;
	}
h1 a, ul.list a {
	color: #fff;
	background-color: #a80000;
	text-decoration: none;

	}
	h1 a:hover, ul.list a:hover {
		color: #000;
		background-color: #fff;
		}

h3 a {
	color: #fff;
	background-color: #a80000;
	text-decoration: none;
	font-size:14px;

	}
	h3 a:hover {
		color: #000;
		background-color: #fff;
		}





																/* >>> FORMULARIOS <<< */
* { }





																/* >>> FIN <<< */