/*
  $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; font-size: 10px; }
.errorBox { font-family : Arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background-image:url(images/fondo_web.gif);
  background-repeat:  repeat-y;
  background-position: center top;
  margin: 0px;
}

.fondo
{
	background: url(images/back.gif) fixed no-repeat;
}

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

A:hover {
  color: #CC0000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background-image: url(images/nacional/azul.gif);
  background-repeat: x-repeat;
}

TD.footer {
  font-family: Arial;
  font-size: 10px;
  background-image: url(images/nacional/azul.gif);
  background-repeat: x-repeat;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #E9EEF4;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 10px;
}

.infoBox_home {
  background: #b6b7cb;
}

.infoBoxContents_home {
  /*background: #E9EEF4;*/
  background:#ffffff;
  border: 1px;
  border-style: solid;
  border-color: #E9EEF4;
  background-repeat: no-repeat;
  font-family: Arial;
  font-size: 10px;
}


.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  background: #017FB2;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  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;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial;
  font-size: 10px;
  /*background: #b6b7cb;*/
  background-image: url(images/nacional/azul.gif);
  background-repeat: repeat-x;
  background-color:#ffffff;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial;
  font-size: 10px;
}

A.pageResults {
  font-family: Arial;
  font-size:11px;
  color: #CC0000;
  text-decoration:underline;
}

