/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Arial, Verdana, sans-serif; font-size: 12px; padding:10px;color:#666666}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

.borderit img{ border: 4px solid #c0c0c0; filter: gray alpha(opacity=50); opacity: 0.5; -moz-opacity: 0.5;}
.borderit:hover img{ border: 4px solid #ffffff; filter: none; opacity: 1; -moz-opacity: 1;}
.borderit:hover{ color: #c0c0c0; /* irrelevant definition to overcome IE bug */ } 
.borderitactive img{ border: 4px solid #ffffff; }

.borderit2 img{ filter: gray alpha(opacity=50); opacity: 0.5; -moz-opacity: 0.5;}
.borderit2:hover img{ filter: none; opacity: 1; -moz-opacity: 1;}
.borderit2:hover{ color: #c0c0c0; /* irrelevant definition to overcome IE bug */ } 

BODY {
  color: #ffffff;
  margin: 0px;
  font-family:arial,verdana,helvetica;
  font-size:12px;
  background-color:#454545;
}

/* dib: Plantilla base */
.head {
	background-image: url('images/template/bg_head.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
}
.content {
	background-image: url('images/template/bg_content.jpg');
	background-repeat: repeat-x;
	background-color: #l9l9l9;
}
.menu {
	background-image: url('images/template/bg_shadow.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
.cart {
	background-image: url('images/template/shopping_cart.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}
.bg_box {
	background-image: url('images/template/bg_box.png');
	background-repeat: no-repeat;
}
.bg_box_bt {
	background-image: url('images/template/bg_box_bt.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
.bg_box2 {
	background-image: url('images/template/bg_box2.png');
	background-repeat: no-repeat;
}
.bg_box2_bt {
	background-image: url('images/template/bg_box2_bt.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
hr.naranja {
	margin-top:5px;
	padding: 0;
	border-shade: noshade;
	color: #FFF;
	height: 1px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
hr.gris {
	margin-top:0px;
	padding: 0;
	border: solid #cccccc;
	border-width: 1px 0 0 0;
	border-shade: noshade;
	color: #cccccc;
	height: 1px;
	width: 100%;
}
hr.white {
	padding: 0;
	border: solid #ffffff;
	border-width: 1px 0 0 0;
	border-shade: noshade;
	color: #ffffff;
	height: 1px;
	width: 100%;
}

#nav_left {  
	list-style:none;
	margin:-11 0 0 0;
	padding:0;
	width:100%;
}

#nav_left li {
	margin-top:-1;
	padding:0;
	border-bottom: 1px solid #e4e4e4;
}

#nav_left li a {
	background:transparent url('images/template/pico_naranja.gif') 0px 9px no-repeat;
	display:block;
	width:100%;
	text-decoration:none;
	font-size:11px;
	color:#cccccc;
	padding:5px 0px 5px 10px;
}

#nav_left li a:hover {
	color:#0584ef;
	}

/* dib: Plantilla base */

A {
  color: #ffffff;
  text-decoration: underline;
}

A:hover {
  color: #ffffff;
  text-decoration: none;
}

A.white {
  color: #ffffff;
  text-decoration: underline;
}

A.white:hover {
  color: #ffffff;
  text-decoration: none;
}

.black {
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}
.naranja {
	color: #0584ef;
	font-size: 12px;
	font-weight:bold;
}

A.black {
  color: #000000;
  text-decoration: none;
}

A.black:hover {
  color: #000000;
  text-decoration: underline;
}

A.naranja {
  color: #0584ef;
  text-decoration: none;
}

A.naranja:hover {
  color: #0584ef;
  text-decoration: underline;
}

.black2 {
	color: #000000;
}
.naranja2 {
	color: #0584ef;
}

A.black2 {
  color: #000000;
  text-decoration: none;
}

A.black2:hover {
  color: #000000;
  text-decoration: underline;
}

A.naranja2 {
  color: #0584ef;
  text-decoration: none;
}

A.naranja2:hover {
  color: #0584ef;
  text-decoration: underline;
}


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {

}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #0584ef;
}

A.headerNavigation { 
  color: #0584ef; 
  text-decoration:underline;
}

A.headerNavigation:hover {
  color: #0584ef;
  text-decoration:none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #ff7f00;
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #ff7f00;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #dadada;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBox2 {
  background: transparent;
}

.infoBox2Contents {
  background: transparent;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #ff7f00;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: transparent;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f9f9f9;
}

TABLE.productListing {
  border-top: 1px solid #d9d9d9;
}

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #ffffff;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

A.pageResults {
  color: #ffffff;
}

A.pageResults:hover {
  color: #ffffff;
  text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #0584ef;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
}

TABLE.main, TD.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#ffffff;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color:#ffffff;
  font-weight:bold;
}

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color:#666666;
}

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  border:1px solid #cccccc;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

input.noborder {
	border:0px;
}


TEXTAREA {
  border:1px solid #cccccc;
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #0584ef;
}
SPAN.productSpecialPrice2 {
  font-family: Arial, Verdana, sans-serif;
  color: #ffffff;
  font-weight:bold;
  font-size: 12px;
}
SPAN.productPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #FFFFFF;
  font-weight:bold;
  font-size: 12px;
}

SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #787878; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #787878; }

.checkoutBarFrom, .checkoutBarTo {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-transform: uppercase;
	padding-top:5px;
	line-height:20px;
}
.checkoutBarCurrent {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #CCC;
	text-transform: uppercase;
	font-weight:bold;
	padding-top:5px;
	line-height:20px;
}
.checkoutcurrent { padding:2px;}


/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #0584ef; }
.main2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color:#999999;
}

