body{
scrollbar-face-color:#997CC9;
scrollbar-arrow-color:#64419E;
scrollbar-track-color:#B8A4D9;
scrollbar-shadow-color:'#CED260';
scrollbar-highlight-color:'#64419E';
scrollbar-3dlight-color:'#000000';
scrollbar-darkshadow-Color:'#000000';
}



.pie { 
	color:#FFFFFF;
	font-family:Arial,Trebuchet MS,arial, tahoma, helvetica, sans-serif;
	font-size: 9pt;	
   font-weight: none; 
   margin-left:5;
   margin-right:5;   
   line-height: 120%;
   align:left;
	} 


.encabezado { 
	color:#4E227D;
	font-family:Verdana, Trebuchet MS,arial, tahoma, helvetica, sans-serif;
	letter-spacing:4pt;
	font-size: 16pt;	
   font-weight: none; 
   margin-left:5;
   margin-right:15;   
   align:center;
	} 

.lugar { 
	color:#000000;
	font-family:Trebuchet MS,arial, tahoma, helvetica, sans-serif;
	font-size: 10pt;	
   font-weight: none; 
	} 
	
.hora { 
	color:#DD0000;
	font-family:Trebuchet MS,arial, tahoma, helvetica, sans-serif;
	font-size: 10pt;	
   font-weight: none; 
	} 

.texto { 
	color:#7A2B92;
   line-height: 130%;
   font-family:Arial,Trebuchet MS,arial, tahoma, helvetica, sans-serif;
	font-size: 10pt;	
   font-weight: bold; 
   align:left;
	} 


.contenidos { 
	color:#000000;
	font-family:Tahoma, Arial,Trebuchet MS,arial, tahoma, helvetica, sans-serif;
	font-size: 10pt;	
   font-weight: none; 
   margin-left:0;
   margin-right:0;   
   align:left;
	} 


.masinfo{
	color:#CC0000;
	font-family:Arial, tahoma, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;	
	font-size: 8pt;
	margin-left:5px;
}

.masinfo:Hover {
	color: #FFFFFF;
    background-color: #CC0000;		
	
	}



.links1 {
	color:#2E156A;
	font-family:Arial, tahoma, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size: 9pt;
	letter-spacing:0pt

}
.links1:Hover {
	color: #FFFFFF;
	letter-spacing:0pt;
	text-decoration:underline;	
    background-color: #2E156A;
    display:block;

		}



.links2 {
	color:#473B79;
	font-family:tahoma, helvetica, sans-serif;
	font-weight:none;
	text-decoration:none;
	font-size: 9pt;
	letter-spacing:0pt

}
.links2:Hover {
	color: #800000;
	letter-spacing:0pt;
	text-decoration:underline;	
    background-color: transparent;

		}

.links3 {
	color:#FFFFFF;
	font-family:tahoma, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size: 9pt;
	background-color:#473B79;

}
.links3:Hover {
	color: #473B79;
	letter-spacing:0pt;
	text-decoration:underline;	
    background-color: transparent;

		}






.navenlace a { 
   color: #78364E; 
   text-decoration: none; 
   display: block; 
   width: 100%; 
} 

.navenlace a:hover { 
   color: #FFD476; 
   background-color: #FFFFFF;
} 






#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{
background: url(Imgs/f2ondo.jpg) left 100% no-repeat;
	font: 14px Verdana, Helvetica, sans-serif;
	background-color: #4D1B5A;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 11px; color: #FFFFFF; }
#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: #F9CC57;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */