/*
  $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
*/

/****************************** <bof JULIO *******************************/
/*                   													 *
 *																		 *
 */
 .contenidopng {
 	background: url(images/newimg/Contenido.png) repeat-y; background-position: 0 0;
 }
 .piepng {
 	background: url(images/newimg/BarraInferior.png) no-repeat; background-position: 0 0; height: 32px;
 }
 .cabecerapng {
 	background: url(images/newimg/BarraSuperior.png) no-repeat; background-position: 0 0; height: 69px;
 }
 .barraabajo {
 	background: url(images/newimg/BarraBaja_666px.png); height: 44px;
 }
 .barraarriba{
 	background: url(images/newimg/BarraBaja_666px.png); height: 67px;
 }
body {
	background: white;
	text-align: center; /*centrar en IE6*/
}
#publicity { width: 700px; overflow: hidden; margin-bottom: 20px; margin-top: 12px; margin-left: 10px  }
#publicity img { border: none; }
.ext_publi a img { border: none }
.ext_publi a:hover img { border: none; }
.ext_publi {
	background: url(images/newimg/ConsolaDerecha2.png) no-repeat;
	width: 175px; !important;
	margin-bottom: 15px;
	overflow: hidden;
	padding-left: 10px;
}

.ext_publi p { margin: 5px 0 15px 0; }
#texti table { font-size: 12px; text-align: justify; }
#texti h5, #texti h6 {
	margin-bottom: 2px; padding-bottom: 2px; text-transform: uppercase;
}
#texti h5 { font-size: 14px; }
#texti h6 { font-size: 11px; }
#texti p  { margin-top: 0px; }
#texti li { font-weight: bold; }
#texti li p  { font-weight: normal; }
#texti strong { font-style: italic; }

#contenedor {
	width: 1024px; /*para establezca el ancho q es el mismo de la imagen png: CABECERA, CUERPO Y PIE*/
	margin: 0px auto 0px auto; /*centrar el div contenedor*/
	text-align: center;
}
#cabecera {
	background: url(images/newimg/cabecera.png) no-repeat; /******************************************* cabecera: banner logo web como fondo */
	height: 280px;  /*para q el div tome el mismo alto q la imagen */
}
#cuerpo1 {
	background: url(images/newimg/cuerpo.png) repeat-y; /********************************************** cuerpo: central, repite hacia abajo */
	margin-top: -115px;
	position: relative;
	margin-bottom: -80px;
	width: 100%;
}
#cuerpo {
	width: 714px; /* el ancho de la imagen de fondo de las categorias o fabricantes */
	/*margin-left: 85; /* posiciona el cuerpo hacia arriba junto al banner y hacia el interior-derecho 80 */
}


#categoria {
	background: /*url(images/newimg/ConsolaTitulo.png) no-repeat; /*************************************** categorias/fab: fondo */
	background-position: 0px 0px;
	margin-left: 10px;
}

#new_products {
	background: url(images/newimg/ConsolaNaranjaGrande.png) no-repeat; /********************************* new_products: matriz, fondo */
	background-position: 10px 0px;
	margin-left: 27px;
}
#new_products table {
	/*margin-left: -8px;*/
	width: 600px;
	margin-left: 10px;
}

#box {
	/*border: solid 1 red;*/
	float: right;
	background: url(images/newimg/ConsolaDerecha.png) no-repeat; /************************************* box: peqeños, fondo */
	width: 198px; /* el ancho del box peqeño; el alto es definido por el alto de su contenido */
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#box table {
	margin-left: 5px;
}

#pie {
	background: url(images/newimg/barraAbajo.png) no-repeat; /******************************************* pie_pag: fondo footer*/
	height: 191px; /*el alto exacto para q no se corte la imgen segun el contenido del div */
}


