@charset "utf-8";
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background:#CCCCCC;
	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;
	
}
.style7 {color: #FFFFFF}
a {
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #000;
}
.oneColFixCtr #container {
	width: 735px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColElsCtrHdr #container.header {
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position: left center;
	height: 85px;
	text-align: right;
	background-image: url(../images/bannerWebFeb09.png);
	background-color: #003300;
}

.headerSpanish {
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position: left center;
	height: 85px;
	text-align: right;
	background-image: url(../images/bannerWebFeb09.png);
	background-color: #003300;
}

.headerEnglish {
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
	background-position: left center;
	height: 85px;
	text-align: right;
	background-image: url(../images/bannerWebFebEng09.jpg);
	background-color: #003300;
}
.headerMachine {
	background-image: url(../images/bannerWebMacFeb09.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 85px;
}
.headerMachineEnglish{
	background-image: url(../images/bannerWebMacFeb09eng.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 85px;
}
.headerSoporte{
	background-image:url(../images/bannerWebSopFeb09.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 85px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-image: url(../images/brandsFooter.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 55px;
	
}.oneColFixCtr #container table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#3A3A3A;
	line-height:14px;
	text-align:justify;
	font-style: normal;
	font-weight:lighter;
	padding-right: 10px;
	}
.oneColFixCtr #container tableGreyCell {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFF;
	background-color: #666;
	padding: 10px;
}
.greyCell {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	background-color: #666;
	padding: 10px;
}
.oneColFixCtr #.list {	
}

.listPdf {
	list-style-image: url(../images/pdf_icon.gif);
	text-align: left;
}

.listIll {
	list-style-image: url(../images/illustrator_icon.gif);
	text-align: left;
}
.largeText {
	font-size: 18px;
}
