/*
  Hoja de Estilos de Catálogo
*/
.contenido { font-family: Verdana, Arial, sans-serif; font-size: 12px; }  
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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; }

/* menu box para cajas desplegables*/
.menuBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: red; background: black; }
.menuBoxContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: black; background: red; }

a.menuBoxHeadingLink:link { font-size: 10px; color: #f7d917; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:visited { font-size: 10px; color: #f7d917; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:active { font-size: 10px; color: #f7d917; font-weight: bold; text-decoration: none; }
a.menuBoxHeadingLink:hover { font-size: 10px; color: #f7d917; font-weight: bold; text-decoration: none; }

a.menuBoxContentLink:link { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: black; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:visited { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: black; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:active { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: black; font-weight: normal; text-decoration: none; }
a.menuBoxContentLink:hover { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: red; font-weight: normal; text-decoration: underline; }


BODY {
  background: white;         /* Color del fondo */
  color: black;                 /* Color del texto */
  margin: 0px;
  background-image:url(images/fondo.gif)
}

A {
  color: #000000;                 /* Color del Texto en las Cajas */
  text-decoration: none;
}

A:hover {
        color: black;
        text-decoration: underline;
        background: none;
}

FORM {
        display: inline;
}

.tableCenter {                /* Estilo de la Zona Central */
        background-color:white;
        border: 1px solid black
}

.tableCenterSup {                /* Estilo de la Zona Central Superpuesta */
        background-color:#FFFFCC;
        border: 1px solid #336600;
        width:100%;
}

.tableFoot {                /* Estilo de la Zona Inferior */
        background-color:#FE9C01;
        border: 1px solid black
}


TR.header {
  background: #FF6600;        /* Color del Fondo del Encabezado */
}

TR.headerNavigation {
  background: #000000;
}

TD.headerNavigation {        /* Barra de Navegación superior */
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #000000;        /* Color del fondo */
  color: white;                /* Color del Texto */
  font-weight : bold;
}

A.headerNavigation {         /* Color de los Enlaces Barra de Navegación superior */
  color: #FE9C01;
}

A.headerNavigation:hover {
  color: #FF6600;                /* Color de los Enlaces de la Barra de Navegación superior cuando se pasa por encima */
}

TR.headerError {                /* Color de la Fila de los Mensajes de Error */
  background: red;
}

TD.headerError {                /* Columna de los Mensajes de Error */
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {                        /* Color de la Fila de los Mensajes de Información */
  background: #00ff00;
}

TD.headerInfo {                        /* Columna de los Mensajes de Información */
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {                                /* Fila de la Barra de Información inferior */
  background: #FFFFFF;
  color: #FF6600;
}

TD.footer {                                /* Columna de la Barra de Información inferior */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #000000;
  color: #FF6600;
  font-weight: bold;
}

.infoBox {
  background: #FE9C01;        /* Borde de las Cajas */
}

.infoBoxContents {                /* Contenidos de las Cajas */
  background: white;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {                /* Títulos de las Cajas */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #FE9C01;
  color:black;
}

TD.productBoxHeading {                /* Títulos de las Cajas de los Productos*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: red;
  color:#000000;
}
TD.priceBoxProduct {         /* Precio del Producto */
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #336600;
  background-color: #ffffff;
}

.contentBox {
  background: #000000;        /* Borde de las Cajas */
}

.contentBoxContents {                /* Contenidos de las Cajas */
  color: #742B1A;
  background: #E3CF5E;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.contentBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #336600;
  color:black;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.TextBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: white;
  color:#336600;

}

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: #ECECEA;                 /* Color de las Líneas Impares de los Listados */
}

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: white;                /* Color de las Líneas Pares de los Listados */
}

TR.productListing-heading {
  background: #ffffff;
}

TD.productListing-heading {         /* Título de la Lista de Productos */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11 px;
  background: #FE9C01;
  color: red;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {   /* Datos de la Lista de Productos */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
	color: #000000;
	font-size: 12px;
}

A.pageResults:hover {
  color: #000000;
  background: #FE9C01;
}

TD.pageHeading, DIV.pageHeading {         /* Título de las Páginas */
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  background: url('images/infobox_module/top.gif');
  background-repeat:no-repeat;
}



TR.subBar {
  background: red;
}

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: 12px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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 {                /* Nuevo Producto ańadido a la Tienda */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffff00;
}

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 {                /* Nombre del Usuario en la Página de Bienvenida */
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #D6CE9C;
  font-weight: bold;
}

TABLE.formArea {                /* Datos de la Cuenta de Usuario */
  background: #004242;
  border-color: #006600;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {                /* Títulos de las Tablas de la Cuenta de Usuario */
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {        /* Productos sin Stock */
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {                /* Productos en Oferta */
  font-family: Verdana, Arial, sans-serif;
  color: #FF0000;
}

TD.checkoutBar {         /* Texto en la parte inferior de las Páginas de Chequeo de Pedido */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #aabbdd;
}

SPAN.checkoutBarHighlighted {        /* Texto iluminado en la parte inferior de las Páginas de Chequeo de Pedido */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.stockInfo {
        background: #fee89c;
}

/* Individual Boxes - Graphical Borders for modules - Star */
.mws_boxTop_module    { background: url('images/infobox_module/top.gif');
                 font-family: Tahoma;
                 font-size: 12px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft_module   { background: url('images/infobox_module/left.gif'); }
.mws_boxRight_module  { background: url('images/infobox_module/right.gif'); }
.mws_boxBottom_module { background: url('images/infobox_module/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_module { background: #ffffff;
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 10px;}
.mws_boxCenter_module2 { background: #ffffff;
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 10px;}
/* Individual Boxes - Graphical Borders for modules - Star */

TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
