/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *c
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
	/* This file has been modified by Open Source Strategies, Inc. */
	/* ===== This file contains the eCommerce specific styles ===== */
	/* ===== Basic Element Styles ===== */
BODY {
	background-color: #FFFFFF;
	background-image: url(bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

P {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #6e7669;
}

#tablaPrincipal #contentPrincipal {
	background-color: #e0e5dd;
	background-image: url(cbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	width: 905px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.footer {
	font-family: Verdana;
	font-size: 11px;
	color: #586153;
}

.lateral {
	background-image: url(l.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 3px;
}

FORM {
	margin: 0px;
}

UL {
	margin: 0;
}

img {
	behavior: url("/images/pngbehavior.htc");
	border: 0px;
}

.endcolumns {
	clear: both;
	height: 0px;
	visibility: hidden;
}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6e7669;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #6e7669;
}

/* ===== Header Styles ===== */
#ecom-header {
	position: relative;
	height: 204px;
	/* border:1px solid #000; */
}

#ecom-header #left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 280px;
}

#ecom-header #middle {
	margin-left: 290px;
	margin-right: 210px;
	padding-top: 10px;
	width: auto;
	text-align: center;
}

#ecom-header #right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	padding: 0px;
	margin-top: 20px;
	text-align: right;
}

#welcome-message {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#welcome-message a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

#welcome-message a:hover {
	color: black;
	text-decoration: underline;
}

#company-name {
	margin: 0px;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	white-space: nowrap;
}

#company-subtitle {
	margin: 0px;
	font-size: 6pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #330099;
	white-space: nowrap;
}

#microcart {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#microcart a {
	text-decoration: none;
	color: #000099;
}

#microcart a:hover {
	color: black;
	text-decoration: underline;
}

#microcart .disabled {
	color: #666666;
}

/* ===== Header-Bar Styles ===== */
#ecom-header-bar {
	text-align: center;
	overflow: visible;
	height: 14px;
}

#ecom-header-bar ul {
	display: block;
	overflow: visible;
	list-style: none;
	background: transparent;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#ecom-header-bar ul li {
	height: 14px;
	padding: 0px 8px 0px 8px;
}

#ecom-header-bar ul#left-links li {
	float: left;
	border-right: 1px solid #FFFFFF;
}

#ecom-header-bar ul#right-links li {
	float: right;
	border-left: 1px solid #FFFFFF;
}

#ecom-header-bar ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

#ecom-header-bar ul li:hover a {
	color: black;
	text-decoration: underline;
}

/* ===== Layout/Formatting Styles ===== */
	/* NOTE: using a combination of a float left/right for the side bars AND
  wide margins for the center to get 2 desired effects: 1. be able to end
  columns and put the footer at the bottom of the page and 2. not have the
  center column expand to full width below the columns.

  The downside to this is that in some browsers we can't effectively use floats
  within divs in the main column.
*/
	/* ecom-mainarea wraps what is below the header including the divs for left, main, right columns as applicable */
#ecom-mainarea {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

#ecom-mainarea .left {
	/* alt: position: absolute; left: 0px; top: 0px; */
	float: left;
	width: 210px;
	/* border:1px solid #000; */
}

#ecom-mainarea .right {
	/* alt: position: absolute; right: 0px; top: 0px; */
	float: right;
	width: 200px;
}

#ecom-mainarea .top {
	/* alt: position: absolute; left: 0px; top: 0px; */
	width: 307px;
	/* border:1px solid #000; */
}

#ecom-mainarea .topleft {
	/* alt: position: absolute; left: 0px; top: 0px; */
	width: 307px;
	float: left;
	height: 50px;
	/* border:1px solid #000; */
}

#ecom-mainarea .searchbox {
	width: 247px;
	height: 96px;
	vertical-align: middle;
	padding-left: 60px;
	padding-top: 20px;
	float: left;
	background-image: url(bg_search.gif);
}

#ecom-mainarea .loginbox {
	width: 207px;
	height: 106px;
	vertical-align: middle;
	padding-left: 100px;
	padding-top: 10px;
	float: right;
	background-image: url(bg_login.gif);
}

