#diaporama {
	position: relative;
	width: 900px;
	min-width: 900px;
	height: 501px;
/*	min-height: 623px; */
	min-height: 501px;
	background-color: #FFF;
	font-size: 12px;
	background-image: url(../img/Pingouin.jpg);
	background-repeat: no-repeat;
	}	
#pieImagen {
	display: none;
}

#panelCentralGrey {
    background-color: transparent;
    float: left;
    width: 680px;
    min-width: 680px;
/*	height: 623px; */
	height: 501px;
    margin: auto;
/*    color: #000; */
    z-index: 100;
}

#panelCentralGrey #navegacion {
    background-color: transparent;
    position: relative;
    width: 550px;
    min-width: 550px;
	height: 30px;
    margin: auto;
/*	margin-top: 70px; */
	margin-top: 30px;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
}

#panelCentralGrey #fotoGallery {
	position: relative;
/*	width: 550px;
	min-width: 550px;
	height: 350px;
	min-height: 350px;
*/
	width: 600px;
	min-width: 600px;
	height: 400px;
	min-height: 400px;
	margin: auto;
	margin-top: 10px;
/*	background-color: #000;  */
}

#columnDerecha {
	position: absolute;
	top: 0px;
	left: 700px;
	
	font-size: 10px;
	width: 200px;
	min-width: 200px;
/*	height: 623px;
	min-height: 623px; */
	height: 501px;
	min-height: 501px;
	margin: 0;
	padding: 0;
	overflow: scroll;    
	background-color: #FFF;
	z-index: 150;
}

#columnDerecha ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#columnDerecha ul li {
	position: relative;
/* 	display:inline; */
	width: 181px;
	min-width: 181px;
	height: 120px;
	min-height: 120px;
	font-size: 10px;
	cursor:pointer;
	z-index: 200;
	margin: 0;
	padding: 0;
}

.moduloThumb {
/*	position: relative;
	width: 181px;
	min-width: 181px;
	height: 120px;
	min-height: 120px;
	font-size: 10px;
	z-index: 200; */
	background-color: #FFF;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}

.moduloThumb2 {
/*	position: relative;
	width: 181px;
	min-width: 181px;
	height: 120px;
	min-height: 120px;
	font-size: 10px;
	z-index: 150;*/
	background-image: url(../img/fondoDiapoSel.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	border-bottom: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
}
 
.moduloThumb img, .moduloThumb2 img {
	position: relative;
/*	width: 150px; */
/*	margin-left: 7px;*/
	padding: 0 0 0 0;
}

.moduloThumb2 img {
	margin-top: 10px;
}

.moduloThumb a:visited img, .moduloThumb a img {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1;
}

.moduloThumb a:visited img, .moduloThumb a img  {
	background-color:transparent; 
	color:#06a;
}


.moduloThumb a:hover img { 
	margin: 0;
	margin-top: 10px;
	padding: 0;
	filter: alpha(opacity=40);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.40; opacity:0.4;
 }
 
 
#fatrasdiapo {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#fadelantediapo {
	position: absolute;
	top: 0px;
	left: 520px;
	cursor: pointer;
}
