@charset "utf-8";

/* CSS Document */

* {
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	padding: 0;
	margin: 0;
}

.tablasubmenu {
	padding: 0;
	margin: 0;
}

form {
	padding: 0;
	margin: 0;
}

/*td img {display: block;}*/

.txt {
	font-size: 13px;
	color:#006600;
}

.txt_superior {
	font-size: 11px;
	color:#006600;
}

a.txt_superior {
	font-size: 11px;
	color:#006600;
	text-decoration:none;
}
a:hover.txt_superior {
	font-size: 11px;
	color:#000;
	text-decoration:underline;
}

a.inventory {
	text-align:center;
	font-size: 11px;
	color:#006600;
	text-decoration:none;
}

a:hover.inventory {
	text-align:center;
	text-decoration:underline;
	color:#000;
}

.txt_titulos {
	font-size: 16px;
	color:#006600;
	font-weight: bold;
}
.box_titles {
	font-size: 12px;
	color:#FFF;
}
.submenus {
	font-size: 11px;
	color: #009933;
	/*color: #FFF;*/
}
a.submenus {
	text-decoration:none;
}
a:hover.submenus {
	color: #006600;
	text-decoration:underline;
}
hr {
	color: #B4D3B4;
}
.exhibitsOptions {
	font-size: 14px;
	color: #009933;
}
.exhibitsTitles {
	font-size: 14px;
	color: #006633;
	line-height: 13px;
}
.submitbottom {
	font-size: 11px;
	border-right: 1px solid;
	border-top: 1px solid;
	background: #FFFFFF;
	border-left: 1px solid;
	color: #006600;
	border-bottom: 1px solid;
}

#jumpMenu {
	font-size: 11px;
	color: red;
	right:inherit;
	text-align:right!important;
	float: right;
	margin: 0;
	padding: 2;
}

/* GALERIAS */

#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(../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/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; }

/* JUMP MENU */

#menu {
	text-align: right;
	font-size: 0.7em;
	width: 300px;
	margin: 0;
}
#menu ul { 
	list-style-type: none;
}
#menu ul li.nivel1 { 
	float: right;
	width: 120px;
	margin-right: 2px;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #6BA66C;
	border: solid 1px #fff;
	padding: 8px;
	position: relative;
}
#menu ul li:hover {
	position: relative;
}
#menu ul li a:hover, #menu ul li:hover a.nivel1 {
	background-color: #6CC;
	color: #000;
	position: relative;
}
#menu ul li a.nivel1 {
	display: block!important;
	display: none;
	position: relative;
}
#menu ul li ul {
	display: none;
}
#menu ul li a:hover ul, #menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0px;
}
#menu ul li ul li a {
	width: 160px;
	padding: 6px 0px 8px 0px;
	border-top-color: #000;
}
#menu ul li ul li a:hover {
	border-top-color: #000;
	position: relative;
}
table.falsa {
	border-collapse:collapse;
	border:0px;
	float: left;
	position: relative;
}