#ecom-mainarea .topright {
	/* alt: position: absolute; left: 0px; top: 0px; */
	width: 307px;
	height: 50px;
	float: right;
	/* border:1px solid #000; */
}

#ecom-mainarea .center,#ecom-mainarea .leftonly,#ecom-mainarea .rightonly,#ecom-mainarea .nocolumns
	{
	text-align: left;
	vertical-align: top;
}

#ecom-mainarea .center {
	margin-left: 240px;
	margin-right: 15px;
}

#ecom-mainarea .leftonly {
	margin-left: 160px;
	margin-left: 161px;
}

#ecom-mainarea .rightonly {
	margin-right: 210px;
	margin-right: 211px;
}

/* ====== eCommerce "Screenlet" Styles ====== */
#ecom-mainarea .screenlet {
	margin-bottom: 10px;
}

#ecom-mainarea .screenlet-header {
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-left: 4px;
}

#ecom-mainarea .screenlet-body {
	padding: 4px;
}

.boxhead {
	color: #c30631;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
}

.boxlink {
	float: right;
}

A.boxheadbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

A.boxheadbutton:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: red;
}

/* Form layout styles to simulate a table-style layout */
#ecom-mainarea .form-row {
	clear: both;
	padding-top: 2px;
}

#ecom-mainarea .form-label {
	text-align: right;
	padding-top: 5px;
}

#ecom-mainarea .form-field {
	margin-left: 10px;
	text-align: left;
}

/* ===== Text/Label Styles ===== */
.tabletext,div.form-label,div.form-field {
	font-size: 12px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

A.tabletext:hover {
	font-size: 12px;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.tablebuttontext {
	font-size: 12px;
	color: #1E3C66;
	font-family: Arial, Helvetica, sans-serif;
}

.contenttext {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

DIV.tabletexthidden {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	visibility: hidden;
}

.head1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #bb2546;
}

.head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.head3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

DIV.graybox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #000000;
	text-align: center;
	margin: 2px auto;
	width: auto;
	padding: 4px;
}

.boxoutside {
	padding: 0px;
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}

.boxtop {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 4px;
	padding-left: 4px;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}

.boxbottom {
	padding: 4px;
	border-color: #999999;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
}

.button {
	border-style: outset;
	border-color: #9999CC;
	border-width: 2px;
	padding-right: 5px;
	padding-left: 5px;
}

.tableheadtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

A.tableheadbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

A.tableheadbutton:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: red;
}

A.buttontext,.buttontextdisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	border: #999999 solid 1px;
	margin: 2px 1px 2px 1px;
	padding: 1px 4px 1px 4px;
}

A.buttontext {
	color: #000099;
}

A.buttontext:hover {
	color: red;
	text-decoration: underline;
}

A.linktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
}

A.linktext:hover {
	color: red;
	text-decoration: underline;
}

.buttontextdisabled {
	color: #333333;
}

.submenutextinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-left: 6px;
	padding-right: 5px;
	border-right: 1px solid #5886C6
}

.submenutext,A.submenutext,A.submenutext:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: yellow;
	padding-left: 6px;
	padding-right: 5px;
	border-right: 1px solid #5886C6
}

A.submenutext:hover {
	color: yellow;
	text-decoration: underline;
}

.submenutextdisabled,A.submenutextdisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	padding-left: 6px;
	padding-right: 5px;
	border-right: 1px solid #5886C6
}

A.submenutextdisabled:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: yellow;
}

.submenutextinforight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding-left: 6px;
}

.submenutextright,A.submenutextright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: yellow;
	padding-left: 6px;
}

A.submenutextright:hover {
	color: yellow;
	text-decoration: underline;
}

.submenutextrightdisabled,A.submenutextrightdisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	padding-left: 6px;
}

A.submenutextrightdisabled:hover {
	text-decoration: underline;
	color: yellow;
}

A.lightbuttontext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: yellow;
	border: none;
}

