		.topbar {
			background: #FF8500;
			background: -moz-linear-gradient(left, <%= inet_GrupoColorHeadLeft		%> 0%, <%= inet_GrupoColorHeadRight	%> 100%);
			background: -webkit-linear-gradient(left, <%= inet_GrupoColorHeadLeft	%> 0%, <%= inet_GrupoColorHeadRight	%> 100%);
			background: linear-gradient(to right, <%= inet_GrupoColorHeadLeft		%> 0%, <%= inet_GrupoColorHeadRight	%> 100%);
		}
		.topbar ul.dropdown-user {
			width: 320px;
		}
		.badge-notify{
			position: absolute;
			top: -6px;
			right: -6px;
			display: inline-block;
			min-width: 10px;
			padding: 3px 7px;
			font-size: 12px;
			font-weight: 700;
			line-height: 1;
			color: #fff;
			text-align: center;
			white-space: nowrap;
			vertical-align: baseline;
			background-color: red;
			border: 2px solid #ffffff;
			border-radius: 50%;
		  }
		.icon10 { font-size: 1em; }
		.icon15 { font-size: 1.5em; }
		.icon20 { font-size: 2em; }


		.opacity50 {
			opacity: 0.5;
			filter: alpha(opacity=50); /* For IE8 and earlier */
		}

		.footer {
			background: #99abb4;
			color: #ffffff;
		}

		.noborder {
		  border:1px solid transparent; /* this was 1px earlier */
		 }

		.btn-trans {
		  font-size: 17px;
		  color: #99abb4;
          padding: 1px 5px 0px 5px;
		  background: transparent;
		 }

		.pointer {
		  cursor: pointer;
		 }
