﻿﻿/***************************
 CSS RESET
***************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

:focus 
{
	outline: 0;
}

body 
{
	margin: 16px;
	background-color: #DBDBDB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

ol, ul 
{
  list-style: none;
}

/* las tablas necesitan 'cellspacing="0"' en los atributos*/

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td 
{
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after 
{
  content: "";
}

blockquote, q 
{
  quotes: "" "";
}

h1,h2,h3,h4,h5 
{
	/*/*font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; */
}

h1 sup,
h2 sup,
h3 sup,
h4 sup
{
  vertical-align: text-top;
  font-size: 0.65em;
  /*/*font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; */
}

/*******************************************************************/

.highlight-point 
{
 font-style : italic;
}

.emphasize-point 
{
  font-weight: bold;
}

.clearfix:after 
{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix 
{
  display: inline-block;
}

/* Para IE-mac \*/
* html .clearfix 
{
  height: 1%;
}

.clearfix 
{
  display: block;
}
/* IE-mac */

/***************************
 General Styles
***************************/
a 
{
  color: #1e85be !important;
  text-decoration: none;
  font-size: 1.0em;
  
}

a:hover 
{
  text-decoration: underline;
}

p 
{
  padding: 7px 0px 7px 0px;
  line-height: 1.6em;
}

.emphasis 
{
  color: #000000;
  font-weight:bold;
}

.highlight 
{
  color: #000000; /* Color still needs to be decided */
}


.content-section 
{
  padding: 20px 20px 0px 20px;
}

.content 
{
  padding: 10px 40px 10px 40px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4 
{
	padding: 1em 0px 7px 0px;
	font-weight: normal;
	line-height: 1.25em;
}

.content h3.gray-bkgd,
.content-section h3.gray-bkgd
{
	padding: 0;
	margin: 0 5px;
}

.content h4,
.content-section h4
{
	color: Black;
}

.content p,
.content-section p 
{
	padding: 7px 0px 7px 0px;
	line-height: 1.6em;
}

.content-section p.intro
{
	font-size: 1.2em;
}

.content h1.tight-to-sibling,
.content h2.tight-to-sibling,
.content h3.tight-to-sibling,
.content h4.tight-to-sibling,
.content p.tight-to-sibling,
.content-section h1.tight-to-sibling,
.content-section h2.tight-to-sibling,
.content-section h3.tight-to-sibling,
.content-section h4.tight-to-sibling,
.content-section p.tight-to-sibling 
{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.content h1.tight-to-sibling + *,
.content h2.tight-to-sibling + *,
.content h3.tight-to-sibling + *,
.content h4.tight-to-sibling + *,
.content p.tight-to-sibling + *,
.content-section h1.tight-to-sibling + *,
.content-section h2.tight-to-sibling + *,
.content-section h3.tight-to-sibling + *,
.content-section h4.tight-to-sibling + *,
.content-section p.tight-to-sibling + * 
{
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.content h1.separate-from-sibling,
.content h2.separate-from-sibling,
.content h3.separate-from-sibling,
.content h4.separate-from-sibling,
.content p.separate-from-sibling,
.content-section h1.separate-from-sibling,
.content-section h2.separate-from-sibling,
.content-section h3.separate-from-sibling,
.content-section h4.separate-from-sibling,
.content-section p.separate-from-sibling 
{
	margin-bottom: 45px !important;
}

.content ol,
.content ul,
.content-section ol,
.content-section ul 
{
	margin-left: 30px;
	list-style-type: disc;
	line-height: 1.5em;
}

.content ol.decimal,
.content-section ol.decimal
{
	list-style-type: decimal;
}

.content ol.lower-alpha,
.content-section ol.lower-alpha
{
	list-style-type: lower-alpha;
}

.divider 
{
	height: 1px;
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/divider.png') no-repeat center top;
}


/***************************
 Layout
***************************/

html 
{
	height: 100%;
	width: 98%;
	text-align: center;
}

body 
{
	/*background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/bkg-default.png') no-repeat right top;*/
	/*width: 100%;*/
	min-width: 969px;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif; 
	color: #4b4b4b;
	/*background-color:#e8f7ff;*/
	font-size: 0.71em;
	margin: 16px;
	background-color: #DBDBDB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

.TangoFactura-Page-Container
{
	display: block;
	text-align: center;
	border-spacing: 0;
}

#container 
{
  width: 100%;/* 969px;*/
  margin: 0px auto 0px auto;
}

#container-inner 
{
	width: 100%; /* 945px; */
	margin: 0px auto 0px auto;
}

#container-content 
{
	border-left: 1px #e5e5e5 solid;
	border-right: 1px #e5e5e5 solid;
	background-color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 943px;
}

#header 
{
	/*position: relative;*-/
	/*height: 51px; */
	/*background-image:url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/bggrl.jpg'); */
	/*background-repeat:repeat-x; 
	vertical-align: middle;
	width:100%;*/
}

#header .brand 
{
	position: absolute;
	bottom: 10px;
	left: 0px;
}

.socialIcon 
{
	position: relative;
	top: 2px;
}

.search-main 
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 470px;
}

.search-main .search-box input[type="text"] 
{
	width:230px;
	margin: 0px;
	float: right;
	padding: 2px;
}

.search-main .search-box input[type="image"] 
{
	float: right;
}

.search-main ul 
{
	margin: 0px;
	padding: 0px;
}

.search-main ul li 
{
	float: right;
	list-style: none;
	padding: 0px 0px 0px 12px;
	line-height: 24px;
}

.search-main ul li.next-line
{
	clear: both;
}

.search-main ul li a:hover 
{
	text-decoration: underline;
}

.search-main ul li:after 
{

}
.search-main .language-list
{
	position: relative;
	padding: 2px 0;
}

/***************************
 Navigation
**************************/
#nav 
{
  height: 73px;
  /*/*font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; */
}

#nav-main-outer {
  height: 38px;
  background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/bkg-menu-left.png') no-repeat left top;
}

#nav-main-inner {
  height: 38px;
  background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/bkg-menu-right.png') no-repeat right top;
}

#nav-main-inner ul 
{

}

#nav-main-inner ul li 
{
  float:left;
}

#nav-main-inner a 
{
  color: #FFFFFF;
  font-size: 12px;
  display:block;
  padding: 11px 40px 0px 40px;
  height: 27px;
}

#nav-main-inner a:hover 
{

}

#nav-sub {
  background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/bkg-sub-menu.png') repeat-x left top;
  height: 35px;
}

#nav-sub li 
{
  float:left;
}

#nav-sub li a 
{
  color: #000000;
  font-size: 12px;
  display:block;
  padding: 10px 40px 0px 40px;
  height: 25px;
  font-size: 12px;
}

#nav-sub li a:hover 
{
  color: #1e85be;
}


#container-explore 
{
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/bkg-footer.png') no-repeat center bottom;
	position: relative;
	margin: -1px 0px 0px 0px;
}

#explore-content 
{
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/divider.png') no-repeat center 0px;
	padding: 10px 42px 20px 42px;
	position: relative;
}

.explore-header
{
	padding-top: 20px;
}

.explore-section 
{
	padding: 0px 0px 0px 62px;
}

.explore-links 
{
	float:left;
	width: 159px;
	font-size: 1em;
	/*/*font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; */
	padding: 15px 0px 0px 0px;
}

.explore-links ul 
{
	padding: 0px 0px 30px 0px;
}

.explore-links ul.long 
{
	padding: 0px 0px 10px 0px;
}

.explore-links ul li 
{
	padding: 5px 0px 5px 0px;
}

.explore-links ul a 
{
	color: #999999;
	text-decoration: none;
}

.explore-links ul a:hover 
{
	color: #1e85be;
	text-decoration: none;
}

/***************************
 Footer
***************************/
#container-footer 
{
	height: 75px;
	width: 100%;
}

#footer-items 
{
	width: 98%;
	margin: 0px auto 0px 0px;
	position: relative;
	font-size: 8pt;
	color: #666666;
	padding: 12px 0px 100px 0px;
	font-size: 1em;
	/*/*font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; *//* Updated */
}

#footer-items li 
{
	float:right;
}

#footer-items li a 
{
	color: #666666;
	display: block;
	margin: 0px 0px 0px 12px;
}

#footer-items li a:hover 
{
	color: #1e85be;
}

#footer-items li.makewebnotwar 
{
	position: absolute;
	top: 7px;
	left: 21px;
}

#footer-items li.axoftcorp 
{
	position: absolute;
	top: 7px;
	right: 0px;  
}

#subpage-banner 
{  

}

#subpage-banner .hero 
{
	width: 451px;
}

#subpage-banner .hero-copy 
{
	float: left;
	width: 412px;
	padding: 70px 20px 0px 20px;
	height: 180px;
}

.four-box-row 
{
	padding: 1px 0px 0px 0px;
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/lic-box-bottom.jpg') no-repeat right bottom;
}

.four-box-row .boxouter
{
	float: left;
	border-left: solid 1px #e7e7e7;
}

.four-box-row .boxouter:first-child
{
	float: left;
	border-left: none;
}

.four-box-row .boxinner
{
	width: 185px;
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/lic-box-top.jpg') no-repeat left top;
	padding: 20px;

}

.two-box-connector 
{
	position: relative;
}

.two-box-connector .boxouter
{
	float: left;
	border-left: solid 1px #e7e7e7;
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/lic-box-bottom.jpg') no-repeat right bottom;
}

.two-box-connector .boxouter:first-child
{
	float: left;
	border-left: none;
}

.two-box-connector .boxinner
{
	width: 411px;
	min-height: 130px;
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/lic-box-top.jpg') no-repeat left top;
	padding: 20px 20px 0px 20px;
}


.two-box-connector .top-shadow 
{
	width: 864px;
	position: absolute;
	top: 0px;
	left: 34px;
	height: 8px;
	z-index: 100;
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/lic-box-top.jpg') no-repeat left top;
}

.two-box
{
	position: relative;
}

.two-box .boxouter
{
	float: left;
	border-left: solid 1px #e7e7e7;
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/lic-box-bottom.jpg') no-repeat right bottom;
}

.two-box .boxouter:first-child
{
	float: left;
	border-left: none;
}

.two-box .boxinner
{
	width: 411px;
	min-height: 130px;
	padding: 20px 20px 0px 20px;
}

.three-box 
{
	padding: 0px 0px 14px 0px;
}

.three-box .box-l 
{
	float:  left; 
	width: 33%;
}

.three-box .box-m 
{
	float:  left; 
	width: 33%;
}

.three-box .box-r 
{
	float:  left; 
	width: 33%;
}

.one-box 
{
	margin: 10px 0px 0px 0px;    
}

.one-box .boxouter
{
	float: left;
	background-color: Red;
	border-left: solid 1px #e7e7e7;
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/lic-box-bottom.jpg') no-repeat right bottom;
}

.one-box .boxouter:first-child
{
	float: left;
	border-left: none;
	border: solid 1px #EAEAEA;
}

.one-box .boxinner
{
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/lic-box-top.jpg') no-repeat left top;
	padding: 10px 20px 10px 20px;
}

.one-box ul 
{
	margin: 0px;
	padding: 0px;
}

.one-box ul li 
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-top: dotted 1px #9e9e9e;
	padding: 5px;
}

.one-box ul li:first-child 
{
	border-top: none;
}

.one-box ul li a 
{
}

.section-main 
{
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/section-head-bkg.jpg') no-repeat center top;
	padding: 30px 20px 20px 20px;  
}

.section-main-link 
{
	text-align: right;
	padding: 20px 0px 10px 0px;
	clear: both;
}

.section-main-link a
{
	background-color: #1e85be;
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
}

.section-main h2:first-child
{
	margin: 0px;
	padding: 0px 0px 30px 0px;
	color: #000000;
	font-size: 1.667em;
}

.section-box-left 
{
   padding: 0px 0px 20px 0px;
}

.section-box-left .section-copy
{
   float: right;
}

.section-box-left .section-copy .main-link
{
   display: block;
   margin: 7px 0px 7px 0px;
}

.section-box-left p
{
}

.section-box-left h3
{
	color: #000000;
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
}

.section-box-left .section-img 
{
   float: left;
   padding: 10px;
}

.section-box-right
{
   padding: 0px 0px 20px 0px;   
}

.section-box-right .section-copy 
{
   float: left;
}

.section-box-right p
{

}

.section-box-right h3
{
	color: #000000;
	font-size: 1.5em;
	padding: 0px;
	margin: 0px; 
}

.section-box-right .section-img
{
   float: right;
}

.section2x1 
{
   padding: 0px 0px 20px 0px;    
}

.section2x1 .section2x1-1
{
	float: left;
	width: 49%;
	border-right: dotted 1px #CCCCCC;
}

.section2x1 .section2x1-2
{
	float: left;
	width: 49%;   
}

.section2x1-1 .section-box-right:first-child,
.section2x1-1 .section-box-left:first-child 
{
	padding: 0px 40px 0px 0px;
}

.section2x1-2 .section-box-right:first-child,
.section2x1-2 .section-box-left:first-child 
{
	padding: 0px 0px 0px 40px;
}

/***************************
 Custom Controls
***************************/    
.webpi-bar 
{       
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/divider.png') no-repeat center top;
	padding: 17px 0px 0px 0px;
	height: 59px;
}

.webpi-bar 
{
}

.webpi-bar a 
{
	display: block;
	float: right;
	margin: 0px 40px 0px 0px;
}

.webpi-bar p 
{
	float: right;
	font-size: 1.1em;
	margin: 5px 20px 0px 0px;
}

.context-nav 
{
	height: 40px;
	background: transparent url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/context-nav-bkg.jpg') no-repeat center top;
	padding: 0px 20px 0px 20px;
}

.context-nav .context-left 
{
  text-align: left;
  width: 400px;
  float: left;
  padding: 14px 0px 0px 0px;
}

.context-nav .context-right 
{
  text-align: right;
  width: 400px;
  float: right;
  padding: 14px 0px 0px 0px;
}

/***********************************************************
  Algunos estilos para contenidos de las paginas
************************************************************/
.rounded-corners 
{
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}

#dinamycProductContent
{
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

.UnderLineDivider
{
  display: inline-block;
  border-top: 1px solid #ccc;
  width: 100%;
  margin-bottom: 10px;
}

.tangofactura-menu-title
{
  font-weight: bolder;
  margin-bottom: 10px;
  font-size: 20px;
}

.standardRow
{
  height: 24px;
  vertical-align: middle;
  display: table-row;
  padding-right: 5px;
  padding-top: 5px;
}

.standardLabel
{
  padding-right: 5px;
  width: 20%;
  vertical-align: middle;
  text-align: right;
}

.signup
{
	width: 93%;
	background: #AB4024 url("https://storagetangofactura.blob.core.windows.net/siteresources/content/img/online-vertical.gif") repeat-x;
	display: block;
	line-height: 1.2em;
	
	border: 3px solid #fff;
	background-position: left -678px;
	background-color: #AB4024;
	text-align: center;
	height: 46px;
	margin-top: 20px;
}

p.signup a {
	text-decoration: none;
	color: white !important;
	font-size: 14px;
	font-weight: bold;
	padding: 12px 6px;
}

p.signup a small {
	color: #E1E1E1;
	font-weight: normal;
	font-size: 12px;
	display: block;
}

.TangoFactura-ActionPanel-LinkReport
{
	display: block;
	text-decoration: none;
	height: 24px;
	margin-top: 2px;
	background-image: url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/customreport.png');
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-top: 4px;
	vertical-align: middle !important;
}

.TangoFactura-ActionPanel-LinkReport a:hover
{
	text-decoration: underline;
}

.TangoFactura-ActionPanel-Action
{
	display: block;
	text-decoration: none;
	height: 20px;
	background-repeat: no-repeat;
	padding-top: 5px;
	vertical-align: middle !important;
	padding-left: 5px;
	white-space: normal;
	max-width: 247px !important;
}

.TangoFactura-Standard-Margin
{
	margin-top: 20px;
}

.TangoFactrura-Header-Details
{
	display: block;
	padding-left: 10px;
	padding-top: 10px;
	/*/*font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; */    
	font-weight: bold;
	height: 28px;
	vertical-align: middle !important;
	font-size: 14px;
	color: #fefefe;
	line-height: 18px;
	/*background: transparent url("https://storagetangofactura.blob.core.windows.net/siteresources/content/img/online-vertical.gif") repeat-x;*/
	display: block;
	line-height: 18px;    
	background-position: left -250px;
	margin-bottom: 5px;
	background-color: #9ECFE7;
} 

.TangoFactura-Index-NoItems
{
	border: 2px solid #ECECEC;
	text-align: center;
	vertical-align: middle;
	color: Black;
	text-align: center;
	padding: 30px;
	background-color: #E6E6E6;
	margin-top: 5px;
	font-size: 18px;
	/*/*font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; */    
	margin: 10px;
}

.TangoFactura-Index-NoItems a
{
	font-size: 12px;
	display:block;
	margin-top: 5px;
}

.TangoFactura-News-Container
{
	border: 2px solid #ECECEC;
	color: Black;
	padding: 20px;
	background-color: #E6E6E6;
	margin-top: 5px;
	/*/*font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif; */    
	margin: 10px;
}

.TangoFactrura-Summary-Title
{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #1E85BE;
}

.TangoFactura-Summary-Text 
{
	display: block;
	font-size: 1em;
	font-family: Segoe UI, Verdana, Tahoma, Helvetica, Arial, sans-serif;
}

.TangoFactura-Bullet-List
{
	margin-left: 30px;
	list-style-type: disc;
	line-height: 1.2em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 40px;    
	font-size: 1.2em;
}

.TangoFactura-Bullet-List li
{
	list-style-type: disc;
	line-height: 1em;
	font-size: 14px;
	margin-bottom: 5px;
}

.TangoFactura-Bullet-ListItem
{
	display: list-item;
	font-size: 12px;
}

.focusField
{
	   border:solid 2px #73A6FF;
	   background:#fffff;
	   color:#000;
}

.idleField
{
	   background:#fffff;
	   color: #000;
	   border: solid 1px #444;
}

.TangoFactura-Sesion-Info
{
	font-weight: normal;
	display: block;
}

.TangoFactura-Sesion-Info div.Sesion-Button
{
	height: 20px !important;
	vertical-align: middle !important;
	display: block !important;
	float: right !important;
	white-space:nowrap !important;
	margin: 0 !important;
	position: relative;
}

.TangoFactura-Sesion-Info div.Sesion-Button:hover
{
	border: 1px solid #fffff;
}

.TangoFactura-Menu-Container
{
	display: block;
	border: 1px solid #ddd;
	padding-bottom: 10px;
	padding-right: 2px;
	width: 345px;
	font-size: 10px;
	position: relative;	
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.TangoFactura-Menu-Container h2
{
	font-size: 12px;
	font-weight: bold;
	background: #4682B4;
	width: 100%;
	height: 22px;
	display: block;
	color: White;
	vertical-align: middle;
	padding-top: 4px;
	padding-left: 2px;
	background-image: url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/bggrl.jpg');

}

.TangoFactura-Menu-Container span.TituloMenu
{
	font-size: 12px;
	font-weight: bold;
	background: #4682B4;
	width: 100%;
	height: 22px;
	display: block;
	color: White;
	vertical-align: middle;
	padding-top: 4px;
	padding-left: 2px;
	background-image: url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/bggrl.jpg');

}

.TangoFactura-Menu-Container a
{
	text-decoration: none;
	font-size: 11px;
}

.TangoFactura-Menu-Container a:hover
{
	text-decoration: underline;
}

.TangoFactura-Menu-Container ul li
{
	padding: 5px;
	padding-top: 10px;
	padding-left: 18px;
	margin-left: 5px;
	height: 18px;
	background-image: url('https://storagetangofactura.blob.core.windows.net/siteresources/content/img/item.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

.TangoFactura-BorderLess
{
	border: none !important;
}

.TangoFactura-Main-Menu
{
	top:0;
	z-index:11;
	width:100%;
	position:relative;
}


.TangoFactura-Main-Menu ul
{
	margin: 0; 
	padding: 0;
	float: right;
	color: #FFF;
}
 
.TangoFactura-Main-Menu ul li
{
	display: inline;
	color: #FFF;
	width: 120px;
}
	
 
.TangoFactura-Main-Menu ul li a
{
	float: left; 
	text-decoration: none;
	color: #FFF !important;
	font-weight: normal;
	/*padding: 16px 16px;*/
	background-color: transparent;
	border-left: 1px solid #ccc; 
	width: 120px;
	text-align: center !important;
	height: 26px !important;
	padding-top: 16px;
}
 
.TangoFactura-Main-Menu ul li a:visited
{
	color: #FFF;
}
 
.TangoFactura-Main-Menu ul li a:hover, 
.TangoFactura-Main-Menu ul li .current
{
	border-left: 1px solid #FFF;
	background-color: rgb(27, 115, 186);
}


.TangoFactura-NumeroComprobanteActual
{
	width: 350px !important;
	border: 0 none !important;
	font-size: medium;
	font-weight:bold;
	text-align: right;
}