/*
  $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
*/


.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: #70d250; text-decoration: underline; }

BODY {
  text-align: center;
  background-color:#CCC;
/*  background: #cccccc url(images/fondo_tienda2.png) repeat-x;*/
  color: #000000;
}
.tachada{
text-decoration:line-through;
}

.tachado_rojo{
	width:80%;
	font-size:14px;
	color: #000;
	text-decoration:line-through;
	text-align:right}   
.tachado_rojo span{color:#000;}  

TD.Texto_Precio{
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666;
	text-align:left}
	
.contenedor{
	width:100%;
	margin: 0px auto;	
}

.fixheader {
  width: 980px;
  height: 150px;
    margin:0px auto;
}

.fixcenter {
  width: 980px;
  color: #000000;
  margin: auto;
  text-align: left;
  /*background-image:url(images/fondo_tienda2.png);*/
  background-repeat:repeat-x;
  background-color:#FFF;
}

.fixfooter {
  width: 980px;
  height: 125px;
margin:0px auto;
  background: #000 url(images/fondo_foot.jpg) repeat-x;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px; color : #fff;
}

div.carrito{
	float:left;
	width:50px;
	height:50px;	
}
div.carrito_txt{
	float:right;
	width:76px!Important;
	width:86px;
	height:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333;
	text-align:center;
	vertical-align:middle;
	padding:5px;
}
div.banners{
	width:136px;
	margin:5px 0px 5px 0px;
}

.clear{
	clear:both}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #cfdaca;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #cfdaca;
  background-image: url("images/box_header.gif");
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #000000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #000000;
  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;
}

TR.footer {
  background: #cfdaca;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #cfdaca;
  background-image: url("images/box_header.gif");
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #cfdaca;
}

.infoBoxContents {
  background: #fff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBox5 {
  background: #cfdaca;
}

.infoBoxCentral {
  background: #FFF;
}

.infoBoxContents5 {
  background: #FFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: none;
  background-image: url("images/box_header.gif");
  color: #ffffff;
}

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;
}

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;
  height:100px;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-spacing: 1px;
 
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  height:15px;
}

TD.productListing-data {
  width: 10%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ba001d;
  border-bottom: 1px solid #81902C;
}

TD.Descripcion_producto{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#2f2e2e;
	text-align:justify;
	
}




td.enlaces_productos, .enlaces_productos a:link, .enlaces_productos a:visited, .enlaces_productos a:hover {
	color:#81902C;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;		
	font-size:12px;
	text-align:center;
	text-decoration:none;
}





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.smallText5 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  height:100px;
  vertical-align:bottom;
  text-align:center;

}

TD.smallText-bottom{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  vertical-align:top;
  text-align:center;  
  height:45px;
}



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: #000000;
}

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: #ff82ec;
  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;
  font-size: 19px;
  color: #ba001d;
}

SPAN.productSpecialPrice2 {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #ba001d;
}

.IvaInc {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 9px;
  color: #bf475a;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
}

.moduleRow { }
.moduleRowOver { background-color: #c4d49a; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #dceab8; }

.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; }
.FooterMsg { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #FFFFFF;}
.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: #000000; }

TABLE.productinfoBox {
background: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
}

TD.Price {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;

  border-left-width:0px;
  border-left-color:#C63;
  border-left-style:dashed;

  
}

/* Special Scroller */

#pscroller1 {
	height: 360px;
	border: 0px;
	padding: 5px;
}

#pscroller2{
	width: 350px;
	height: 20px;
	border: 0px;
	padding: 3px;
}

#pscroller2 a{
	text-decoration: none;
}

.someclass {
  	font-family: sans-serif;
  	font-size: 11px;
  	line-height: 1.5;
}




/*FOOTER*/
.FOOT{ height:125px;text-align: center;}

.FOOTmenu{ color:#ffffff; font-size:12px; text-align:center}
.FOOTmenu a, .FOOTmenu a:link, .FOOTmenu a:visited{ color:#ffffff; text-decoration:none;}
.FOOTmenu a:hover{ color:#ffffff; text-decoration:underline;}

.FOOTcopy, .FOOTcopy a{ color:#e1d8d8; font-size:11px; text-align:center; margin-top:10px;}
.FOOTcopy a:hover{ color:#fff; font-size:11px; text-align:center; margin-top:10px;}
.FOOTcopy h1{
	font-size:11px; 
	text-decoration:none;
	color:#666666;
	display:inline;	
	color:#e1d8d8;
	font-weight:normal;
}

div.confirmartarjeta{
	width:100%;
	margin:10px;
	padding:5px;
	text-align:center;
	border: 1px solid #81902C;
	background-color:#FFC;
}

div.confirmartarjeta h1{
	font-size:18px;
	color:#F00;
	margin-bottom:5px;
}

h1 { 
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
}

h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
}


.glossymenu{
margin: 5px 0;
padding: 0;
width: 136px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
/*background: black url(images/glossyback.gif) repeat-x bottom left;*/
color: #ab001d;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
font-family:Tahoma, Geneva, sans-serif;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 80%;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #ab001d;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color: #ab001d;
background-color: #F3F3F3;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
color: #636363;
text-decoration: none;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #dadada;
font-family:Tahoma, Geneva, sans-serif;
font-weight: bold;
font-size: 70%;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 20px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
background-color: #F3F3F3;
}

#list_container{
	width:668px;
	text-align:center;
	margin:5px 0px 5px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#list_container .fila{
	width:668px;
	margin:0;
	display:block;
}

#list_container .bloque{
	width:204px!important;
	width:220px;
	float:left;
	padding:8px;
	margin-top:5px;
	border-right:1px dotted #e3e3e3;
	border-bottom:1px dotted #e3e3e3;
}
#list_container .bloquesinsep{
	width:204px!important;
	width:220px;
	float:left;
	padding:8px;
	margin-top:5px;
	border-bottom:1px dotted #e3e3e3;
}

.imagenbloque{
	width:100%;
	text-align:center;
	height:120px;
}
.titlebloque{
	width:100%;
	height:30px;
	text-align:center;
	padding:2px;
	display: block;
	overflow:hidden;
}
.preciobloque{
	width:100%;
	text-align:center;
	vertical-align:top;
	padding:2px;	
}
.preciobloque span.oferta{
	color:#000000;
	font-size:12px;
	text-decoration:line-through;	
}
.preciobloque span.precio{
	color: #C33;
	font-size:15px;
	margin-left:10px;
}


table.paginando{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	vertical-align:middle;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

div.pagination {
	padding:3px;
	margin:3px;
	text-align:right;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;	
	text-decoration: none; 
	color: #88AF3F;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #85BD1E;
	color: #638425;
	background-color: #F1FFD6;
	text-decoration:none;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #8abf58;
	font-weight: bold;
	background-color: #8abf58;
	color: #FFF;
}

ul.categorias, ul.categorias a{
	margin:0px;
	padding:0px;
	list-style:none;
    font-size: 12px;

}

ul.categorias li.nivel2{
	margin:0px 0px 0px 10px;	
	font-size: 12px;
		color:#999;
}
ul.categorias li.nivel3, ul.categorias li.nivel3 a{
	margin:0px 0px 0px 20px;	
	font-size: 12px;
}
ul.categorias li.nivel4, ul.categorias li.nivel4 a{
	margin:0px 0px 0px 30px;	
	font-size: 12px;
}
ul.categorias li.nivelotro, ul.categorias li.nivelotro a{
	margin:0px 0px 0px 40px;	
	font-size: 10px;
}