/* Clases para el siglario */
#siglario{
	position:absolute;
	top:370px;
	left:60px;
	display:none;
	width:450px;
	height:258px;
	border:1px solid #d6d5d8;
	background:#fff;
	z-index:10000px;
	padding:6px;
	padding-left:5px !important;
	overflow-y:auto;
}
html>body #siglario{
	width:450px;
}
.versig{
	display:block;
	width:150px;
	background:transparent url(../img/versiglario.gif) 65px 18px no-repeat;
	*background:transparent url(../img/versiglario.gif) 65px 2px no-repeat;
	text-decoration:none;
}
#versig span{
	color:#333 !important;
	cursor:pointer;
	cursor:hand;
}
#siglario div div{
	font-family:Tahoma, Geneva, sans-serif;
	float:left;
	width:13px;
	height:13px;	
	padding:0px;
	margin-left:1px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	font-size:9px;
	cursor:pointer;
	cursor:hand;
}

#siglario div div.letrasig{
	border:1px solid #D4D4DC;
	background:#f3f3f3;
	color:#e6841b;
}
#siglario div div.letrasigon{
	border:1px solid #D4D4DC;
	background:#e6841b;
	color:#fff;
}

 /* tabla tipos */
#tipos{
	border:0px;
	margin:0px;
	padding:0px;
}
html>body #tipos{
	float:left;
}
#tipos tr{
	height:20px;
}
#tipos th.w1{
	width:200px;
}
#tipos th.w2{
	width:75px;
}
#tipos th.w3{
	width:125px;
}
#tipos th{
	font-family:Tahoma, Geneva, sans-serif;
	color:#757C82;
	font-size:9px;
	text-align:left;
	height:20px !important;
	border-bottom:1px solid #EAEAEC;
	vertical-align:bottom;
}
#tipos td{
	height:20px !important;
	border-bottom:1px solid #EAEAEC;
	vertical-align:top;
}
#tipos input{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	width:93px;
	height:15px;
	border:1px solid #d6d5d8;
	background:#dce9e3;
	color:#333;
	margin:0px;
	padding:0px;
	padding-left:3px;
}
#tipos td.flecha{
	background:transparent url(../img/fl_blue.gif) 0px 12px no-repeat;
	cursor:pointer;
	cursor:hand;
}
