/*
  $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
  
  color balnco : #ffffff
  color negro :#000000
  marron oscuro :   #472712
  marron claro :	#9a6634  o #634221
  crema :	#f6f5a0
  
  
  HIPERVINCULO : #FFCC66
  HIPERVINCULO VISITADO : #FFCC66
  hIPERVINCULO ACTIvO : #FFFFCC
  
  
*/
/* Tamaņo del texto de los box */

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; }

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
/* productos sin stock*/
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #f6f5a0; blod; }

.productsNotifications { font-size : 12px, background: #f2fff7; }

.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {

	/* COLOR FONDO DE TODO MENOS CABEXERA , BOXES Y RESULTADOS */
  background:#9a6634;    /* background: #ffffff;*/
  color: #f6f5a0;  /*color: #000000;*/
  margin: 0px;
}

A {
  /* COLOR todos los HIPRVINCULO*/ color: #f6f5a0;
  text-decoration: none;
}

A:hover {
  /* COLOR todos hiper CUANDO PASAS RATON color: #AABBDD;*/  color: #472712;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  /* COLOR FONDO CABECERA background: #ffffff;*/  background: #472712;
}

TR.headerNavigation {
  /* COLOR FONDO ??????? background: #bbc3d3; */ background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /* BARRA DE LA CABECERA, AUNQUE SI TIENE LINKS EL COLOR ESTA EN A Y A HOVER
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
  */
  background: #472712;
  color: #f6f5a0;
  /* font-weight : bold;*/
}

A.headerNavigation { 
  /* COLOR DEL LINK DE LA BARRA DE CABECERA color: #FFFFFF;*/ 		color :  #f6f5a0;
}

A.headerNavigation:hover {
  /* COLOR DEL LINK over DE LA BARRA DE CABECERA color: #ffffff;*/ color : #9a6634 
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #ffffff;
}

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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* fondo barra inferior background: #bbc3d3;*/ background: #472712;
  /* texto barra inferiorr color: #ffffff;*/ color: #f6f5a0;
  font-weight: bold;
}

.infoBox {
  /*COLOR DE LOS MARCOS DE LOS BOX background: #b6b7cb; */ background: #9a6634;
}

.infoBoxContents {
  /*background: #f8f8f9;FONDO  DE LOS BOX*/ background: #9a6634;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  /*???????MARCOS DE ?????? background: #FF8E90;*/ background: #FF8E90;
}

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


/* CABECERAS O BARRAS DE LO BOX*/
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /* background: #bbc3d3;*/  background: #472712;
  /* color: #ffffff;*/ color: #f6f5a0;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, 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: #f8f8f9;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  /* CREO QUE ES EL BORDE DE LA TABLA DEL LISTADO DE ARTICULOS border-color: #b6b7cb;*/ border-color: #472712;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /* bARRA CABECERA DE LISTA DE ARTICULOS background: #b6b7cb; */  background: #472712;
  /* bARRA CABECERA DE LISTA DE ARTICULOS color: #FFFFFF; */  color: #f6f5a0;
  font-weight: bold;
}
A.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /* bARRA CABECERA DE LISTA DE ARTICULOS background: #b6b7cb; */  background: #472712;
  /* bARRA CABECERA DE LISTA DE ARTICULOS color: #FFFFFF; */  color: #f6f5a0;
  font-weight: bold;
}
A.productListing-heading:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  /* bARRA CABECERA DE LISTA DE ARTICULOS background: #b6b7cb; */  background: #f6f5a0;
  /* bARRA CABECERA DE LISTA DE ARTICULOS color: #FFFFFF; */  color: #472712;
  font-weight: bold;
}






TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* COLOR DE FONDO DE RESULTADOS DE ARTICULOS */    background: #9a6634;
}

A.pageResults {
  /* color azul del texto siguiente pagina  etc. no activo color: #0000FF;  */   color: #472712; font-weight: bold;
}

A.pageResults:hover {
  /* color azul del texto siguiente pagina  etc. en seleccion  activo color: #0000FF;  */ color: #472712;
  /* color amarillodel fondo  del texto siguiente pagina  ecuando seleccionas color: #0000FF;  */ background: #f6f5a0;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  /* TEXTOS ANTES DE LOS LISTADOS RESULTANTES color: #9a9a9a;*/ color: #f6f5a0
}

TR.subBar {
  /* ???????????????? background: #f4f7fd;*/  background: #472712;
}

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

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

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

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


/* Texto de las preguntas de la busqueda avanzada*/
TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

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

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

SPAN.greetUser {
  /* texto del nombre de usuario*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color #f6f5a0;       /*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;
}


/* texto de articulos sin stock*/
SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f6f5a0;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  

  
}

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

.moduleRow { }
.moduleRowOver { background-color: #472712; cursor: pointer; cursor: hand; }  /* color de fondo en selecciones de pedidos .moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }*/
.moduleRowSelected { background-color: #472712; }      /*  .moduleRowSelected { background-color: #E9F4FC; }*/

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

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
/*mensaje de email o contraseņa incorr*/
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 18px; blod; /* background-color: #ffb3b5;*/ }
/* mensajes como se ha acualizado su cuenta*/
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 20px; background-color: #472712; }

/* input requirement */
/* son los textos que acompaņan a los campos obligatorios en un formulario*/
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 15px;  color: #ffffff; }


/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #f6f5a0;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #f6f5a0;
}
/*** End Header Tags SEO ***/
