/*
  $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: Verdana, Arial, sans-serif; font-size: 12px; }

/* ffb3b5=rosa claro */
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }

/* cc0033=rojo sangre */
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }

/* f2fff7=blanco sucio */
.productsNotifications { background: #f2fff7; }

/* 70d250=verde apagao*/
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

/* todo el cuerpo de la página*/
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

/* Letras de dentro ventanitas y títulos nuevos productos */
A {
  color: #000000;
  text-decoration: none;
}

/* Color cuando paso por encima de un enlace */
A:hover {
  color: #dd0000;
  text-decoration: none;
}

FORM {
	display: inline;
}

/* Fondo Cabecera */
TR.header {
  background: #000000;
}

/* bbc3d3=gris azulado; 00ff00=verde fosforito */
TR.headerNavigation {
  background: #00ff00;
}

/* Barra bajo el logo. Color del fondo y de los separadores */
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #000000;
  color: #ffffff;
  font-weight : bold;
}

/* Barra bajo el logo. Color de las letras */
A.headerNavigation { 
  color: #ffffff; 
}

/* Barra bajo el logo. Color cuando paso por encima de un enlace */
A.headerNavigation:hover {
  color: #ff0000;
}

/* ff0000=rojo puro; 00ff00=verde fosforito */
TR.headerError {
  background: #00ff00;
}

/* ff0000=rojo puro; ffffff=blanco; 00ff00=verde fosforito */
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

/* 00ff00=verde fosforito */
TR.headerInfo {
  background: #00ff00;
}

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

/* bbc3d3=gris azulado; 00ff00=verde fosforito */
TR.footer {
  background: #00ff00;
}

/* Barra a pie de página */
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #ffffff;
}

/* Borde en las ventanas */
.infoBox {
  background: #000000;
}

/* Fondo ventanitas. Fuente en ventana lo más vendido */
.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

/* FF8E90=rosa palo */
.infoBoxNotice {
  background: #FF8E90;
}

/* FFE6E6=blanco; FF8E90=rosa palo */
.infoBoxNoticeContents {
  background: #FF8E90;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
/* Cabecera ventanitas */
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
/* Color fondo primera linea de productos, para hacer pijama */
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: #eeeeee;
}

/* Color fondo segunda linea de productos, para hacer pijama */
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: #dddddd;
}

/* Cuerpo de la tabla de productos */
TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 0px;
}

/* Cabecera de la lista de productos */
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #000000;
  color: #FFFFFF;
  font-weight: bold;
}

/* Letras de descripción de productos */
TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

/* 0000FF=azulón */
A.pageResults {
  color: #0000FF;
}

/* 0000FF=azulón; FFFF33=amarillo limón */
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

/* Fuentes en la primera línea de la página */
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  color: #ff0000;
}
/* f4f7fd=blanco */
TR.subBar {
  background: #FFFF33;
}
/* 000000=negro */
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #FFFF33;
}

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
/* aabbdd=azul claro */
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #aabbdd;
}

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

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

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
/* ff0000=rojo */
SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

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

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
/* Invitado en cabecera del cuerpo */
SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
/* f1f9fe=blanco; 7b9ebd=azulón */
TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
/* c76170=rosa carmesí*/
SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #c76170;
  font-weight: bold;
}
/* ff0000=rojo*/
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
/* ff0000=rojo*/
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
/* D7E9F7=azulito; E9F4FC=blanco*/
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
/* 8c8c8c=gris denso; 000000=negro*/
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #c76170; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */
/* ffb3b5=rosita; 99ff00=verde fosforito */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
/* mensaje de error como por ejemplo cuando no existe el usuario */
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 14px; color: #ffffff; background-color: #ff0000; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
/* ff0000=rojo */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
