/* Body */
body   {
width: 1024px;
margin-left: auto;
margin-right: auto;
background-color: #d9d9d9;
font-family:verdana,geneva,arial,helvetica,sans-serif;
font-size:10.5px;
}

/* Menu */
#menu{
	background: url('fotos/back2.png')  ;
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:9.5px;
	font-weight:bold;

	}

#menu ul{
	background:url(fotos/menu-bg.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
	
	}
	#menu li{
		float:left;
		padding:0px 2px 0px 5px;
		
		}
	#menu ul li a{
	color:black;
	}
	
	#menu ul li a:hover{
	color:#6686fe;
	}
	
	
	#menu li a{
		display:block;
		font-weight:bold;
		line-height:43px;
		padding:0px 15px;
		text-align:center;
		text-decoration:none;
		}
		
#menu ul li ul li a
{
line-height:17.5px;

}
	#menu li ul{
		background:#e0e0e0;
		border-left:2px solid #000000;
		border-right:2px solid #000000;
		border-bottom:2px solid #000000;
		display:none;
		height:auto;
		filter:alpha(opacity=98);
		opacity:0.98;
		position:absolute;
		width:135px;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px

		}
	#menu li:hover ul{
		display:block;

		}
	#menu li li {
		display:block;
		float:none;
		padding:0px;
		width:135px;
		
		}
	#menu li ul a{
		display:block;
		font-size:9px;
		font-style:normal;
		padding-left:5px;
		text-align:left;
		

		}
		#menu li ul a:hover{
			background:#6686fe;
			color:#000000;
			opacity:1.0;
			filter:alpha(opacity=100);
			
			}
	#menu p{
		clear:left;
		}	
		
#INNER {
background-color: #fff5eb;
}
		
/* Header */
#header {
background: url('fotos/header.png');
color: white;
height: 110px;
width: 1024px;;
}
/* Main */
#MAIN{
background-color:#fff5eb;
float:left;
color:black;
width: 700px;
padding: 5px 5px 5px 5px;
}
#MAIN img 
{
    border:none;
vertical-align:-30%;
padding: 2px;
}
#MAIN H3{
background-color: #272727;
padding: 2px 0px 2px 0px;
font-weight:heavy;
color:white;
font-size:10.2px;
}

#MAIN a
{
    color:Gray;
    text-decoration:none;
}
#MAIN a:hover
{
    color:Teal;
    text-decoration:blink;
}

.title 
{
    font-weight:bolder;
    padding: 1px 0px 1px 0px;
    color:black;
    font-size: 10.5px;
}

.subtitle
{
    font-size: 10px;
    font-weight: bold;
}


/* Side */
#SIDE 
{
background-color: #7bacf1;
color:black;
width:298px;
float:right;
padding: 2px 2px 2px 2px;
}

#SIDE img
{
padding: 0px 0px 0px 0px;
}

#SIDE H3
{
text-align:center;
background: url('fotos/side.png');

padding: 2px 0px 2px 0px;
font-weight:heavy;
color:white;
font-size:10.5px;
}
#SIDE img
{
vertical-align:-30%;
}
#SIDE ul
{
list-style:none;
}
#SIDE a
{

color: black;
text-decoration:none;
}
#SIDE a:hover{
			
			color:white;
			}


/* Footer */

#footer {
background: url('fotos/footer.png');
text-align: right;
color:white;
height: 100px;
width:1024px;
font-weight:heavy;
font-size:12px;
}

#footer img {
border-style: none;
}

/* Lightbox */

#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(fotos/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(fotos/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; }

