/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  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, Helvetica, sans-serif; font-size: 12px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :Arial, Helvetica, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background-image:url(images/fondo_body.jpg);
  background-position:center;
  background-attachment:fixed;
  background-color:#000000;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  margin: 0px;
  padding:0px;

}


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

A:hover {
  color: #ff0000;  
  cursor: pointer;
 
}

FORM {
	display: inline;
}

a.menu{
	background-color:#e2001a; 
	height:20px;  
	padding-top:5px; 
	padding-left:0px;
	color:#ffffff; 
	font:normal 12px Arial, Helvetica, sans-serif; 
	text-decoration:none;
	
	}
a.menu:hover{
	color:#ffd800; 
	text-decoration:underline;
	}

*.search{
	color:#000000; 
	text-decoration:underline
	}
.search:hover{
	color:#e2001a; 
	text-decoration:underline}

.horiz_menu{
	font: normal 11px Arial, Helvetica, sans-serif; 
	text-decoration:none; 
	color:#000000;
	}
.horiz_menu:hover{ 
	text-decoration:underline; 
	color:#e2001a;
}

.categories_pako{
	font:normal 12px Arial, Helvetica, sans-serif; 
	color: #ffffff;
  	text-decoration: none; 
	}
.categories_pako:hover{
	color: #ffd800;
	cursor:pointer;
	}

.categories{
	font:normal 12px Arial, Helvetica, sans-serif; 
	color:#AA0000;
  	text-decoration: none; 
	}
.categories:hover{
	color: #0000AA;
	cursor:pointer;
	}

*.header{
	border-top:3px solid #ff0000; 
	text-align:left; 
	padding-left:10px; 
	padding-top:4px; 
    background-color:#ffd800; 
	height:20px; 
	margin-bottom:1px;
	font:normal 12px color:#ffffff Arial, Helvetica, sans-serif;
	}

/*/////// Formulario ////////*/

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

/*/////// Formulario ////////*/


/*/////// Productos Novedades////////*/
*.productName{
	color:#e2001a; 
	font:normal 15px Arial, Helvetica, sans-serif;
	}
*.productName:hover{
	color:#000000; 
	}
/*/////// Productos Novedades////////*/

*.price{
	color:#C20000; 
	font:bold 17px  Arial, Helvetica, sans-serif;}


TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ff0000;
}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ffd800;
  color: #000000;
  font-weight: normal;
}

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: #000000;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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



a.bottom{
	color:#ffffff; 
	font-weight:bold; 
	text-transform:uppercase; 
	text-decoration:none;
	}
a.bottom:hover{
	color:#000000; 
	}

TR.footer {
background-color:#f0eeec;
  
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; color:#333333;
  border-bottom:1px solid #ff7f00;
  color: #f0eeec;
  font-weight: normal;
}

.infoBox {

}

.infoBoxContents {
 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FFF;
}

.infoBoxNoticeContents {
  background: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/*monedas idiomas*/
TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
/*monedas idiomas*/

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: #ffffff;
}

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: #ffffff;
 
}

/* Productos*/
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 0px;
  background: #FFFFFF;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background:#000000;
  font-weight: bold;
  color:#f8f3ee;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #b6321c ;
}
TD.productListing-data a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}
TD.productListing-data a:hover{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#fba34f;

}
A.pageResults {
  color: #4A4949;

}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#000000;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color:#000000;
}

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

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

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

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

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


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

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

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

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

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #C20000;
  font:bold 16px;  
}

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

}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ff0000; }
*/
