@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:100;
	}
/* navigation style */
a.nav:link {
	color: #000;
}
a.nav:link {
	font-size:10px;
}
a.nav:link {
	text-decoration:none;
}
a.nav:visited {
	color: #F30;
}
a.nav:visited {
	font-size:10px;
}
a.nav:visited {
	text-decoration:none;
}
a.nav:hover {
	text-decoration:underline;
}
a.nav:active {
	color: #000;
}
/*resource box style */
a.res {
	font-weight:normal;
}
a.res {
	font-family:Arial, Helvetica, sans-serif;
}
a.res {
	color:#FFF;
}
a.res: {
text-decoration:none;
}
a.res:link {
	color: #FFF;
}
a.res:link {
	text-decoration:none;
}
a.res:visited {
	color: #FFF;
}
a.res:visited {
	text-decoration:none;
}
a.res:hover {
	text-decoration:underline;
}
a.res:active {
	color: #FFF;
}
.oneColLiqCtrHdr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	/*margin: 0 auto;*/ /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	position:relative;
	height:290px;
	background: #FFF;
	background-image:url(../images/logoHeaderGreenWhiteNoTxt.png);
	background-repeat:no-repeat;
	background-position:20px 10px;
	padding: 0 10px 0 20px;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #headerOther {
	position:relative;
	height:230px;
	background: #FFF;
	padding: 0 10px 0 20px;
}
.oneColLiqCtrHdr #headerOther h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	/*padding: 0 20px;*/
	margin:0;
	width:900px;
	position:absolute;
	float:left;
	top:280px;
	margin-left:20px;
	/*position:absolute;
	top:290px;
	left:20px;*/
	background:#3C3C3C;
	color: #323232;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	
}
.oneColLiqCtrHdr #mainContentOther {
	/*padding: 0 20px;*/
	margin:0;
	width:900px;
	position:absolute;
	float:left;
	top:243px;
	margin-left:20px;
	background:#3C3C3C;
	color: #323232;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
.divLeftColumn {
	background-color:#FFF;
	position:absolute;
}
.oneColLiqCtrHdr #footer {
	position:relative;
	height:60px;
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(../images/brandsFooter.png);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center;
	border-top:#3C3C3C;
	border-top-style:solid;
	border-top-width:medium;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
greyText {
	color: #CCC;
	font-size: 10px;
}
.headerOtherPages {
	position:absolute;
	top:46px;
	left:20px;
	background-color:#3C3C3C;
	background-image:url(../images/logoHeaderWhiteGrey.png);
	background-repeat:no-repeat;
	background-position:20px 10px;
	width: 900px;
	height: 200px;
	overflow: hidden;
	/*left: 18px;*/
	text-align:right;
	margin-right:20px;
}
.headerMaquinas {
	position:absolute;
	top:45px;
	left:20px;
	background-color:#600;
	background-image:url(../images/logoHeaderWhiteRed.png);
	background-repeat:no-repeat;
	background-position:20px 10px;
	width: 900px;
	height: 200px;
	overflow: hidden;
	/*left: 18px;*/
	text-align:right;
	margin-right:20px;
}
.headerFranchise {
	position:absolute;
	top:43px;
	left:20px;
	background-color:#6699CC;
	background-image:url(../images/logoHeaderWhiteBlue.png);
	background-repeat:no-repeat;
	background-position:20px 10px;
	width: 900px;
	height: 200px;
	overflow: hidden;
	/*left: 20px;*/
	text-align:right;
	margin-right:20px;
}
.headerEmpresa {
	position:absolute;
	top:45px;
	left:20px;
	background-color:#FF9933;
	background-image:url(../images/logoHeaderWhiteOrange.png);
	background-repeat:no-repeat;
	background-position:20px 10px;
	width: 900px;
	height: 200px;
	overflow: hidden;
	/*left: 20px;*/
	text-align:right;
	margin-right:20px;
}
.headerBroker {
	position:absolute;
	top:46px;
	left:20px;
	background-color:#000;
	background-image:url(../images/logoHeaderWhiteBlack.png);
	background-repeat:no-repeat;
	background-position:20px 10px;
	width: 900px;
	height: 200px;
	overflow: hidden;
	/*left: 20px;*/
	text-align:right;
	margin-right:20px;
}
.headerTienda {
	position:absolute;
	top:41px;
	left:20px;
	background-color:#00CCCC;
	background-image:url(../images/logoHeaderWhiteCyan.png);
	background-repeat:no-repeat;
	background-position:20px 10px;
	width: 900px;
	height: 200px;
	overflow: hidden;
	/*left: 19px;*/
	text-align:right;
	margin-right:20px;
}
.headerSoporte {
	position:absolute;
	top:46px;
	left:20px;
	background-color:#003;
	background-image:url(../images/logoHeaderWhiteDarkBlue.png);
	background-repeat:no-repeat;
	background-position:20px 10px;
	width: 900px;
	height: 200px;
	overflow: hidden;
	/*left: 18px;*/
	text-align:right;
	margin-right:20px;
}
.imageMenu {
	position:absolute;
	top:80px;
	left:10px;
	background-color:#060;
	width: 900px;
	height: 200px;
	overflow: hidden;
	left: 20px;
}
.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 840px;
}
.imageMenu ul li {
	float:left;
}
.imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}
.imageMenu ul li.soporte a {
	background: url(images/soporte.jpg) repeat scroll 0%;
}
.imageMenu ul li.broker a {
	background: url(images/broker.jpg) repeat scroll 0%;
}
.imageMenu ul li.tienda a {
	background: url(images/tienda.jpg) repeat scroll 0%;
}
.imageMenu ul li.maquinas a {
	background: url(images/maquinas.jpg) repeat scroll 0%;
}
.imageMenu ul li.franquicia a {
	background: url(images/franquicias.jpg) repeat scroll 0%;
}
.imageMenu ul li.empresa a {
	background: url(images/inicio.jpg) repeat scroll 0%;
	width:310px;
}
.clear {
	clear: both;
}
.divLanguageLink {
	position:relative;
	left:680px;
	text-align:right;
	width: 132px;
}
.divHeaderTxt{
	position:absolute;
	left:50px;
	text-align:left;
	padding-top:20px;
	margin-left:40px;
	
}
.greyVerticalLine {
	color: #9F9F9F;
	font-size: 10px;
}
.table {
	position:absolute;
	left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #CCC;
}
.whiteBoldText16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
.txtBold14blk {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.bodyTxtWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.headerMessageTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: left;
	position: absolute;
	left: 19px;
	top: 81px;
	width: 380px;
}
.whiteTxtRightAlign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	text-align: right;
}

.whiteTxtBold16smCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color:#999;
	height:20px;
	color: #FFF;
	text-align: left;
}