/************ VISTA DEL DISEÑO **************/
	/*  VISTA SIMPLE */
	/*	 div { margin: 3px; border: dashed 1px red;} */
	
	/*  VISTA DIFERENCIADA EN COLORES  */
	/*
		div { margin: 3px; }
		#contenedor { border: solid 2px red; }
		#cabecera 	{ border: dashed 2px green; }
		#cuerpo1	{ border: dashed 3px green; }
		#lateral 	{ border: dashed 2px red; }
		#box 		{ border: dotted 2px blue; }
		#cuerpo 	{ border: dashed 2px green; }
		#categoria 	{ border: dotted 2px blue; }
		#special 	{ border: dotted 2px blue; }
		#pie 		{ border: dashed 2px green; }
		td {border: solid 1px black; }
	*/

#logintit {
	font-family: Verdana;
	color: #6E6E6E;
	font-weight: bold;
	font-size: 11px;
}
/*
.boxtext1 {
	border-bottom: solid 1px #CCCCCC !important;
}*/

.infoBox_prices a {
	/*background: url(images/newimg/Boton_Plano_largo.png) no-repeat;*/
	width: 129px;
	
	text-align: center;
}


/*
 *
 *																		 *
 *************************** eof JULIO />*********************************/

.boxText { color:#ee7f01; font-family:  Arial, sans-serif; font-size: 10px;}
.boxText a { color:#ee7f01; font-family:  Arial, sans-serif; font-size: 10px; }
.boxtext a:hover {color: #ee7f01;}
.errorBox { font-family :  Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  color: #000000;
  margin: 0px;
}

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

A:hover {
color: silver;
text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
}

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

A.headerNavigation { 
  color: #000000; 
}

A.headerNavigation:hover {
  color: silver;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
  border: outset 2px #f9f9f9;
  padding: 7px 0px;
  filter: alpha(opacity=100); opacity: 1; z-index: 1000; position: relative;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

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

A.infoBoxContents {
  color: #000000;
  font-family:  Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents3 {
	font-family:  Arial, sans-serif;
  	font-size: 10px;
  	color: #6e6e6e;
}
.infoBoxContents3 a:hover{
	color: #6e6e6e;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
	padding: 15 0 0 0;
}

TD.infoBox, SPAN.infoBox {
  font-family:  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: transparent/*#f8fafe*/;
}

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: transparent;
}

TABLE.productListing {
  
  border-spacing: 1px;
  /*background: url(images/newimg/Contenido.png) repeat-y;
  /*background-position: -28 0;*/
  border-left: none;
  border-right: none;
}

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

TD.productListing-data {
  font-family:  Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	line-height: 36px;
}
TD.pageHeading2, DIV.pageHeading2, .head_new_products {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 16px; /*JULIO 48*/
	font-weight: bold;
	text-transform: uppercase;
	color: white/*#dee2ef*/;
	background: url(images/newimg/BarraSuperior.png) no-repeat;/*#c9cfe5;*/
	padding-left: 40px;
	padding-bottom: 10px;
	height: 69px;
	line-height: 36px;
}
.head_new_products {
	background: none;
}
.head_fabricantes{ background: url(images/newimg/ConsolaTitulo.png) no-repeat; }
.body_fabricantes{ background: url('images/newimg/Contenido.png') repeat-y;  }
.foot_fabricantes{ background: url(images/newimg/BarraInferior.png) no-repeat; height: 32px; }
.player { background: url(images/newimg/jugadorbaloncesto.png) no-repeat; background-position: 28% 100%; }
.player td { padding-bottom: 15px; }

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family:  Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:  Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family:  Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:  Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:  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: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

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

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

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

.checkoutBarFrom, .checkoutBarTo { font-family:  Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family:  Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family:  Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family:  Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:  Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:  Arial, sans-serif; font-size: 10px; color: #ff0000; }
td {
}
.caja-zapas {
	background-attachment: scroll;
	background-image: url(images/caja_zapas.PNG);
	background-repeat: no-repeat;
	background-position: 177% 100%;
}
