/*
  $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: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #999966; text-decoration: none; }
.orderEdit a { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #999966; text-decoration: none; }
.orderEdit a:hover {
text-decoration:none;
color:#993300;}
BODY {
  background: #ffffff url(images/bg_web.jpg);
  color: #330000;
  margin:0;
  padding:0;
  text-align: center; /* for IE */
  font-family:"Times New Roman", Times, serif;
}

A {
  color: #330000;
  text-decoration: none;
  font-weight:bold;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {

}

TD.headerNavigation {
  font-size: 10px;
  color: #ffffff;
  font-weight : bold;
}

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-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
}

TD.footer {
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  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 {
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}

TABLE.productListing {
}

.productListing-heading {
  font-size: 10px;
  color: #330000;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #330000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
  text-align:justify;
  padding:10px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

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

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

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

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

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

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

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #330000;
  font-weight: bold;
}

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

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

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

SPAN.productSpecialPrice {
  color: #ff0000;
}

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

.moduleRow { }
.moduleRowOver { background-color: #999966; cursor: pointer; 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; }

/* 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; }
.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; }

/*Mi Estilo*/
#login {
width:100%;
margin:0 0 10px 0;
height:40px;
background:#999966;
border-bottom:#330000 solid 2px;
padding-bottom:5px;
}
#container {
width:892px;
margin: 0 auto;   /* align for good browsers */
text-align: left; /* counter the body center */
}
#header {
height:90px;
width:892px;
padding:0;
margin:0;
background:url(images/bg_header.png) top no-repeat;
}
#footer {
height:40px;
width:892px;
text-align:center;
background:url(images/bg_footer.png) top no-repeat;
font-size:9px;
}
.categorias {
height:156px;
width:420px;
padding:2px;
background:url(images/bg_categoria.jpg) no-repeat;
}
.cat_main {
float:left;
width:240px;
padding:2px;
}
.cat_main p {
color:#330000;
font-size:13px;
line-height:18px;
text-align:left;
}
.categorias img a {
text-decoration:none;
border:0;
}
.cat_img {
float:left;
width:160px;
margin-top:10px;
padding:2px;
border:#330000 solid 1px;
}
/*Menu Horizontal*/
/* special */
#menu { padding: 0em; margin: 0em; }
img {
border:0;}
.titulo_atrib {
  font-size: 12px;
  line-height: 1.5;
  text-align:left;
  font-weight:bold;
}
.name_atrib {
  font-size: 12px;
  text-decoration:underline;
  font-weight:bold;
  line-height: 1.5;
  text-align:left;
}
/* BOF: More Pics  */

IMG.productsMainImage {
  border-width:0px;
  border-style:solid;
  border-color:#330000;
}

IMG.productsImages {
  border-width:2px;
  border-style:solid;
  border-color:#999966;
}

IMG.productsImages:hover {
  border-color:#330000;
}

TABLE.popup {
  border-width: 2px;
  border-style: dotted;  
  border-color: #666;
}

/* EOF: More Pics  */
/*jquery*/
#caja {
width:100%;
display: none;
}

#mostrar {
display:block;
text-align:left;
}
.mediciones {
padding-top:10px;
padding-bottom:25px;
}
.menu_header {
font-size:10px;
color:#330000;
}
.menu_header a {
font-size:10px;
color:#330000;
}
.menu_header a:hover {
font-size:10px;
color:#993300;
}
/*Atributs*/
TD.atributo, P.atributo {
  font-size: 12px;
  text-align:left;
}
.titol_atribut {
font-weight:bold;
margin-top:30px;
}
TD.line_atribut {
border-bottom:#999966 solid 1px;
}
/*Google maps*/

#map_1 {
width:380px;
height:150px;
margin:0;
padding:0px;
text-align:left;
margin-bottom:2px;
border:#999966 solid 1px;
}
#map_2 {
width:380px;
height:150px;
margin:0;
padding:0px;
text-align:left;
margin-bottom:2px;
border:#999966 solid 1px;
}
#map_3 {
width:380px;
height:150px;
margin:0;
padding:0px;
text-align:left;
margin-bottom:2px;
border:#999966 solid 1px;
}
.mapa {
font-size:10px;
color:#666666;
text-align:left;}
.googlemaps {
background: url(../images/googlemaps.jpg) right top no-repeat;
}

.aviso li {
list-style:decimal;
padding-bottom:5px;
}
/*** Begin Header Tags SEO ***/

h1 {
 font-family:"Times New Roman", Times, serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #330000;
}

h2 {
 font-family:"Times New Roman", Times, serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #330000;
}

/*** End Header Tags SEO ***/
/* BOF Dynamic Sitemap */
  ul.sitemap {
  color: #330000;
}
/* EOF Dynamic Sitemap */
