/*
  $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: 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: #F0A480; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #333333; /********* OSCURO ******************/
  color: #CCCCCC;
  text-align: center;
  margin: 5px auto;
  max-width: 1000px;
  min-width: 1000px;
}



a { color: #CCCCCC; text-decoration: none;}   /*Enlace estándar */
a:hover {  color: #666666; background-color: #CCCCCC;}

form { display: inline;}

TR.header { /* Cabecera fondo */
  background: #000000;
}

TR.headerNavigation {
  background: #898f9a;
}

TD.headerNavigation {     /*Barra superior */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  height: 33px;
  background: #898f9a;
/*  background-image: url(images/bg_greybar.png);   /*Crear estilo propio para el primero */
/*  background-repeat: no-repeat;*/
  color: #ffffff;
  font-weight : bold;
  /*background-image: url("images/gflag.png");
  background-repeat: no-repeat;*/
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

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: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #898f9a;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #898f9a;
  color: #ffffff;
  font-weight: bold;
}

.infoBox { /*Borde de los cuadros de los menús */
  /*background: #b6b7cb;*/
}

.infoBoxContents { /*Contenido de los cuadros de menú */
  background: #333333;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {  /*Texto de cabecera de las boxes */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  border: none;
  /*background: #666666;*/
  /*padding: 2px 0px 2px 3px;*/
  height: 33px;
  color: #CCCCCC;
}

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: #777777;
}

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: #888888;
}

TABLE.productListing { /*Tabla de listado de productos */
	border: none;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding: 5px 0px 5px 0px;
  background: #222222;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #9ec508;
  font-weight: bolder;
}

A.pageResults:hover {
  color: #000000;
  background: #CCCCCC;
  font-weight: bolder;
}

TD.pageHeading, DIV.pageHeading { /*Texto grande de cabecera de página */
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main { /*Fuente del bloque Main */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText { /*Texto de nombres de artículos y demás */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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: #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;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #F0A480;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #9ec508;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #000000; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #585858; }

td .checkoutBar {
	padding: 2px 0px 0px 0px;
}
.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;
}
.checkoutBarFrom, .checkoutBarTo, .checkoutBarCurrent {
	font-weight: bolder;
	font-size: 16px;
}
.checkoutBar_texto {
	background-color: #8c8c8c;
	padding: 2px 5px;;
}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning {
	color: #990000;
	font-weight: bolder;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	background-color: #cccccc;
	color: #000000;
}

/* input requirement */

.inputRequirement {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #F0A480;
	font-weight: bolder;
}

/* añadidas por nosotros */
td .celdas_nuevos {
padding: 15px 50px 10px 50px;
}
.nombres_nuevos {
font-size: 12px;
}
.precios_nuevos {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 18px;
}
.bienvenida {
font-size: 11px;
font-family: Arial;
}

td .cabecera_cesta {
	background-color: #666666;
	height: 20px;
	margin: 0x;
	padding: 2px 0px 2px 8px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
.contenido_cesta {
	background-color: #b8b8b8;
	margin: -1px 0px 0px 0px;
	padding: 0px;
	color: #333333;
}

.contenido_cesta a { color: #333333; text-decoration: underline; }
.contenido_cesta a:hover { background-color: #999999; }

.cabecera_nuevos{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #666666;
  padding: 2px 0px 2px 3px;
  height: 33px;
  color: #CCCCCC;
}
img {
	border: none;
}
.advertencia_rojo {
	color: #F0A480;
	font-weight: bolder;
}
table.lista_categorias td{
	font-size: 13px;
}
.realizar_pedido {
	font-weight: bolder;
	font-size: 13px;
}
.form_buscar {
	padding: 5px;
}
.boton_buscar {
	float: right;
	padding: 0px 20px 0px 0px;
}
.campo_buscar {
	padding: 3px;
	text-align: right;
}
.enlace_cabecera {
	text-decoration: underline;
}
.enlace_cabecera:hover {
	text-decoration: none;
}

a.tiendas {
	color: #9ec508;
	font-weight: bolder;
}
a.tiendas:hover {
	background-color: #CCCCCC ;
	color: #000000;	
}

body.cuerpo_popup {
	background-color: #666666;;
}
.logo_popup {
	position: relative;
	bottom: 100px;
	right: -280px;
	
	opacity: 0.5;
	filter: alpha(opacity=50) 
}