/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold {
	position:relative;
	overflow:hidden;
	width:940px;
	height:200px;
	z-index:100
}
div#wn {
	position:absolute;
	left:0px;
	top:0px;
	width:940px;
	height:200px;
	clip:rect(0px, 940px, 200px, 0px);
	overflow:hidden;
	z-index:1;
}
div#lyr1 {
	position:absolute;
	visibility:hidden;
	left:0px;
	top:0px;
	z-index:1;
}
#TablaOtrasReg {
	background-image:url(../gfx/celda.gif)!Important;
	background-position:0 0;
	background-repeat:no-repeat;
	/*background-color:#FF0*/
	width:182px!Important;
	height:189px!Important;
}
#TablaOtrasReg a {
	text-decoration:none;
	color:#FFF;
}
#TablaOtrasReg * img {
	border-color:#07214F;
	border-style:solid;
	border-width:2px;
}
.LinkOtras {
	display:block;
	width:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#568dec!Important;
	color:#FFFFFF!Important;
	padding-top:8px;
}
.LinkOtras a {
	color:#568dec!Important;
}
  
/* Styles for demo, not necessary for scrolling layers */

