/*
  $Id: stylesheet.css,v 1.47 2002/06/11 19:49:51 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 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; }
.subverde { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #e7e6a4; color: #006600; font-weight: bold; }
.subnaranja { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #003366; color:#FF9900; font-weight: bold; }

BODY {
  background: url('images/fondo1024.jpg');
  color: #000000;
  margin: 0,0,0,0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

A {
  color: #FF9900;
  text-decoration: none;
}

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

FORM {
        display: inline;
}

TR.header {
  background: #eeeeee;
}

TR.headerNavigation {
  background: #eeeeee;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFFFFF;
}

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

TR.headerError {
  background: #eeeeee;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #2F4D6F;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #2F4D6F;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #2F4D6F;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #2F4D6F;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #2F4D6F;
}

.infoBoxContents {
  background: #FFFFCC;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000000;
}

.infoBox2 {
  background: #FFFFFF;
}
.infoBoxContents2 {
  background: #003366;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

.tablacaracteristicas {
width: 453px; 
bgcolor: #003366;
}


.caracteristicas {
  background: #FFFFFF;
}
.caracteristicasHeader {
  background:#CEEDFD;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding:4px;
  
  color:#003366;
}
.caracteristicasContents {
  background:#efefef;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  padding:4px;
  
  color:#003366;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #2f4d6f;
  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: #eeeeee;
}

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: #efefef;
}

TR.productListing-heading {
  background: #d2e9fb;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #003366;
  color: #ffffff;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main, DIV.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;
  color: #003366;
}

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: 60%;
  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: #2F4D6F;
  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;
}

TD.checkoutBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #aabbdd;
}

SPAN.checkoutBarHighlighted {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}
.formulario {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #eeeeee;
}
.textocajasproductos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
}
.encabezadorojopequeño {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663300;

}
.textogeneral {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
}

a.menusup {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	margin: 5px;
}

a.menusup:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	margin: 5px;
	
}

.menusup2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	color: #ffffff;
	
}

.menusup2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	color:#dddddd;
}

.menusup2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
}

a.menusup2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF6600;
	
}

	
.menuadmin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	color:#006699;
}

.menuadmin:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-decoration:none;
	
}

A.menuadmin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: blod;
	font-variant: normal;
	color: #006699;
}

A.menuadmin:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration:none;
	color:#FF9900;
}

.checkoutbar { font-family : Verdana, Arial, sans-serif; font-size : 14px; color: #006600; font-weight: bold; }
.azul{
color:#0033FF;
}
/* VJ Links Manager v1.16 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #b6b7cb;
  color: #FFFFFF;
  text-align: center;
}
A.linkListing-heading {
  color: #FFFFFF;
}
A.linkListing-heading:hover {
  color: #FF0000;
}
TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #f8f8f9;
}

TR.linkListing-even {
  background: #F5F5F5;
}

.linkFeatured {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid black;
}
.linkFeaturedHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
.linkFeaturedMain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #dbd6d6;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingMain {
  color: #fff;
}
A.linkListingMain:hover {
  color: #FF0000;
}

.linkListingCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingCats:hover {
  color: #FF0000;
}

.linkListingSubCats {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
A.linkListingSubCats {
  color: #000;
  line-height: 1.5;
}
A.linkListingSubCats:hover {
  color: #FF0000;
}

/* VJ Links Manager v1.16 end */


.formaspago {
  background:#CEEDFD;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color:#003366;
}
.encabezado1 {font-size: 12px; font-weight: bold; color: #006699; font-family: Verdana, Arial, sans-serif; }

a.encabezado1 {font-size: 12px; font-weight: bold; color: #006699; font-family: Verdana, Arial, sans-serif; }




.pestana_azul_cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	
	
}

a..pestana_azul_cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	
	
}

a.pestana_azul_cabecera:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#eeeeee;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	
	
}

.pestana_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	
	
}
a.pestana_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	
	
}
a.pestana_azul:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	
	
}
	
}
td.pestana_azul {
background-color:#dbdbdb;


		
}
td.pestana_azul:hover {
background-color:#cccccc;


	
		
}


.pestana_activa_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFCC00;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	
	
}
a.pestana_activa_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	

	
	
}
a.pestana_activa_azul:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#eeeeee;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	

	
	
}

td.pestana_activa_azul {
background-color:#CCCCCC;

		
}


.pestana_gris_cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;

	
	
}

a.pestana_azul_cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	


	
	
}

a.pestana_azul_cabecera:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FF9900;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	

	
	
}



encabezado_menu_izq{
color:#FFCC00;
}

menuizq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
	margin: 5px;
}


a.menuizq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #003366;
	margin: 5px;
}

a.menuizq:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00ffff;
	margin: 5px;
	
}

.letramini {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;

	
	
}

.preciodestacado {
font-size:170%;
font-weight:bold;
color:#009900;
}

.encabezadoseccion {

font-size:70%;
font-weight:bold;
color:006699;
text-decoration:underline;
}

.categoriasinicio {
font-size: 18px; font-weight: bold; color: #d0c90c; font-family: Verdana, Arial, sans-serif;
}
a.categoriasinicio {
font-size: 18px; font-weight: bold; color: #d0c90c; font-family: Verdana, Arial, sans-serif;
}
.encabeza2 {}
h2.encabeza2 {
margin:0px;
padding:0px;}

.tachado{text-decoration:line-through;
color:#990000;
font-weight:bold;
font-size:100%;}
