#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	float: none;
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	width: 775px;
	height: 378px;
	margin: 0px;
	padding: 0px;
}
#col_izq {
	background-color: #EBE9ED;
	width: 296px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 378px;
}
#logo {
	background-image: url(../images/fondoheader.jpg);
	height: 155px;
	width: 296px;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	float: left;
}

#menu {
	background-image: url(../images/menu_01.jpg);
	height: 213px;
	width: 296px;
	float: left;
	background-repeat: repeat-x;
	_margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#menu a:link img, #menu a:visited img, #menu a:hover img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 35px;
	padding-left: 50px;
}
#menu li {
	padding-top: 7px;
	padding-right: 10px;
	list-style-image: url(../images/bullet.gif);
	padding-left: 10px;
}
#menu a:link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#menu a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#menu a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #CC6600;
}

#foto {
	background-image: url(../images/fotos.jpg);
	height: 378px;
	width: 479px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #EBE9ED;
	width: 755px;
	margin: 0px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content a:link, #content a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FF3300;
}
#content a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #99CC33;
}

#content a img  {
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-top-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#content a:visited img  {
	border: 2px dashed #CCCCCC;
}

#content a:hover img  {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FF9933;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 46px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFFFFF;
	font-size: 10px;
}
#footer a:link {
	text-decoration: none;
	font-weight: bold;
	color: #FFCC00;
}
#footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #FFCC00;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFCC;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}



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

#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: transparent url(../images/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(../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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
#content li {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
