UL
{
	list-style: none;
	margin: 0px;
	padding: 0;
}
/*- Pasos---------------------------*/
#pasos
{
	font-family: Verdana;
	font-size: 10pt;
}
#pasos_titulo
{
	text-align: center;
	width: 280px;
	position: absolute;
	right: 0px;
	top: 107px;
}
#pasos_cuerpo
{
	text-align: left;
	width: 280px;
	margin-top: 6px;
	position: absolute;
	right: 0px;
	top: 128px;
}
#paso_activo
{
	background-image: url(../imagen/pasoa.gif);
	height: 32px;
	line-height: 20pt;
	padding-left: 12px;
	font-weight: bold;
}
.paso_no
{
	background-image: url(../imagen/pasob.gif);
	color: #E4D6CD;
	height: 32px;
	line-height: 20pt;
	padding-left: 8px;
}
#pasos_cuerpo LI
{
}
