/* CSS Document */
.infobar{
	position:relative;
	top:5px;
	width:152px;
	border-right:solid #CCCCCC 1px;
	vertical-align:middle;
	margin-top:2px;
	margin-bottom:15px;
	margin-left:10px;
	padding-top:2px;
	padding-right:10px;
	text-decoration:none;
}
#hr1{
	position:absolute;
	top:161px;
	left:0px;
	height:0px;
	width:148px;
	margin-left:10px;
	padding-right:10px;
	border-bottom:#FF9900 1px solid;
}
/*
offset de 147 respecto de hr1
*/
#hr2{
	position:absolute;
	top:295px; 
	left:0px;
	height:0px;
	width:148px;
	margin-left:10px;
	padding-right:10px;
	border-bottom:#FF9900 1px solid;
}
.ul{
	position:relative;
	left:-15px;
	top:-6px;
}