/* Clases para el siglario */
#siglario{
	position:absolute;
	top:262px;
	left:60px;
	display:none;
	width:406px;
	height:258px;
	border:1px solid #d6d5d8;
	background:#fff;
	z-index:10000px;
	padding:6px;
	padding-left:5px !important;
	overflow-y:auto;
}
html>body #siglario{
	width:550px;
}
.versig{
	width:150px;
	background:transparent url(../img/versiglario.gif) 55px 2px no-repeat;
	text-decoration:none;
}
#versig span{
	color:#005EAE !important;
}
#siglario div div{
	font-family:Verdana, Arial, Helvetica, 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:#E8E9EE;
	color:#005DAD;
}
#siglario div div.letrasigon{
	border:1px solid #2598CF;
	background:#41B9F5;
	color:#fff;
}

 /* tabla tipos */
#tipos{
	border:0px;
	margin:0px;
	padding:0px;
}
html>body #tipos{
	float:left;
}
#tipos tr{
	height:20px;
}
#tipos th.w1{
	width:190px;
}
#tipos th.w2{
	width:75px;
}
#tipos th.w3{
	width:125px;
}
#tipos th{
	font-family:Arial, Helvetica, 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:Arial, Helvetica, sans-serif;
	font-size:10px;
	width:93px;
	height:15px;
	border:1px solid #A8B4C0;
	background:#E9F1F4;
	color:#000;
	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;
}
