
/*
  $Id: stylesheet.css,v 1.00 10/12/03  22:40:44 project3000 Exp $

  This file created as a part of graphical design by AlgoZone, Inc
  http://www.algozone.com for osCommerce v 2.1
  
  Copyright (c) 2003 AlgoZone, Inc

*/

BODY {
  background-image: url("./images/fondoweb.gif")!important;
  background-repeat: repeat !important;
  font-family: verdana;
  margin: 0px;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 11px; font-color: #000000;}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; 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; }
A { 
  color: #646464; 
  text-decoration: none; 
}
A:hover { 
  color: #FF3333;
  text-decoration: underline; 
}

A.enlacecabecera {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	}
A.enlacecabecera:hover {
	font-size: 11px;
	color: #ffdd3d;
	text-decoration: underline;
	}

A.clicagrandar {
	font-size: 11px;
	text-decoration: none;
	}
A.clicagrandar:hover {
	font-size: 11px;
	text-decoration: underline;
	}

A.enlaceoferta {
	font-size: 11px;
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none;
	}
A.enlaceoferta:hover {
	font-size: 11px;
	color: #ffdd3d !important;
	font-weight: bold;
	text-decoration: underline;
	}

LI { font-size:11px;
      font-family: Verdana;
}

P { font-family: Verdana;
     font-size: 11px;
    margin-left: 10px;
    margin-right: 10px;
}

#conmargen {
 padding-left: 5px;
}

#cuerpo {
 background-color: #FFFFFF;
 width: 770px;
 margin-left: auto;
 margin-right: auto;
}

#bajocesta {
  font-family: Verdana, Arial, sans-serif;
  color: #ffffff;
  background-color: #000000;
  font-size: 11px;
  line-height: 1.5;

}

#tablaproducto {
 background-color: #EEF0F1;
 padding: 0px;
 margin: 10px;
 width: 95%;
 border: 0px;
}

#textoproducto {
  text-align: justify;
  font-size: 11px;
  padding-right: 10px;
  padding-left: 2px;
  padding-bottom: 10px;
}

#filalista {
 width: 95%;
}

#minicesta {
 font-size: 10px;
 padding-left: 5px;
}

.relleno {
	height: 100%;
	}

.rellenoderecha {
	height: 100%;
	width: 150;
	background-color: #8C5359;
}

FORM {
  display: inline;
}
TR.header {
  background: #17191D;
}
.infoBox { /* Standard osCommerece (Need to have) */
  /* Uncomment to get bacground for components */
  padding: 0px;
  margin: 0px;
}
TD.infoBox, SPAN.infoBox { 
	font-family: Verdana, Arial, sans-serif; font-size: 10px; 
}
infoBoxHeading {
}
TD.infoBoxHeading {
  background-color: #969696;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: left;
}
.infoBoxContents {
  /* Uncomment to get bacground for component's content */
  /*background-color: #C0E4DF;*/
  font-size: 10px;
}
.infoBoxContents A:link, .infoBoxContents A:active, .infoBoxContents A:visited{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #646464;
}
.infoBoxContents A:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF3333;
}
TR.headerError {
}
TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  /*background: #969696; */
  font-size: 11px;
  color: red;
  text-align : center;
}
TR.headerInfo {
}
TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  /*background: #969696;*/
  color: #000000;
  text-align: center;
}
TR.footer {
  background: #008193;
}
TD.footer {
  font-family: Arial;
  font-size: 11px;
  background: #009384;
  color: #ffffff;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  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: #f4f7fd;
}
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;
}
TR.productListing-heading {
  background: #d2e9fb;
}
TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #613B3F;
  color: #ffffff;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
A.pageResults { 
  color: #0000FF; 
}
A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}
.pageHeading, DIV.pageHeading {
  font-family:  Arial black;
  font-size: 15px;
  font-weight: bold;
  color: #8C5359;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 5px;
}
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;
}
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: #c76170;
  font-weight: bold;
}
SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #ffcc00;
  font-size: 15px;
}

SPAN.productSpecialPricerojo {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #ff0000;
  font-size: 15px;
}

SPAN.productSpecialPrice1 {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #613B3F;
  font-size: 20px;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; 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; }
 
.messageStackError {
	font-family: Verdana;
	font-size: 12px;
	color: #ff0000;
	padding-left: 10px;
	padding-right: 10px;
	}

.inputRequirement {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.tuoferta {
	text-align:center;

	background-color: #e4e4e4;
	width:409px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-image:url(includes/images/fondoform.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
    height: 256px;
}
.tuoferta2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;

}

#ofertaportada {
	background-color: rgb(97, 59, 63);
	width: 147px;
	margin-top: 10px;
}

#bloquemasvendidos {
	width: 147px;
	margin: auto;
}
}