BODY {
	BACKGROUND-COLOR: #f5f5f5;
	background-image:url(../images/general/fondoGeneralTricolor.gif);
	background-repeat: repeat-x;
	FONT-SIZE: 11px;
	LINE-HEIGHT: 12px;
	COLOR: #000000;	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
}

td {	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
MARGIN: 0px;
}

th {
	LINE-HEIGHT: 12px;
	MARGIN: 0px
}

A:link {
	COLOR: #003366;
	TEXT-DECORATION: underline;
}

A:active {
	COLOR: #C6C6C6;
	TEXT-DECORATION: underline;
}

A:visited {
	COLOR: #0079C2;
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}

sup{
	FONT-SIZE: 9px;
}

/*Tables*/
TABLE.references {
	width: 48;
}

TABLE.homeFondoColor {
	background-color: #ffffff;
	border-right: 1px solid #004b78;
	border-left: 1px solid #004b78;
	width: 1000px;
}

TABLE.banner {
	background-color: #FFFFFF;
	width: 100%;
	BORDER: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #7f7f7f;
	margin-bottom: 2px;
}

.help :link {
	COLOR: #444444;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}

.help :visited {
	COLOR: #444444;
	FONT-SIZE: 11px;
	TEXT-DECORATION: none;
}

.help :hover {
	FONT-SIZE: 11px;
	COLOR: #777777;
}

TABLE.content {
	border: #b3b3b3 1px solid;
	/*border-collapse: collapse;
	background-image: url(../images/general/bgContent.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;*/
	background-color: #ffffff;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	/*top, right, bottom, left*/
}

TABLE.content th {
	background-color: #efefef;
	border-bottom: #b3b3b3 1px solid;
	color: #000000;
	height: 18px;
	font-size: 11px;
	FONT-WEIGHT: bolder;
	padding-left: 5px;
	text-align: left;
	line-height: 28px;
}

TABLE.content td {
	padding: 3px 5px 2px 5px;
	line-height: 20px;
}

TABLE.content td.label {
	text-align: left;
	FONT-WEIGHT: bolder;
}

TABLE.content td.help {
	border: #b3b3b3 1px solid;
	background-color: #F5F5F5;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	COLOR: #000000;
	FONT-SIZE: 11px;
	
}


table.content td.separator {
	border-bottom: #b3b3b3 1px solid;
	height: 1px;
}

/* INICIA DETALLE DE PRODUCTO */

TABLE.content td.labelFe {
	text-align: right;
	FONT-WEIGHT: normal;
}

TABLE.productBasic {
	border: #7f7f7f 1px solid;
	background-color: #E1E8F1;
}

TABLE.productBasic th {
	padding-left: 5px;
	text-align: left;
	background-color: #358bc6;
	height: 22px;
	color: #FFFFFF;
}

TABLE.productBasic td {
	padding: 3px 5px 2px 5px;
}

TABLE.productBasic td.image {
	padding: 0px;
	background-color: #FFFFFF;
	width: 1%;
	vertical-align: middle;
}


/*Inputs*/
.inputText {
	PADDING-RIGHT: 0px;
	BORDER-TOP: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 9px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	color: #4D71B1;
	PADDING-TOP: 0px;
}

.inputTextArea {
	FONT-FAMILY: arial;
	PADDING-RIGHT: 0px;
	BORDER-TOP: 1px solid Black;
	PADDING-LEFT: 0px;
	FONT-SIZE: 11px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	color: #4D71B1;
	PADDING-TOP: 0px;
}

.inputNumber {
	PADDING-RIGHT: 1px;
	BORDER-TOP: 1px solid Black;
	PADDING-LEFT: 0px;
	FONT-SIZE: 9px;
	PADDING-BOTTOM: 0px;
	text-align: right;
	color: #4D71B1;
	PADDING-TOP: 0px;
}

.inputSelect {
	PADDING-RIGHT: 0px;
	BORDER-TOP: 1px solid Black;
	PADDING-LEFT: 0px;
	FONT-SIZE: 9px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	color: #074176;
	PADDING-TOP: 0px;
	width: 120;
}
.inputTextBuscador {
    BORDER-RIGHT: #cfcfcf 0px solid;
    BORDER-TOP: #cfcfcf 0px solid;*/
    FONT-SIZE: 10px;
	 HEIGHT:14px;
    BORDER-LEFT: #cfcfcf 0px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #cfcfcf 0px solid;
    font-family: Arial, Helvetica, sans-serif;
}
/*Display tag*/

table.products tr.over {
	BACKGROUND-COLOR: #d3e6f1;
	height: 18px;		
}

table.products tr.even {
	BACKGROUND-COLOR: #efefef;
	height: 18px;
}

table.products td.Empty {
	background: #FFFFFF;
	border: 0px solid #c0c0c0;
	color: red;
	font-size: 11px;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	text-align: left;
	vertical-align: bottom;
	width: 100%;
	height: 20px;
}

table.products tr.odd {
	BACKGROUND-COLOR: #f7f7f7;
	height: 18px;
}

table.products tr.footer {
	BACKGROUND-COLOR: #000000;
	height: 18px;
}

table.products td.totals {
	BACKGROUND-IMAGE: url(../images/general/bgTotals.gif);
	height: 18px;
	FONT-WEIGHT: bolder;
	white-space: nowrap;
}

table.products td.center {
	text-align: center;
}

table.products th.hide{
	display: none;
}

table.products td.hide {
	display: none;
}


table.products {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 16px;
	width: 100%;
	border-collapse: collapse;
	margin: 0px;
}

table.products td.tableCellError {
	background-color: #536ba6;
	color: #fff;
	text-align: center;
}

table.products th {
	background-image: url(../images/extends/bgAzulGradienteAlto.gif);
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-weight: normal;
	height: 24px;
	BACKGROUND-COLOR: #0079c2;
	text-align: center;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	background-position: right top;
	/*vertical-align: top;
	height: 24px;
	*/
}

table.products td, table.products th {
	border: 1px solid #6dbff0;
	padding: 3px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	vertical-align: top;
}

table.products td.error {
	border: 1px solid #FFFFFF;
	FONT-WEIGHT: bolder;
	COLOR: #00FF00;
}

table.products th a:visited {
	color: white;
	font-weight: bold;
	font-size: 11px;
}

table.products th a:hover {
	color: white;
	font-weight: bold;
	font-size: 11px;
}

table.products th a:link {
	color: white;
	font-weight: bold;
	font-size: 11px;
}

td.products {
	padding: 1px 1px 1px 1px;
	text-align: left;
	vertical-align: top;
}

table.products td.ref, table.products th.ref{
	border: 0px;
	padding: 1px 1px 1px 1px;
}

table.products th.sorted a, th.sortable a {
	background-position: right;
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}

table.products th.sortable a {
	background-image: url(../images/general/arrow_off.gif);
}

table.products th.order1 a {
	background-image: url(../images/general/arrow_down.gif);
}

table.products th.order2 a {
	background-image: url(../images/general/arrow_up.gif);
}

table.products td.image {
	width: 1%;
	text-align: center;
}

table.products td.report {
	width: 1%;	
	white-space: nowrap;
}

table.products td.number {
	text-align: right;
}

table.products td.numberBold {
	text-align: right;
	font-weight: bold;
}

table.products td.numberRedStrike {
	text-align: right;
	color: red;
	text-decoration: line-through;
}

table.products td.group {
	text-align: left;
	FONT-WEIGHT: bolder;
	width: 20%
}

table.products td.label {
	text-align: left;
	FONT-WEIGHT: bolder;
}

span.pagebanner {
	background-color: #eee;
	border: 0px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display: block;
	border-bottom: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

span.pagereferences {
	background-color: white;
	border: 1px dotted #999;
	padding: 2px 4px 2px 4px;
	width: 100%;
	display: block;
	margin-right: 1px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
}

span.pagelinks {
	background-color: #eee;
	background-image: url(../images/extends/bgDestacados.gif);
	border: 2px solid #0079c2;
	width: 100%;
	padding: 10px;
	display: table;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

span.export {
	padding: 0 4px 1px 20px;
	display: inline;
	display: inline-block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: left;
}

span.required {
	text-align: right;
	color: red;
}

div.exportlinks {
	border: solid 1px #666666;
	background-color: #eee;
	padding: 12px;
	width: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	display: table;
	font-weight: bold;
	text-align: right;
}

span.excel {
	background-image: url(./ico_file_excel.png);
}

span.csv {
	background-image: url(./ico_file_csv.png);
}

span.xml {
	background-image: url(./ico_file_xml.png);
}

table.resultFull tr.even {
	BACKGROUND-COLOR: #e1e8f1;
}

table.print thead tr {
	background-color: #eee;
}

table.print tr.even {
	background-color: #fff;
}

table.print {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}

table.print td, table.print th {
	border: 1px solid #ccc;
	padding: 2px 2px 2px 2px;
}

table.print td.totals {
	BACKGROUND-COLOR: #eee;
	height: 18px;
	FONT-WEIGHT: bolder;
}

table.print td.label {
	text-align: left;
	FONT-WEIGHT: bolder;
	background-color: #eee;
}

table.print th a, th a:visited {
	color: black;
}

table.print th a:hover {
	text-decoration: underline;
	color: black;
}

table.print td.number {
	text-align: right;
}

table.print td.textCentered {
	text-align: center;
}

table.print th.hide{
	display: none;
}

table.print td.hide {
	display: none;
}

table.printContainer {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}

/*Botones*/
.button {
	BACKGROUND-IMAGE: url(../images/general/bgButtonAz01_off.gif);
	background-repeat: repeat-x;
	background-color: #0079c2;
	text-align: center;
	font-weight: bold;
	FONT-SIZE: 11px;
	line-height: 14px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	padding: 0px;
	vertical-align: middle;
	line-height: 21px;
}

td.button A:link {
	COLOR: #ffffff;
}

td.button A:active {
	COLOR: #ffffff;
}

td.button A:visited {
	COLOR: #ffffff;
}

td.button A:hover {
	COLOR: #ff9900;
}

table.buttonContainer {
	width: 100%;
	background-position: right;
}

.button1 {
	background-image: url(../images/ecatalog/bgBotonNaranjaOn.gif);	
	/*background-color: #00568A;*/
	padding: 0px;
	text-align: center;
	font-weight: bold;
	FONT-SIZE: 11px;
	line-height: 18px;
	COLOR: #000000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
	background-repeat: repeat-x;
}

td.button1 A:link {
	COLOR: #000000;
	text-decoration: none;
}

td.button1 A:active {
	COLOR: #000000;
	text-decoration: none;
}

td.button1 A:visited {
	COLOR: #000000;
	text-decoration: none;
}

td.button1 A:hover {
	COLOR: #000000;
	text-decoration: underline;
}

/* BOTON "IR AL SIGUIENTE PASO" DENTRO DEL CARRITO DE COMPRAS */
.button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	background-repeat: repeat-x;
	padding: 0px;
	vertical-align: middle;
	line-height: 18px;
	text-align:center;
	border: 0px;
	background-color: #FFE401;
	margin-left: 8px;
	margin-right: 8px;
}

td.button2 A:link {
	COLOR: #000000;
	text-decoration: none;
}

td.button2 A:active {
	COLOR: #000000;
	text-decoration: none;
}

td.button2 A:visited {
	COLOR: #000000;
	text-decoration: none;
}

td.button2 A:hover {
	COLOR: #000000;
	text-decoration: underline;
}


/*Buscadores*/
TABLE.searchDisplay {
	border: 1px solid #7F7F7F;
	width: 100%;
	background-color: #0079c2;
	background-image: url(../images/general/bgSearchDisplay.gif);
	background-position: top-left;
	background-repeat: no-repeat;
}

TABLE.searchDisplay td {
	padding: 5px 5px 0px 5px;
}

TABLE.searchDisplay thead tr th {
	text-align: left;
	text-transform:uppercase;
	font-size: 11px;	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
FONT-WEIGHT: bold;
	COLOR: #ffffff;
	LINE-HEIGHT: 50px;
	padding: 0px 0px 0px 50px;
}

TABLE.search {
	background-color: #FFFFFF;
	background-image: url(../images/general/gradienteGris.gif);
	width: 100%;
	padding: 0px;
	BORDER: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #7f7f7f;
	margin: 0px 0px 1px 0px;
	COLOR: #000000;
}

TABLE.search td {
	padding: 5px 5px 5px 5px;
}

TABLE.search thead tr th {
	text-align: left;
	FONT-WEIGHT: bolder;
	COLOR: #000000;
	LINE-HEIGHT: 15px;
	BACKGROUND-COLOR: #f4f8fa;
	padding: 0px;
}

TABLE.search td.label {	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
	text-align: left;
	FONT-WEIGHT: bolder;
	color: #000000;
}

/*Buscador Home*/
.BuscadorHome {
	PADDING-LEFT: 20px;
	PADDING-TOP: 20px;
	text-align: left;
	height: 35px;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
}



/*Fin Buscador Home*/


/*messages*/
div.error {
	background: #ffc;
	border: 1px solid #c0c0c0;
	color: #0F0;
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
	width: 100%;
}

div.message {
	background: #FFFFCC;
	border: 1px solid #c0c0c0;
	color: blue;
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	padding: 3px;
	text-align: left;
	vertical-align: bottom;
	width: 100%;
}

div.message img.icon {
	vertical-align: middle;
	border: 0px;
	height: 13px;
	margin: 1px;
	width: 14px;
}

div.message a:link {
	color: #blue;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

/*powerTags:title*/
table.titles {
	background-repeat: no-repeat;
	border: 0px;
	width: 100%;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}

table.titles thead th {
	background-repeat: no-repeat;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #0079c2;
	LINE-HEIGHT: 35px;
	padding-left: 60px;
	text-align: left;
	height: 40px;
	background-position: 10px 1px;
}

table.titles td.separator {
	border-bottom: #D9DDE0 1px solid;
	height: 1px;
}

table.titles td {
	text-align: left;
	FONT-SIZE: 11px;
	font-weight: bold;
	COLOR: #000000;
	LINE-HEIGHT: 24px;	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
background-color: #f3f3f3;
	border-collapse: collapse;
	border-bottom: #b3b3b3 1px solid;
	height: 18px;
	padding-left: 25px;
}

/*Div Wait*/
.wait {
	/*background-image: url("../images/general/waitBg.gif");*/
	POSITION: absolute; 
	TEXT-ALIGN: center;
	/*PADDING: 50px; */
	background-color: white;
	FONT-SIZE: 11pt; 
	CURSOR: wait; 
	width: 330px; 
	height:100px; 
	border: 3px #000000 solid; 
	display: none;
	top: 250;
	left: 400;
}

.wait SPAN {
	COLOR: #000000;
	FONT-SIZE: 16pt;
	CURSOR: wait;
}

span.currentDate {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B22222;
}

/*Catalogo*/
/* TABLA GLOBAL DE CATEGORIAS */
TABLE.Categories {
	background-color: #ffffff;
	color: #000000;
	width: 620px;
	padding: 0px 30px;
}

TABLE.Categories th {
	background-color: #f3f3f3;
	padding: 5px;
}
/* TABLA DE CADA CATEGORIA */
TABLE.Categories td {
	padding: 6px;
}

TABLE.category {
	background-image: url(../images/general/gradienteGris.gif);
	border: 1px solid #0079c2;
	font-size: 11px;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
	line-height: 14px;
	width: 200px;
	padding: 8px;
}

TABLE.category th {
	font-size: 12px;
	text-transform: uppercase;
	background-color: #ffffff;
	border: #0079c2 2px solid;
	padding: 10px;
}

A.category:link {
	color: #ff0000;
}


TABLE.category td.categorySeparator {
	background-color: 0079c2;
	line-height: 2px;
	padding: 1px;
}

/*Mapa del sitio*/
TABLE.mapsite {
	background-color: #ffffff;
	border: 1px solid #C0C4CC;
}

/*Detalle del producto - Solapas y links */
TABLE.lapeS th {
	background-image: url(../images/general/lapelLS.gif);
	background-position: top;
	background-repeat: no-repeat;
}

TABLE.lapeS td {
	background-image: url(../images/general/lapelRS.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 18px;
	padding-right: 3px;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

TABLE.lapeS A.linkLapelS:link {
	FONT-SIZE: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}

TABLE.lapeS A.linkLapelS:active {
	FONT-SIZE: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}

TABLE.lapeS A.linkLapelS:visited {
	FONT-SIZE: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	TEXT-DECORATION: none;
	color: #FFFFFF;
}

TABLE.lapeS A.linkLapelS:hover {
	FONT-SIZE: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	TEXT-DECORATION: none;
	color: ffffff;
}

TABLE.lapelNoSelect th {
	background-image: url(../images/general/lapelL.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

TABLE.lapelNoSelect td {
	background-image: url(../images/general/lapelR.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 18px;
	padding-right: 3px;
	FONT-SIZE: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
}

TABLE.lapelNoSelect A.linkLapel:link {
	FONT-SIZE: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	TEXT-DECORATION: none;
	color: #4aa1d4;
}

TABLE.lapelNoSelect A.linkLapel:active {
	FONT-SIZE: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	TEXT-DECORATION: none;
	color: #4aa1d4;
}

TABLE.lapelNoSelect A.linkLapel:visited {
	FONT-SIZE: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	TEXT-DECORATION: none;
	color: #4aa1d4;
}

TABLE.lapelNoSelect A.linkLapel:hover {
	FONT-SIZE: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	TEXT-DECORATION: none;
	color: #4aa1d4;
}

/* INICIA ESTILOS DE DETALLE DE PRODUCTO */


TABLE.ImageProduct {
	background-color: #ffffff;
	padding: 20px;
}

TABLE.ImageProduct th {
	background-color: #014b78;
	background-image:url(../images/general/gradienteAzul.gif);
	background-repeat:repeat;
	padding: 5px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

TABLE.ImageProduct td {
	padding: 5px;
}


TABLE.infoContentP {
	background-image: url(../images/extends/bgDestacados.gif);
	background-repeat: repeat;
	background-color: #ffffff;
	width: 80%;
}

.infoContentP {
	background-color: #308dc5;
	height: 24px;
	text-align: right;
}

TABLE.infoContentP td {
	padding: 10px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
}

TABLE.infoContentP td.ref {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFCF84;
}

TABLE.infoContentP td.extended {
	background-color: #E7EFEF;
	border: 1px solid #CECECE;
}

.amount {
	background-color: #F5F5F5;
	border-bottom: 1px solid #818F98;
	border-left: 1px solid #818F98;
	border-right: 1px solid #818F98;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/*Detalle del producto - Solapas y links - Fin*/

TABLE.displayInfo {
	background-color: #f4f8fa;
	width: 100%;
	BORDER: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: #6B8091;
	margin: 0px 0px 1px 0px;
}

<!--Tabs del pedido en proeso-->

table.orderTabs {
	width: 405px;
	border-collapse: collapse;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 19px;
}

table.orderTabs td.selected {
	line-height: 20px;
	width: 81px;
	FONT-WEIGHT: bolder;
	white-space: nowrap;
	border-bottom: #B2B2B2 1px solid;
	text-align: center;
	font-size: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
    vertical-align: bottom;
   	height: 59px;
   	background-repeat: no-repeat;
   	background-position: 0px 5px;
	background-image: url(../images/general/orderTabSelected.gif);
   
}

table.orderTabs td.noSelected {
	line-height: 20px;
	width: 81px;
	FONT-WEIGHT: normal;
	white-space: nowrap;
	border-bottom: #B2B2B2 1px solid;
	text-align: center;
	font-size: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
    vertical-align: bottom;
   	background-repeat: no-repeat;
   	background-position: 0px 5px;
   	background-image: url(../images/general/orderTabNoSelected.gif);
}

A.orderTabLink:link {
	font-size: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	TEXT-DECORATION: none;
}

A.orderTabLink:active {
	font-size: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	TEXT-DECORATION: none;
}

A.orderTabLink:visited {
	font-size: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	TEXT-DECORATION: none;
}

A.orderTabLink:hover {
	font-size: 10px;
    FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	TEXT-DECORATION: underline;
}

/* TERMINA ESTILOS DE DETALLE DE PRODUCTO */



TABLE.posts {
	background-color: #ffffff;
	border: 0px;
}

TABLE.posts td.postBody {
	background-color: #FFFFFF;
}

TABLE.posts span.postHeader {
	background-color: #FFFFFF;
	color: #F69D35;
	font-weight: bolder;
}

TABLE.posts td.postFooter {
	background-color: #EEEEEE;
}

/* Login Retail*/

TABLE.Login {
	background-color: #ffffff;
	border: 1px solid #F4F3F3;
	border-top: 0px;
	width: 100%;
}

TABLE.Login th {
	background-color: #EFEFEF;
	border-top: 1px solid #F4F3F3;
	height: 35px;
}

TABLE.Login td {
	padding: 5px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

TABLE.Login td.texto {
    BORDER-RIGHT: #0079C2 thin solid;
    BORDER-TOP: #0079C2 thin solid;
    BORDER-LEFT: #0079C2 thin solid;
    BORDER-BOTTOM: #0079C2 thin solid;
    FONT-WEIGHT: bold;
	font-size: 10px;
    COLOR: navy;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #ffffff;
}


TABLE.Login td.LoginTop {
	background-image: url(../images/extends/news.gif);
	padding: 2px;
	color: #ffffff;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	height: 28px;
}

TABLE.LoginCargaDatos {
	padding: 2px;
	color: #333333;
	font-size: 13px;
	/*font-style: italic;*/
	font-weight: bold;
	/*height: 28px;*/
	background-color: #e6e6e6;
}

TABLE.LoginCargaDatos A.LoginCargaDatos:link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	COLOR: #fb5303;
	/*TEXT-DECORATION: none*/
}

TABLE.LoginCargaDatos A.LoginCargaDatos:active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	COLOR: #fb5303;
	/*TEXT-DECORATION: none*/
}

TABLE.LoginCargaDatos A.LoginCargaDatos:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	COLOR: #fb5303;
	/*TEXT-DECORATION: none*/
}

TABLE.LoginCargaDatos A.LoginCargaDatos:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 13px;
	COLOR: #fb5303;
	/*TEXT-DECORATION: none*/
}

/* Fin Login Retail*/


/* sucursales*/

TABLE.Destacados td.sucursalesTop1 {
   background-image: url(../images/extends/bgLeftBarOpen.gif); 
	background-position: right;
	height: 28px;
	padding: 2px 2px 2px 2px;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	font-weight: bold;
	font-style: oblique;
}

TABLE.sucursales {
	/*border-top: #b3b3b3 1px solid;
	border-bottom: #b3b3b3 1px solid;
	border-left: #b3b3b3 1px solid;
	border-right: #b3b3b3 1px solid;
	border-collapse: collapse;*/
	/*background-image: url(../images/general/bgContent.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;*/
	margin: 0px 0px 1px 0px;
	padding-left: 5px;
}

TABLE.sucursales th {
	background-color: #efefef;
	border-bottom: #b3b3b3 1px solid;
	color: #000000;
	height: 16px;
	font-size: 11px;
	FONT-WEIGHT: bolder;
	padding-left: 5px;
	text-align: left;
	margin: 5px 5px 5px 5px;
}

TABLE.sucursales td { 
	padding: 3px 5px 2px 5px;
	height: 18px;
	FONT-SIZE: 10x;
	COLOR: #333333;
	background-color: #f7f7f7;
}

TABLE.sucursales td.sucursalesBold {
	/*padding: 3px 5px 2px 5px;
	height: 18px;*/
	FONT-SIZE: 10x;
	COLOR: #2e8dc5;
	font-weight: bold;
}

A.sucursales:link {
	FONT-SIZE: 10px;
	COLOR: #333333;
	TEXT-DECORATION: none
}

A.sucursales:active {
	FONT-SIZE: 10px;
	COLOR: #333333;
	TEXT-DECORATION: none
}

A.sucursales:visited {
	FONT-SIZE: 10px;
	COLOR: #333333;
	TEXT-DECORATION: none
}

A.sucursales:hover {
	FONT-SIZE: 10px;
	COLOR: #2e8dc5;
	TEXT-DECORATION: none
}

TABLE.sucursales td.separador {
	background-image: url(../images/extends/ResumenLineaPunteadaBca.gif);
}

.footerLink {	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

A.footerLink:link     {
	color: #FFFFFF;
	text-decoration: none;
}

A.footerLink:visited     {
	color: #ffffff;
	text-decoration: none;
}

A.footerLink:hover {
	COLOR: #6cb1da;
	text-decoration: underline;	
}

/* ESTILOS CUSTOM PARA CONTENIDOS */

.textoContenido {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

.textoRSS {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}


/* CLASES AGREGADAS DESPUES DE LAS ACTUALIZACIONES DEL 2010-08-24*/

/* BOTON AMARILLO DE COMPRAR EN RETAIL*/
.ecat_buttonBuy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	background-repeat: repeat-x;
	padding: 0px;
	vertical-align: middle;
	line-height: 18px;
	text-align:center;
	border: 0px;
	/*background-color: #FFE401;*/
	background-image: url(../images/ecatalog/bgBotonAmarilloBuy.gif);
	margin-left: 8px;
	margin-right: 8px;
}

td.ecat_buttonBuy A:link {
	COLOR: #000000;
	text-decoration: none;
}

td.ecat_buttonBuy A:active {
	COLOR: #000000;
	text-decoration: none;
}

td.ecat_buttonBuy A:visited {
	COLOR: #000000;
	text-decoration: none;
}

td.ecat_buttonBuy A:hover {
	COLOR: #FF3300;
	text-decoration: underline;
	background-image: url(../images/ecatalog/bgBotonNaranjaOn.gif);	
}

/* BOTON AMARILLO DE COMPRAR EN CSP*/
.buttonBuy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#000000;
	/*background-image: url(../images/ecatalog/ButtonAmarilloBuy.gif);*/
	background-repeat: repeat-x;
	padding: 0px;
	vertical-align: middle;
	line-height: 21px;
	border:0px;   
	margin-left: 8px;
	margin-right: 8px;
	background-color: #FFE401;
	text-align: center;
	text-decoration: none;
}

td.buttonBuy A:link {
	COLOR: #000000;
	text-decoration: none;
}

td.buttonBuy A:active {
	COLOR: #000000;
	text-decoration: none;
}

td.buttonBuy A:visited {
	COLOR: #000000;
	text-decoration: none;
}

td.buttonBuy A:hover {
	COLOR: #000000;
	text-decoration: underline;
}



/* BOTON "BUSCAR" EN EL MENU DE BUSQUEDA DE PRODUCTO EN RETAIL */ 
.buttonSearchRetail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #ff9900;
	background-image: url(../images/general/bgButtonSearch.gif);
	background-repeat: no-repeat;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	line-height: 19px;
	margin-right: 8px;
	margin-left: 8px;
	border: 0px;
	text-decoration: underline;
}


td.buttonSearchRetail A:link {
	COLOR: #ffffff;
	text-decoration: underline;
}

td.buttonSearchRetail A:active {
	COLOR: #ffffff;
	text-decoration: underline;
}

td.buttonSearchRetail A:visited {
	COLOR: #ffffff;
	text-decoration: underline;
}

td.buttonSearchRetail A:hover {
	COLOR: #000000;
	TEXT-DECORATION: none;
}


/* BOTON "BUSCAR" EN EL MENU DE BUSQUEDA DE PRODUCTO EN CSP */ 
.buttonSearch	 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	background-color: #ff9900;
	background-image: url(../images/general/bgButtonSearch.gif);
	background-repeat: no-repeat;
	padding: 0px;
	vertical-align: middle;
	text-align: center;
	line-height: 19px;
	margin-right: 8px;
	margin-left: 8px;
	border: 0px;
	TEXT-DECORATION: none;
}

.buttonSearch:link {
	COLOR: #000000;
	TEXT-DECORATION: none;
}

.buttonSearch:active {
	COLOR: #000000;
	TEXT-DECORATION: none;
}

.buttonSearch:visited {
	COLOR: #000000;
	TEXT-DECORATION: none;
}

.buttonSearch:hover {
	COLOR: #000000;
	TEXT-DECORATION: underline;
}



.linkTabla {
    color:#000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

.tituloGrandeColor {
    color:#000000;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
}