/*
  $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: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#706e6e;
}
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background-image:url(images/fondo.jpg);
  background-repeat:repeat-x;
  color: #000000; 
  margin: 0px;
  padding-top:8px;
  background-color:#BF5722;
}

A {
  color: #706E6E;
  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:Arial, Helvetica, sans-serif;
  font-size: 11px;
  /*background: #bbc3d3;*/
  /*color: #ffffff;*/
  color:#633e2c;
  /*font-weight : bold;*/
}

A.headerNavigation { 
  /*color: #FFFFFF; */
  color:#633e2c;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  /*background: #bbc3d3;*/
}

TD.footer {
  /*font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;*/
  color:#828080;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  padding-left:20px;
}

.infoBox {
  /*background: #b6b7cb;*/
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color:#f79407;
  color: #ffffff;
  height:29px;
  text-transform:uppercase;
  text-align:center;
}

TD.infoBox, SPAN.infoBox{
  font-family: Arial, Helvetica, 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: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #F98702;
}

A.pageResults:hover {
  color: #F98702;
  /*background: #FFFF33;*/
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  background-color:#F79407;
  height:28px;
  line-height:25px;
  padding-left:15px;
  padding-right:30px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, 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: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

/*JHONNATAN*/
#header{
	width:965px;
	height:173px;
}
#contenedor{
	background-color:#FFF;
	padding-bottom:25px;
}
#left{
	width:175px;
}
#left div{
	width:173px;
}
#right{
	width:175px;
}
#right div{
	width:173px;
}
#left #borde .infoBox, #right #borde .infoBox{
	width:175px;
	margin-bottom:8px;
	border-left:#e8e2e2 solid 1px;
	border-right:#e8e2e2 solid 1px;
}
#left .caja_columna, #right .caja_columna{
	background-image:url(images/border_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:8px;
	width:175px;
}
#nivel1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#111d14;
	padding-left:22px;
	margin-bottom:10px;
	margin-top:0;
	
}
#nivel0{
	color:#FFF;
}
#titulo_name{
	height:28px;
	background-color:#e7e6df;
	width:598px;
	text-align:center;
	margin-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c26a0c;
	line-height:25px;
	font-weight:bold;
}
#categoria{
	background-image:url(images/fondo_categoria.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:173px;
	height:210px;
	text-align:center;
}
#categoria .name_item{
	padding-top:7px;
	padding-bottom:15px;
}
#categoria .name_item a{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#f09608;
}
#categoria img{
	width:146px;
	height:110px;
}
.precio_producto{
	color:#514f4f;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.texto{
	padding-left:3px;
	padding-right:3px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#514f4f
}
.texto h1{
	border-bottom:#F79407 solid 2px;
	padding-bottom:5px;
	font-size:22px;
}
.panel{
	padding-top:10px;
	padding-left:30px;
	margin:0;
}
.panel a{
	display:block;
	text-decoration:none;
	width:110px;
	padding:4px;
	padding-top:130px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F79407;
}
/* 
	Clase DataGrid
*/
.datagrid{
	width:98%;
}
.datagrid, .datagrid th, .datagrid td{
	border:1px solid #FFFFFF;
	border-collapse:collapse;
}
.datagrid tr:hover{
	background-color:#F6D6B0;
}
.datagrid th{
	background-color:#FA9F06;
	color:#FFFFFF;
	padding:4px;
	text-align:center;
}
.datagrid th a{
	color:#FFFFFF;
	text-decoration:none;
}
.datagrid td{
	padding:6px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.datagrid td a{
	text-decoration:none;
	color:#FFF;
}
.datagrid td a img{
	border:none;
}

/*PAGINACION*/
#paginacion{
	padding-top:5px;
	margin-left:15px;
}
#paginacion div{
	float:left;
	width:20px;
	height:20px;
	background-image:url(images/pagina.png);
	margin-right:10px;
	text-align:center;
}
#paginacion a{
	text-align:center;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:2px;
	line-height:18px;
	font-size:11px;
}
#paginacion #actual a{ font-size:16px;}
.error{
	padding-left:15px;
	color:#000;
}
.error ul{
	padding-left:25px;
	list-style:none;
}
.error ul li{
	list-style-image:url(images/delete.png);	
}
.ok{
	padding-left:15px;
	color:#000;
}
.ok ul{
	padding-left:25px;
	padding-top:10px;
	list-style:none;
}
.ok ul li{
	list-style-image:url(images/success.png);	
}
.titulo_video{
	font-size:16px;
	width:500px;
	height:21px;
	background-color:#F79407;
	color:#FFF;
	font-weight:bold;
}
#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:965px;
	height:51px;
	background-color:#FFF;
	border-top: #f0f0ee solid 2px;
}
.miniaturas{
	border:1px solid #B2C91F;
	cursor:pointer;
	margin-right:10px;
	margin-top:10px;
	padding:4px;	
}
.epopup img{
	width:199px;
	/*height:150px;*/
}