.dvFormularios{
	float:right; width:800px; height:auto; min-height:600px; margin-top:-40px; overflow:hidden;
	margin-bottom:50px;
}
.ulRegistro{
	float:left; margin-left:-40px;
}
.ulRegistro li{
	list-style:none; margin-bottom:10px;
}
.ulRegistro li ul{
	display:none; margin-left:0px; margin-top:0px; background-color:rgba(150,150,150,.1); box-shadow:inset 0px 0px 3px rgba(0,0,0,.5);
	width:150px;
	
}
.ulRegistro li ul li{
	margin-left:-30px;
}
.ulRegistro li .aLink{
	display:table-cell; width:170px; height:40px; background:none; border-top:solid 1px rgba(89,172,148,0); border-bottom:solid 1px rgba(89,172,148,0);
	color:rgba(55,55,55,1);	text-align:left; vertical-align:middle; text-decoration:none; padding-left:20px;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s;
	-ms-transition:all ease .5s;
	-o-transition:all ease .5s;
}
.ulRegistro li .aLink:hover{
	color:rgba(89,172,148,1);
}
.ulRegistro li .aLinkActivo{
	border-top:solid 1px rgba(89,172,148,1); border-bottom:solid 1px rgba(89,172,148,1); color:rgba(89,172,148,1);
}
.tdLinea{
	border-top:solid 1px rgba(89,172,148,1);
}
#tbCoLider, #tbCompetidores, #tbDelegacion{
	display:none;
}