@charset "utf-8";
/* CSS Document */

#tipos{
	position:absolute;
	top:52px;
	left:230px;
	width:220px;
	margin:0;
	padding:0;
	list-style:none;
	line-height:29px;
	font-size:10px;
	font-weight:normal;
	border-width:1px 0;
	border-style:solid;
	border-color:#ccc;
}
#tipos a{
	color:#666;
	text-decoration:none;
	margin-right:6px;
}
#tipos a.select{
	color:#7db901;
}
#tipos a:hover{
	color:#000;
}

#numeros{
	position:absolute;
	top:215px;
	left:230px;
	width:220px;
	margin:0;
	padding:0;
	list-style:none;
	line-height:13px;
	font-size:11px;
	font-weight:bold;
}
#numeros li{
	float:left;
}
#numeros a{
	color:#666;
	text-decoration:none;
	margin-right:6px;
}
#numeros a.select{
	color:#7db901;
}
#numeros a:hover{
	color:#000;
}
#listado{
	position:absolute;
	top:230px;
	left:230px;
	width:220px;
	margin:0;
	padding:0;
	list-style:none;
	line-height:13px;
	font-size:11px;
}
#listado a{
	color:#ccc;
	text-decoration:none;
}
#listado a:hover{
	color:#000;
}
#listado a.select{
	color:#7db901;
}
#visor{
	position:absolute;
	width:503px;
	height:515px;
	top:53px;
	right:10px;
	background-position:left top;
	background-repeat:no-repeat;
}
#visorAnt{
	position:absolute;
	top:-11px;
	width:10px;
	height:9px;
}
#visorSig{
	position:absolute;
	left:30px;
	top:-11px;
	width:10px;
	height:9px;
}
