/*
  $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
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.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; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background-image: url(images/barra.gif);
   height: 25px;
}

/*BARRA DE NAVEGACION*/
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #dfdedd;
  font-weight : bold;
  height: 25px;
  vertical-align: middle;
}

TD.headerNavigation2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #dfdedd;
  font-weight : bold;
  height: 25px;
  vertical-align: middle;
}

/*COLOR LETRAS BARRA DE NAVEGACION*/
A.headerNavigation { 
  color: #ffffff; 
}

/*COLOR LETRAS BARRA DE NAVEGACION*/
A.headerNavigation:hover {
  color: #ffffff;
}

/* IMAGENES DEL MENU DE CABECERA*/
IMG.headerNavigation{
	border: 100px;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 16px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background-image: url(images/barra.gif);
   height: 25px;
}

/*COLOR LETRAS BARRA INFERIOR DE VISITAS Y FECHA*/
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

/*BORDE DE BOXES (TODOS)*/
.infoBox {
  background: #ffffff;
}

/*FONDO BOXES PORTADA*/
.infoBoxContents {
	border:none;
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}


/*TITULO BOXES (SALVO CATEGORIAS INTERNAS Y ESQUINAS QUE SON IMAGENES)*/
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #fc6023;
  color: #000000;
}

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


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

TABLE.productListing {
  border: 1px;

}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #fc6023;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fd6001;
}

TR.subBar {
  background: #f4f7fd;
}

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

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: 13px;
  font-weight: bold;
  color:#1c98f8;
}

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 {
  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 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: black;
  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;
}

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

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

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.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; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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


/*STAR PRODUCT*/

.star-product-title {
  font-family: Verdana, Arial, sans-serif;
  text-align : center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.star-product {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}
.star-product-price{
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #ff0000;
}

#menucss {
	font-family: Calibri;
}
#menucss UL { text-align: center; margin: 0px; padding:0px;  }
#menucss UL LI { margin: 0px; padding:0px; list-style-type: none;}
#menucss UL UL { margin:0px; padding: 0px; }
#menucss A { display: block; }

#menucss UL LI.categorie_top A { font-size: 20px; font-weight: bold; color: #ffffff; }
#menucss UL LI.categorie_top_on A { font-size: 20px; font-weight: bold; color: #2684FE; }
#menucss UL UL LI.categorie A { font-size: 15px; padding-left: 8px; font-weight: bold; font-style: normal; color: #000000;}
#menucss UL UL LI.categorie_on A { font-size: 15px; padding-left: 8px; color: #000000; text-decoration: none; font-weight: bold; background: #ffffff; }

#menucss UL LI A:hover { color: #2684FE; text-decoration: none; font-weight: bold; }
#menucss UL UL LI A:hover { color: #000000; text-decoration: none; font-weight: bold; background: #fce7d0; }




/* Graphical Borders - boxes column_left_right - Star */
.mws_boxTop    { background: url('images/infobox_module/top.gif');
                 font-family: Tahoma;
                 font-size: 18px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap;
				 height: 25px; }
.mws_boxLeft   { background: url('images/infobox_module/left.gif'); }
.mws_boxRight  { background: url('images/infobox_module/right.gif'); }
.mws_boxBottom { 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 { background: #FFFFFF; }
/* Graphical Borders - boxes column_left_right - Star */

/* Graphical Borders - boxes main modules and file-pages - Star */
.mws_boxTop_main    { background: url('images/infobox_main/top.gif');
                 font-family: Tahoma;
                 font-size: 16px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap;
				 color: black; }
.mws_boxLeft_main   { background: url('images/infobox_main/left.gif'); }
.mws_boxRight_main  { background: url('images/infobox_main/right.gif'); }
.mws_boxBottom_main { background: url('images/infobox_main/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_main { background: #FFFFFF; }

TD.noborderbox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
/* Graphical Borders - boxes main modules and file-pages - End  */


/* Individual Boxes - Graphical Borders for modules - Star */
.mws_boxTop_module    { background: url('images/infobox_module/top.gif');
                 font-family: Tahoma;
                 font-size: 16px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap;
				 color: white; }
.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 */

/* TITULOS PSD */
.mws_boxTop_categorias{ background: url('images/cabecerasPSD/titCategorias2.gif');
                 font-family: Tahoma;
                 font-size: 15px;
                 text-align : center;
                 font-weight: bold;
                 color: white;
                 vertical-align: middle;
                 white-space: nowrap;
				 height: 35px; }
/* titulos psd */

/*** Begin Header Tags SEO ***/
h1.tagCategoria {
 font-family: Verdana, Tahoma;
 font-size: 2px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #dfdedd;
}
h1.tagSubcategoria{
 font-family: Verdana, Tahoma;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000000;
}

h1.tagPrecio{
 font-family: Verdana, Tahoma;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: red;
}

h2{
 font-family: Verdana, Tahoma;
 font-size: 1px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #dfdedd;
}
/*** End Header Tags SEO ***/

/* BOXES PRODUCTOS */

TABLE.producto{
	background: url('images/boxProducto/fondo.gif');
	border: 0;
	margin: 0px;
	padding: 0;
}
h1.tituloProducto{
	margin-top: 14px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

TD.tituloProducto{
	height: 45px;
	width: 255px;
	font-family: Verdana, Tahoma;
	font-weight: bold;
	color: white;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;	
}

A.tituloProducto{
	font-family: Verdana, Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

TD.fotoProducto{
	height: 145px;
	width: 138px;
	text-decoration: none;
	border: 0;
	padding:0;	
	text-align: center;
	vertical-align: middle;
	margin:0;
}

TD.descriProducto{
	height: 145px;
	width: 105px;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #7e7e7e;
	text-align: left;
	vertical-align: middle;
	margin-right: 3px;
	margin: -1px;
	padding: 0;
}

TD.precioProducto{
	height: 55px;
	width: 146px;
	font-family: !important;
	font-weight: bold;
	font-size: 20px;
	color: white;
	text-align: center;
	vertical-align: middle;
	margin-right: 6px;
	padding-top: 4px;
	border:none;
}

TD.carritoProducto{
	height: 57px;
	width: 10px;
	vertical-align: middle;
	border:none;
	padding: 0;
	text-align: right;
}

/*CONTROL DE STOCK*/

SPAN.markProductInStock{
	color: green;
}

SPAN.markProductOutOfStock{
	color: red;
}

SPAN.markProductLastStock{
	color: orange;
}

/*BOX NUEVO PRODUCTO*/

.boxNewProduct{	
	background: url(images/secciones/boxNewProduct.png);
}

#contenedor {
	margin:0 auto 0 auto;
	width:100%; 
	text-align:left; }




/* BOF Dynamic Sitemap */
  ul.sitemap {
  color: #ff0000;
}
/* EOF Dynamic Sitemap */


