/**
CMS
politicas de compra y privacidad
soporte
contacto
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @licensehttp://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

/* Layout ================================================================================= */
html,body{ margin:0px auto 0px auto; padding:0px; background-image:url(../images/pager_home_bg.jpg); background-position:top center; background-repeat:repeat-x; background-color:#E5E2E0;}

.wrapper {  }
.page { width:1020px; margin:0px auto 0px auto; padding:0px; text-align:left; border:0px solid blue;}
.page-print { border:0px solid #0FF; background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { background-image: url(../images/col-main_bg.jpg); background-position:top left; background-repeat:no-repeat; background-color:#FFF; min-height:500px;}

/* MAIN PAGE*/

/* Base Columns */ 
.col-left { float:left; width:205px; border:0px solid red; padding:0px 0px 0; }
.col-main { float:left; width:760px; border:0px solid gray; padding:0px 0px 0px 35px; margin:0px;}
.col-main h1, 
.col-main h2,
.col-main h3,
.col-main h4,
.col-main h5,
.col-main h6{font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; line-height:120%;}
.col-right { float:right; width:205px; border:0px solid yellow; padding:0px 8px 0; }/*width:230px*/
/* col-main HREF ================================================================================= */
.col-main a{ text-decoration:none; font-weight: bold; color:#0099FF;}
.col-main a:hover{ text-decoration:none; color:#007ACC; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; height:auto; padding:0px; margin:0px;}

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { padding-left:35px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; border:0px solid green;}
.col2-set .col-2 { float:right; width:45%; margin-right:30px;}
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }
	/* discount */
.col2-set .col-2 .buttons-set{ width:77%;  border:0px solid gray;}

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option {}
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { overflow:visible; width:auto; border:0; padding:0 0 0 12px; background:url(../images/bkg_button.gif) 0 50% no-repeat; cursor:pointer; -webkit-border-fit:lines; /* <- Safari & Google Chrome Fix */ }
button.button span { float:left; padding:0 12px 0 0; background:url(../images/bkg_button.gif) 100% 50% no-repeat; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.disabled {}
button.disabled span {}
/* Input & Textarea stretched for 100% */
.field-100 { border:1px solid #888; padding:2px; overflow:hidden; }
.field-100 input.input-text,
.field-100 textarea { float:left; width:100%; margin:0; padding:0; border:0; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#eee; }*/

/* Form lists */
.form-list li { margin:0 0 5px;}
.form-list label { font-weight:bold; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:250px; }
.form-list select { width:256px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.add-row .btn-remove { font-size:0; line-height:0; padding:5px 5px 0 0; text-align:right; }
.form-list .range input.input-text { width:96px; }

.group-select {}
.group-select li { margin:0 0 5px; }
.group-select .input-box { float:left; width:260px; }
.group-select input.input-text,
.group-select textarea {width:510px; }
.group-select select { width:516px; }
.group-select .input-box input.input-text,
.group-select .input-box textarea { width:250px; }
.group-select .input-box select { width:256px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }

.buttons-set2 { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; text-align:right; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
.required { color:#f00; }
p.required { font-size:10px; text-align:right; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0 0 3px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 10px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:10px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/error_msg_icon.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/success_msg_icon.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/note_msg_icon.gif); color:#3d6611; }

/* BreadCrumbs */ 
.breadcrumbs { padding:4px; margin:0 0 10px 35px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong{ color:#444; }
.breadcrumbs a, .breadcrumbs span{ color:#666; text-decoration:none;}
.breadcrumbs a:hover{ font-weight:bold;}
.breadcrumbs-customer { height:26px; }
/* Page Heading */
.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px;}
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager { border:0px solid red; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.pager .pages { margin:0 135px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; }
.pager .pages .current {}

/* Sorter */ 
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.sorter .view-mode { float:left; }
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Data Table */ 
.data-table { width:100%;}
.data-table th { padding:5px; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border-top:0px solid #ddd; }
.data-table thead { /*background-color:#f2f2f2;*/ }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { /*background-color:#f6f6f6;*/ }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { /*background-color:#f6f6f6;*/ }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; /*background-color:#f6f6f6;*/ }
.data-table td.value {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { background-color:#f6f6f6; }
tr.tax-details-first td {}

/* Shopping cart tax info */
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Lists Decoration */
li.odd {}
li.even { /*background-color:#f6f6f6;*/ }
dt.odd,
dd.odd {}
dt.even,
dd.even { /*background-color:#f6f6f6;*/ }

/* Class: std - styles for admin-controlled content */
.std{margin:0px; padding:0;}
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.link-rss { background:url(../images/icon_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; width:200px; height:63px; overflow:hidden; margin:16px 0px 0px 0px; border:1px solid #ccc;} 
.header-container {}
.header { padding:0px; width:100%; height:96px; background-image:url(../images/hd_bg.jpg); font-family:Arial; background-color:black;}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-999em; border:0px solid #000;}
.header .logo a { display:block; width:190px; height:63px; }
.header .welcome-msg { font-weight:bold; text-align:right; border:1px solid black;}

.header .form-search { float:right; text-align:left; margin:0px 0px 0px 0px; width:270px; height:24px; border:0px solid yellow; }
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}

.header .form-search .input-text{ float:left; width:190px; height:18px; border:1px solid #003D6B; color:#666; margin-top:6px; padding:3px 3px 0px 3px; background-color:#002139;}
.header .form-search .input-text:focus{color:#FFF;}
.header .form-search .input-text input{ background-color:none; }
.header .form-search button.button{ float:left; width:52px; height:22px; margin:6px 6px 0px 0px; padding:0px; background:#FFF; text-align:center;}
.header .form-search button.button span { padding:0px; width:50px; margin:0px auto 0px auto; text-align:center; font-weight:normal;  background:none; color:#002139;}
.header .form-language { text-align:center; }

.header .links{ float:right; padding:6px 16px 0px 140px;  height:22px; border:0px solid #CCC; font-size:12px; }
.header .links .top-link-wishlist{ }
.header .links .top-link-checkout{ }
.header .links li{float:left; margin-right:4px;}
.header .links a{display:block; text-decoration:underline; color:#FFF;}
.header .links a:hover{text-decoration:none;}

/********** < Navigation */
#nav { padding:0px 2px 0px 0px; margin:0px 0px 0px 0px; height:70px; float:left; border:0px solid #CCC; font-family: "Verdana";}

/* All Levels */
#nav li { text-align:left; position:relative;}
#nav li.over { z-index:999; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; text-decoration:none;}
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; font-size:15px; }
#nav li a { float:left;  margin:0px 2px 0px; height:18px; color:#FFF; border:0px solid #0099FF; z-index:999; height:68px; background-image:url(../images/menu_hd_bg.png); overflow:hidden;}
#nav li a span { margin:0px; padding:46px 2px 0px 12px;}
#nav li a:hover { color:#FFF; }
#nav li.over a,
#nav li.active a { color:#FFF;  }

/* 2nd Level */
#nav ul { position:absolute; width:14em; top:68px; left:-10000px; margin:0px 0px 0px 0px; border-bottom:0px solid red; background:#0099FF; }
#nav ul li { float:none; border-bottom:0px solid gray; font-size:12px;}
#nav ul li.last { border-bottom:0px; }
#nav ul li a span { margin:0px; padding:0px;}
#nav ul li a { float:none; padding:3px 9px; margin:0px 2px 0px; font-weight:normal; color:#FFF !important; height:18px; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav ul ul { top:7px; background:#3EB1FF; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
/********** Navigation > */

/********** < Navigation extra*/
#nav_extra { padding:0px 2px 0px 0px; margin:0px 0px 0px 0px; height:70px; float:left; border:0px solid #CCC; font-family: "Verdana";}

/* All Levels */
#nav_extra li { text-align:right; position:relative; }
#nav_extra li.over { z-index:999; }
#nav_extra li.parent {}
#nav_extra li a { display:block; text-decoration:none; }
#nav_extra li a:hover { text-decoration:none; }
#nav_extra li a span { display:block; white-space:nowrap; cursor:pointer; word-spacing:0px;}
#nav_extra li ul a span { white-space:normal; }

/* 1st Level */
#nav_extra li { float:left; font-size:15px;}
#nav_extra li a { float:left; margin:0px 2px 0px; height:18px; color:#FFF; border:0px solid #0099FF; z-index:999; height:68px; background-image:url(../images/menu_hd1_bg.png); overflow:hidden;}
#nav_extra li a span { margin:0px; padding:47px 2px 0px 10px;}
#nav_extra li a:hover { color:#FFF;}
#nav_extra li.over a,
#nav_extra li.active a { color:#FFF;  }

/* 2nd Level */
#nav_extra ul { position:absolute; width:15em; top:68px; left:-10000px; margin:0px 0px 0px 4px; border-bottom:0px solid #0099FF; background:#A3CC00; }
#nav_extra ul li { float:none; border-bottom:1px solid #0099FF; }
#nav_extra ul li.last { border-bottom:0; }
#nav_extra ul li a { float:none; padding:3px 9px; font-weight:normal; color:#FFF !important; }
#nav_extra ul li a:hover { color:#000 !important; }
#nav_extra ul li.active > a,
#nav_extra ul li.over > a  { font-weight:bold; color:#000 !important; }

/* 3rd+ leven */
#nav_extra ul ul { top:7px; }

/* Show Menu */
#nav_extra li.over > ul { left:0; }
#nav_extra li.over > ul li.over > ul { left:100px; }
#nav_extra li.over ul ul { left:-10000px; }
/********** Navigation extra> */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:0px solid blue;  background-image:url(../images/block_bg.png); background-repeat:no-repeat; }
.block .block-title { border:0px solid #999; margin:0px 16px 0px 16px; }
.block .block-title h2 { font-size:18px; font-weight:normal;  padding:8px 0px 2px 0px;}
.block .block-title h2 a{ text-decoration:none; color:#0099FF; font-weight:normal;}
.block .block-title h2 a:hover{ text-decoration:none; text-decoration:underline;}
.block h3 { font-size:12px; padding:3px 0px 2px 0px; border-bottom:1px solid #999;}
.block .block-content { padding:2px 16px 6px 20px; border:0px solid blue;}
.block .actions { text-align:right; }
.block .actions a { float:left;}
.block .block-footer { border:0px solid red; margin:0 0 6px 0; height:12px; display:block; background-image:url(../images/block_bg_ft.png); background-repeat:no-repeat; background-color:#FFF;}

/* Block: Account */
.block-account {}
.block-account a{text-decoration:none; color:#0099FF; font-size:12px;}
.block-account a:hover{text-decoration:underline;}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font-weight:bold; border-bottom:1px solid #CCC;}
.block-layered-nav li { padding:0px 0px 0px 10px; }
.block-layered-nav li a{ color:#333; text-decoration:none;}
.block-layered-nav li a:hover{ color:#000; text-decoration:none;}
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart { background-image:url(../images/block_bg_mycart.png); background-repeat:no-repeat;}
.block-cart .block-title { margin:0px 16px 0px 16px; }
.block-cart .block-content p{background-color:#ECF6EE; padding:0px 8px 0px 6px;}
.block-cart .block-content h4{text-align:center; margin-bottom:4px; }
.block-cart .block-content h4 a{text-decoration:none; color:#333333; font-size:12px;}
.block-cart .block-content h4 a:hover{text-decoration:underline;}
.block-cart .block-content-title{text-align:center; font-size:12px; color:#333333;}

.block-cart .block-noitem { border:0px solid red;}
.block-cart .amount {}
.block-cart .amount a{ text-decoration:none; color:#0099FF; }
.block-cart .amount a:hover{ text-decoration:underline; }
.block-cart .mini-products-list{ border:0px solid blue; }
.block-cart .button { border:1px solid #ACCFBF; margin:6px 0px 18px 0px;}
.block-cart .subtotal { border-top:1px solid #ACCFBF; text-align:center; }

.mini-products-list li { padding:5px 0px 0px 5px; text-align:center; }
.mini-products-list .product-image { float:left; width:145px; padding:5px 0px 5px 0px;  margin:0px; border:2px solid #0099FF;}
.mini-products-list .btn-remove { float:left; margin-left:2px; text-decoration:none; color:#0099FF; font-size:8px;}
.mini-products-list .product-details { margin:0px; color:#FFF; clear:both;}
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0px; }
.mini-products-list .product-details .details{ text-decoration:none; color:#0099FF; font-size:12px; }
.mini-products-list .product-details-price{ width:147px; background-color:#0099FF; border:1px solid #0099FF; font-size:12px; }
.mini-products-list .truncated{color:#333;}


/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related { border:0px solid red;}
.block-related li { padding:0px 0; }
.block-related input.checkbox { margin-right:0px; }
.block-related p{font-weight:bold; font-size:12px; text-align:center; color:#333; border-bottom:1px solid #E1E1E1;}
.block-related a{text-decoration:none; color:#0099FF; font-size:12px;}
.block-related .item { border:0px solid green;  }
.block-related .item .product-name{ text-align:center; border:0px;}
.block-related .item .product-name a{ text-align:center; font-size:12px; color:#333333;}
.block-related .item .product-image { padding:5px 0px 5px 0px;  margin:0px;  border:2px solid #0099FF; display:block; text-align:center;}
.block-related .item .product-details { }
.block-related .item .product-details p{ text-align:center; border:0px; font-weight:normal;}
.block-related .item .product-details a{ text-decoration:none; color:#0099FF; font-size:12px;}
.block-related .item .price-box { text-align:center; background-color:#0099FF; color:#FFF; border:1px solid #0099FF;}
.block-related .item .price-box .price{ color:#FFF;}
.block-related .item .price-box .price-label{color:#F1F1F1;}

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Viewed */
.block-recent {  border:0px solid red;}
.block-recent a{text-decoration:none; color:#0099FF; font-size:12px;}
.block-recent a:hover{text-decoration:underline;}

/* Block: Poll */
.block-poll {}
.block-poll input.radio { float:left; margin:3px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll .answer {}
.block-poll .votes { font-weight:bold; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe { margin-left:12px; width:277px; height:210px; background-image:url(../images/block_bg_suscribe.jpg); background-repeat:no-repeat;}
.block-subscribe .block-title { margin:0px 16px 0px 16px; height:30px; padding-top:12px;}
.block-subscribe .block-title h2 { margin:0px; padding-left:14px; font-size:21px; font-weight:normal;}

.block-subscribe .block-content { padding:10px 0px 0px 30px; height:84px;}
.block-subscribe .block-content label { margin:0px;}
.block-subscribe .block-content .input-box { margin-top:16px;}
.block-subscribe .block-content .input-box input{ width:220px;}
.block-subscribe .button{margin:6px 0px 0px 136px;}
.block-subscribe .block-footer { margin:0px; height:70px; background:url(../images/block_ft_suscribe.jpg) no-repeat; }

/* Block: Reorder */
.block-reorder {}
.block .block-reorder h2 { font-size:18px; font-weight:normal;  padding:8px 0px 2px 0px;}
.block h3 { font-size:12px; padding:3px 0px 2px 0px; border-bottom:1px solid #999;}
.block .block-reorder { padding:2px 16px 6px 20px; border:0px solid blue;}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .label { display:block; margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Checkout Progress */
.block-progress { margin:10px 0px 12px 0px;}
.block-progress  .block-title {   }
.block-progress h2 { }

.block-progress dt { font-size:14px; color:#666; font-weight:bold; padding-bottom:3px; margin-bottom:3px; border-bottom:1px solid #CCC; }
.block-progress dt.complete{ background-color:none; }
.block-progress dt.complete a{text-decoration:none; color:#0099FF; font-size:12px;}
.block-progress dt.complete a:hover{text-decoration:underline;}
.block-progress dd.complete { background-color:none; color:#444; padding-bottom:12px; }

/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border-bottom:1px solid #CCCCCC; margin:0px 0 10px; width:93%;}
.category-title h2 { font-size:24px;}
.category-image { display:block; margin:0 auto; }
.category-products { border:0px solid #000; }

/* View Type: Grid */
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even {  }
.products-grid td { width:33%; border:0px solid #CCC; padding:5px; text-align:center; }
.products-grid td.empty {}
.products-grid .desc_std { font-size:11px; color:#666; margin:5px 0px 5px 0px; padding:0px; line-height: 100%;}

/* View Type: List */
.products-list li.item { border-bottom:1px solid #ddd; padding:5px; margin:0 50px 5px;}
.products-list .product-image { float:left; border:0px solid red;}
.products-list .product-shop { margin:12px 0px; font-size:11px; line-height: 110%; border:0px solid green; float:left;}
.products-list .product-shop button{ float:right; }
.products-list .product-name { margin-bottom:9px;}

.products-list .product-shop_left{ margin:0px 0px 0px 15px; width:300px; float:left; border:0px solid green; }
.products-list .product-shop_right{ width:180px; float:left; border:0px solid gray; vertical-align:bottom;}
.products-list .product-shop_bottom{ visibility:hidden; margin-top:0px; width:100%; border:0px solid yellow; clear:left; float:left; }
.products-list .product-shop_bottom a{ margin:0px 0px 0px 15px; width:300px;  height:14px; padding:6px 0;float:left; border:0px solid blue; }

/* ======================================================================================= */

/* Product View ========================================================================== */
.product-view { margin:40px 0; border:0px solid red; }

.product-essential { }
.product-collateral { }

/* Product Images */
.product-view .product-img-box { float:left; width:47%; border:0px solid yellow;}
.product-view .product-img-box .product-image {  border:0px solid red; width:100%; display:block;}
.product-view .product-img-box .product-image img{  border:0px solid green; display:block; margin:auto; width:auto; height:auto;}
.product-view .product-img-box .product-image-zoom { border:0px solid blue; position:relative; width:100%; height:265px; display:block; overflow:hidden; z-index:9;}
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views{ border:0px solid green;}
.product-view .product-img-box .more-views h3 { visibility:hidden; height:2px; overflow:hidden;}
.product-view .product-img-box .more-views ul { padding:5px 0px 0px 8px;  background:url(../images/product-img-box_bg.jpg) 0 0 no-repeat; text-align:center;}
.product-view .product-img-box .more-views li { float:left; padding:0px; background-color:#FFF; margin:0 0 8px 8px ; }

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:47%; border:0px solid gray; margin:0px 35px 0px 0px; text-align:right;}
.product-view .product-name {  text-align:right;}
.product-view .product-name h2{ font-size:28px; }
.product-view .short-description { font-size:16px; text-align:right; margin-top:8px; line-height:120%; }



/* Rating */
.ratings { }
.ratings .amount {}
.ratings .rating-links {}
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bg_rating.gif) 0 0 repeat-x; position:relative; overflow:hidden; }
.rating-box .rating { position:absolute; top:0; left:0; height:13px; background:url(../images/bg_rating.gif) 0 100% repeat-x; }

/* Availability */
.availability { text-align:right; border:0px solid gray; margin:12px 0px 3px 0px;  }
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; color:#00375C; }
.mini-products-list .product-details  .price { white-space:nowrap !important; color:#FFF; border:0px solid red;}
.price-box {margin-bottom:5px; text-align:right;}
.price-box .price { font-weight:bold; }

.price-box-bundle {}
/********** < Product Prices in Product View */
.product-view .price-box .price { font-size:24px; color:#0099FF;  line-height:100%;}
/********** < Product Prices in Products List */
.products-list .price-box .price { border:0px solid red; font-size:20px; color:#0099FF;  line-height:100%;}

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold;}
/*           < Product Prices in Products List */
.products-list .regular-price .price   { font-size:24px;  color:#0099FF;  line-height:100%; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }
/*           < Product Prices in Products List */
.products-list .old-price { border:0px solid green; margin:0px 0px 6px 0px;} 
.products-list .old-price .price-label { border:0px solid blue; color:gray; margin:0px 0px 0px 80px; text-align:right;}
.products-list .old-price .price   { font-size:16px; color: gray;  line-height:100%; margin:6px 0px 6px 0px;}


/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }
/*           < Special price in Product View */
.product-view .old-price .price  { font-size:18px; color:#666;  line-height:100%; }
/*           < Product Prices in Products List */
.products-list .special-price .price-label { border:0px solid blue; color: #0099FF; margin:0px 0px 0px 80px; text-align:right;}
.products-list .special-price .price   { font-size:24px; color:#0099FF;  line-height:100%; margin:6px 0px 6px 0px;}


/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

a.minimal-price-link { display:block; }
a.minimal-price-link .label {}
a.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { visibility:hidden; float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box { text-align:right; }
.add-to-box .add-to-cart { float:right; }
.add-to-box .or { float:right; margin:0 10px; }
.add-to-box .add-to-links { float:right; }

/* Product Options */
.product-options_main{ width:47.5%; float:right; margin:0px 19px 12px 0px;}
.product-options h3{ font-size:21px; margin:0px 0px 6px 0px; color:#666; }
.product-options {  padding:10px; margin:10px 0 0; border:1px solid #DFDFDF; border-bottom:0px; background-color:#f2f2f2; font-size:11px;}
.product-options dt label { font-weight:bold; color:#777;}
.product-options dt  { border-top:1px solid #CCC; padding-top:6px;}
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:6px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:16px 10px 4px 10px; border:1px solid #D1D1D1; border-top:0px; }
.product-options-bottom .price-box { float:right;  width:42%; padding:0px 0;}
.product-options-bottom .price-box .price { font-size:18px; }
.product-options-bottom .add-to-cart{ padding:0px 0;}

/* Grouped Product */
.grouped-items {}

/* Block: Description */
.product-view .description { width:47%; font-size:11px; margin:10px 0px; float:left; }
.product-view .description h3{ font-size:21px; margin-bottom:3px;}
/* Block: Additional */
.product-view .additional { width:44%; border:1px solid #DFDFDF; background-color:#f2f2f2;
					font-size:11px;	padding:0px 12px 12px 12px; margin:0px 20px 12px 0px; 
					float:right; }
.product-view .additional h3 {font-size:21px; margin:6px 0px 16px 0px; color:#666;}
.product-view .data-table { width:100%; }
.product-view .data-table th.label { font-weight:bold; color:#888; }
.data-table th { padding:3px 5px 9px 5px; border-top:1px solid #CCC;}
.data-table td { padding:3px 5px 9px 5px; border-top:1px solid #CCC;}

/* Block: Upsell */
.product-view .up-sell { border:1px solid #CCC; width:44%; float:right; padding:12px 12px 12px 12px; margin:0px 20px 12px 0px;}
.product-view .up-sell .products-grid td { width:25%; border-top:1px solid #CCC;}
.product-view .up-sell .upsell-product-table{ border-top:1px solid #CCC; }
.product-view .up-sell h3{ font-size:21px; margin:0px 0px 6px 0px; color:#666; }

/* Block: Tags */
.product-view .tags {  width:44%; margin:0px 20px 0px; float:right; padding:0px 12px 12px 12px; font-size:11px; border:1px solid #D1D1D1;}

.product-view .tags h3{ font-size:21px; margin:6px 0px 9px 0px;}
.product-view .tags .form-add-tags label { width:100%; text-align:left;}
.product-view .tags .form-add-tags .input-box {  float:left; width:190px; margin:6px 0px 3px 0px; vertical-align:bottom;}
.product-view .tags .form-add-tags input.input-text { width:184px; }
.product-view .tags .form-add-tags button.button { float:right; margin:6px 12px 3px 0px; vertical-align:bottom;}
.product-view .tags .form-add-tags p { clear:both; }

/* Block: Reviews */
.product-view .reviews {}

/* Block: Add Review */
.product-view .add-review {}
.product-view .add-review .product-name span { font-weight:normal; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:bold; line-height:1.5; }
.product-name a {color:#000; text-decoration:none;}
.product-name a:hover {color:#666; text-decoration:underline;}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.search-summary {}

/* CMS Home Page */
.cms-home .products-grid td { width:20%; }

/* Sitemap */
.sitemap {}
/* ======================================================================================= */


/* Product Review ======================================================================== */
.product-review {}
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; border:1px solid #ddd; padding:1px; }
.product-review .details { float:right; width:570px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {  width:92%; padding:10px; margin-left:35px; border:0px solid blue;}
.cart .checkout-types { float:right; text-align:right; }
.cart .page-title_h2{ margin:12px 0px 0px 0px; font-size:24px; color:#333;  line-height:100%;}

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { float:left;  border:0px solid red;}
.cart .cart-collaterals .col-1,.cart .cart-collaterals .col-2{ float:left; border:0px solid blue; }
.cart .crosssell { float:left; width:350px; margin-bottom:6px; padding:6px 12px 6px 12px; border:1px solid #CCC;}
.cart .crosssell  h3{ font-size:21px; margin-bottom:3px; padding-bottom:3px; color:#666; border-bottom:1px solid #CCC; }
.cart .crosssell .product-image {  margin-right:-90px; border:0px solid blue;}
.cart .crosssell .product-shop { margin-left:90px; border:0px solid yellow;}
.cart .shipping { width:350px; margin-bottom:6px; padding:6px 12px 6px 12px; border:1px solid #CCC;}
.cart .shipping h3{ font-size:21px; margin-bottom:3px; padding-bottom:3px; color:#666; border-bottom:1px solid #CCC; }
.cart .discount{ width:350px; margin-bottom:6px; padding:6px 12px 6px 12px; border:1px solid #CCC;}
.cart .discount h3{ font-size:21px; margin-bottom:3px; padding-bottom:3px; color:#666; border-bottom:1px solid #CCC; }

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* Shopping Success  */
.success_page{ padding:20px 32px 0px 35px;}
.success_page .page-title h2{ font-size:21px; margin-bottom:3px;}
.success_page h3{ font-size:16px; margin-bottom:20px; color:#666;}
/* ======================================================================================= */




/* Checkout ============================================================================== */
/* One Page */
.checkout-onepage-index .page-title_h2{ border:0px solid blue; margin:12px 0px 0px 0px;  font-size:24px; color:#333;  line-height:100%;}

.opc { border-bottom:1px solid #ddd; position:relative; margin-bottom:12px; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }
.opc .step-title { background-color:#f6f6f6; padding:5px; text-align:right; height:23px; }
.opc .step-title .number { float:left; line-height:13px; margin:2px 5px; padding:2px; background-color:#666; color:#FFF;}
.opc .step-title h3 { float:left; font-size:16px; color:#444; }
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#f6f6f6; cursor:default; }
.opc .active .number{  background-color:#0099FF; color:#FFF; }
.opc .active h3{  color:#0099FF; margin-bottom:12px; }
.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc  .col2-set h4{ font-size:16px; padding-bottom:6px;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/* Checkout noItems*/
.checkout-noItems{ margin-left:35px;}
.checkout-noItems_h2{  padding:18px 0px 0px 0px;}
.checkout-noItems_main {  padding:12px 0px 0px 0px;}
.checkout-noItems_h2 h2{ font-size:21px; margin-bottom:3px; }

/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.please-wait { float:right; margin-right:5px; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.add-gift-message {}
.gift-message-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-message-form .inner-box { padding:5px; height:300px; overflow:auto; }
.gift-message-form .gift-item {}

.gift-message-link { display:block; background:url(../images/bg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }
/********** Common Checkout Styles > */
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login { padding:20px 32px 0px 35px;}
.account-login .page-title h2{ font-size:21px; margin-bottom:3px;}
.account-login h3{ font-size:16px; margin-bottom:20px; color:#666;}
.account-login .new-users {}
.account-login .registered-users {}
/********** < LogOut */
.account-logout{padding:20px 32px 0px 35px;}
.account-logout .page-title h2{ font-size:21px; margin-bottom:3px;}
.account-logout h3{ font-size:16px; margin-bottom:20px; color:#666;}

.account-create { padding:20px 32px 0px 35px;}
.account-create .input-box { padding:10px 0px 0px 0px;}
.account-create .page-title h2{ font-size:21px; margin-bottom:3px;}
.account-create h3{ font-size:16px; margin-bottom:10px; margin-top:30px; color:#666;}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard{ padding:0px 32px 0px 35px; }
.dashboard .page-title h2{ font-size:21px; margin-bottom:3px; }
.dashboard h3{ font-size:16px; margin-bottom:20px; color:#666;}
.dashboard h5{ margin-bottom: 10px;}
.dashboard .col2-set h4{ font-size:14px; margin:20px 0px 10px 0px; padding:0px 0px 3px 0px; color:#333; border-bottom:1px solid #E1E1E1;}
.dashboard .welcome-msg { font-size:16px; margin-bottom:20px; color:#666; }
.dashboard .welcome-msg { font-size:12px; color:#333; }

/********** < Edit */
.account-edit{}
.account-edit .page-title h2{ font-size:21px; margin-bottom:3px;}
.account-edit h3{ font-size:16px; margin-bottom:20px; color:#666;}

/********** < Adress/Edit */
.account-adress-edit{}
.account-adress-edit .page-title h2{ font-size:21px; margin-bottom:3px;}
.account-adress-edit h3{ font-size:16px; margin-bottom:20px; color:#666;}

/********** < Account/Sales */
.sales-order-history{}
.sales-order-history .page-title h2{ font-size:21px; margin-bottom:3px;}
.sales-order-history h3{ font-size:16px; margin-bottom:20px; color:#666;}

/********** < Account/Product Review */
.review-customer-list{}
.review-customer-list .page-title h2{ font-size:21px; margin-bottom:3px;}
.review-customer-list h3{ font-size:16px; margin-bottom:20px; color:#666;}

/********** < Account/Tags Review */
.tag-customer-tags{}
.tag-customer-tags h2{ font-size:21px; margin-bottom:3px;}
.tag-customer-tags h3{ font-size:16px; margin-bottom:20px; color:#666;}

/********** < Account/Newsletter Suscription Review */
.customer-form-newsletter{}
.customer-form-newsletter h2{ font-size:21px; margin-bottom:3px;}
.customer-form-newsletter h3{ font-size:16px; margin-bottom:20px; color:#666;}

/********** < Account/My Wishlist Review */
.wishlist-view{}
.wishlist-view h2{ font-size:21px; margin-bottom:3px;}
.wishlist-view h3{ font-size:16px; margin-bottom:20px; color:#666;}

/********** < Account/My Downloadable Products Review */
.downloadable-customer-product-list{}
.downloadable-customer-product-list h2{ font-size:21px; margin-bottom:3px;}
.downloadable-customer-product-list h3{ font-size:16px; margin-bottom:20px; color:#666;}

/********** < Account/customer-adress-book */
.customer-adress-book{}
.customer-adress-book h2{ font-size:21px; margin-bottom:3px;}
.customer-adress-book h3{ font-size:16px; margin-bottom:10px; color:#666; }
.customer-adress-book .col2-set h4{ font-size:14px; margin:6px 0px 3px 0px; padding:0px 0px 3px 0px; color:#333; border-bottom:1px solid #E1E1E1;}

/********** < Account/sales-order-info */
.sales-order-info{}
.sales-order-info h2{ font-size:21px; margin-bottom:3px;}
.sales-order-info h3{ font-size:16px; margin-bottom:20px; color:#666;}


/* Block: Recent Orders */
.dashboard .recent-orders { margin:10px 0; }

/* Block: Tags */
.dashboard .tags .number { float:left; margin-right:-20px; }
.dashboard .tags .details { margin-left:20px; }

/* Block: Reviews */
.dashboard .reviews {}
/********** Dashboard > */

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

/* Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/********** errorPage no-route > */
.cms-index-noroute .sidebar{ padding-top:34px; }
.no-route { padding-top:34px; }
.no-route h2{ font-size:22px; margin-bottom:30px; width:95%; border-bottom:1px solid #CCC; }
.no-route dt{ font-size:13px; padding-bottom:6px; }

/* CMS PAGE Soporte */
.cms-soporte {font: 12px/18px Arial, Verdana, sans-serif; line-height:110%; padding:10px 10px 0px 20px;}
.cms-soporte h2 {font-size:21px; margin:6px 0px 16px 0px; color:#333;}
.cms-soporte h3 {font-size:18px; margin:0px 0px 20px 0px; padding-left:20px; color:#333; line-height:100%; letter-spacing:-0.5px;}
.cms-soporte .col-1{float:left; width:650px; padding:0px 20px 0px 0;}
.cms-soporte .cms-header{margin:24px 0px 24px 0px; display:block; width:980px; height:300px; background:url(../images/soporte_hd.jpg) 0px 0px no-repeat;}
.cms-soporte .col-2{float:left; width:auto; }
.cms-soporte .col-2 .imagen{margin:24px 0px 24px 0px; display:block; width:310px; height:170px; background:url(../images/soporte_atencionaclientes.jpg) 0px 0px no-repeat;}
.cms-soporte .form-title{ float:left; width:160px; margin:0px 0px 14px 0px; padding-top:4px; text-align:right; color:#333333; font-size:12px;}
.cms-soporte .form-input{ float:left; margin:0px 0px 14px 10px;}
.cms-soporte .form-input input{ width:291px; border:1px solid #BDC2C9;}
.cms-soporte .form-input:hover input{ width:291px; border:1px solid #999;}
.cms-soporte #form_soporte button.button{ width:126px; height:20px; margin-left:336px; padding:0px; background-color:#0099FF; font-size:12px; text-align:center;}
.cms-soporte #form_soporte button.button span { padding:0px 0px 0px 46px; margin:0px; height:20px; font-weight:bold; color:#FFF; text-align:center;}


.cms-soporte .clear-both{clear:both;}
.cms-soporte .services{ width:270px; margin:0px; padding:10px 20px 10px 20px;  border:1px solid #DFDFDF; background-color:#F2F2F2;}
.cms-soporte .services p{ font-size:11px; line-height:120%; }
.cms-soporte .services h3 {font-size:14px; margin:0px; padding:0px; color:#666666; line-height:100%; letter-spacing:0px;}

.cms-soporte .services-center{ width:270px; margin:0px; padding:10px 20px 10px 20px; }
.cms-soporte .services-center p{ margin:0px 0px 14px 0px;  padding:0px 0px 0px 20px; font-size:11px; font-weight:bold; line-height:120%; color:#666;}
.cms-soporte .services-center h2 {font-size:14px; margin:0px 0px 4px 0px; padding:2px 0px 0px 20px; color:#333; line-height:100%; height:18px; letter-spacing:0px; background:url(../images/soporte_ico.jpg) 0px 0px no-repeat;}
.cms-soporte .services-center h3 {font-size:14px; font-weight:bold; margin:0px 0px 0px 0px; padding:0px 0px 0px 20px; color:#666; line-height:100%; height:18px; letter-spacing:0px; }

/* CMS PAGE Sucursales */
.cms-sucur {font: 12px/18px Arial, Verdana, sans-serif; line-height:110%; padding:10px 10px 0px 20px;}
.cms-sucur h2 {font-size:21px; margin:6px 0px 16px 0px; color:#333;}
.cms-sucur h3 {font-size:18px; margin:0px 0px 20px 0px; padding-left:20px; color:#333; line-height:100%; letter-spacing:-0.5px;}
.cms-sucur .cms-header{margin:24px 0px 24px 0px; display:block; width:980px; height:300px; background:url(../images/sucursales/sucur_hd.jpg) 0px 0px no-repeat;}
.cms-sucur .content.experiencia{display:block; width:auto; height:auto; }
.cms-sucur .content.experiencia .cms-title{margin:0px 30px 0px 17px; width:700px;}
.cms-sucur .content.experiencia .col-1{float:left; width:722px; }
.cms-sucur .content.experiencia .col-1 .col-left{float:left; width:472px; height:372px; }
.cms-sucur .content.experiencia .col-1 .col-left .photo{margin:0px 30px 0px 17px; width:425px; height:372px; background:url('../images/sucursales/sucur_experiencia.jpg') no-repeat;}
.cms-sucur .content.experiencia .col-1 .col-right{float:left; width:225px; height:372px; }
.cms-sucur .content.experiencia .col-1 .col-right h3{margin:0px 0px 16px 0px; padding:0px; font-size:16px; font-weight:bold; line-height:120%;}
.cms-sucur .content.experiencia .col-1 .col-right p{margin:0px 0px 20px 0px; padding:0px; font-size:12px; line-height:125%;}
.cms-sucur .content.experiencia .col-1 .col-right .photo{width:230px; height:90px; background:url('../images/sucursales/sucur_experiencia_macs.jpg') no-repeat;}
.cms-sucur .content.experiencia .col-2{float:left; width:244px; margin:0px 0px 0px 12px;}
.cms-sucur .content.experiencia .col-2 .photo{width:244px; height:172px; }
.cms-sucur .content.experiencia .col-2 h3{margin:20px 0px 16px 0px; padding:0px; font-size:16px; font-weight:bold; line-height:120%;}

.cms-sucur .content.queremos { display:block; margin-top:12px; width:auto; height:auto; }
.cms-sucur .content.queremos .cms-title {margin:0px 0px 3px 0px; padding:0px; width:700px; height:45px; color:white; background:url('../images/sucursales/sucur_store_title.jpg')no-repeat; overflow:hidden;}
.cms-sucur .content.queremos .cms-title h2{margin:0px; padding:100px 0px 0px 0px; color:#333333;}
.cms-sucur .content.queremos .cms-subtitle{margin:0px 0px 20px 0px;}
.cms-sucur .content.queremos .cms-subtitle h3{margin:0px 0px 0px; padding:0px; font-size:14px; color:#000000;}
.cms-sucur .content.queremos .col-1{float:left;  margin:0px 10px 0px 17px; width:700px; height:539px; background:#D0D0D0 url('../images/sucursales/sucur_store_bg0.jpg') repeat-x; border:1px solid #D9D9D9; padding:3px;}
.cms-sucur .content.queremos .col-1 .col-left{float:left; margin:0px; width:290px; height:207px; padding:33px 24px 0px 24px; background:#D0D0D0 url('../images/sucursales/sucur_store_bg1.jpg') repeat-x;}
.cms-sucur .content.queremos .col-1 .col-left p{line-height:120%;}
.cms-sucur .content.queremos .col-1 .col-left p img{margin:9px 9px 9px 0px;}
.cms-sucur .content.queremos .col-1 .col-right{margin:0px 0px 0px 2px; padding:0px; width:360px; height:248px; }
.cms-sucur .content.queremos .col-1 .col-right .photo {margin:0px; padding:0px; width:360px; height:240px;  }
.cms-sucur .content.queremos .col-1 .col-right .photo img{margin:0px; width:360px; height:240px; }
.cms-sucur .content.queremos .col-2{ float:left; margin:0px; padding:16px 10px 0px 26px; width:185px; height:526px; border:2px solid #D9D9D9; background:#E8E8E8 url('../images/sucursales/sucur_store_photo_c3bg.jpg') 0 10px repeat-x;}
.cms-sucur .content.queremos .col-2 h3{margin:0px; padding:0px; font-size:18px; font-weight:bold; line-height:120%;}
.cms-sucur .content.queremos .col-2 .title{margin:0px; padding:0px 0px 0px 0px; color:#000;  font-weight:bold; line-height:150%;}
.cms-sucur .content.queremos .col-2 .subtitle{margin:0px; padding:0px 0px 0px 0px; color:#333;  font-weight:bold; line-height:100%;}
.cms-sucur .content.queremos .col-2 p{margin:4px 0px 4px 0px; padding:0px 0px 0px 0px; color:#666666; font-size:11px; font-weight:bold;}
.cms-sucur .content.queremos .col-2 a{display:block; margin:10px 0px 24px auto; padding:0px; width:60px; color:#0099FF; font-size:12px; border:0px solid red; }

.cms-sucur .content.servicios { margin-bottom:24px; font: 12px/18px Arial, Verdana, sans-serif; line-height:110%; padding:10px 10px 0px 20px;}
.cms-sucur .content.servicios h2 {font-size:36px; margin:6px 0px 16px 0px; padding:0px; color:#333; }
.cms-sucur .content.servicios h3 {font-size:18px; margin:0px 0px 20px 0px; padding-left:20px; color:#333; line-height:100%; letter-spacing:-0.5px;}
.cms-sucur .content.servicios{display:block; width:auto; height:auto;}
.cms-sucur .content.servicios .cms-title{margin:34px 0px 28px 0px; width:700px;}
.cms-sucur .content.servicios .cms-subtitle{margin:10px 0px 10px 0px; padding:0px;}
.cms-sucur .content.servicios .cms-subtitle h3{margin:0px; padding:0px; font-size:15px; font-weight:bold; }
.cms-sucur .content.servicios .col-1{float:left; width:710px;}
.cms-sucur .content.servicios .col-1 .col-left{ float:left; margin-right:12px; width:224px; height:328px; }
.cms-sucur .content.servicios .col-1 .col-left .photo{margin:0px 0px 0px 0px; width:219px; height:92px;}
.cms-sucur .content.servicios .col-1 .col-left p{ margin:0px; height:160px; font-size:12px; color:black;}
.cms-sucur .content.servicios .col-1 .col-left a{display:block; margin:0px 0px 24px auto; padding:0px; width:100px; color:#0099FF; font-size:12px; }

.cms-sucur .content.servicios .col-2{float:left; width:240px; margin:0px 0px 0px 0px;}
.cms-sucur .content.servicios .col-2 .photo{width:244px; height:172px; }
.cms-sucur .content.servicios .col-2 h3{margin:20px 0px 16px 0px; padding:0px; font-size:16px; font-weight:bold; line-height:120%; background-image:none;}

.cms-sucur .content.nosotros { margin-bottom:72px; font: 12px/18px Arial, Verdana, sans-serif; line-height:110%; padding:10px 10px 0px 20px;}
.cms-sucur .content.nosotros h2 {font-size:36px; margin:6px 0px 16px 0px; padding:0px; color:#333; }
.cms-sucur .content.nosotros h3 {font-size:18px; margin:0px 0px 20px 0px; padding-left:20px; color:#333; line-height:100%; letter-spacing:-0.5px;}
.cms-sucur .content.nosotros{display:block; width:auto; height:auto;}
.cms-sucur .content.nosotros .cms-title{margin:34px 0px 28px 0px;}
.cms-sucur .content.nosotros .cms-subtitle{margin:10px 0px 10px 0px; padding:0px;}
.cms-sucur .content.nosotros .cms-subtitle h3{margin:0px; padding:0px; font-size:15px; font-weight:bold; }
.cms-sucur .content.nosotros table{}
.cms-sucur .content.nosotros table td{}
.cms-sucur .content.nosotros .td0{padding-top:33px;}
.cms-sucur .content.nosotros .td1{padding-top:37px;}
.cms-sucur .content.nosotros .td2{padding-top:26px;}
.cms-sucur .content.nosotros .td3{padding-top:39px;}
.cms-sucur .content.nosotros .td4{padding-top:14px;}
.cms-sucur .content.nosotros .td5{padding-top:46px;}

/* CMS PAGE Porque Iphone */
.cms-porqueIphone {font: 12px/18px Arial, Verdana, sans-serif; line-height:120%; padding:10px 10px 0px 20px;}
.cms-porqueIphone h2 {font-size:32px; margin:0px 0px 0px 0px; color:#333;}
.cms-porqueIphone h3 {font-size:25px; margin:40px 0px 30px 0px; padding-left:0px; color:#333; line-height:100%; letter-spacing:-0.5px;}
.cms-porqueIphone table {}
.cms-porqueIphone table td{ }
.cms-porqueIphone table table td{margin:0px; padding:0px; }
.cms-porqueIphone .tr1 .td0 p,
.cms-porqueIphone .tr2 .td0 p{width:372px;}
.cms-porqueIphone .tr2 .td0{margin:0px; padding:0px;  background:url('../images/porqueIphone/tr2_iphones.jpg') no-repeat;}
.cms-porqueIphone .tr2 .td0{border-bottom:1px solid #CCCCCC;}

.cms-porqueIphone .tr3 .td0{margin:0px; padding:0px; background:url('../images/porqueIphone/tr3_iphone_apps.jpg') no-repeat;}
.cms-porqueIphone .tr3 .td1{margin:0px; padding:0px; }
.cms-porqueIphone .tr3 p{margin-bottom:18px; line-height:130%;}

.cms-porqueIphone .tr4 .td0{border-top:1px solid #CCCCCC;}

.cms-porqueIphone .tr5 .td0 p{margin-bottom:30px; font-size:17px; line-height:120%; font-weight:normal;}
.cms-porqueIphone .tr6 .td0{margin:0px; padding:0px; background:url('../images/porqueIphone/tr6_3iphones.jpg') no-repeat;}
.cms-porqueIphone .tr6 .td0 .tr1 .td0{margin:0px; padding:0px; background:url('../images/porqueIphone/tr6_iphonesm.jpg') no-repeat;}
.cms-porqueIphone .tr6 {border-bottom:1px solid #CCCCCC;}

.cms-porqueIphone .tr7 h3{margin:30px 0px 10px 0px;}
.cms-porqueIphone .tr7 p{margin:0px 0px 0px 0px;}
.cms-porqueIphone .tr7 table .tr0 .td0{background:url('../images/porqueIphone/iphone3gs16gb.jpg') no-repeat;}
.cms-porqueIphone .tr7 table .tr0 .td1{background:url('../images/porqueIphone/iphone3gs32gb.jpg') no-repeat;}
.cms-porqueIphone .tr7 table .tr0 .td2{background:url('../images/porqueIphone/iphone3g.jpg') no-repeat;}
.cms-porqueIphone .tr7 table .tr1 .td0{padding-left:10px;}
.cms-porqueIphone .tr7 table .tr1 .td1{padding-left:35px;}
.cms-porqueIphone .tr7 table .tr1 .td2{padding-left:55px;}



/* CMS PAGE Porque Iphone */
.cms-porqueMac {font: 12px/18px Arial, Verdana, sans-serif; line-height:120%; padding:0px 10px 0px 0px;}
.cms-porqueMac .title { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.cms-porqueMac h2 {font-size:32px; margin:0px 0px 90px 0px; color:#333;}
.cms-porqueMac h3 {font-size:22px; margin:0px 0px 0px 0px; padding-left:0px; color:#333; line-height:100%; letter-spacing:-0.5px;}
.cms-porqueMac table { }
.cms-porqueMac table td{}
.cms-porqueMac table table td{margin:0px; padding:0px; }
.cms-porqueMac .tr0 .td0 {padding-left:20px; background:url('../images/porqueMac/tr0_td0_Mac.jpg') no-repeat;}
.cms-porqueMac .tr0 .td0 p{width:220px;}
.cms-porqueMac .tr0 .td0 span{ font-size:16px; font-weight:bold; line-height:130%;}
.cms-porqueMac .tr1 .td0{ padding-left:20px; background:url('../images/porqueMac/tr1_td0_varios.jpg') no-repeat;}
.cms-porqueMac .tr1 .td1{ padding:60px 20px 0px 20px; }
.cms-porqueMac .tr1 .td1 .cms-title{margin-bottom:20px;}
.cms-porqueMac .tr1 .td1 span{ font-size:15px; line-height:130%;}
.cms-porqueMac .tr1 .td1 b{ font-size:14px; line-height:130%;}
.cms-porqueMac .tr1 .td1 p{margin-bottom:6px;}

.cms-porqueMac .tr2 .td0{border-top:1px solid #CCCCCC;}
.cms-porqueMac .tr2 .td0 .cms-title{margin:20px 0px 6px 0px;}
.cms-porqueMac .tr2 .td0 span{ font-size:15px; line-height:130%;}

.cms-porqueMac .tr3 .td0{ padding-left:20px; background:url('../images/porqueMac/tr3_td0_mac.jpg') no-repeat;}
.cms-porqueMac .tr3 .td0 p{ margin-top:0px; width:280px;}
.cms-porqueMac .tr3 .td1{ padding-left:30px; background:url('../images/porqueMac/tr3_td1_maclap.jpg') no-repeat;}
.cms-porqueMac .tr3 .td1 p{ margin-top:260px; width:305px;}
.cms-porqueMac .tr3 .td1 b{ font-size:15px; line-height:130%;}
.cms-porqueMac .tr4 .td0 table{ text-align:center;}
.cms-porqueMac .tr4 .td0 table .td0{ background:url('../images/porqueMac/tr4_td0_img0.jpg') no-repeat;}
.cms-porqueMac .tr4 .td0 table .td1{ background:url('../images/porqueMac/tr4_td0_img1.jpg') no-repeat;}
.cms-porqueMac .tr4 .td0 table .td2{ background:url('../images/porqueMac/tr4_td0_img2.jpg') no-repeat;}
.cms-porqueMac .tr4 .td0 table .td3{ background:url('../images/porqueMac/tr4_td0_img3.jpg') no-repeat;}
.cms-porqueMac .tr4 .td0 table .td4{ background:url('../images/porqueMac/tr4_td0_img4.jpg') no-repeat;}
.cms-porqueMac .tr4 .td0 table .td5{ background:url('../images/porqueMac/tr4_td0_img5.jpg') no-repeat;}

/* CMS PAGE Promo Accesorios*/
.cms-acce {font: 12px/18px Arial, Verdana, sans-serif; line-height:120%; padding:10px 10px 0px 0px;}
.cms-acce .title { margin:0px 0px 18px 0px; padding:0px 0px 0px 0px;}
.cms-acce .cms-header{margin:24px 0px 24px 0px; display:block; width:1020px; height:319px; background:url(../images/accesorios/hd_accesorios.jpg) 0px 0px no-repeat;}
.cms-acce .cms-header h2{ margin:20px 0px 40px 0px;}
.cms-acce .cms-header table p{ margin:6px 10px; text-align:left; line-height:120%; font-weight:normal;}
.cms-acce .cms-header .tr0 .td0{ width:729px; height:241px; }
.cms-acce .cms-header .tr0 .td1{ margin:0px; padding:0px;  width:286px; height:241px; text-align:left;}
.cms-acce .cms-header .tr1 .td1{ margin:0px; padding:0px; width:286px; height:50px; background-color:#000000;}
.cms-acce .cms-header .Store_change_cont { overflow:auto; margin-top:0px; width:286px; height:241px; padding:0px; background:url(../images/macs/hd_conoces_magic_store.jpg) 0px 0px no-repeat;}
.cms-acce .cms-header .Store_change_cont p{ margin:0px 0px 0px 0px; padding:0px 10px 6px 10px; color:#CCCCCC; }
.cms-acce .cms-header ul{ margin:0px 0px 0px 3px; padding:0px; text-align:left; }
.cms-acce .cms-header li { float:left; margin:0px 1px 0px 0px;  padding:0px; list-style-type:none; text-align:center;  }
.cms-acce .cms-header li  a{ padding-top:8px; display:block; width:93px; height:39px; text-decoration:none; color:#333; background:url(../images/promo/btn_over.jpg) 0px 0px no-repeat;}
.cms-acce .cms-header li  a.btn0{ width:183px; letter-spacing:0.5px; color:#FFF; background:url(../images/macs/btn_over.jpg) 0px 0px repeat-x;}
.cms-acce .cms-header li  a:hover{ color:#FFF; background-position:0px -49px;}


.cms-acce h2 {font-size:24px; margin:56px 0px 20px 0px; color:#333;}
.cms-acce h3 {font-size:22px; margin:0px 0px 0px 0px; padding-left:0px; color:#333; line-height:120%; letter-spacing:-0.5px;}
.cms-acce .button span{ margin:0px;  background-color:#007EFF; padding: 3px 9px 3px 9px; color:white;}
.cms-acce .button {  padding:0px; margin:3px; }
.cms-acce a.button { text-decoration:none; }
.cms-acce a.button:hover{ text-decoration:underline;}

.cms-acce table p{  margin:0px; padding:0px; text-align:center; font-size:13px; font-weight:bold; color:#333; line-height:100%; }
.cms-acce table span{ color:#CB0A1F; }

.cms-acce .block0{margin:0px 0px 18px 60px;}
.cms-acce .block0 h2{ margin:20px 0px 18px 0px;}
.cms-acce .block0 h3{ font-size:16px; }

.cms-acce .block0 table{ border-bottom:1px solid #CCCCCC;}
.cms-acce .block0 td{ width:178px; height:178px; padding:0px; border:0px solid #CCCCCC;}
.cms-acce .block0 .button{display:block; height:178px; border:0px solid red;}
.cms-acce .block0 .tr0 .td0 { background:url(../images/accesorios/tr0td0.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr0 .td1 { background:url(../images/accesorios/tr0td0.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr0 .td2 { background:url(../images/accesorios/tr0td0.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr0 .td3 { background:url(../images/accesorios/tr0td0.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr0 .td4 { background:url(../images/accesorios/tr0td0.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr1 .td0 { background:url(../images/accesorios/tr0td0.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr1 .td1 { background:url(../images/accesorios/tr0td0.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr1 .td2 { background:url(../images/accesorios/tr0td0.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr1 .td3 { background:url(../images/accesorios/tr0td0.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr1 .td4 { background:url(../images/accesorios/tr0td0.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr2 h3{ margin-bottom:6px; }
.cms-acce .block0 .tr2 td{height:100px; padding:10px; background:url(../images/accesorios/outline_bg.jpg) 0px 0px no-repeat;}
.cms-acce .block0 .tr2 p{ text-align:left; font-weight:normal; width:342px; border:0px solid #CCCCCC;}

.cms-acce .block0 .button-phone{ cursor:pointer; color:#85A500; text-decoration:underline;}
.cms-acce .block0 .popUp{ visibility:hidden; height:0px;  }
.cms-acce .block0 #popUp-phone{ position:relative; left:220px; top:-26px; z-index:100; width:245px; height:77px;  background:url(../images/macs/popUp-phone.png) 0px 0px no-repeat;}


.cms-acce .block1{margin:0px 0px 18px 60px;}
.cms-acce .block1 h2{ margin:0px 0px 24px 0px;}


.cms-acce .block1 .tr0 { height:26px;}
.cms-acce .block1 .tr0 p{ font:16px Verdana; font-weight:bold; color:#0E9FFF;}

.cms-acce .block1 .tr1 .button{display:block; height:189px; border:0px solid red;}
.cms-acce .block1 .tr1 .td0{ width:292px; height:189px; background:url(../images/promo/macbookWhite.jpg) 0px 0px no-repeat;}
.cms-acce .block1 .tr1 .td1{ width:320px; height:189px; background:url(../images/promo/imac.jpg) 0px 0px no-repeat;}
.cms-acce .block1 .tr1 .td2{ width:307px; height:189px; background:url(../images/promo/macbookPro.jpg) 0px 0px no-repeat;}

.cms-acce .block1 .tr2 { text-align:center; height:50px;}
.cms-acce .block1 .tr2 .button{display:block; margin:12px 0px; padding:6px 0px; height:14px; width:164px; text-align:center; background-color:none; background:url(../images/button_blue.jpg) 0px 0px no-repeat;}
.cms-acce .block1 .tr2 .button span{margin:0px; padding:0px; text-align:center; background-color:none; }
.cms-acce .block1 .tr2 .td0 .button{margin:8px 0px 0px 60px;}
.cms-acce .block1 .tr2 .td1 .button{margin:8px 0px 0px 75px;}
.cms-acce .block1 .tr2 .td2 .button{margin:8px 0px 0px 90px;}


.cms-acce .block1 span {background-color: none; background: none; }





/* CMS PAGE Promo macs*/
.cms-macs {font: 12px/18px Arial, Verdana, sans-serif; line-height:120%; padding:10px 10px 0px 0px;}
.cms-macs .title { margin:0px 0px 18px 0px; padding:0px 0px 0px 0px;}
.cms-macs .cms-header{margin:24px 0px 24px 0px; display:block; width:1020px; height:319px;}
.cms-macs .cms-header h2{ margin:20px 0px 40px 0px;}
.cms-macs .cms-header table p{ margin:6px 10px; text-align:left; line-height:120%; font-weight:normal;}
.cms-macs .cms-header .tr0 .td0{ width:729px; height:241px; }
.cms-macs .cms-header .tr0 .td1{ margin:0px; padding:0px;  width:286px; height:241px; text-align:left;}
.cms-macs .cms-header .tr1 .td1{ margin:0px; padding:0px; width:286px; height:50px; background-color:#000000;}

.cms-macs .cms-header.promo0{ background:url(../images/macs/hd_promo0.jpg) 0px 0px no-repeat;}
.cms-macs .cms-header.promo1{ background:url(../images/macs/hd_promo1.jpg) 0px 0px no-repeat;}
.cms-macs .cms-header.promo2{ background:url(../images/macs/hd_promo2.jpg) 0px 0px no-repeat;}
.cms-macs .cms-header.promo3{ background:url(../images/macs/hd_promo3.jpg) 0px 0px no-repeat;}

.cms-macs .cms-header .Store_change_cont { overflow:auto; margin-top:0px; width:286px; height:241px; padding:0px; background:url(../images/macs/hd_conoces_magic_store.jpg) 0px 0px no-repeat;}
.cms-macs .cms-header .Store_change_cont p{ margin:0px 0px 0px 0px; padding:0px 10px 6px 10px; color:#CCCCCC; }
.cms-macs .cms-header ul{ margin:0px 0px 0px 3px; padding:0px; text-align:left; }
.cms-macs .cms-header li { float:left; margin:0px 1px 0px 0px;  padding:0px; list-style-type:none; text-align:center;  }
.cms-macs .cms-header li  a{ padding-top:8px; display:block; width:93px; height:39px; text-decoration:none; color:#333; background:url(../images/promo/btn_over.jpg) 0px 0px no-repeat;}
.cms-macs .cms-header li  a.btn0{ width:183px; letter-spacing:0.5px; color:#FFF; background:url(../images/macs/btn_over.jpg) 0px 0px repeat-x;}
.cms-macs .cms-header li  a:hover{ color:#FFF; background-position:0px -49px;}

.cms-macs h2 {font-size:24px; margin:56px 0px 20px 0px; color:#333;}
.cms-macs h3 {font-size:22px; margin:0px 0px 0px 0px; padding-left:0px; color:#333; line-height:120%; letter-spacing:-0.5px;}
.cms-macs .button span{ margin:0px; padding: 3px 9px 3px 9px; color:white;}
.cms-macs .button {  padding:0px; margin:3px; }
.cms-macs a.button { text-decoration:none; }
.cms-macs a.button:hover{ text-decoration:underline;}

.cms-macs table p{  margin:0px; padding:0px; text-align:center; font-size:13px; font-weight:bold; color:#333; line-height:100%; }
.cms-macs table span{ color:#CB0A1F; }

.cms-macs .block0{margin:0px 0px 18px 60px;}
.cms-macs .block0 h2{ margin:0px 0px 24px 0px;}

.cms-macs .block0 .tr0 { height:26px;}
.cms-macs .block0 .tr0 p{ font:16px Verdana; font-weight:bold; color:#0E9FFF;}

.cms-macs .block0 .tr1 .button{display:block; height:189px; border:0px solid red;}
.cms-macs .block0 .tr1 .td0{ width:292px; height:189px; background:url(../images/promo/macbook.jpg) 0px 0px no-repeat;}
.cms-macs .block0 .tr1 .td1{ width:320px; height:189px; background:url(../images/promo/imac.jpg) 0px 0px no-repeat;}
.cms-macs .block0 .tr1 .td2{ width:307px; height:189px; background:url(../images/promo/macbookPro.jpg) 0px 0px no-repeat;}
.cms-macs .block0 .tr1 .td3{ width:307px; height:189px; background:url(../images/promo/macbookWhite.jpg) 0px 0px no-repeat;}

.cms-macs .block0 .tr2 { text-align:center; height:50px;}
.cms-macs .block0 .tr2 .button{display:block; margin:12px 0px; padding:6px 0px; height:14px; width:164px; text-align:center; background-color:none; background:url(../images/button_blue.jpg) 0px 0px no-repeat;}
.cms-macs .block0 .tr2 .button span{margin:0px; padding:0px; text-align:center; background-color:none; }
.cms-macs .block0 .tr2 .td0 .button{margin:8px 0px 0px 60px;}
.cms-macs .block0 .tr2 .td1 .button{margin:8px 0px 0px 75px;}
.cms-macs .block0 .tr2 .td2 .button{margin:8px 0px 0px 90px;}
.cms-macs .block0 .tr2 .td3 .button{margin:8px 0px 0px 60px;}

.cms-macs .block1{margin:0px 0px 18px 60px;}
.cms-macs .block1  h3{ font-size:16px; margin-bottom:6px; }
.cms-macs .block1 td{ padding:6px 14px 0px 14px; background:url(../images/macs/outline_bg.jpg) 0px 0px no-repeat;}
.cms-macs .block1 p{ text-align:left; font-weight:normal;}

.cms-macs .block1 .b{color:#CC0000; font-weight:bold; }
.cms-macs .block1 .td0{ width:360px; height:100px;}
.cms-macs .block1 .td0 p{ width:342px;}

.cms-macs .block1 .td1{ width:509px; height:80px; background:url(../images/macs/outline-large_bg.jpg) 0px 0px no-repeat;}
.cms-macs .block1 .td1 p{ width:490px;}

.cms-macs .block1 .button-phone{ cursor:pointer; color:#85A500; text-decoration:underline;}
.cms-macs .block1 .popUp{ visibility:hidden; height:20px;  }
.cms-macs .block1 #popUp-phone{ position:relative; left:240px; top:-2px; z-index:100; width:245px; height:77px;  background:url(../images/macs/popUp-phone.png) 0px 0px no-repeat;}



/* CMS PAGE Promo Imac*/
.cms-promo {font: 12px/18px Arial, Verdana, sans-serif; line-height:120%; padding:10px 10px 0px 20px;}
.cms-promo .title { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.cms-promo .cms-header{margin:24px 0px 24px 0px; display:block; width:1020px; height:319px; background:url(../images/promo/hd_loader.jpg) 0px 0px no-repeat;}
.cms-promo .cms-header #promo0{width:1020px; height:319px; background:url(../images/promo/hd_MacBook_White.jpg) 0px 0px no-repeat;}
.cms-promo .cms-header #promo1{width:1020px; height:319px; background:url(../images/promo/hd_MacBook_iMac.jpg) 0px 0px no-repeat;}
.cms-promo .cms-header #promo2{width:1020px; height:319px; background:url(../images/promo/hd_MacBook_Pro.jpg) 0px 0px no-repeat;}
.cms-promo h2 {font-size:24px; margin:56px 0px 20px 0px; color:#333;}
.cms-promo h3 {font-size:22px; margin:0px 0px 0px 0px; padding-left:0px; color:#333; line-height:120%; letter-spacing:-0.5px;}
.cms-promo .button span{ margin:0px;  background-color:#007EFF; padding: 3px 9px 3px 9px; color:white;}
.cms-promo .button {  padding:0px; margin:3px; }
.cms-promo a.button { text-decoration:none; }
.cms-promo a.button:hover{ text-decoration:underline;}

.cms-promo table { }
.cms-promo table td{ border:0px solid red;}
.cms-promo table p{  margin:0px; padding:0px; text-align:center; font-size:13px; font-weight:bold; color:#333; line-height:100%; }
.cms-promo table span{ color:#CB0A1F; }
.cms-promo .block1{margin-bottom:37px;}
.cms-promo .block1 h2{ margin:20px 0px 0px 0px;}
.cms-promo .block1 .tr0 .button{display:block; height:189px; border:0px solid red;}
.cms-promo .block1 .tr0 .td0{ width:292px; height:189px; background:url(../images/promo/macbookWhite.jpg) 0px 0px no-repeat;}
.cms-promo .block1 .tr0 .td1{ width:320px; height:189px; background:url(../images/promo/imac.jpg) 0px 0px no-repeat;}
.cms-promo .block1 .tr0 .td2{ width:307px; height:189px; background:url(../images/promo/macbookPro.jpg) 0px 0px no-repeat;}
.cms-promo .block1 .tr1 { height:26px;}
.cms-promo .block1 .tr2 { text-align:center; height:50px;}
.cms-promo .block1 .tr2 .td0 .button{margin:0px 0px 0px 100px;}
.cms-promo .block1 .tr2 .td1 .button{margin:0px 0px 0px 124px;}
.cms-promo .block1 .tr2 .td2 .button{margin:0px 0px 0px 120px;}
/*
.cms-promo .block2 table { border-top:1px solid #CCCCCC;}
.cms-promo .block2 table p{ text-align:left; font-size:12px; font-weight:normal; }
.cms-promo .block2 h3{ margin-bottom:40px; }
.cms-promo .block2 p{ margin:6px 10px; line-height:120%;}
.cms-promo .block2 .tr0 .td0{ width:292px; height:327px; background:url(../images/promo/ipd_bg.jpg) 0px 0px no-repeat;}
.cms-promo .block2 .tr0 .td1{ padding-top:80px; width:288px; height:247px;}
.cms-promo .block2 .tr0 .td2{ padding:280px 0px 0px 0px; width:339px; height:77px; background:url(../images/promo/ipos_iphone_bg.jpg) 0px 0px no-repeat;}
.cms-promo .block2 .button{margin:0px 0px 0px 30px;}
*/

.cms-promo .block3 { border-top:1px solid #CCCCCC;}
.cms-promo .block3 h2{ margin:20px 0px 40px 0px;}
.cms-promo .block3 table p{ margin:6px 10px; text-align:left; line-height:120%; font-weight:normal;}
.cms-promo .block3 .tr0 .td0 p{ padding-right:50px;}
.cms-promo .block3 .tr0 .td0{ width:638px; height:87px; }
.cms-promo .block3 .tr0 .td1{ margin:0px; padding:0px;  width:320px; height:87px; text-align:left; }
.cms-promo .block3 .tr1 .td0{ width:638px; height:315px; background:url(../images/promo/tienda.jpg) 0px 0px no-repeat;}
.cms-promo .block3 .tr1 .td1{ margin:0px; padding:0px; width:280px; height:310px;}
.cms-promo .block3 .tr1 .td1 p{ margin:0px 0px 8px 0px; padding:0px; }
.cms-promo .block3 .Store_change_cont { margin-top:36px; height:165px; width:265px; padding-top:90px; background:url(../images/promo/footer_banner.jpg) 0px 0px no-repeat;}
.cms-promo .block3 .Store_change_cont p{ margin:0px 0px 8px 0px; padding:0px; }

.cms-promo .block3 ul{ margin:0px; padding:0px; text-align:left;} 
.cms-promo .block3 li { float:left; margin:0px 1px 0px 0px;  padding:0px; list-style-type:none; text-align:center;  }
.cms-promo .block3 li  a{ padding-top:16px; display:block; width:90px; height:31px; text-decoration:none; color:#333; background:url(../images/promo/btn_over.jpg) 0px 0px no-repeat;}
.cms-promo .block3 li  a:hover{padding-top:16px; display:block; width:90px; height:31px; text-decoration:none; color:#FFF; background-position:0px -47px;}

/* CMS PAGE enLinea */
.cms-enLinea {font: 12px/18px Arial, Verdana, sans-serif; line-height:120%; padding:10px 10px 0px 20px;}
.cms-enLinea .title { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.cms-enLinea .cms-header{margin:24px 0px 0px 0px; display:block; width:981px; height:301px; background:url(../images/enLinea/hd_macgic_en_linea.jpg) 0px 0px no-repeat;}
.cms-enLinea h2 {font-size:24px; margin:56px 0px 20px 0px; color:#333;}
.cms-enLinea h3 {font-size:22px; margin:0px 0px 0px 0px; padding-left:0px; color:#333; line-height:120%; letter-spacing:-0.5px;}
.cms-enLinea .button span{ margin:0px;  background-color:#007EFF; padding: 3px 9px 3px 9px; color:white;}
.cms-enLinea .button {  padding:0px; margin:3px; }
.cms-enLinea a.button { text-decoration:none; }
.cms-enLinea a.button:hover{ text-decoration:underline;}

.cms-enLinea a{color:#CCC; }
.cms-enLinea a:hover{color:#333; }
.cms-enLinea .back-top{margin-bottom:12px; padding-bottom:6px; border-bottom:1px solid #CCC; width:700px; text-align:right;}

.cms-enLinea table { }
.cms-enLinea table td{ border:0px solid red; }
.cms-enLinea table p{  margin:0px; padding:0px; text-align:left; font-size:12px; font-weight:normal; color:#333; line-height:100%; }
.cms-enLinea table span{ color:#CB0A1F; }

.cms-enLinea .block1{margin:0px 0px 17px 0px; }
.cms-enLinea .block1 h3{ margin:20px 0px 45px 20px; line-height:130%; }
.cms-enLinea .block1 .tr0 .td0{ width:369px; height:409px; background:url(../images/enLinea/haz_tu_compra_en_linea.jpg) 0px 0px no-repeat;}
.cms-enLinea .block1 .tr0 .td1{ width:341px; height:409px; padding:50px 0px 10px 0px; }
.cms-enLinea .block1 .tr0 .td1 p{ padding:0px 20px 0px 20px; font-size:16px; line-height:130%;}
.cms-enLinea .block1 .tr0 .td2{ width:261px; height:409px; }
.cms-enLinea .block1 .tr0 .td2 p{ font-size:12px; }
.cms-enLinea .block1 .tr0 .td2 .cms-title{margin:34px 0px 28px 0px;}
.cms-enLinea .block1 .tr0 .td2 .title{font-weight:bold; font-size:14px; color:#000;}
.cms-enLinea .block1 .tr0 .td2 .subtitle{color:#333;}
.cms-enLinea .block1 .tr0 .td2 .cms-subtitle{margin:10px 0px 10px 0px; padding:0px;}
.cms-enLinea .block1 .tr0 .td2 .cms-subtitle h3{margin:0px; padding:0px; font-size:15px; font-weight:bold; }

.cms-enLinea .block1 .tr1 .td0{ height:47px; padding-left:20px;}
.cms-enLinea .block1 .tr1 .td0 .cms-subtitle{margin:10px 0px 6px 0px; padding:0px;}
.cms-enLinea .block1 .tr1 .td0 .cms-subtitle h3{margin:0px;}
.cms-enLinea .block1 .tr2 .td0{ width:344px; height:197px; padding:40px 0px 0px 20px; }
.cms-enLinea .block1 .tr2 .td0 p{ width:310px; font-size:16px; line-height:130%;  }
.cms-enLinea .block1 .tr2 .td1{ width:356px; height:197px; background:url(../images/enLinea/comprarEnlinea.jpg) 0px 0px no-repeat;}
.cms-enLinea .block1 .tr3 .td0{padding:0px 0px 0px 20px; }
.cms-enLinea .block1 .tr3 p{ width:290px; font-size:12px; line-height:120%; }
.cms-enLinea .block1 .tr3 b{ font-size:14px; line-height:120%; }
.cms-enLinea .block1 .tr3 a{ color:#0099FF; font-weight:bold; text-decoration:underline;}


.cms-enLinea .block2{margin:0px 0px 17px 0px; }
.cms-enLinea .block2 h3{ margin:20px 0px 0px 0px; line-height:130%;}
.cms-enLinea .block2 .td0{ width:160px; background:url(../images/enLinea/icon_ok.jpg) 89px -14px no-repeat;}
.cms-enLinea .block2 .tr0 .td0{ background:none;}
.cms-enLinea .block2 .td1{text-align:left; width:566px; height:65px; padding-top:6px; }
.cms-enLinea .block2 .td1 b{ font-size:14px; }
.cms-enLinea .block2 .td1 p{ width:505px; }

.cms-enLinea .block3{margin-bottom:17px;}
.cms-enLinea .block3 h3{ margin:0px 0px 0px 0px; line-height:130%;}
.cms-enLinea .block3 .td0{ width:160px; }
.cms-enLinea .block3 .tr0 .td0{ width:160px; background:url(../images/enLinea/icon_paypal.jpg) 0px 0px no-repeat;}
.cms-enLinea .block3 .td1{text-align:left; width:566px; height:65px; padding-top:6px;}
.cms-enLinea .block3 .td1 b{ font-size:14px; }
.cms-enLinea .block3 .td1 p{ width:505px; line-height:130%;}
.cms-enLinea .block3 .tr1 .td1 p{ font-size:16px;  }
.cms-enLinea .block3 .tr3 .td1 { height:100px;}
.cms-enLinea .block3 .tr4 .td1 { height:292px; background:url(../images/enLinea/veriSign_bg.jpg) 0px 0px no-repeat;}
.cms-enLinea .block3 .tr4 .td1 span{ color:#333; font-size:16px; }
.cms-enLinea .block3 .tr4 .td1 p{ width:340px; margin:32px 100px 0px 150px;}

.cms-enLinea .block4{margin-bottom:17px;}
.cms-enLinea .block4 h3{ margin:0px 0px 0px 0px; line-height:130%;}
.cms-enLinea .block4 .td0{ width:160px; }
.cms-enLinea .block4 .tr0 .td0{ width:160px; background:url(../images/enLinea/icon_estafeta.jpg) 0px 0px no-repeat;}
.cms-enLinea .block4 .td1{text-align:left; width:566px; height:65px; padding-top:6px;}
.cms-enLinea .block4 .td1 b{ font-size:14px; }
.cms-enLinea .block4 .td1 p{ width:505px; line-height:130%;}

.cms-enLinea .block5{margin-bottom:17px;}
.cms-enLinea .block5 h3{ margin:0px 0px 0px 0px; line-height:130%;}
.cms-enLinea .block5 .td0{ width:160px; }
.cms-enLinea .block5 .tr0 .td0{ width:160px; height:100px; background:url(../images/enLinea/icon_clock.jpg) 0px 0px no-repeat;}
.cms-enLinea .block5 .td1{text-align:left; width:566px; height:65px; padding-top:6px;}
.cms-enLinea .block5 .td1 b{ font-size:14px; }
.cms-enLinea .block5 .td1 p{ width:505px; line-height:130%;}

.cms-enLinea .block6{margin-bottom:17px;}
.cms-enLinea .block6 h3{ margin:0px 0px 0px 0px; line-height:130%;}
.cms-enLinea .block6 .td0{ width:160px; }
.cms-enLinea .block6 .tr0 .td0{ width:160px; height:100px; background:url(../images/enLinea/icon_envio.jpg) 0px 0px no-repeat;}
.cms-enLinea .block6 .td1{text-align:left; width:566px; height:65px; padding-top:6px;}
.cms-enLinea .block6 .td1 b{ font-size:14px; }
.cms-enLinea .block6 .td1 p{ width:505px; line-height:130%;}

.cms-enLinea .block7{margin-bottom:17px;}
.cms-enLinea .block7 h3{ margin:0px 0px 0px 0px; line-height:130%;}
.cms-enLinea .block7 .td0{ width:160px; }
.cms-enLinea .block7 .tr0 .td0{ width:160px; height:100px; background:url(../images/enLinea/icon_phone.jpg) 0px 0px no-repeat;}
.cms-enLinea .block7 .td1{text-align:left; width:566px; height:65px; padding-top:6px;}
.cms-enLinea .block7 .td1 b{ font-size:14px; }
.cms-enLinea .block7 .td1 span{ color:#174686; }
.cms-enLinea .block7 .td1 a{ color:#0099FF; font-weight:bold; text-decoration:underline; padding:0px 0px 0px 285px;}
.cms-enLinea .block7 .td1 p{ width:505px; line-height:130%;}

/* ======================================================================================= */
#clear-both{clear:both;}
/* MAIN PAGE Footer */
#home_ft{ width:1020px; height:210px; } 
.home-footer { width:1020px; height:210px; border:0px solid red; }
.home-footer .col-1, .home-footer .col-2, .home-footer .col-3, 
.home-footer .col-4, .home-footer .col-5, .home-footer .col-6
{float:left; height:210px; border:0px solid blue;}

.home-footer .col-1{width:84px; padding-left:46px;}
.home-footer .col-2{width:120px; padding-left:40px;}
.home-footer .col-3{width:120px; padding-left:30px;}
.home-footer .col-4{width:114px; padding-left:6px;}
.home-footer .col-5{width:134px; padding-left:37px;}
.home-footer .col-6{width:auto;/*280*/}
.home-footer ul, .home-footer li, .home-footer span, .home-footer a{margin:0px; padding:0px; list-style-type:none;  }
.home-footer .level0 {margin:112px 0px 0px 0px;}
.home-footer .level0 {font-size:12px; font-weight:bold;}
.home-footer .level1 {font-size:10px; font-weight:normal;}
.home-footer .level0 a{display:block; text-decoration:none; color:#0296FF;}
.home-footer .level0 a:hover{text-decoration:none; color:#48ABE6;}
.home-footer .level1 a{display:block; text-decoration:none; color:#5A636A;}
.home-footer .level1 a:hover{text-decoration:none; color:#858994;}

/* Footer ================================================================================ */
.footer { padding-top:16px; margin:0px auto 12px auto; background:url(../images/footer_bg.png); height:27px; width:1022px; background-color:#EAE8E6;}
.footer p { text-align:right; }
.footer address, .footer a { text-align:right; text-decoration:none; font-size:11px; color:#333; margin:0px 6px 0px 0px; padding-top:2px;}
.footer a:hover{ color:#666; }
.footer ul { float:left; padding:0 20px 0 0; }
/* ======================================================================================= */


