
/*
  $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
*/

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: red; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
FORM {
	display: inline;
}
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;
}
A.pageResults {
  color: #0000FF;
}
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
TR.subBar {
  background: #f4f7fd;
}
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: 10px;
}
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;
}
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;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
.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; }
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: white; }
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* 
$fondo_pagina='rgb(242,219,44)';													//color de fondo de todas las páginas y de la cabecera
$encabezado_contenidos='rgb(161,150,52)';											//color de fondo de contenidos del centro en el carrito, ...
$encabezado_centro='rgb(242,219,44)';												//color de fondo de encabezados de contenidos de texto del centro
$encabezado_celdas='rgb(161,150,52)';												//color de fondo de encabezado de celdas
$color_menu='rgb(161,150,52)';														//color de menú superior y de barra de pie de página
$fondo_celdas_2='rgb(242,219,44)';													//color de fondo de celdas
$fondo_celdas='rgb(247,232,130)';													//color de fondo de celdas
$fondo_input='rgb(252,247,207)';														//color de fondo de input de tipo text y textareas
$fondo_centro='rgb(242,219,44)';														//color de fondo del centro
$logotipo='images/logo.jpg';															//logotipo de la empresa
$imagen_centro='';																	//imagen de fondo en los contenidos del centro
$imagen_celdas='';																	//imagen de fondo en diferentes celdas
$imagen_encabezado_celdas='';														//imagen de fondo de los encabezados en diferentes celdas
*/

BODY {
  background: rgb(242,219,44);
  color: #000000;
  margin: 0px;
}
TABLE {
}
A {
  color: #000000;
  text-decoration: none;
}
A:hover {
  color: white;
  text-decoration: underline;
}
	table#tabla_body {
		width: 800
	}
	TR.header {
		background: rgb(242,219,44);
	}
	TD#cabecera {
		/*background-image: url(images/logo.jpg);
		background-repeat: no-repeat;*/
		height: 145px;
		width: 100%;
	}
	TR.headerNavigation {
		background: #bbc3d3;
	}
	TD.headerNavigation {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		background: rgb(161,150,52);
		color: #ffffff;
		font-weight : bold;
	}
	A.headerNavigation { 
		color: #FFFFFF; 
	}
	A.headerNavigation:hover {
		color: #ffffff;
	}
	TR.footer {
		background: #bbc3d3;
	}
	TD.footer {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		background: rgb(161,150,52);
		color: #ffffff;
		font-weight: bold;
	}


	TABLE.productListing {
		border: 1px;
		border-style: solid;
		border-color: black;
		border-spacing: 1px;
	}
	.productListing-heading {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		background: rgb(242,219,44);
		color: #FFFFFF;
		font-weight: bold;
	}
	A.productListing-heading:hover {
		color: #FFFFFF;
	}
	TD.productListing-data {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		background: rgb(247,232,130);
		/*background-image: url();
		background-repeat: no-repeat;*/
	}
	TD#body_text {
		background: rgb(242,219,44);		
	}
	TD.pageHeading, DIV.pageHeading {
		font-family: Verdana, Arial, sans-serif;
		font-size: 20px;
		/*font-weight: bold;*/
		color: white;
		background: rgb(242,219,44);
	}
	.infoBox {
		background: black;
	}
	.infoBoxContents {
		background: rgb(247,232,130);
		/*background-image: url();
		background-repeat: no-repeat;*/
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
	}
	.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: rgb(242,219,44)}
	TD.infoBoxHeading {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		font-weight: bold;
		background: rgb(242,219,44);
		color: #ffffff;
	}
	SPAN.greetUser {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		color: black;
		font-weight: bold;
	}
	.moduleRow { }
	.moduleRowOver { background-color: rgb(242,219,44); cursor: pointer; cursor: hand; }
	.moduleRowSelected { background-color: rgb(242,219,44); }
	.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color:white; text-decoration: underline; }
	.productsNotifications { background: rgb(242,219,44); }
	.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: red; }
	input.t {
		background-color: rgb(252,247,207);
		border-bottom-color: rgb(242,219,44);
		border-top-color: rgb(242,219,44);
		border-left-color: rgb(242,219,44);
		border-right-color: rgb(242,219,44);
		border-style: solid;
		border-width: 2px;
	}
	textarea {
		background-color: rgb(252,247,207);
		border-bottom-color: rgb(242,219,44);
		border-top-color: rgb(242,219,44);
		border-left-color: rgb(242,219,44);
		border-right-color: rgb(242,219,44);
		border-style: solid;
		border-width: 2px;
	}
	option {
		background-color: rgb(252,247,207);
		border-bottom-color: rgb(242,219,44);
		border-style: solid;
		border-width: 1px;
	}
	select {
		background-color: rgb(252,247,207);
	}
