/*
$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: Tahoma;
	font-size: 10px;
}
.errorBox
{
	font-family: Tahoma;
	font-size: 10px;
	background: #FFB3B5;
	font-weight: bold;
}
.stockWarning
{
	font-family: Tahoma;
	font-size: 10px;
	color: #900;
}
.productsNotifications
{
	background: #DBDBDB;
}
.orderEdit
{
	font-family: Tahoma;
	font-size: 10px;
	color: #D60D01;
	text-decoration: underline;
}
BODY
{
	color: #000000;
	margin: 0px;
	background-color: #FFF;
	background-image: url(theme/fondo.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.infoBox
{
}
.infoBoxContents
{
	background: #FFFFFF;
	font-family: Tahoma;
	font-size: 10px;
}
/*A {color: #000000;  text-decoration: none;}A:hover {  color: #AABBDD;  text-decoration: underline;}*/
FORM
{
	display: inline;
}
TD.headerNavigation
{
	font-family: Tahoma;
	color: #000;
	font-weight: bold;
}
A.headerNavigation
{
	font-family: Tahoma;
	color: #888;
	font-weight: bold;
	text-decoration: none;
}
A.headerNavigation:hover
{
	font-family: Tahoma;
	color: #000;
}
TD.headerNavigation2
{
	font-family: Tahoma;
	font-size: 10px;
	color: #888888;
}
A.headerNavigation2
{
	font-family: Tahoma;
	font-size: 10px;
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}
A.headerNavigation2:hover
{
	font-family: Tahoma;
	font-size: 10px;
	color: #000;
}
TR.headerError
{
	background: #FF0000;
}
TD.headerError
{
	font-family: Tahoma;
	background: #FF0000;
	color: #888888;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo
{
	background: #00FF00;
}
TD.headerInfo
{
	font-family: Tahoma;
	background: #00FF00;
	color: #888888;
	font-weight: bold;
	text-align: center;
}
/*TR.footer {background: #bbc3d3;}TD.footer {  font-family: Tahoma;  font-size: 10px; background: #bbc3d3; color: #888888;  font-weight: bold;}*/
.infoBoxNotice
{
	background: #FF8E90;
}
.infoBoxNoticeContents
{
	background: #FFE6E6;
	font-family: Tahoma;
	font-size: 10px;
}
TD.infoBoxHeading
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	background: #BBC3D3;
	color: #888888;
}
TD.infoBox, SPAN.infoBox
{
	font-family: Tahoma;
	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 solid #000000;
	border-style: solid;
	border-color: #B6B7CB;
	border-spacing: 1px;
}
.productListing-heading
{
	font-family: Tahoma;
	font-size: 10px;
	background: #B6B7CB;
	color: #888888;
	font-weight: bold;
}
TD.productListing-data
{
	font-family: Tahoma;
	font-size: 10px;
}
TD.pageHeading, DIV.pageHeading
{
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #9A9A9A;
}
TR.subBar
{
	background: #F4F7FD;
}
TD.subBar
{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
/**********************************************************************************************************
**********************************************************************************************************/
TD.main, P.main
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 1.5;
}
TD.smallText, SPAN.smallText, P.smallText
{
	font-family: Tahoma;
	font-size: 10px;
}
TD.accountCategory
{
	font-family: Tahoma;
	font-size: 13px;
	color: #AABBDD;
}
TD.tableHeading
{
	font-family: Tahoma;
	font-weight: bold;
}
/*CHECKBOX, INPUT, RADIO, SELECT*/
#INVALID-RULE
{
	font-family: Tahoma;
	font-size: 11px;
}
TEXTAREA
{
	width: 100%;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
}
SPAN.greetUser
{
	font-family: Tahoma;
	color: ##EF8015;
	font-weight: bold;
}
TABLE.formArea
{
	background: #F1F9FE;
	border-color: #7B9EBD;
	border-style: solid;
	border-width: 1px;
}
TD.formAreaTitle
{
	font-family: Tahoma;
	font-weight: bold;
}
SPAN.markProductOutOfStock
{
	font-family: Tahoma;
	color: #900;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
}
SPAN.errorText
{
	font-family: Tahoma;
	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;
	bac\kground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
H1
{
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.moduleRow
{
}
.moduleRowOver
{
	background-color: #DBDBDB;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected
{
	background-color: #DBDBDB;
}
.checkoutBarFrom, .checkoutBarTo
{
	font-family: Tahoma;
	font-size: 10px;
	color: #8C8C8C;
}
.checkoutBarCurrent
{
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
}
/*message box*/
.messageBox
{
	font-family: Tahoma;
	font-size: 10px;
}
.messageStackError, .messageStackWarning
{
	font-family: Tahoma;
	font-size: 10px;
	background-color: #FFB3B5;
}
.messageStackSuccess
{
	font-family: Tahoma;
	font-size: 10px;
	background-color: #99FF00;
}
#myse SELECT
{
	width: 90%;
}
/*input requirement*/
.product .inputRequirement, .inputRequirement
{
	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
}
/***********************************************************************************************************/
.main A
{
}
.main A:hover
{
}
.vam
{
	vertical-align: middle;
}
.tac
{
	text-align: center;
}
/***********************************************************************************************************/
.padd_1
{
	padding: 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;
}
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%;
}
/**********************************************************************************************************
**********************************************************************************************************/
BODY
{
	padding: 0;
	margin: 0;
}
TABLE, TD, .main, SELECT, INPUT, TEXTAREA
{
	font-size: 11px;
	font-family: Tahoma;
	color: #282E3E;
	line-height: 13px;
	vertical-align: top;
	padding: 0px;
}
IMG
{
	border: 0px solid #000000;
}
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: #888888;
	font-size: 10px;
}
.header B
{
	color: #FC236C;
}
.header A
{
	color: #60C5F4;
	text-decoration: none;
	font-size: 11px;
	text-transform: none;
}
.header A:hover
{
}
.header STRONG
{
	color: #B9215C;
}
/*-box_body-*/
.box_body TD
{
	color: #F07F7F;
}
.box_body SPAN.productSpecialPrice
{
	color: #B1ED22;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}
.box_body DEL
{
	color: #B1ED22;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}
.box_body TD
{
	color: #FFFFFF;
}
.box_body SPAN
{
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
}
.box_body SPAN.span_destacados
{
	color: #000 !important;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
}
.box_body A
{
	color: #EBEBEB;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}
.box_body A:hover
{
}
.box_body EM A
{
	color: #888888;
	font-family: Tahoma;
	font-style: normal;
}
.box_body SPAN A
{
	color: #EBEBEB;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.box_body SPAN A:hover
{
}
.box_body UL
{
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.box_body .bg_list
{
}
.box_body .bg_list A
{
	color: #FFF;
	padding-left: 12px;
	background-position: 0 4px;
	text-decoration: none;
	line-height: 18px;
	background-image: url(theme/vineta-trans.png);
	background-repeat: no-repeat;
}
.box_body .bg_list A:hover
{
	color: #EF8015;
}
.box_body .bg_list_un
{
}
.box_body .bg_list_un A
{
	color: #FFCCE4;
	padding-left: 20px;
	background: url(images/arrow_3.gif) no-repeat top left;
	background-position: 0 3px;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
}
.box_body .bg_list_un A:hover
{
	color: #FFFF00;
	text-decoration: none;
}
.box_body .bg_list_sub
{
}
.box_body .bg_list_sub A
{
	padding-left: 6px;
	background: url(images/arrow_sub.gif) no-repeat top left;
	background-position: 0 5px;
	line-height: 18px;
	margin-left: 0px;
}
.box_body .bg_list_sub A:hover
{
	color: #EF8015;
	text-decoration: none;
}
A.selecionado
{
	color: #FF0000;
	text-decoration: none;
}
/*-1-*/
.box_heading_table
{
	background: #2D2D2D url(images/box_corn_c.gif) repeat-x top;
}
.box_heading_table .box_heading_td
{
	padding: 5px 10px 5px 0px;
}
.box_heading_table .box_heading_td
{
	color: #B1ED22;
	text-transform: uppercase;
	font-size: 11px;
}
/*.box_body_table .box_body_td {padding:11px 20px 27px 20px;}
.box_body_table .box_body_td {padding:6px 5px 22px 5px;}*/
.carrito
{
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.box_body_table_2
{
	margin-bottom: 5px;
}
.box_body_table_2 .box_body_td_2
{
}
.box_body_table_2 .box_body_td_2 UL
{
}
.box_body_table_2 A
{
	color: #888 !important;
}
.box_body_table_2 A:hover
{
	color: #000 !important;
}
/*-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
{
}
.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
{
}
.cont_heading_td
{
	color: #000000 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 15px !important;
	font-weight: bold !important;
	letter-spacing: -1px !important;
	margin: 0;
	padding: 0;
	text-transform: uppercase !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.cont_heading_td A
{
	color: #A6BDCF;
	text-decoration: none;
}
.cont_heading_td A:hover
{
}
.cont_heading_td EM
{
	font-size: 11px;
	color: #A6BDCF;
	font-family: Tahoma;
	text-transform: uppercase;
	font-style: normal;
}
/*PRODUCT*/
.product TD
{
	color: #1D1D1D;
}
.product A
{
	font-size: 11px;
	color: #1D1D1D;
}
/*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
{
}
.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: Tahoma;
}
.product DIV A
{
	color: #1A1A1A;
	font-size: 11px;
	font-weight: normal;
	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;
}
/*footer*/
.footer
{
	width: 100%;
}
.footer TD
{
	color: #888888;
	font-size: 11px;
}
.footer A
{
	color: #888888;
	font-size: 11px;
	text-decoration: none;
}
.footer A:hover
{
	color: #888888;
}
.footer SPAN
{
	color: #C1E075;
	font-size: 11px;
}
.footer SPAN A
{
	color: #C1E075;
	font-size: 11px;
	text-decoration: none;
}
.footer SPAN A:hover
{
	color: #C1E075;
}
.footer B, .footer B A
{
	color: #888888;
	font-size: 11px;
	font-weight: bold;
}
.footer B A:hover
{
	color: #888888;
	text-decoration: none;
}
/**********************************************************************************************************
**********************************************************************************************************/
.result
{
	margin: 0px;
}
.result TD
{
	width: 50%;
	vertical-align: middle;
	padding: 10px 5px;
}
.result_right
{
	text-align: right;
}
.result TD
{
	font-size: 11px;
}
.result B
{
	font-weight: normal;
}
.result_right B
{
	font-size: 11px;
	font-weight: bold;
}
.result_right A.pageResults
{
	font-size: 11px;
}
.result_right A.pageResults:hover
{
	text-decoration: none;
}
.result_right A.pageResults U
{
	font-size: 11px;
	text-decoration: none;
}
.result_right A.pageResults U:hover
{
	text-decoration: none;
	color: #000;
}
/**********************************************************************************************************
**********************************************************************************************************/
SPAN.newItemInCart
{
	font-family: Tahoma;
	font-size: 10px;
	color: #FB0707;
}
.box_body A SPAN.newItemInCart
{
	font-family: Tahoma;
	font-size: 10px;
	color: #FB0707;
}
/**********************************************************************************************************
**********************************************************************************************************/
.smallText A
{
	color: #D60D01;
	font-size: 11px;
	text-decoration: none;
}
/*advanced_search.php*/
.smallText A:hover
{
	color: #D60D01;
	font-size: 11px;
}
.smallText A U
{
	color: #D60D01;
	font-size: 11px;
	text-decoration: none;
}
.smallText A:hover U
{
	color: #D60D01;
	font-size: 11px;
}
TD.fieldKey
{
	font-family: Tahoma;
	font-weight: bold;
}
TD.fieldValue
{
	font-family: Tahoma;
}
.main A B
{
	color: #5D5F60;
	font-size: 10px;
}
.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;
	text-transform: uppercase;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
/**********************************************************************************************************
**********************************************************************************************************/
.bg_line_x
{
	background: url(images/line_x.gif) repeat-x left center;
}
.bg_line_y
{
	background: url(images/line_y.gif) repeat-y center top;
}
.cart_line_x, .cart_bg_line_x
{
	background: url(images/line_x1.gif) repeat-x center top;
}
.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: 160px;
	background-image: url(theme/comercial.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_width_cont
{
	width: 100%;
}
.col_center
{
	width: 100%;
}
/***********************************************************************************************************/
.heading_top_1
{
	margin-top: 0px;
	background: #FFFFFF;
}
.heading_top_1 .padd_11
{
	padding-bottom: 20px;
}
.heading_top_2
{
	margin-top: 0px;
}
.heading_top_2 .padd_22
{
	padding: 0px 20px;
}
.heading_top_3
{
	margin-top: 0px;
	background: #FFFFFF;
}
.heading_top_3 .padd_33
{
	padding: 0px;
}
.heading_top_4
{
	margin-top: 0px;
}
.heading_top_4 .padd_44
{
	padding: 0px 10px 9px;
}
.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: #FF0000;
}
/*prevents long productnames breaking design on IE*/
.breakword
{
	word-wrap: break-word;
}
/*h1{text-align:left; padding-top:0px; margin-left:0px; margin-right:0px;}*/
.infoBoxContentsModules
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	background: #FFFFFF;
}
.cat_sel
{
	color: #EF8015 !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
.box_texto
{
	color: #888 !important;
	display: block;
	padding: 5px;
}
.box_texto A:hover
{
	color: #000 !important;
}
.separacion
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.total_web
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.total_carrito
{
	font-weight: bold !important;
	color: #000 !important;
	padding-top: 7px !important;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.estimatedshippingBox
{
	background: #FF8E90;
}
TD.estimatedshippingBoxHeading
{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #BBC3D3;
	color: #888888;
}
.estimatedshippingBoxContents
{
	background: #F8F8F9;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
}
.ShowShipping
{
	background: #444DDD;
	color: #FFFFFA;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 6px;
	font-weight: bold;
	text-align: center;
}
/*****************************************************************************************************************
Formularios:
*****************************************************************************************************************/
.Pass, .Mail
{
	color: #666666;
	border: 1px solid #CCCCCC;
	height: 18px;
	width: 115px;
	vertical-align: top;
	font-size: 11px;
	margin-top: 2px;
	margin-left: 15px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}
.Mensaje
{
	color: #666666;
	border: 1px solid #000000;
	height: 21px;
	width: 140px;
	vertical-align: top;
	font-size: 11px;
	padding: 4px 0 0 25px;
	margin-top: 2px;
}
.Pass
{
	background: #FFFFFF url(images/icoPass.gif) no-repeat 4px 4px;
}
.Mail
{
	background: #FFFFFF url(images/icoMail.gif) no-repeat 4px 4px;
}
/***********************
AÃƒâ€˜ADIDOS THEME
*******************/
A
{
	color: #333;
	text-decoration: none;
}
.featured A, .notificaciones A
{
	color: #333 !important;
	text-decoration: none;
}
.featured A IMG
{
	border: 4px solid #CCC;
}
A:hover
{
	color: #000;
	text-decoration: none;
}
.titulo_web A
{
	outline: none;
}
.titulo_web A:hover
{
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
.titulo_web
{
	background-image: url(theme/titulo_fondo.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 94px;
	position: relative;
	width: 980px;
}
.clientes
{
	background-image: url(theme/titulo_clientes.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	width: 215px;
	top: 0px;
	right: 0px;
	height: 74px;
	bottom: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clientes FORM
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clientes FORM P
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.clientes FORM .entrar
{
	position: absolute;
	top: 25px;
	right: 10px;
}
.total
{
}
.breadcumb
{
	background-image: url(theme/breadcumb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	padding-top: 9px;
	padding-left: 28px;
	position: relative;
}
.breadcumb #rss_icono
{
	position: absolute;
	top: 9px;
	right: 9px;
}
.col_left
{
	background-image: url(theme/col_izq.jpg);
	width: 200px;
	overflow: hidden;
}
.col_right
{
	background-image: url(theme/col_der.jpg);
	width: 201px;
}
.total_articulos
{
	background-image: url(theme/titulos/arriba.jpg);
	background-repeat: no-repeat;
	height: 29px;
	font-weight: bold;
	color: #FFF;
	padding-left: 14px;
}
.buscador
{
	background-image: url(theme/buscador.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	position: relative;
}
.buscador #contacto_fly
{
	position: absolute;
	height: 41px;
	width: 183px;
	right: 0px;
	bottom: 0px;
}
.buscador #contacto_fly SPAN
{
	display: none;
}
.buscador .lang
{
	font-weight: bold;
	color: #FFF;
	padding-left: 14px;
	padding-top: 5px;
	float: left;
	width: 190px;
}
.buscador .lang P
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.buscador .lang A
{
	margin-right: 8px;
}
.buscador FORM
{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 55px;
	overflow: hidden;
	height: 24px;
	position: relative;
}
.buscador FORM .texto, .buscador FORM SELECT
{
	width: 170px;
	padding: 2px;
}
.buscador FORM DIV
{
	overflow-x: hidden;
}
.buscador FORM LABEL
{
	margin-top: 4px;
}
.menu .principal
{
	margin: 0px;
	padding: 0px;
	height: 36px;
	z-index: 10;
}
.menu UL UL.submenu
{
	margin: 0px !important;
	padding: 0px !important;
	position: absolute !important;
	top: 33px !important;
	right: 0px !important;
	left: 0px !important;
	background-color: #FFF !important;
	border-right-width: 3px !important;
	border-bottom-width: 3px !important;
	border-left-width: 3px !important;
	border-right-style: solid !important;
	border-bottom-style: solid !important;
	border-left-style: solid !important;
	border-right-color: #CCC !important;
	border-bottom-color: #CCC !important;
	border-left-color: #CCC !important;
	z-index: 1000 !important;
	display: none;
	border-top-style: none !important;
	overflow: hidden;
	height: auto !important;
	z-index: 400;
}
.menu UL UL.submenu LI
{
	float: left;
	width: 100%;
	height: auto !important;
}
.menu UL UL.submenu LI A
{
	font-size: 13px !important;
	display: block !important;
	padding: 3px !important;
	height: auto !important;
}
.menu UL UL.submenu LI A:hover
{
	background-color: #CCC;
}
.menu UL LI
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	position: relative;
	z-index: 10;
}
.menu UL LI A
{
	background-position: 0px 0px;
	display: block;
	height: 36px;
}
.menu UL LI A:hover
{
	background-position: 0px -36px;
}
.menu UL LI A SPAN
{
	display: none;
}
.menu UL #inicio
{
	background-image: url(theme/menu/menu_01.jpg);
	width: 85px;
}
.menu UL #novedades
{
	background-image: url(theme/menu/menu_02.jpg);
	width: 130px;
}
.menu UL #ofertas
{
	background-image: url(theme/menu/menu_03.jpg);
	width: 102px;
}
.menu UL #cuenta
{
	background-image: url(theme/menu/menu_04.jpg);
	width: 124px;
}
.menu UL #empresa
{
	background-image: url(theme/menu/menu_05.jpg);
	width: 201px;
}
.menu UL #informacion
{
	background-image: url(theme/menu/menu_06.jpg);
	width: 143px;
}
.menu UL #blog
{
	background-image: url(theme/menu/menu_07.jpg);
	width: 72px;
}
.menu UL #contactar
{
	background-image: url(theme/menu/menu_08.jpg);
	width: 123px;
}
.pie_img
{
	overflow: hidden;
}
.pie_img IMG
{
	float: left;
}
.diseno
{
	font-size: 10px;
	color: #FFF;
	background-image: url(theme/pie_denox.jpg);
	background-repeat: no-repeat;
	height: 16px;
	width: 102px;
	padding-top: 44px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 17px;
	float: left;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oferta
{
	background-image: url(theme/oferta.gif) !important;
}
.destacado
{
	background-image: url(theme/destacado.gif) !important;
}
.novedad
{
	background-image: url(theme/novedad.gif) !important;
}
.oferta_producto
{
	background-image: url(theme/oferta_producto.gif) !important;
}
.oferta_producto .titulo
{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 40px !important;
	text-align: left;
}
.oferta_producto .foto
{
	padding-top: 6px;
}
.oferta .descripcion, .destacado .descripcion, .novedad .descripcion
{
	height: 80px !important;
}
.product_listing
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(theme/producto.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 181px;
	width: 543px;
	position: relative;
}
.product_listing .titulo
{
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	text-align: left;
}
.oferta .titulo, .destacado .titulo, .novedad .titulo
{
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 40px !important;
	text-align: left;
}
.product_listing .titulo A
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	color: #000 !important;
	letter-spacing: -1px !important;
	margin: 0px;
	padding: 0px;
}
.product_listing .foto
{
	padding-right: 10px;
	padding-left: 3px;
}
.product_listing P
{
	margin: 0px;
	padding: 0px;
}
.product_listing .foto IMG
{
	border: 4px solid #DFDFDF;
}
.product_listing .descripcion
{
	padding-top: 5px;
	height: 85px;
	text-align: left;
	position: relative;
}
.product_listing .descripcion P
{
	text-align: left;
}
.product_listing .stock
{
	float: right;
	margin-top: -4px;
	margin-right: 0px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}
.product_listing .modelo
{
	color: #666;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: left;
}
.product_listing .botones
{
	text-align: left;
	padding-top: 19px;
}
.product_listing .botones A
{
	margin-right: 4px;
}
.product_listing .precio
{
	text-align: right;
	padding-right: 7px;
	padding-top: 6px;
}
.subcategorias
{
	width: 543px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.subcategorias LI
{
	float: left;
	width: 260px;
	list-style-type: none;
	padding: 5px;
	background-color: #F7F7F7;
	background-image: url(theme/categorias_fondo_hover.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	overflow: hidden;
	color: #999;
}
.subcategorias LI.mas_categorias A
{
	background-image: url(theme/vineta-mas-trans.png) !important;
	padding-left: 19px !important;
}
.subcategorias LI:hover
{
	background-image: url(theme/categorias_fondo.gif);
	background-color: #F2F2F2;
}
.subcategorias LI A
{
	float: left;
	background-image: url(theme/vineta-trans.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	width: 175px;
}
.subcategorias LI SPAN
{
	float: right;
}
.padd_11 H2
{
	font-size: 10px !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	color: #333 !important;
	letter-spacing: 1px !important;
	margin: 0px !important;
	padding-top: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
	padding-left: 5px !important;
	background-image: url(theme/fondo_h2.gif) !important;
	background-repeat: no-repeat !important;
	background-position: left top !important;
	padding-top: 5px;
}
.product_info
{
	margin-top: 10px !important;
	margin-right: 0px !important;
	margin-bottom: 10p!importantx;
	margin-left: 15px !important;
	background-image: url(theme/producto_info.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 181px;
	border-collapse: collapse;
	margin-bottom: 0px;
	padding: 7px;
	width: 543px;
}
.product_info .titulo
{
	text-align: left !important;
	padding: 8px;
}
.product_info .titulo A
{
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	color: #000 !important;
	letter-spacing: -1px !important;
	margin: 0px;
	padding: 0px;
}
.product_info .foto
{
	padding-right: 10px;
	padding-left: 12px;
}
.product_info P
{
	margin: 0px;
	padding: 0px;
}
.product_info .foto
{
	text-align: center;
}
.product_info .foto .imagen IMG
{
	border: 4px solid #DFDFDF;
	margin-bottom: 7px;
}
.product_info .descripcion
{
	padding-top: 5px;
	text-align: left;
	padding-right: 15px;
}
.product_info .stock
{
	float: right;
	margin-top: -5px;
	margin-right: -5px;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
}
.product_info .modelo
{
	color: #666;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: left;
}
.product_info .botones
{
	text-align: left;
}
.product_info .botones A
{
	margin-right: 4px;
}
.product_info .precio
{
	text-align: right;
	padding-right: 10px;
}
.tambien_compraron
{
	margin: 0px;
	padding: 3px;
}
.tambien_compraron .titulo
{
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	background-color: #F5F5F5;
	display: block;
	margin: 0px;
	padding: 2px;
}
.tambien_compraron .foto
{
	padding: 4px;
}
.tambien_compraron .foto A IMG
{
	border: 4px solid #DFDFDF;
}
.multiimagenes
{
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
}
.multiimagenes TABLE
{
	margin-top: 15px;
}
.multiimagenes H3
{
	color: #000000 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	font-weight: bold !important;
	letter-spacing: -1px !important;
	margin: 0;
	text-transform: uppercase !important;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}
.multiimagenes .imagen IMG
{
	border: 4px solid #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.enlace_pedidos
{
	color: #777 !important;
}
.enlace_pedidos:hover
{
	color: #333 !important;
}
.posicionar
{
	position: relative;
	height: 195px;
	margin: 0px !important;
	padding: 0px !important;
}
.descuento
{
	position: absolute;
	right: 0px;
	top: 74px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	padding: 15px !important;
	background-image: url(theme/descuento.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.descuento_producto
{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-image: url(theme/descuento.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 13px;
	width: 45px;
	text-align: center !important;
	float: right;
	padding: 15px;
}
.boton_alert
{
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2px;
	padding: 2px;
	cursor: pointer;
}
