@font-face {
	font-family: 'Times Ten Roman';

        /* for IE */
	src: url('Fonts/TimesTen-Roman.eot');

        /*
         * for non-IE: first see if the font exists locally on the browser's
         * computer.  If so, use that copy of the font.  Otherwise, load it
         * from the server
         */
	src: local('TimesTen-Roman.ttf'),
	     url('Fonts/TimesTen-Roman.ttf') format('truetype');
}

body{
margin: 0px;
background: url(images/background.png) no-repeat;
background-position: top center;
}

a:link {
font-size:16px;
font-weight: bold;
color: #333333;
text-decoration: none;
}

a:hover {
font-size:16px;
font-weight: bold;
font-style: italic;
color: #000000;
text-decoration: none;
}

a:visited {
font-size:16px;
font-weight: bold;
color: #333333;
text-decoration: none;
}

#outer-wrapper{
margin: 10px 0 0 0;
width: 100%;
height: 657px;
overflow: hidden;
background:url(images/bodybg2.png) no-repeat;
background-position: top center;
}

#video-wrapper{
margin: 20px 0 0 0;
width: 700px;
height: 450px;
overflow: hidden;
background:url(images/videobg.png) no-repeat;
background-position: bottom center;
}

#menu-wrapper{
margin: 0 auto;
width: 100%;
}


#menu{
margin: 0 auto;
overflow: hidden;
width: 900px;
height: 80px;
vertical-align:middle;
color: #FFFFFF;
font-size: 24px;
}

.menu a:link{
color: #FFFFFF;
text-decoration: none;
font-size: 24px;

}

.menu a:hover{
color: #ffffff;
font-weight: bold;
text-decoration: none;
font-size: 26px;
}

.menu a:visited{
color: #FFFFFF;
text-decoration: none;
}

#main-wrapper{
margin: 0 auto;
overflow: hidden;
width: 100%;
}

#main{
margin: 0 auto;
width: 960px;
color: #333333;
}


#footer-wrapper{
width: 100%;
margin:  0 auto;
overflow: hidden;
}

#footer{
margin: 0 auto;
width: 900px;
height: 20px;
padding: 5px;
font-size: 11px;
color: #FFFFFF;
text-align: center;
}


#lightbox, #textLightbox{
top:10px !important;

margin: 0 auto;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
#outerTextContainer{
    background: url(images/boxbg.png) no-repeat;
	background-position: top center;
	position: relative;
	background-color: #fff;
	width: 700px;
    font-size: 13px;
	margin: 0 auto;
	line-height:1.5em;
	text-align:left;
	padding:10px;	border:1px solid #000
}

#closeText{text-align:right}
#bottomNav{margin-top:5px;text-align:right}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 650px;
	height: 500px;
	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, #prevLink:hover, #prevLink:visited:hover { background: url(images/prev.gif) left 15% no-repeat; }
#nextLink, #nextLink:hover, #nextLink:visited:hover { background: url(images/next.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:#000000;
	}


#screenshot{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}

#preview{
        position:absolute;
        border:1px solid #ccc;
        background:#333;
        padding:5px;
        display:none;
        color:#fff;
}

#tooltip{
        position:absolute;
        border:1px solid #333;
        background:#f7f5d1;
        padding:2px 5px;
        color:#333;
        display:none;
}


ul.thumb {
float: left;
list-style: none;
margin: 0; padding: 0px;
}
ul.thumb li {
margin: 0; padding: 5px;
float: left;
position: relative; /* Aquí ponemos posicionamiento absoluta */
width: 65px;
height: 130px;
}
ul.thumb li img {
-ms-interpolation-mode: bicubic; /* Arreglo para IE para escalar de forma cúbica */
border: 0px solid #ddd;
padding: 5px;

position: absolute;
left: 0; top: 0;
}
ul.thumb li img.hover {
border: none; /* Quitamos el border cuando estamos en hover */
padding: 5px;
}


a.info {
    position:relative;
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none;
} 
a.info:hover {
    z-index:25; background-color:#ff0;
} 
a.info span {
display: none;
} 
a.info:hover span { 
    display:block;
    position:absolute;
    top:110px;
text-align: center;
    width:75px;
    border:0px solid #0cf;
    color:#000000;
    text-align: left;
    font-size: 14px;
    padding: 15px;
}
