/*
  $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;color: #000000; 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: #120e10 url(img/footer.png) left -25px no-repeat;
  margin: 0px;
}

#container {
/*background: #120e10 url(img/footer.png) right bottom no-repeat;*/
}

.contenido {
background: #fff url(img/barra.png) repeat-x top;

margin: 0 auto 10px auto;
width: 975px;

-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.contenido.nav table{
height: 30px;
margin: -1px auto -1px auto;
}

.contenido.nav table a{
padding: 6px;
}

.contenido.nav table a:hover{
background: #fff url(img/barra-hover.png) repeat-x top;
text-decoration: none;
}


A {
  color: #275A91;
  /*color: #ffffff;*/
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  /*background: #ffffff;*/
  
}

TR.headerNavigation {
  /*background: #bbc3d3;  */
}

TD.headerNavigation {
  font-family: Helvetica,Verdana, Arial, sans-serif;
  font-size: 14px;
  /*background: #bbc3d3;*/
  /* background: #222222;*/
  /* background: #1d3948;*/
  color: #275a91;
  font-weight : bold;
}

A.headerNavigation { 
  color: #275a91;
   
}

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;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
   
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  
  background:url("img/barra-hover.png") repeat-x scroll center top #FFFFFF;
}

.fabricantes img{
border: none;
width: 100px;
}
#pie_fabricantes {
margin-top: 20px;
}
#pie_fabricantes td {
padding: 10px;
}

.fabricantes{
width:100px;
height:57px;
opacity: .95; 
filter: alpha(opacity=95);
}

.parrafoBuscar {
padding: 0 0 5px 0;
margin :0px;
}

.parrafoBuscar input {
vertical-align: top;
}

/* Borde de las cajas*/

.infoBox {
/*  background: #b6b7cb;
 background: #000000;
 */
 
   background: #FFF url(img/box-bg.png) repeat-x bottom;
  
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  
  margin-bottom: 10px;

 
}

.filaofertas {
padding: 0;
}

.oferta {
float: left; width: 32%; margin: 4px 3px 4px 4px;
/*border: 1px solid red;*/
}

.oferta .infoBoxContents {
height: 180px;
}


.infoBoxContents {
  /*background: #f8f8f9;
   background: #222222;
   border-color: #333333;
   background: #1d3948;*/
  font-family: Helvetica,Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #275a91;
  font-weight : bold;
  border: #d3d8dc 1px solid;
  
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
}

.infoBoxContents a{
  color: #275a91;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

/* CABECERA CAJAS */
TD.infoBoxHeading {
  font-family: Helvetica,Verdana, Arial, sans-serif;
  font-size: 14px;
  height: 25px;
  padding: 5px 5px 5px 10px;
  color: #f3f3f2;
  font-weight : bold;
  
  background: #de041a url(img/header-box.png) no-repeat top left;
  
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}

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: #f8f8f9;
  background: #222222;
  background: #1d3948;*/
}

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;
  background: #222222;
  background: #1d3948;*/
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-color: #000000;
  border-spacing: 1px;
  /*background: #112233;*/
  
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #fff url(img/barra-hover.png) repeat-x top;
  color: #FFFFFF;
  font-weight: bold;
  height: 25px;
}

.productListing-heading.izq {
-moz-border-radius-topleft: 9px;
-webkit-border-top-left-radius: 9px;
}

.productListing-heading.der {
-moz-border-radius-topright: 9px;
-webkit-border-top-right-radius: 9px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #222222;*/
  /*background: #1d3948;*/
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Lucida Sans,Verdana, Arial, sans-serif;
  font-size: 20px;
  //font-weight: bold;
  /*color: #9a9a9a;*/
  /*color: #ff5f01;*/
  /*color:#FFFFFF;*/
}

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;
  background: #222222;
  border-color: #7b9ebd;
  border-color: #333333;
  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;
  color: #000000;
}

.moduleRow { }
.moduleRowOver { background-color: #FF0000; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FF0000; }

.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;color: #000000; }
.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; }

/*change the menu hover color below*/
#thecategories a:hover {
	background-color: #eeeeee;
	background-color: #112233;
	color: #000000;
	color: #FFFFFF;
}

.catwithsubs, .catwithnosubs {
	padding-right: 5px;
}

#thecategories {
font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
	position: relative;
	top: -8px;
	margin-bottom: -16px;
	width: 140px;
	width: 100%;
}

.activelink {
	display: block;
	font-weight: bold;
}

#thecategories a {
	display: block;
	padding-bottom: 7px;
	padding-top: 3px;
	width: 100%;
}

/*mozilla fix*/
html>body #thecategories a {
	width: auto;
}
/*end of mozilla fix*/

#topcat a {
padding-left: 5px;
}

#secondcat a {
	padding-left: 20px;
	color: #000000;
}

#thirdcat a {
	padding-left: 35px;
}

#fourthcat a {
	padding-left: 50px;
}

#fifthcat a {
	padding-left: 65px;
}

/* LINKATE*/
.tablacats { border-spacing: 10px; }
.tablacats td { margin: 10px; border: 2px solid #D3D8DC;
-moz-border-radius: 14px; /* Firefox*/
-ms-border-radius: 14px; /* IE 8.*/
-webkit-border-radius: 14px; /* Safari,Chrome.*/
border-radius: 14px; /* El estándar.*/
background: url("img/header-box.png") no-repeat scroll left top #DE041A;
}
.tablacats td:hover { border: 2px solid #A3A8AC;}

.tablacats a { padding: 5px; display: block; font-size: 15px; line-height: 18px; color: #F3F3F2; }
.tablacats a:hover { font-size: 16px; }