A.lightbuttontext:hover {
	color: yellow;
	text-decoration: underline;
}

A.lightbuttontextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
	color: yellow;
	border: none;
}

A.lightbuttontextsmall:hover {
	color: yellow;
	text-decoration: underline;
}

.lightbuttontextdisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

A.buttontextbig,.buttontextbigdisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border: #999999 solid 1px;
	margin: 2px 2px 2px 2px;
	padding: 1px 4px 1px 4px;
}

A.buttontextbig {
	color: #000099;
}

.buttontextbigdisabled {
	color: #CCCCCC;
}

A.buttontextbig:hover {
	color: red;
	text-decoration: underline;
}

A IMG.imageborder {
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}

/* ===== Other Header Styles ===== */
.headersmalltext {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
}

a.headersmalllink {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}

a.headersmalllink:hover {
	color: red;
}

/* ===== Misc/General Styles ===== */
HR.hrGris {
	font-size: xx-small;
	width: 100%;
	height: 1px;
	border-width: 0px;
	color: #d9d9d9;
	background-color: #d9d9d9;
	margin: 0px;
	padding: 0px;
}

HR.sepbar {
	font-size: xx-small;
	width: 100%;
	height: 1px;
	border-width: 0px;
}

.errorMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 8pt;
	font-weight: bold;
	color: red;
}

.errorMessageForm {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 10px;
	color: red;
}

.eventMessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 8pt;
	font-weight: bold;
	color: #000099;
}

.ontab {
	font-size: 8pt;
	padding: 2px;
	border-style: inset;
	border-width: 3px;
}

a.onlnk {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
}

.offtab {
	font-size: 10px;
	padding: 2px;
	border-style: outset;
	border-width: 3px;
}

a.offlnk {
	font-size: 10px;
	font-weight: bold;
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px;
}

a.offlnk:hover {
	color: red;
}

.areaheader {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	padding: 2px;
}

.edittable {
	border-color: #000000 #000000 #003333;
	border-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin
}

.editInputBox {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: #999999 solid 1px;
	margin: 2px;
}

.inputBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: #9a9d96 solid 1px;
	margin: 2px;
}

.selectBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: #999999 solid 1px;
	margin: 2px;
}

.textAreaBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: #999999 solid 1px;
	margin: 2px;
}

.radioButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.checkBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.smallSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	border: #999999 solid 1px;
	margin: 2px;
}

.mediumSubmit,.largeSubmit,.loginButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000099;
	border: #999999 solid 1px;
	margin: 2px;
}

.smallSubmit:hover,.mediumSubmit:hover,.largeSubmit:hover,.loginButton:hover
	{
	color: red;
	text-decoration: underline;
}

.smallAltSubmit,.mediumAltSubmit,.largeAltSubmit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.basePrice {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

.normalPrice {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: green;
}

.salePrice {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: red;
}

/* ===== Product Summary Styles ===== */
.product-prevnext {
	float: left;
	text-align: right;
	margin-top: 10px;
}

.productcategorylink-container {
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: #999 solid 1px;
}

.productcategorylink {
	position: relative;
	padding: 5px;
	border-bottom: #999 solid 1px;
	height: 60px;
}

.productcategorylink .smallimage {
	float: left;
	/* position: absolute; top: 5px; left: 5px; */
	margin: 0px 5px 5px 0px;
}

.productcategorylink .smallimage img {
	border: #CCC solid 1px;
	height: 50px;
}

.productsummary-container {
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: #999 solid 1px;
}

.productsummary {
	position: relative;
	padding: 5px;
	border-bottom: #999 solid 1px;
	height: 60px;
}

.productsummary .smallimage {
	float: left;
	/* position: absolute; top: 5px; left: 5px; */
	margin: 0px 5px 5px 0px;
}

.productsummary .smallimage img {
	border: #CCC solid 1px;
	height: 50px;
}

.productsummary .productbuy {
	float: right;
	width: 160px;
	margin: 5px;
	text-align: right;
}

.productsummary .productinfo { /* margin-left: 60px; */
	text-align: left;
}

/* ===== Product Detail Styles ===== */
#productdetail #download-files {
	margin-top: 10px;
	padding-top: 5px;
}