A.pageResults:hover {
  font-family: Arial;
  font-size:11px;
  color: #CC0000;
  text-decoration:none;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  /*color: #9a9a9a;*/
  color:#000000;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

TD.fieldValue {
  font-family: Arial;
  font-size: 12px;
}

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

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

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

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial;
  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: Arial;
  font-size: 12px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

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

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

/* message box */

.messageBox { font-family: Arial; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 11px; background-color: #ff0000; color:#FFFFFF; font-weight:bold; }
.messageStackSuccess { font-family: Arial; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 10px; color: #CC0000; font-weight:bold; }


/***************************************************************************************************/
.new_header{
	background-image: url(images/nacional/backtop.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-color:#FFFFFF;
}

TR.new_headerNavigation {
	background-image: url(images/nacional/azul.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
}

TD.new_headerNavigation {
  font-family: Arial;
  font-size: 10px;
  vertical-align: top;
  color: #ffffff;
  font-weight : bold;
}

.iva {
font:Arial;
font-size:10px;
}

.cuadro_login {
font-family:Arial;
font-size: 10px;
font-weight:bold;
padding-bottom:2px;
}

.descripcion {
font:Arial;
font-size:12px;
}

.precio
{
font:Arial;
font-size:12px;
color:#FF0000;
font-weight:bold;
}

/*ARTE*/

.arte
{
font-family:Arial;
font-size: 11px;
color: #FB00A9;
}

.arte:link
{
font-family:Arial;
font-size: 11px;
color: #FB00A9;
}

.arte:visited
{
font-family:Arial;
font-size: 11px;
color: #FB00A9;
}

.arte:hover 
{ 
font-family:Arial;
font-size: 11px;
color: #FB00A9;
}

.arte:active 
{ 
font-family:Arial;
font-size: 11px;
color: #FB00A9;
}

/*ARTES GRAFICAS*/

.artes_graficas
{
font-family:Arial;
font-size: 11px;
color: #849700;

}

.artes_graficas:link
{
font-family:Arial;
font-size: 11px;
color: #849700;

}

.artes_graficas:visited
{
font-family:Arial;
font-size: 11px;
color: #849700;

}

.artes_graficas:hover 
{ 
font-family:Arial;
font-size: 11px;
color: #849700;

}

.artes_graficas:active 
{ 
font-family:Arial;
font-size: 11px;
color: #849700;

}

/*ARTESANIA*/

.artesania
{
font-family:Arial;
font-size: 11px;
color:#9E743A;
}

.artesania:link
{
font-family:Arial;
font-size: 11px;
color:#9E743A;
}

.artesania:visited
{
font-family:Arial;
font-size: 11px;
color:#9E743A;
}

.artesania:hover 
{ 
font-family:Arial;
font-size: 11px;
color:#9E743A;
}

.artesania:active 
{ 
font-family:Arial;
font-size: 11px;
color:#9E743A;
}

/*COMPUTACION*/

.computacion 
{
font-family:Arial;
font-size: 11px;
color:#36979C;
}

.computacion :link
{
font-family:Arial;
font-size: 11px;
color:#36979C;
}

.computacion:visited
{
font-family:Arial;
font-size: 11px;
color:#36979C;
}

.computacion:hover 
{ 
font-family:Arial;
font-size: 11px;
color:#36979C;
}

.computacion:active 
{ 
font-family:Arial;
font-size: 11px;
color:#36979C;
}

/*ESCOLAR*/
.escolar 
{
font-family:Arial;
font-size: 11px;
color:#0052C2;
}

.escolar:link
{
font-family:Arial;
font-size: 11px;
color:#0052C2;
}

.escolar:visited
{
font-family:Arial;
font-size: 11px;
color:#0052C2;
}

.escolar:hover 
{ 
font-family:Arial;
font-size: 11px;
color:#0052C2;
}

.escolar:active 
{ 
font-family:Arial;
font-size: 11px;
color:#0052C2;
}

/*OFICINA*/
.oficina{
font-family:Arial;
font-size: 11px;
color:#D8484B;
}

.oficina:link
{
font-family:Arial;
font-size: 11px;
color:#D8484B;
}

.oficina:visited
{
font-family:Arial;
font-size: 11px;
color:#D8484B;
}

.oficina:hover 
{ 
font-family:Arial;
font-size: 11px;
color:#D8484B;
}

.oficina:active 
{ 
font-family:Arial;
font-size: 11px;
color:#D8484B;
}

/*REGALOS*/
.regalos{
font-family:Arial;
font-size: 11px;
color:#69207E;
}

.regalos:link
{
font-family:Arial;
font-size: 11px;
color:#69207E;
}

.regalos:visited
{
font-family:Arial;
font-size: 11px;
color:#69207E;
}

.regalos:hover 
{ 
font-family:Arial;
font-size: 11px;
color:#69207E;
}

.regalos:active 
{ 
font-family:Arial;
font-size: 11px;
color:#69207E;
}

/*TECNICA*/
.tecnica{
font-family:Arial;
font-size: 11px;
color:#0E9CDA;

}

.tecnica:link
{
font-family:Arial;
font-size: 11px;
color:#0E9CDA;

}

.tecnica:visited
{
font-family:Arial;
font-size: 11px;
color:#0E9CDA;

}

.tecnica:hover 
{ 
font-family:Arial;
font-size: 11px;
color:#0E9CDA;

}

.tecnica:active 
{ 
font-family:Arial;
font-size: 11px;
color:#0E9CDA;
}

.titulo_prod_index
{
font-family:Arial;
font-size: 11px;
color:#017FB2;
font-weight:bold;
}

.titulo_prod_index:link
{
font-family:Arial;
font-size: 11px;
font-weight:bold;
color:#017FB2;

}

.titulo_prod_index:visited
{
font-family:Arial;
font-size: 11px;
font-weight:bold;
color:#017FB2;

}

.titulo_prod_index:hover 
{ 
font-family:Arial;
font-size: 11px;
font-weight:bold;
color:#017FB2;

}

.titulo_prod_index:active 
{ 
font-family:Arial;
font-size: 11px;
color:#017FB2;
font-weight:bold;
}



.links_internas
{
font-family:Arial;
font-size: 11px;
color:#CC0000;
font-weight:bold;
}

.links_internas:link
{
font-family:Arial;
font-size: 11px;
font-weight:bold;
color:#CC0000;

}

.links_internas:visited
{
font-family:Arial;
font-size: 11px;
font-weight:bold;
color:#CC0000;

}

.links_internas:hover 
{ 
font-family:Arial;
font-size: 11px;
font-weight:bold;
color:#CC0000;

}

.links_internas:active 
{ 
font-family:Arial;
font-size: 11px;
color:#CC0000;
font-weight:bold;
}

.titulo_internas
{
background-color: #017FB2;
font-family:Arial;
font-size: 11px;
color:#FFFFFF;
font-weight:bold;
}

.precio_prod_index
{
font-family:Arial;
font-size: 11px;
color:#FF0000;
font-weight:bold;
}

.precio_normal
{
font-family:Arial;
font-size: 11px;
color:#000000;
}

.titulo_box_cart
{
  font-family: Arial;
  font-size: 10px;
  color: #ffffff;
}

.powered
{
  font-family: Arial;
  font-size: 10px;
  color:#CCCCCC;
}

.total
{
  font-family: Arial;
  font-size: 11px;
  font-weight:bold;
  color:#000000;
}