/*
  $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: Arial; font-size: 10px; }
.errorBox 				{ font-family : Arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning 			{ font-family : Arial; font-size : 10px; color: #cc0033; }
.productsNotifications 	{ background: #DBDBDB; }
.orderEdit 				{ font-family : Arial; font-size : 10px; color: #d60d01; text-decoration: underline; }

BODY 					{
	color: #000000;
	margin: 0px;
	background-color: #FFF;
	background-image: url(theme/fondo.jpg);
	background-position: center top;
}


.infoBox 				{background: #000000;}
.infoBoxContents 		{background: #ffffff;font-family: Arial; font-size: 12px;}

/*  A {color: #000000;  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; font-size: 10px; background: #bbc3d3; color: #000; font-weight : bold;}
/*  A.headerNavigation {color: #FFFFFF; }A.headerNavigation:hover { color: #ffffff;
}  */
TR.headerError 		{background: #ff0000;}
TD.headerError 		{font-family: Arial; font-size: 12px; background: #ff0000; color: #000; font-weight : bold; text-align : center;}
TR.headerInfo 		{background: #00ff00;}
TD.headerInfo 		{font-family: Arial;font-size: 12px;background: #00ff00;color: #000;font-weight: bold;text-align: center;}
/*  TR.footer {background: #bbc3d3;}TD.footer {  font-family: Arial;  font-size: 10px; background: #bbc3d3; color: #ffffff;  font-weight: bold;}*/
.infoBoxNotice 				{background: #FF8E90;}
.infoBoxNoticeContents 		{background: #FFE6E6;font-family: Arial; font-size: 10px;}
TD.infoBoxHeading 			{font-family: Arial;font-size: 10px;font-weight: bold;background: #bbc3d3;color: #000;}
TD.infoBox, SPAN.infoBox 	{font-family: Arial; 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;font-size: 10px;background: #b6b7cb;color: #000;font-weight: bold;}
TD.productListing-data 			{font-family: Arial;font-size: 10px;}
TD.pageHeading, DIV.pageHeading {font-family: Arial;font-size: 20px;font-weight: bold;color: #9a9a9a;}
TR.subBar 						{background: #f4f7fd;}
TD.subBar 						{font-family: Arial;font-size: 10px;color: #000000;}
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
TD.main, P.main 							{font-family: Arial;font-size: 11px;line-height: 1.5;}
TD.smallText, SPAN.smallText, P.smallText 	{font-family: Arial;font-size: 10px;}
TD.accountCategory 							{font-family: Arial;font-size: 13px;color: #aabbdd;}
TD.tableHeading 							{font-family: Arial;font-size: 12px;font-weight: bold;}
CHECKBOX, INPUT, RADIO, SELECT 				{font-family: Arial;font-size: 11px;}
TEXTAREA 									{width: 100%;font-family: Verdana, Arial, sans-serif;font-size: 11px;}
SPAN.greetUser 								{font-family: Arial;font-size: 12px;color: #00A8DF;font-weight: bold;}
TABLE.formArea 								{background: #f1f9fe;border-color: #7b9ebd;border-style: solid;border-width: 1px;}
TD.formAreaTitle 							{font-family: Arial;font-size: 12px;font-weight: bold;}
SPAN.markProductOutOfStock 					{font-family: Arial;font-size: 12px;color: #c76170;font-weight: bold;}
SPAN.errorText 								{font-family: Arial;color: #ff0000;}


#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	}
	
H1 {font-size:11px; color:#000000; font-weight:bold;}


.moduleRow { }
.moduleRowOver 								{background-color: #DBDBDB; cursor: pointer; }
.moduleRowSelected 							{background-color: #DBDBDB; }

.checkoutBarFrom, .checkoutBarTo 			{font-family: Arial; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent 						{font-family: Arial; font-size: 10px; color: #000000; }
/* message box */
.messageBox 								{font-family: Arial; font-size: 10px; }
.messageStackError, .messageStackWarning 	{font-family: Arial; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess 						{font-family: Arial; font-size: 10px; background-color: #99ff00; }
#myse select 								{width:90%;}
/* input requirement */
.product .inputRequirement, .inputRequirement 					
											{font-family: Arial; font-size: 10px; color:#FF0000; }
/* ********************************************************************************************************* */
.main	a		{color:#d60d01; text-decoration:underline;}
.main	a:hover	{color:#d60d01; text-decoration:none;}
.vam			{vertical-align:middle;}
.tac			{text-align:center;}
/* ********************************************************************************************************* */
.padd_1 	{padding:0px 10px 0px 10px;}
.padd_22 	{padding:8px;}
td.padd2 	{padding:8px; padding-left:4px;}

.line_h		{line-height:16px;}
.image		{width:100%;}
/* ********************************************************************************************************* */
.product div					{padding:8px 0px 5px 0px;}
div.padd3						{text-align:left; padding-top:0px; margin-left:0px; margin-right:0px;}
.padd33 img, .padd33 input 		{margin:1px; vertical-align:middle;}
.bg_input input	{background:none;}

/* ********************************************************************************************************* */
.remove 			{width:15%;}
.products 			{width:50%;}
.quantity 			{width:15%;}
.total 				{width:20%;}
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */

table, td, .main, select, input, textarea {
	font-size:11px;
    font-family:Arial;
	color:#282e3e;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}
img      {border:0px;}
table	 {width:100%;}

.vam { vertical-align:middle}
.bg{background:url(images/bg_line.gif)}

.jamp1{ width:143px; height:18px; color:#464646; font-size:10px; padding-left:2px; font-family:Tahoma;}
.jamp2{ width:143px; height:18px; color:#464646; font-size:10px; padding-left:2px; font-family:Tahoma;}

.header td 		 {color:#cbcbcb; vertical-align:middle; text-transform:uppercase}
.header span	 {color:#FFFFFF; font-size:10px;}
.header b   	 {color:#fc236c;}
.header a 		 {color:#60c5f4; text-decoration:none; font-size:11px; text-transform:none}
.header a:hover  {color:#60c5f4;text-decoration:underline}
.header strong 	 {color:#b9215c; }

/* -box_body- */
.box_body td{ color:#333333}
.box_body span.productSpecialPrice { color:#b1ed22; font-size:11px; font-weight:bold; font-family:Arial}

.box_body del       {color:#b1ed22; font-size:11px; font-weight:bold; font-family:Arial}


.box_body span   		{color:#ffffff; font-size:11px; font-weight:normal; font-family:Arial}

.box_body a 			{
	color:#000;
	font-family:Arial;
	font-size:11px;
	text-decoration:none;
}
.box_body a:hover  		{
	text-decoration:none
}

.box_body em a 			{color:#ffffff; font-family:Arial; font-size:11px; font-weight:bold; text-decoration:underline; font-style:normal;}


.box_body span a		    {
	color:#000;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase
}
.box_body span a:hover	{
	text-decoration:none;
}

.box_body ul 	{padding:0; margin:0 0 0 2px; list-style:none; }
.box_body .bg_list	{}
.box_body .bg_list a	{color:#000; padding-left:12px; background:url(images/arrow.gif) top left no-repeat; background-position:0 4px; text-decoration: none; line-height:18px}
.box_body .bg_list a:hover {color:#000; text-decoration:none;}

.box_body .bg_list_un 	{}
.box_body .bg_list_un  a	{color:#ffcce4; padding-left:20px; background:url(images/arrow_3.gif) top left no-repeat; background-position:0 3px; text-decoration:none; line-height:18px; font-weight:bold}
.box_body .bg_list_un  a:hover	{color:#ffffff; text-decoration:none;}

.box_body .bg_list_sub 	{}
.box_body .bg_list_sub  a	{ color:#000; padding-left:6px; background:url(images/arrow_sub.gif) top left no-repeat; background-position:0 5px; text-decoration:underline; line-height:18px; margin-left:0px}
.box_body .bg_list_sub  a:hover	{color:#000; text-decoration:none;}



/* -1- */
.box_heading_table 					{}
.box_heading_table .box_heading_td 	{color:#000; text-transform:uppercase; font-size:11px; }

.box_body_table {}

/*.box_body_table .box_body_td {padding:11px 20px 27px 20px;}*/
.box_body_table .box_body_td {padding:6px 5px 22px 5px;}


.box_body_table_2 {background:url(images/box_corn_b_2.gif) no-repeat top; margin-bottom:5px;}
.box_body_table_2 .box_body_td_2 {padding:11px 20px 17px 20px;background:url(images/bg_y1.gif) left top repeat-y;}

/* -2- */
.box_heading_table_2 					{background:#f0d415 }
.box_heading_table_2 .box_heading_td_2 	{ padding:5px 10px 5px 0px;}
.box_heading_table_2 .box_heading_td_2 	{color:#010101; font-weight:bold; font-size:11px; }
/* -3- */
.box_heading_table_3 					{background:#efae00 }
.box_heading_table_3 .box_heading_td_3 	{ padding:5px 10px 5px 0px;}
.box_heading_table_3 .box_heading_td_3 	{color:#010101; font-weight:bold; font-size:11px; }
/* -4- */

/*  ------------------------   CONTENT   ----------------------------  */

.cont_heading_table {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.cont_heading_td {
	font-size:14px;
	color:#666;
	text-transform:uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
}

.cont_heading_td a			{color:#a6bdcf; text-decoration:none }
.cont_heading_td a:hover	{color:#a6bdcf; text-decoration: underline }
.cont_heading_td em 		{font-size:11px; color:#a6bdcf; font-family:Arial; text-transform:uppercase; font-style:normal;}



/*  PRODUCT  */
.product td					{ color:#1d1d1d}
.product a 					{font-size:11px; color:#1d1d1d; text-decoration:underline;} /* for  sub_categories (index-1.html) */
.product a:hover 			{text-decoration:none;}

.product span a 			{font-weight:bold; font-size:11px; color:#1d1d1d; text-decoration:none;} /* text-transform:uppercase */
.product span a:hover 		{text-decoration:underline;}
.product em		    		{font-weight:bold; font-size:11px; color:#1d1d1d; text-decoration:none; text-transform:uppercase; font-style:normal;}

span.productSpecialPrice {font-size:11px; font-weight:bold; color:#1a1a1a; font-family:Arial }

.product div a		    {color:#1a1a1a; font-size:11px; font-weight:normal; text-decoration:underline; text-transform:none;}/*  ??? click to enlarge  */
.product div a:hover	{color:#1a1a1a; text-decoration:none ;}		

/*  IMAGE  */
.pic1 				{ }
.table_pic_width	{width:1px;}

/*  popup  */
.popup 	{color:#181818; font-size:11px;}
.popup 	a{color:#181818; font-size:11px; text-decoration:none}
.popup 	a:hover{color:#181818; font-size:11px; text-decoration: underline}

/*  footer  */
.footer		  	  { width:100%}	
.footer td 		  {color:#ffffff; font-size:11px;}			
.footer a 		  {color:#ffffff; font-size:11px; text-decoration:none;} 			
.footer a:hover   {color:#ffffff;text-decoration:underline;}	
.footer span 	  {color:#c1e075; font-size:11px;}
.footer span a 		  {color:#c1e075; font-size:11px; text-decoration:none;} 			
.footer span a:hover   {color:#c1e075;text-decoration:underline;}
.footer b, .footer b a 	  {color:#ffffff; font-size:11px; font-weight:bold; text-decoration:underline;}			
.footer b a:hover {color:#ffffff; text-decoration:none;}

/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
.result 		{margin:0px 0px 0px 0px;}
.result td  	{width:50%; vertical-align:middle;padding:10px 5px;}
.result_right 	{text-align:right;}
.result td  	{color:#43001C; font-size:11px;}
.result b   	{color:#43001C; font-weight:normal;}
 
.result_right b							{color:#666; font-size:11px; font-weight:bold;}
.result_right a.pageResults				{color:#666; font-size:11px;text-decoration:underline; }
.result_right a.pageResults:hover 		{color:#000;	text-decoration:none; }
.result_right a.pageResults	u			{
	color:#666;
	font-size:11px;
	text-decoration:none;
}
.result_right a.pageResults u:hover 	{
	color:#000;
	text-decoration:none;
}
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
SPAN.newItemInCart 						{font-family: Arial;font-size:10px;color: #fb0707;}
.box_body a SPAN.newItemInCart 			{font-family: Arial;font-size:10px;color: #fb0707; text-decoration:underline;}
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
.smallText a			{color:#d60d01; font-size:11px; text-decoration:none;}	/*  advanced_search.php  */
.smallText a:hover 		{color:#d60d01; font-size:11px; text-decoration:underline;}
.smallText a u 			{color:#d60d01; font-size:11px; text-decoration:none;}
.smallText a:hover u	{color:#d60d01; font-size:11px; text-decoration:underline;}

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

TD.fieldValue 		{font-family: Arial;font-size: 12px;}
.main a b 			{color:#5D5F60;font-size: 10px; text-decoration:underline;}
.main a:hover b		{color:#5D5F60;font-size: 10px; text-decoration:none;}
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
.title_info		{width:270px;}
.title_info td	{vertical-align:middle; height:38px;}

.prod_info		{width:100px; float:left; margin-right:15px;}
.prod_info td	{text-align:center;}
/* ********************************************************************************************************* */  

.shop_cart {text-align:center; vertical-align:middle;color:#000;height:32px; font-size:11px; text-decoration:none; font-weight:bold; border-bottom:1px solid #000000;}
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */	
.bg_line_x						{background:url(images/line_x.gif) left center repeat-x;}
.bg_line_y						{background:url(images/line_y.gif) center top repeat-y;}

.cart_line_x, .cart_bg_line_x					{background:url(images/line_x1.gif) center top repeat-x;}

.cart_total_left  			{width:80%; text-align:right; vertical-align:middle;height:38px;}
.cart_total_right  			{width:20%; text-align:center;vertical-align:middle;}
.cart_total_left strong  	{text-transform:uppercase}

/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
span.txt_1	{font-size:10px; text-transform:none; color:#000000;}	
/* ********************************************************************************************************* */
.padd_gg				{height:10px;}
.padd_vv				{width:1%;}
.padd_vv img			{width:1px;}

.padd_gg2				{height:10px;}
.padd_vv2				{width:1%;}
.padd_vv2 img			{width:10px;}
/* ********************************************************************************************************* */
/* ********************************************************************************************************* */
.box_width_left			{ width:192px; }/*{ width:212px;}*/
.box_width_right		{ width:125px;}
.box_width_cont			{ width:100%;}
.col_left				{}
.col_center				{ width:100%;}
.col_right				{}			
/* ********************************************************************************************************* */
.heading_top_1			{margin-top:0px; background:#ffffff;}
.heading_top_1 .padd_11	{}

.heading_top_2			{margin-top:0px;}
.heading_top_2 .padd_22	{padding:0px 20px 0px 20px;}

.heading_top_3			{margin-top:0px; background:#ffffff;}
.heading_top_3 .padd_33	{padding:0px 0px 0px 0px;}

.heading_top_4			{margin-top:0px;}
.heading_top_4 .padd_44	{padding:0px 10px 9px 10px}


.tableBox_output		{margin-top:0px;}
.tableBox_shopping_cart	{margin-top:0px;}

.tep_draw_separate		{height:11px;}

.tep_draw_prod_top	{padding:0px 10px 0px 15px;} /*	{padding:0px 28px 0px 28px;} /
.tep_draw_box_prod		{}
/*    */
.ccs_list {color:red}


/* prevents long productnames breaking design on IE */


.Estilo1 {color: #000}


/*h1{text-align:left; padding-top:0px; margin-left:0px; margin-right:0px;}*/

.blanco {color: #000;  text-decoration: none;}
A.blanco {color: #000;  text-decoration: none;}
A.blanco:hover {  color: #000;  text-decoration: underline;}

.verde {color: #b1ed22;  text-decoration: none;}
A.verde {color: #b1ed22;  text-decoration: none;}
A.verde:hover {  color: #b1ed22;  text-decoration: underline;}

a{
outline: none;
}

.cat_sel {
	color:#000 !important;
	font-weight: bold !important;
	text-decoration:none !important;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.tabla1  {
  width: 177px;
  height: 180px;
}


.titulo{
	background-image: url(theme/titulo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 132px;
	width: 1030px;
	position: relative;
	margin-top:26px;
}
.titulo h2{
	margin: 0px;
	padding: 0px;
	width: 388px;
	position: absolute;
	left: 324px;
	top: 0px;
	bottom: 0px;
}
.titulo h2 a{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.titulo h2 a span{display:none;}
.titulo form{
	bottom:0;
	margin:0;
	padding:0;
	position:absolute;
	right:58px;
	top:57px;
	width:237px;
}
.titulo .usuario_conectado{
	bottom:0;
	margin:0;
	position:absolute;
	right:58px;
	top:57px;
	width:177px;
	background-image: url(theme/conectado.jpg);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left top;
}
.titulo .usuario_conectado a{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.titulo form p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 60px;
}
.titulo form .entrar{
	position: absolute;
	left: 0px;
	top: 0px;
}
.titulo form a, .titulo form a:hover{
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
}
.titulo form #Mail{
	background-image: url(theme/login/usuario.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 137px;
	padding-top: 6px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-bottom: 0px;
}
.titulo form #Pass{
	background-image: url(theme/login/clave.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 137px;
	padding-top: 6px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
	padding-bottom: 0px;
}
.breadcrumb{
	background-image: url(theme/breadcrumb.jpg);
	height: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}
.breadcrumb .lang{float: right;padding-top: 6px;padding-right: 6px;}
.breadcrumb .lang a img{
	padding-right: 3px;
}
.breadcrumb p{
	background-image: url(theme/breadcrumb_icon.jpg);
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 4px center;
	color: #FFF;
}
.breadcrumb p a{
	color: #333333;
	text-decoration: none;
}
.interior{
	background-image: url(theme/fondo_interior.jpg);
	background-repeat: repeat-y;
	padding-right: 23px;
	padding-left: 23px;
}
.interior .superior{
	
	background-image: url(theme/interior_arriba.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 25px;
}
.interior > table{
	width: 930px;
}
.interior .principal{
	margin: 0px;
	padding: 0px;
	height: 33px;
}
.interior .principal li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	position:relative;
	height: 33px;
}
.interior .principal li a{
	display: block;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.interior .principal li a span{display:none;}
.interior .principal li a:hover{
	background-position: 0px -33px;
}
.interior .principal li a#catalogo{
	background-image: url(theme/menu/menu_01.jpg);
	width: 89px;
}
.interior .principal li a#novedades{
	background-image: url(theme/menu/menu_02.jpg);
	width: 117px;
}
.interior .principal li a#ofertas{
	background-image: url(theme/menu/menu_03.jpg);
	width: 87px;
}
.interior .principal li a#mi_cuenta{
	background-image: url(theme/menu/menu_04.jpg);
	width: 118px;
}
.interior .principal li a#registrarse{
	background-image: url(theme/menu/menu_05.jpg);
	width: 116px;
}
.interior .principal li a#empresa{
	background-image: url(theme/menu/menu_06.jpg);
	width: 161px;
}
.interior .principal li a#informacion{
	background-image: url(theme/menu/menu_07.jpg);
	width: 124px;
}
.interior .principal li a#blog{
	background-image: url(theme/menu/menu_08.jpg);
	width: 66px;
}
.interior .principal li a#contactar{
	background-image: url(theme/menu/menu_09.jpg);
	width: 106px;
}

.box_central{
	background-image: url(theme/fondo_central.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width:599px;
}
.box_central .box_central_final{
	background-image: url(theme/fondo_central_final.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 156px;
	padding-right: 30px;
	padding-left: 30px;
}
.box_central > h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url(theme/pageHeading.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 6px;
	text-align: center;
}

.box_central > p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url(theme/pageHeading.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 6px;
	text-align: center;
}

.box_central > h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-image: url(theme/pageHeading.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 6px;
	text-align: center;
}

.noborderBox ul{
	margin: 0px;
	padding: 0px;
}
.noborderBox ul li{
	list-style-type: none;
	margin: 0px;
	padding: 2px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.categorias .noborderBox  ul li {
	background-image: url(theme/categorias_fondo.jpg);
}
.categorias .noborderBox .bg_list_sub{background-image: url(theme/categorias_sub_fondo.jpg);}
.noborderBox ul li a{
	color: #666;
	text-decoration: none;
}
.noborderBox ul li a:hover{
	color: #000;
	text-decoration: none;
}

.buscador_print{
	background-image: url(theme/bg_impresora.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 45px;
}
.buscador_print input[type=text]{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #354c54;
	border-bottom-color: #354c54;
	border-left-color: #354c54;
	width: 100px;
	padding: 4px;
}

.product_listing{
	width: 150px;
	margin-bottom: 10px;
}
.product_listing .foto_prod{
	height: 100px;
	padding-bottom: 10px;
	text-align: center;
}
.product_listing .titulo_prod{
	height: 50px;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 5px;
	overflow:hidden;
}
.product_listing .titulo_prod a{
	text-transform: uppercase;
	color: #282828;
}

.product_listing .precio_prod{
	vertical-align: middle;
	text-align: right;
}
.product_listing .precio_prod .productSpecialPrice{
	font-size: 16px;
	color: #00aaff;
}
.product_listing .precio_prod s{
	font-size: 10px;
	color: #666;
}

.vam a{
}
.vam a:hover{
}

.subcategorias{
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow:hidden;
}
.subcategorias li{
	margin: 0px;
	float: left;
	width: 46%;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(theme/carpeta.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.subcategorias li a{
	display: block;
	padding: 2px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	font-size: 10px;
}
.subcategorias li a:hover{
	color: #000;
	text-decoration: none;
}
.subcategorias li h2{
	display: block;
	padding: 2px;
	margin:0px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	font-size: 10px;
}
.product{
}
.banner_der{
	padding-right: 8px;
	padding-bottom: 13px;
	padding-top: 7px;
}
.banner_izq{
	padding-left: 8px;
	padding-bottom: 13px;
	padding-top: 7px;
}
.pie{
	background-image: url(theme/pie.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 7px;
	padding-left: 30px;
	color: #CCC;
	padding-bottom: 25px;
}
.pie a{
	color: #FFF;
}
.pie a:hover{
	color: #FFF;
	text-decoration: underline;
}

.carrito{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 16px;
}
.carrito a{
	color: #000;
	text-decoration: none;
}
.box_precio{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	line-height: 21px;
}
.box_precio s{
	font-size: 12px!important;
	color: #333;
}
.box_precio .productSpecialPrice{
	color: #09F!important;
	font-size: 19px!important;
}
.producto_total{overflow:hidden;}
.producto_total .imagen{
	float: left;
	width: 150px;
	text-align: center;
	padding-right: 30px;
}
.producto_total .imagen a{
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
}
.producto_total .descripcion_producto{
	float: left;
	width: 350px;
}
.producto_total .descripcion_producto h1{
	font-size: 20px;
	line-height:21px;
	padding: 0px;
	margin: 0px;
}
.producto_total .descripcion_producto p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.producto_total .descripcion_producto .tarifa_modelo{
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEE;
}
.producto_total .descripcion_producto .precio{
	font-size: 16px;
	color: #0099FF;
	margin-bottom: 5px;
	font-weight: bold;
}
.producto_total .descripcion_producto .comprar{
	text-align: right;
	padding-top: 25px;
}
.producto_total .descripcion_producto .precio .productSpecialPrice{
	color: #0099FF!important;
	font-size: 16px!important;
	font-weight: bold!important;
}
.producto_total .descripcion_producto .precio s{
	font-size: 12px!important;
	font-weight: normal!important;
	color: #333!important;
}


.titulo .contacto{
	margin: 0px;
	padding: 0px;
	width: 295px;
	position: absolute;
	left: 24px;
	top: 30px;
	bottom: 0px;
}
.titulo .contacto a{
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.titulo .contacto a span{display:none;}
.pie p{
	padding: 0px;
	float: left;
	color: #FFF;
	margin: 0px;
}
.pie p strong{
	background-image: url(theme/mini_logo.gif);
	background-repeat: no-repeat;
	background-position: 100px center;
	padding-right: 108px;
}
.pie p.der{
	float: right!important;
	margin-right: 30px;
}


.pie .diseno {
	background-image:url(theme/denox.gif);
	background-position:right top;
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:10px;
	height:18px;
	letter-spacing:2px;
	text-align:center;
	width:70px;
}
.pie .diseno span{display:none;}



.principal ul.submenu{
	margin: 0px!important;
	padding: 0px!important;
	position:absolute!important;
	top:33px!important;
	right:0px!important;
	left:0px!important;
	background-color: #000!important;
	border-right-width: 1px!important;
	border-bottom-width: 1px!important;
	border-left-width: 1px!important;
	border-right-style: solid!important;
	border-bottom-style: solid!important;
	border-left-style: solid!important;
	border-right-color: #000!important;
	border-bottom-color: #000!important;
	border-left-color: #000!important;
	z-index:1000!important;
	display:none;
	border-top-style: none!important;
	overflow:hidden;
	height:auto!important;
	z-index:400;
}
.principal ul.submenu li{
	float: left;
	width: 100%;
	height:auto!important;
}
.principal ul.submenu li a{
	font-size: 13px!important;
	display: block!important;
	padding: 3px!important;
	height:auto!important;
	color: #FFF;
	text-decoration: none;
}
.principal ul.submenu li a:hover{
	background-color: #00A8DF;
}
.cesta_vacia{
	background-image: url(theme/carrito.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 4px;
	padding-left: 34px;
	padding-bottom: 20px;
}
.bg_line_x{
	height: 1px;
	background-image: url(theme/separacion_productos.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.bg_line_y{background-image: url(theme/separacion_productos.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width:1px;}
.breadcrumb_seccione{
	font-size: 10px;
	color: #999;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 22px;
	background-image:url(theme/carpeta.gif);
	background-position:3px 2px;
	background-repeat:no-repeat;
	margin: 0px;
}	
.breadcrumb_cebra{
	background-color: #EEE;
}
.breadcrumb_seccione a{	font-size: 10px;
	color: #333;
	text-decoration: none;}
.breadcrumb_seccione a:hover{
	color: #000;
	text-decoration: underline;
}
.secciones_titulo{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.precios_iva {
color:#9A9A9A;
font-family:Verdana,Arial,sans-serif;
font-size:10px;
font-weight:bold;
}

.busqueda_by_dani {
background:url(theme/titulos/fondo_busqueda.jpg) no-repeat;
margin:0px;
padding:10px;
color:#000000;
}
.busqueda_by_dani a {
color:#FFFFFF;
font-weight:bold;
}
.busqueda_by_dani a:hover {
color:#CCCCCC;
}