#productdetail #long-description {
	margin-top: 10px;
	padding-top: 5px;
}

#productdetail #reviews {
	margin-top: 10px;
	padding-top: 5px;
}

#productdetail {
	float: left;
	margin-top: 10px;
}

#productdetail #associated-products {
	margin-top: 10px;
	padding-top: 5px;
}

.lefthalf {
	left: 0;
	width: 49%;
	height: 1%;
	margin: 0% 1% 1% 0%;
	float: left;
}

.righthalf {
	float: right;
	height: 1%;
	width: 49%;
	right: 0;
	margin: 0 0 1% 1%;
}

.leftclear {
	height: 1%;
	clear: left;
}

.bothclear {
	height: 1%;
	clear: both;
}

A.browsecategorybutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.browsecategorybuttondisabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.menuItem {
	width: 207px;
	height: 22px;
	padding-top: 2px;
}

.cajaMenu1 {
	padding-left: 5px;
	background-image: url(m_1.gif);
	width: 207px;
	height: 22px;
}

.cajaMenu2 {
	padding-right: 5px;
	text-align: right;
	background-image: url(m_2.gif);
	width: 176px;
	height: 22px;
}

.cajaMenu3 {
	padding-right: 5px;
	text-align: right;
	background-image: url(m_3.gif);
	width: 176px;
	height: 22px;
}

.Verdana12BoldMorado {
	color: #c30631;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}

.Verdana11BoldMorado {
	color: #c30631;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}

.Arial12BoldMorado {
	color: #bb2546;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.Arial14BoldMorado {
	color: #bb2546;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.Arial20BoldMorado {
	color: #bb2546;
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.Arial12BoldGris {
	color: #6f776a;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.Arial11Morado {
	color: #bb2546;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.linkMigas {
	color: #bb2546;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.Verdana12Gris {
	color: #9a9d96;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
}

.Verdana10Gris {
	color: #9a9d96;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

.Verdana10Blanco {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

.Verdana10Gris a {
	color: #9a9d96;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}

.btn-left {
	width: 3px;
	height: 21px;
	background-repeat: no-repeat;
}

.btn-right {
	width: 3px;
	height: 21px;
	background-repeat: no-repeat;
}

.btn-bg {
	height: 21px;
	background-image: url(btn_bg.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
}

.btn-bg a {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

.btnlink {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	color: #707070;
	text-decoration: underline;
}

#uvas {
	position: absolute;
	top: -80px;
	left: 450px;
	width: 141px;
	height: 129px;
}

.priceDetail {
	width: 46px;
	height: 46px;
	background-image: url("bg_price.gif");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.priceDetailHome {
	height: 46px;
	background-image: url("bg_price.gif");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.promomain {
	width: 158px;
	background-image: url("/images/promomain2.gif");
	background-repeat: repeat-y;
}

.listSeparator {
	height: 26px;
	background-image: url("list_sep.gif");
	background-repeat: repeat-x;
}

.puntosUsuarios {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica;
	color: #c30631;
}

.linkFooter {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #c30631;
	text-decoration: underline;
}

/*Estilos para el plugin mootools de tooltips*/
.tool-tip {
	color: #c30631;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #c30631;
	padding: 8px 8px 4px;
	background: url('img/bubble.png') top left;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('img/bubble.png') bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #fff;
	padding: 8px 8px 4px;
	background: #c30631;
	border-bottom: 1px solid #c30631;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #c30631;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #c30631;
	background-color: #c30631;
	padding: 5px;
	opacity: 0.85;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	text-align: justify;
}

#tooltip h3 {
	color: #fff;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-align: justify;
}

#tooltip h3,#tooltip div {
	margin: 0;
	text-align: justify;
}

.jtip {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #fff;
	text-align: justify;
	cursor: pointer;
}

.fancyCircle {
	border: 0px;
}

.fancyLabel {
	visibility: hidden;
}
/*-- fin tooltip  --*/