/* Estilos para el scroll de layers Especifican ancho y alto para hold y wn, como para el clip de wn. */
div#hold	{ 	
	position:relative; 
	overflow:hidden;	
	width:384px;
	height:100px; 
	z-index:100	
}

div#wn	{ 	
	/*position:absolute; 	
	left:0px; 
	top:0px; 	
	width:400px; 
	height:100px; 	
	clip:rect(0px, 400px, 100px, 0px); 	
	overflow:hidden;		
	z-index:1; */
	clip:rect(0px, 384px, 100px, 0px);
height:100px;
left:0;
overflow:hidden;
position:absolute;
top:0;
width:384px;
z-index:1;	
}

div#lyr1	{ 	
	position:absolute; 
	visibility:hidden; 	
	left:0px; 
	top:0px; 	
	z-index:1; 	
} 

 /* Tabla que contiene a las imagenes.*/
 
table#t1 { 
	width:384px 
}

table#t1 td { 
	/*width:200px; 
	vertical-align:middle*/
	background:transparent url(../images/fondo_thumb.jpg) no-repeat scroll 50% 50%;
height:68px;
text-align:center;
vertical-align:middle;
width:68px;
}

 