#listadoLinks {
	position: absolute;
	width:510px;
	height:auto;
	top:0px;
	left:0px;
}
.textoIntroLinks {	
	width: 510px;
	margin-bottom:30px;
}
.filaLinks {
	cursor:pointer;
	color:#000;
	height:18px;
}
.filaLinks:hover {
	color:#999;
}
.bloqueIzqFilaLinks {
	width:35%;
	float:left;
	height: 18px;
}
.bloqueDerFilaLinks {
	width:64%;
	float:right;
	height: 18px;
}
#capaContenedoraCapasLinks {
	min-width: 530px;
	height:auto;
	position:absolute;
	left:0px;
	top:0px;
}
#capaIndiceLinks {
	min-height:350px;
	height:auto;
	float:left;
	width:510px;
}
#capaComentariosLinks {
	width: 150px;
	padding:10px;
	height:120px;
	overflow:visible;
	position: absolute;
	color:#999;
	float:left;
	left:-180px;
	border:1px solid #CCC;
	display:none;
}
#capaCapasLinks {
	position:relative;
	float:left;
	width: 510px;
	height:350px;
	overflow:hidden;
}
.capaSubMenuLinks {
	float:right;
	width:30px;
	height:350px;
}
.botonPaginadoLinks {
	width: 15px;
	height:15px;	
	text-align:center;
	background-color:#CCC;
	color:#333;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
}
.botonPaginadoLinks:hover {
	background-color:#333;
	color:#CCC;
}