 /*
  $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
*/
@font-face {
font-family: sans-serif;
src: url("Bauhaus Light BT.ttf");
}
.boxText {
	font-family: sans-serif;
	font-size: 12px;
	margin:0px;
}
.errorBox { font-family: sans-serif; font-size: 12px; border:1px; font-weight: bold; }
.stockWarning { font-family: sans-serif; font-size: 12px; color: #cc0033; }
.productsNotifications { background: #333; }
.orderEdit { font-family: sans-serif; font-size: 12px; color: #70d250; text-decoration: underline; }

BODY {
	/*
	
	margin: 0px;*/
	
}
body { background-image : url("fondo.jpg ");
									background-color: #333333;
									background-position: center;
									background-repeat: no-repeat;
									background-attachment :fixed;
								
									color: ebe5be;
									/**/
									}
A {
  color: #C00;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
	/*background: #000000;*/
		border: 1px;
	border-style: solid;
	border-color: #ff9900;
	border-spacing: 1px;
}

TR.headerNavigation {
	/*background-color: #ff9900;*/
		
}

TD.headerNavigation {
	font-family: sans-serif;
	font-size: 12px;
	/*background: #e1771c;*/	
	border: 1px;
	border-bottom-style:outset;
	border-color: #ff9900;
	border-spacing: 1px;
	color: #ffffff;
	  font-weight: lighter;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
	/*background: #e1771c;*/
	
}

TD.footer {
font-family: sans-serif;
	font-size: 12px;
	/*background: #e1771c;*/	
	border: 1px;
	border-bottom-style:outset;
	border-color: #ff9900;
	border-spacing: 1px;
	color: #ffffff;
	  font-weight: lighter;
}

.infoBox {
	
	color: #C60;
}

.infoBoxContents {
	/*background: #ffffff;*/
	font-family: sans-serif;
	font-size: 12px;
	border: #C60;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family: sans-serif;
	font-size: 12px;
	/*background: #e1771c;*/	
	border: 1px;
	border-bottom-style:outset;
	border-color: #ff9900;
	/*border-spacing: 1px;*/
	color: #ffffff;
	
}

TD.infoBox, SPAN.infoBox {
  font-family: 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: #f8f8f9;*/
}
TABLE.grande{size:"800px";align:"center";}
TABLE.productListing {
	border: 0px;
	border-style: solid;
	border-color: #ff9900;
	border-spacing: 1px;
}

.productListing-heading {
	font-family: sans-serif;
	font-size: 12px;
	background: #111;
	color: #FFFFFF;
	font-weight: bold;
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity:0.5 ;
}

TD.productListing-data {
  font-family: sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {

  font-family: sans-serif;
  font-size: 12px;
  line-height: 1.5;
 
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: sans-serif;
  font-size: 12px;
}

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

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

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

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

SPAN.newItemInCart {
  font-family: sans-serif;
  font-size: 12px;
  color: #ff0000;
}

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

TEXTAREA {
  width: 100%;
  font-family: sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: sans-serif;
  font-size: 13px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
}

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

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

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

.moduleRow { }
.moduleRowOver { background-color: #333;cursor: pointer; cursor: hand;
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-opacity:0.5; 
	 }
.moduleRowSelected { border:1px;
border:#900;}

.checkoutBarFrom, .checkoutBarTo { font-family: sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: sans-serif; font-size: 12px; color: #ffffff; }
.checkoutlineas{ border-color:#FF0000; border-width:1px}
/* message box */

.messageBox { font-family: sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: sans-serif; font-size: 12px; border:thin;}
.messageStackSuccess { font-family: sans-serif; font-size: 12px; background-color: #6b972a; }

/* input requirement */

.inputRequirement { font-family: sans-serif; font-size: 12px; color: #ff0000; }
b {
	color: #f00;
}
