/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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 ================================================================================= */
.wrapper { }
.page { background-color: #FFF;width:990px; margin:0 auto; padding:0px; text-align:left; }
.page-print { padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { clear: both;padding:0px 0px 15px; font-size: 12px; margin:0px;}
/* Base Columns */ 
.col-left { float:left; width:220px;  padding:0px 0px 0px 10px; }
.col-main { float:left; width:740px;  padding:0px 10px; background: #fff;}
.col-main p{line-height: 24px; margin: .5em 0;}
.col-right { float:right; width:220px;  padding:0px 10px 0 0; }
.search-autocomplete { z-index:999; color: #000; text-align: left;}
.search-autocomplete ul { padding: 5px;border:1px solid #5c7989; background-color:#999;}
.search-autocomplete li { border-bottom:1px solid #f4eee7; cursor:pointer; }
.search-autocomplete li .amount { float:right; font-weight:bold;}
.search-autocomplete li.odd { background-color:#999; }
.search-autocomplete li.selected { background-color:#ddd; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; padding-left: 20px; padding-right: 20px; }

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

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin: 0 8px 0 11px; }
.col3-layout {}

/* Content Columns */
.col2-set .col-1 { float:left; width:100%; }
.col2-set .col-2 { float:right; width:100%; }
.col2-set h4 {margin: .5em 0; border-bottom: 1px solid #ddd;}
.col2-set .narrow { width:33%; }
.col2-set .wide { width:65%; }

.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%; }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container {}
.header { padding:0px; margin:0px;background: url(../images/header.png) left top no-repeat; }
.header .logo {float : left;margin-top : 36px; padding-bottom: 10px;margin-left: 10px;width : 360px;height: 57px;background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer;
}
.top-right{color: #fff;float: right;margin-top:30px; width: 500px;text-align: right; padding: 0px 0px 0px 0px;display: block;}
.welcome { margin-right: 21px; }
.welcome td img { padding-top: 9px; }
.welcome td {text-align: right; color: #0135ad; font-size:28px; font-weight:bold; vertical-align: top; height: 22px; padding-left: 5px;}
.asistente_virtual { margin-right: 21px; }

#language-switch{ /*CSS for sample search box. Remove if desired */color: #ffffff;font-weight: bold;float: right;margin: 10px 10px 0px 0px;padding: 0;}
#language-switch label{margin-right: 10px;}
#language-switch .textinput{width: 100px;border: 1px solid gray;}
#language-switch .submit{font: bold 11px Verdana;height: 22px;background-color: lightyellow;}
.links {text-align: right; width: auto; padding: 5px 0; margin:0;text-transform:uppercase; text-decoration:none;}
.links li{display: inline; list-style: none;margin: 0;padding:0;color: #fff; text-decoration:none;}
.links li a.last{margin-right: 0px; text-decoration:none;}
.links li a{margin-right: 10px;text-decoration: underline;font-size:11px;color: #fff; text-decoration:none;}
.links li a:hover{text-decoration: none;}
.header .mini-search {float : right;position: relative; display: inline;padding: 0px;}
.mini-search span { float: left; margin-top: 5px; margin-right: 8px; }
.mini-search form {line-height: 0px;padding:0px; float : right;margin : 0;}
.mini-search input {margin:0;}
.mini-search input {border: 0;padding: 3px;width: 254px;}
.mini-search .text {float : left;width : 214px;padding : 8px 0px 8px 8px; overflow : hidden;border : 0;color: #000;outline : none;margin-right :2px; background:url(../images/search_background.png) left center no-repeat;margin-bottom: 0px;display: inline;}
.mini-search .btn {float: left; display: inline;width : 8px;margin : 8px 30px 0px 0px;padding : 0;border : 0;background : transparent url(../images/search.png) no-repeat center top;text-indent : -1000em;cursor : pointer;}
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .form-search { text-align:center; }
.header .form-language { text-align:center; }
#logo { float:left; width:200px; height:63px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em; overflow:hidden; cursor:pointer; } 


/********** < Navigation */
#nav { clear: both;font-size:12px;font-weight: bold; margin:0px; background: #00206c url(../images/bg_nav.gif) repeat-x; margin-bottom: 20px; }


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

/* 0 Level */
#nav li { float:left; }
#nav li a{padding : 8px 9px; text-decoration:none;}
#nav li a.homepage {height: 18px; padding : 8px 15px 8px 22px;}
#nav li a.outlet { background: #00206c url(../images/outlet.gif); padding-left: 10px; padding-right: 10px;font-weight:bold;  }
#nav li a.franquicias { background: #FF0000 url(../images/franquicias.gif); padding-left: 10px; padding-right: 10px;font-weight:bold;  }
#nav li.active a{ color:#fff; background-color: #0a0a0a; border-right: 1px solid #000;}
#nav li li.active{border-right: none;}
/* #nav a { float:left;border-right: 1px solid #484d74; color:#ffffff; font-weight:normal; font-size:14px; text-decoration:none;} */
#nav a { float:left;border-right: 1px solid #484d74; color:#ffffff; font-weight:normal; font-size:13px; text-decoration:none;}
#nav a:hover { color:#fff; background: #00206c url(../images/bg_nav_over.gif); border-right: 1px solid #000; }
#nav li a.homepage:hover {height: 21px; padding : 8px 15px 8px 22px;}
#nav li.active li a{ color:#000; background: url(../images/sorter.gif) repeat-x; border-right: none; }
#nav li li a{border-right: none;}
#nav li li a:hover{color: #000000;}
/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ddd; color: #000; text-decoration:none;}
#nav ul li.over {color: #000;}
#nav ul li.last { background:#656461; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; color: #000; }
#nav ul li a { font-weight:normal !important;color: #000; text-decoration:none; }

/* 2nd leven */
#nav ul { position:absolute; width:18em; top:40px; left:-10000px; border:1px solid #ddd; }

/* 3rd+ Level */
#nav ul ul { top:5px; }

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

#nav ul li a { background: url(../images/sorter.gif) repeat-x; color:#000;order-right: none; }
#nav ul li a:hover { background:#ccc; color:#000 !important; border-right: none;}
#nav ul span,
#nav ul li.last li span { padding:8px 15px; }
/********** Navigation > */
/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input, textarea, button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; background: url("../images/input-680.jpg") no-repeat; }
input.input-text, select, textarea { border:0; }
input.input-text:focus, select:focus, textarea:focus {}
input.input-text{ padding:5px; margin-right: .5em;}
textarea {padding:5px;}
select{ border: solid 1px #CCCCCC; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em; }
textarea { overflow:auto; }
button.button { overflow:visible; width:180px; background: url("../images/btn_azul_grande.jpg") top left no-repeat; cursor:pointer; border: 0; }
.cursor {cursor:pointer; }
button.button span { display:block; margin:0; padding:0px 8px; text-transform: lowercase; font:bold 12px/16px 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:95%; margin:0; padding:0; border:0; }
/* Form Highlight */
.highlight {}

/* Form lists */
.form-list li { margin:1em 0; }
.form-list li .input-box {}
.form-list li input.input-text {width: 256px; background: url(../images/input-256.jpg) no-repeat; padding: 0; height: 16px; padding-left: 3px; font-size: 11px; color: #666;}
.form-list li textarea { width:500px; }
.form-list li textarea{height: 300px;}
.form-list li select { width:256px;padding:5px; }
.form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list label {font-weight:bold;}
.group-select {}
.group-select label h3{margin: .5em 0;}
.group-select .legend {}
.group-select li { margin:0 0 5px; }
.group-select li .input-box { float:left; width:350px; }
.group-select li .input-box label{line-height: 24px;}
.group-select li input.input-text,
.group-select li textarea {width:680px; height: 16px; font-size: 11px; color: #666666; padding: 0; padding-left: 3px; }
.group-select li select { width:516px;padding: 0px; }
.group-select li .input-box input.input-text,
.group-select li .input-box textarea { width:330px; background: url("../images/input-330.jpg") no-repeat; padding: 0 3px; 0 3px }
.group-select li .input-box select { width:340px; }
.group-select.wide input.input-text,
.group-select.wide textarea { width:510px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; }
.buttons-set .back-link { float:left;margin-left: .5em;}
.buttons-set .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 { float:left; width:12em; margin-right:-12em; display:inline; position:relative; }

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

.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; }

#vertical-nav {
margin-bottom: 0;
font-size: 13px;
}
#vertical-nav .head{background: url(../images/categorias.png) no-repeat; height: 23px; border-bottom: solid 1px #CCCCCC;}
#vertical-nav h4, .navinfo h4{
}
#vertical-nav ul {
    list-style-type: none; /* get rid of the bullets */
    padding:0;             /* no padding */
    padding-top:2px;
    margin:0;              /* no margin for IE either */
    background-image: url('../images/categorias1.jpg');
    background-position: top;
    background-color:#f2f2f2;
}

#vertical-nav ul li {
    margin: 0;
    padding: 0;
    display:block;
}
#vertical-nav ul li {}
#vertical-nav ul ul { padding: 0; border-bottom: solid 1px #a6b8e0; }
#vertical-nav ul ul li{ background-color: #8da4da; }
#vertical-nav ul ul li a{ margin:0; background-color: #8da4da; color: #fff; }
#vertical-nav ul li a { display: block; text-transform: uppercase; color: #000; padding: 0; padding-left: 15px; margin:0; text-decoration: none; background-color: #f2f2f2; }


#vertical-nav ul li a:hover {
    background-color: #2c57bb;
	color: #fff;
}

#vertical-nav ul li .open{
	border-bottom: 1px solid #535353;
font-weight: bold;}

#vertical-nav ul li .open, #vertical-nav .activesubsub, #vertical-nav .subopen {color:#fff;background-color: #2c57bb; border: 0; border-bottom: 1px solid #a7b8de; }
#vertical-nav .final{background-color:#8b8b8b;}

#vertical-nav ul ul li a {
    padding-left: 25px;
}

#vertical-nav ul ul ul li a {
padding-left: 40px;     /* indent level 2 */
}

#vertical-nav a {
  color:#000;
  text-decoration:none;
}
#vertical-nav a:hover {
  color:#000;
}
#vertical-nav ul li ul li a {
    margin-bottom:0px;
    margin-top:0px;
}
#vertical-nav ul li ul li {
    margin-bottom:0px;
    margin-top:0px;
}
/* BreadCrumbs */ 
.breadcrumbs { color: #fff; margin-bottom: 15px;height: 40px;background:url(../images/breadcrumbs.gif) no-repeat;}
.breadcrumbs li{ display:inline;}
.breadcrumbs ul{display: inline;}
.breadcrumbs a{color: #fff; text-decoration:none;}
.breadcrumbs .crumbs{float: left; display: inline;padding-top: 8px;padding-left: 1em;margin:0px;font-size: 11px;}
.header .toplinks { float: right; }
.header .toplinks ul{ padding-left: 10px; padding-right: 10px; }
.toplinks li{ float: left; vertical-align: middle; color: #4c4c4c; background-image: url("../images/carrito.png"); background-position: 10px center; background-repeat: no-repeat; padding-left: 36px; border-left: solid 1px #ccc; height: 22px; }
.toplinks li.first { background-image: url("../images/login.png"); background-repeat: no-repeat; border-left: none; padding-left: 29px; }
.toplinks li.last { background-image: none; padding-left: 10px; }
.toplinks li a.last{ margin-right: 0px; text-decoration: none;}
.toplinks li a { margin-right: 10px;text-decoration: none;font-size:11px; }
.toplinks li a:hover{ text-decoration: underline;}

/* Page Heading */
.page-title-buttons{background: #fff; border-width: 1px 1px 0px 1px; border-color: #ddd; border-style: solid;padding: 5px 15px;}
.page-title { padding:0 0 5px; margin:0 0 10px; }
.page-title h1 { font-size: 14px; }
.title-buttons { text-align:right; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

/* Pager */ 
.pager {  font-size: 12px;padding: 0px 10px; margin:0 0; text-align:center;background: #e6e6e6; height: 26px }
.pager .amount { float:left; color: #666666; font-size: 10px; margin: 0; }
.pager .limiter { float:right; margin: 10px 0px 0px 0px; color: #666666; font-size: 10px; margin-top: 5px;}
.pager .limiter select { color: #666666; font-size: 10px;}
.pager .pages { margin: 0 auto; padding-top: 3px; background: url("../images/pager.png") no-repeat; width: 122px; height: 27px }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline;color: #2b89c7; font-weight:bold; text-decoration: none; }
.pager .pages li a { color: #fff; text-decoration: none; font-weight:normal; }
.pager .pages .current {}

/* Sorter */ 
.sorter { padding: 5px 10px;font-size: 12px;margin:1px 0; background: #cccccc; }
.sorter .view-mode { float:left;  padding: 0px 0px;margin:0; }
.sorter .view-mode p{margin: 0;padding: 0;}
.sorter .sort-by { float:right; color: #4c4c4c;}
.sorter .sort-by select { color: #4c4c4c;font-size: 12px;}
.sorter fieldset{padding: 0px 0px 0px 0px;}
.sorter .link-feed {}


/* Data Table */ 
.data-table { width:100%; background: #fff; }
.data-table th { padding:5px; border-bottom:1px solid #999; font-weight:bold; white-space:nowrap; font-size: 12px; text-align: right; }
.data-table th.products-name { text-align: left; }
.data-table td { padding:5px; vertical-align: middle; text-align: right; }
.data-table td.a-right{  }
.data-table thead {   }
.data-table tbody { }
.data-table tfoot tr.first td { border-top: none; }
.data-table tfoot tr.first th { border-top: none; }
/*.data-table tfoot tr { border-bottom: 1px solid #d9d9d9;border-top: 1px solid #d9d9d9; }*/
.data-table tfoot th { border-bottom: 1px solid #d9d9d9;border-top: 1px solid #d9d9d9; text-align: left !important; font-weight: normal; color: #666666; font-size: 11px; }
.data-table tfoot td { border-bottom: 1px solid #d9d9d9;border-top: 1px solid #d9d9d9;font-weight: normal; color: #666666; font-size: 11px; vertical-align: middle; }
.data-table tfoot td ul { display: inline; }
.data-table tfoot td li { display: inline; }
.data-table tfoot #actions button { cursor: pointer; background: url("../images/btn_azul_grande.jpg") no-repeat; border: 0; width: 180px; height: 21px; color: #fff; }
.data-table tfoot #actions button span { color: #fff; font-weight: normal; text-transform: capitalize; }
.data-table tfoot #actions button.btn_actualizar { background: url("../images/actualizar_carrito.jpg") no-repeat; border: 0; width: 200px; height: 21px; color: #fff; }
.data-table tfoot #actions button.btn_actualizar span { text-transform: none; }
.data-table tfoot #actions button.btn_continue { background: url("../images/btn_azul_grande.jpg") no-repeat; border: 0; width: 180px; height: 21px; color: #fff; }

.data-table tfoot .tax-total .tax-collapse { float: left; padding-left: 0; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {  }
.data-table tbody.odd {}
.data-table tbody.odd td {}
.data-table tbody.even {  }
.data-table tbody.even td {  }
.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.product-name { text-align: left; }
.data-table td .product-name { font-size:14px; font-weight:bold; line-height:1.5; text-decoration:none; }
.data-table td.label,
.data-table th.label { font-weight:bold; background: #eaeaea url(../images/sorter.gif) repeat-x; }
.data-table td.value {}
.data-table td a { text-decoration: none;}
.data-table input.qty { font-size: 12px; color: #666666; background: url("../images/input-carrito.jpg") no-repeat right; height: 17px; border: 0; padding: 0; margin: 0;margin-left: 0.5em; text-align: right; width: 33px; padding-right: 3px; }

/* 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 {}

/* Lists Decoration */
li.odd {display: block;border-bottom: 1px solid #e3e3e3;padding: 5px 0px;}
li.even {display: block;border-bottom: 1px solid #e3e3e3; padding: 5px 0px; }
li.last {border-bottom: none;}
dt.odd,
dd.odd {}
dt.even,
dd.even { background-color:#f6f6f6; }

/* Class: std - styles for admin-controlled content */
.std,
.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; }
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.sidebar .block { margin:0 0 0px; font-size: 12px; }
.sidebar .block .block-title { padding:0 10px; text-indent: -999em;}
.sidebar .block .block-title h2 { font-size:16px; font-weight:bold; line-height:1.5; }
.sidebar .block h3 { font-size:14px; line-height:1.5; }
.sidebar .block .block-content {padding:0px 15px; background: url(../images/bottom_corner.gif) bottom right;}
.sidebar .block .actions { text-align:right; margin-top: 1em;}
.sidebar .block .actions a { float:left; }

/* Block: Account */
.sidebar .block-account .block-title{background: url(../images/myaccount.png) no-repeat; height:26px;}
.sidebar .block-account .block-content{padding: 0;text-transform: uppercase;}
.sidebar .block-account ul{list-style-type: none; padding:0; padding-top:2px; margin:0; background: url('../images/categorias1.jpg') top no-repeat;}
.sidebar .block-account ul li a { display: block;background:#f2f2f2; font-size: 12px; color: #666666; text-decoration: none; padding-left: 15px; }
.sidebar .block-account ul li span { display:block; background-color: #2c57bb; color: #fff; padding-left: 15px; }
.sidebar .block-account ul li a:hover { display:block;background-color: #2c57bb; color: #fff; }

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

/* Block: Layered Navigation */
.block-layered-nav { padding: 15px; }
.block-layered-nav .block-content h3 { padding: 15px 0px 0px 15px; color: #2C57BB; }
.block-layered-nav .block-title {}
.block-layered-nav .block-content{color: #fff;background:#cce3f2;}
.block-layered-nav td { color: #2c57bb; padding: 15px 10px; text-transform: uppercase; font-weight: bold; }
.block-layered-nav dt { font-weight: normal; text-transform: uppercase; color: #2c57bb; line-height: 2em; list-style: none;}
.block-layered-nav .currently { padding: 0px 0px 0px 20px; }
.block-layered-nav .currently ol { display: inline;}
.block-layered-nav ol, .sidebar .block-layered-nav ul{color:#2c57bb; margin-left: 0; list-style: none;}
.block-layered-nav li a{color: #5c5f61; text-transform: none; font-weight: normal; text-decoration: none;}
.block-layered-nav select {color: #5c5f61; font-size: 12px; text-transform: none; font-weight: normal;}
.block-layered-nav .actions { padding-left: 15px; margin-bottom: 10px; }
.block-layered-nav .actions a { color: #5C5F61; }
.block-layered-nav td.opcion { border-right: solid 1px #a6cde8; vertical-align: middle;}
.block-layered-nav td.opcion2 { border-left: solid 1px #a6cde8; vertical-align: middle; text-align: right;}
/* Block: Cart */
.sidebar .block-cart { margin-bottom: 0px; width: 220px;}
.sidebar .block-cart .block-title { background:  url(../images/mycart.jpg) no-repeat; margin-bottom: 10px; }
.sidebar .block-cart .block-content { background: #1e2455; padding: 0px 15px;color: #fff; }
.sidebar .bottom-corner {background: url(../images/categorias2.jpg) no-repeat; height: 4px;margin-bottom: 15px; border-bottom: solid 1px #CCCCCC;}
.sidebar .top-corner{height: 11px;padding: 0px;}
.sidebar .block-cart .amount {}
.sidebar .block-cart .subtotal { text-align:center; font-weight: bold; }


.sidebar .mini-products-list li { padding:5px 0; }
.sidebar .mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; margin-right:-75px; }
.sidebar .mini-products-list .product-details {  }
.sidebar .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.sidebar .mini-products-list .product-details h4 a { color: #338dc9; margin:0; text-decoration: none; }
.sidebar .mini-products-list .product-details .price { font-weight: bold; }
.sidebar .mini-products-list .product-details .btn-remove { float:right; }

/* Block: Wishlist */
.sidebar .block-wishlist .block-title{ background: url(../images/mywishlist.png) no-repeat; height: 48px;}
.sidebar .block-wishlist .block-content{padding: 3px 15px;}
.sidebar .block .block-content{background: #1e2455;}
/* Block: Related */
.sidebar .block a{color: #fff;}
.sidebar .block-related .product-name{font-size: 12px; text-decoration:none; }
.sidebar .block-related h3{color: #fff;}
.sidebar .block-related .block-title{width: 220px; padding: 0px 0px 5px 0px;  text-indent: 0;}
.sidebar .block-related .block-content{width: 220px; padding: 0; background: #fff; color: #4c4c4c;}
.sidebar .block-related li { padding:5px 0; }
.sidebar .block-related .checkbox { float:left; margin-right:-20px; }
.sidebar .block-related .item { margin-left:20px; }
.sidebar .block-related .item .product-image { float:left; margin-right:-65px; }
.sidebar .block-related .item .product-details { margin-left:65px; }
.sidebar .block-related .item .product-details a { color: #262626; text-decoration: none;  }
.sidebar .block-related .item .product-details .price { color: #0135ad; font-size: 18px; }
.sidebar .block-related .item .product-details .iva-related { color: #0135ad; font-size: 9px; }

/* Block: Compare Products */
.sidebar .block {color: #fff;}
.sidebar .block-compare .block-title{background: url(../images/categorias1.jpg) bottom no-repeat; width: 220px; padding: 0px 0px 5px 0px;  text-indent: 0;}
.sidebar .block-compare .block-content{padding: 3px 15px; background: #f2f2f2; color: #4c4c4c;}
.sidebar .block-compare li { padding:5px 0; }
.sidebar .block-compare a { color: #4c4c4c; text-decoration: none; }
.sidebar .block-compare button { color: #4c4c4c; text-decoration: none; background: none; }
.sidebar .block-compare button span { padding: 0; color: #4c4c4c; text-decoration: none; background: none; }

/* Block: Viewed */
.sidebar .block-recent {}
.sidebar .block-recent .block-title{background: url(../images/categorias1.jpg) bottom no-repeat; width: 220px; padding: 0px 0px 5px 0px;  text-indent: 0;}
.sidebar .block-recent .block-content{padding: 3px 15px; background: #f2f2f2; color: #4c4c4c;}
.sidebar .block-recent ol { list-style: none; }
.sidebar .block-recent li a{ color: #4c4c4c; text-decoration: none; }

.link-rss{float: right;}
/* Block: Poll */
.sidebar .block-poll {color: #fff;}
.sidebar .block-poll .block-title{ background: url(../images/poll.gif) no-repeat; height:53px;text-indent:-999px;}
.sidebar .block-poll .block-content{background:#323232;padding: 0px 15px;}
.sidebar .block-poll .radio { float:left; margin:3px -18px 0 0; }
.sidebar .block-poll .label { display:block; margin-left:18px; }
.sidebar .block-poll .answer {}
.sidebar .block-poll .votes { font-weight:bold; }

/* Block: Tags */
.sidebar .block-tags .block-title { background:url(../images/populartags.gif) no-repeat;height: 60px;text-indent: -999px;}
.sidebar .block-tags ul,
.sidebar .block-tags li { display:inline; }

/* Block: Subscribe */
.sidebar .block-subscribe {color: #fff;}
.sidebar .block-separator1 { background: url("../images/boletin1.jpg") no-repeat; height: 4px; width: 220px; }
.sidebar .block-separator2 {background: url("../images/boletin2.jpg") no-repeat; width: 220px; height: 4px;margin-bottom: 15px; border-bottom: solid 1px #CCCCCC;}
.sidebar .block-subscribe .block-content { background: #1e2455; padding: 0; width: 220px;}
.sidebar .block-subscribe .block-content label { margin-left: 10px;}
.sidebar .block-subscribe .block-content input { margin-left: 10px; color: #000;}
.sidebar .block-subscribe .block-title {background: url(../images/newsletter.jpg) no-repeat; height: 21px; padding-bottom: 4px; border-bottom: solid 1px #CCCCCC;}
.sidebar .block-subscribe input { background: url("../images/input-suscribirse.png") no-repeat; width: 197px; height: 19px; border: 0; padding:0; margin: 0; padding-bottom: 3px;padding-top: 2px;padding-left: 6px; color: #b8bac9;}
.sidebar .block-subscribe button { margin-left: 92px; }
button.suscribir{ overflow:visible; width:115px; background:url(../images/btn_suscribirse.png); cursor:pointer; border: 0; margin-bottom: 5px; }
button.suscribir span { display:block; margin:0; padding:0px 8px; text-transform: lowercase; font:bold 12px/16px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }

/* Block: Reorder */
.sidebar .block-reorder .block-title{height: 26px; background: url("../images/myorders.png") no-repeat;}
.sidebar .block-reorder h3 { color: #338dc9; text-transform: none; }
.sidebar .block-reorder li { padding:5px 0; }
.sidebar .block-reorder .checkbox { float:left; margin:3px -20px 0 0; }
.sidebar .block-reorder .label { display:block; margin-left:20px; }
.sidebar .block-reorder a { text-decoration: none; }

/* Block: Banner */
.sidebar .block-banner {}
.sidebar .block-banner{padding: 0;}
.sidebar .block-banner .block-content { text-align:center; background: none; padding: 3px 0px 0px;}

/* Block: Mini-Login */
.sidebar .block-login .block-title{background:  url(../images/memberlogin.png) no-repeat; height: 51px;}
.sidebar .block-login .block-content{background-color: #323232;padding: 0px 0px 0px 15px;}
.sidebar .block-login .input{margin:0px;}
.sidebar .block-login .input-text{width: 175px;}
.sidebar .block-login label{white-space:nowrap; font-weight: bold;margin:0px;padding:0px;}
.sidebar .block-login p{ margin: 0px;padding:0px; line-height: 24px;margin-bottom:.5em;}


/* Block: Checkout Progress */
.sidebar .block-progress{ width: 220px; }
.sidebar .block-progress .block-title{ height: 26px; text-indent: 0; padding: 0; }
.sidebar .block-progress .block-title h2 { text-indent: none; }
.sidebar .block-progress .block-content{ padding: 3px 15px;}
.sidebar .block-progress dt { font-weight:bold; }
.sidebar .block-progress dt.complete,
.sidebar .block-progress dd.complete {font-size: 11px; margin-bottom: 1em;}
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title {  margin:0 0 10px; padding-left: 15px; padding-right: 15px; }
.category-title h2{ font-size: 24px; color: #363636;font-weight: bold; letter-spacing: -2px;text-transform: uppercase;}
.category-image { display:block; margin:0 auto; overflow: hidden;}
.category-top{height: 18px;background: url(../images/bg_boxes.png) top left no-repeat;}
.category-products {padding: 0px; }
.category-products h3.product-name{font-size: 22px; text-decoration:none;}
.category-products h3.product-name a{font-size: 22px; text-decoration:none;}

/* View Type: Grid */
.products-grid { width:228px; margin-top: 15px;}
.products-grid tr.odd { }
.products-grid tr.even {  }
.products-grid td { padding-bottom: 15px;  }
.products-grid-home td { padding:1px 3px 1px 5px; background: #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff;}
.products-grid-home td.desc { padding:1px 3px 1px 5px; background: #ffffff; border-right: 1px solid #ffffff; border-bottom: 1px solid #ffffff; height: 110px;}
.products-grid td.empty {}
/*.products-grid .manufacturer { background: url("../images/product-top-corners.png") no-repeat;  }*/
.products-grid .manufacturer { background: url("../images/product-top-corners.png") no-repeat; height: 42px;  }
.products-grid-home2 { background: url("../images/product-bottom-corners.png") no-repeat bottom left; width: 228px; height: 31px; padding-bottom: 5px; }
.products-grid-home2 td { padding: 0px 0px 5px 5px; }
.products-grid-home2 .descentrega { color: #999999; font-size: 11px;vertical-align: middle; padding: 0 3px 0 3px;}
.products-grid-home2 .descentrega2 { color: #999999; font-size: 11px;vertical-align: middle; padding: 0 3px 0 3px; width: 54px; }
.products-grid-home2 .descentrega img { vertical-align: 0; }
/* View Type: List */
.products-list .item { padding:5px; margin:0 0 5px; }
.products-list .product-image { float:left; margin-right:-150px; }
.products-list .product-shop { float:right; width:320px; }
/* ======================================================================================= */


/* Product View ========================================================================== */
.product-view {}
.product-view h3{border-bottom: 1px dotted #ddd;color: #333; letter-spacing: -1px; margin: .5em 0px;}

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

/* Tags */
#product-tabs .tabs { height: 35px; }
#product-tabs .tabs .corner-left-top{ border: solid 1px #c5c5c5; display:block; float:left; font-weight:bold; font-size:12px; text-decoration:none; cursor:pointer; margin-right:2px;}
#product-tabs .tabs .corner-right-top{display:block;}
#product-tabs .tabs .border-top{ display:block; margin:0 10px; padding:10px; text-align:center; height:14px; overflow:hidden;}

#product-tabs .tabs .active-tab{border-bottom: solid 1px #FFFFFF; color:#FFFFFF; background-color:#FFFFFF; position:relative; height:34px;} 
#product-tabs .tabs .corner-left-top.active-tab{ display:block; float:left; font-weight:bold; color:#646464; font-size:12px; text-decoration:none; cursor:pointer; margin-right:2px;}
#product-tabs .tabs .active-tab .corner-right-top{ display:block; }
#product-tabs .tabs .active-tab .border-top{ display:block; margin:0 10px; padding:10px; text-align:center; height:14px; }

.review-product-list .corner-left-top { display:none !important;}

#product-tabs .tabs h3 { color:#646464; font-size:12px; line-height:16px; font-family:tahoma, sans-serif;}
#product-tabs .tabs .active-tab h3 { color:#646464; font-size:12px; line-height:16px; font-family:tahoma, sans-serif;}

#product-tabs .tabs-content{ border: solid 1px #c5c5c5 }
#product-tabs .tabs-content .tabs-content-top{}
#product-tabs .tabs-content .tabs-content-top div{}
#product-tabs .tabs-content .tabs-content-top div div{margin:0 10px; height:10px; overflow:hidden;}

#product-tabs .tabs-content .border-left{}
#product-tabs .tabs-content .border-right{}
#product-tabs .tabs-content .border-right .block-width{overflow:hidden; position:relative; padding: 10px;}

#product-tabs .tabs-content .tabs-content-bot{}
#product-tabs .tabs-content .tabs-content-bot div{}
#product-tabs .tabs-content .tabs-content-bot div div{ margin:0 10px; height:10px; overflow:hidden;}

#tabber{ display:block; width:2760px; list-style:none; overflow:hidden;}
#tabber .tabs-list{width:718px; float:left; display:block; margin-right:20px;}

/* End Tags */

/* Product Images */
.product-view .product-img-box { float:right; width:267px; }
.product-view .product-img-box .product-image { border:1px solid #ddd; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; 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 ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.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:left; width:425px; padding: 0px 10px;}
.product-view .product-shop .product-name {color: #262626; font-size: 12px; text-decoration:none; padding: 5px;}
.products-grid .product-name a {color: #262626; font-size: 14px; font-weight: bold; text-decoration:none;}
.products-grid .desc { color: #666; font-size: 12px; }
.product-view .short-description h2 { color: #666; font-size: 14px; font-weight: normal; text-transform: none;}
.product-view .product-shop .price-box-interior { float: left; margin-right: 10px; margin-bottom: 14px; }
.product-view .product-shop .price-box-interior .regular-price .price { font-size: 32px; }


/* 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 {}
.availability .in-stock { font-weight:bold; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; color:#00206c; font-size:18px; padding-top:10px;}
.price-box-interior { padding: 0; }
.price-box-interior td { padding: 0; border: 0; margin: 0; line-height:0.8;}
.price-box-interior td { text-align: right;}
.price-box-interior .price { font-weight:bold; color:#0135ad; font-size:28px; }
.price-iva { font-weight:bold; color:#ffffff; font-size:14px;  padding-left:20px;}
.price-box-outlet .price { font-weight:bold; color:#f1ff0a; font-size:48px; padding-top:20px; padding-left:20px;}
.price-iva-outlet { font-weight:bold; color:#f1ff0a; font-size:14px;  padding-left:20px;}
.price-box-related .price { font-weight:bold; color:#ffffff; font-size:24px; }
.price-box-bundle {}
.iva  { color:#0135ad; font-size:9px; }
.iva-related  { color:#ffffff; font-size:10px; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; font-size: 28px }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* 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 {  }
.add-to-links li { display: inline; }
.add-to-links .separator { display:none; }
.add-to-links a { text-decoration: underline; font-size:11px; color: #0135ad; }
/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart .button { float:left; margin-left:5px; }

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

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; }
.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:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:96%; height:8em; }
.product-options dd select { width:100%; }
.product-options dd .multiselect option {}
.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:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:5px 0; }

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

/* Block: Description */
.product-view .description {}

/* Block: Additional */
.product-view .additional {}

/* Block: Upsell */
/*
.product-view .up-sell ul { display: inline;}
.product-view .up-sell li { border-bottom: 1px solid #C5C5C5; display: inline; }
.product-view .up-sell .products-grid { width:100%; }
.product-view .up-sell .products-grid td { vertical-align: middle; }
.product-view .up-sell .products-grid .imagen { width: 85px; }
.product-view .up-sell .products-grid h3 { border: 0; vertical-align: middle; margin: 0; }
.product-view .up-sell .products-grid .producto-price { width: 150px; vertical-align: middle;  }*/

.product-view .up-sell .product-shop td.product-image { text-align: center; background: url("../images/product-crossel-top-corners.png") no-repeat top; }
.product-view .up-sell .product-shop td.product-precio { background: url("../images/product-crossel-bottom-corners.png") no-repeat bottom; padding-bottom: 5px; }
.product-view .up-sell .product-shop {  width: 170px; }
.product-view .up-sell .product-shop td {  padding: 0; text-align: right; height: 56px; }
.product-view .up-sell .product-shop td table {  float: right; margin-right: 10px; }
.product-view .up-sell ul{ display: inline;}
.product-view .up-sell td{ padding: 5px;}
.product-view .up-sell td h3 { color: #3C3C3C; font-size: 12px; width: 170px;border-bottom: none; }
.product-view .up-sell td h3 a { text-decoration: none; }

/* Block: Tags */
.product-view .tags {}
.product-view .tags .form-add-tags label { float:left; }
.product-view .tags .form-add-tags .input-box { float:left; margin:0 5px; }
.product-view .tags .form-add-tags .button { float:left; }
.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; text-decoration:none;}
/* ======================================================================================= */


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

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


/* 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; }
/* ======================================================================================= */

#checkout-step-login .input-box{width: 256px;}
#checkout-step-login .input-box .input-text{width: 253px; background: url("../images/input-256.jpg") no-repeat; border: 0; color: #666666; height: 16px; padding: 0; padding-left: 3px;padding-right: 3px;  }
#checkout-step-login .form-list{margin:0px;}
#checkout-step-login a{float:left; margin:0;padding:0;}
#checkout-step-login fieldset{margin-top:0px;padding:0px;line-height: 22px;}
#checkout-step-login li{ font-size: 12px; color: #666666; margin: 0px;padding: 0px;}

/* Shopping Cart ========================================================================= */
.cart .checkout-types { float:right; text-align:right; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }
.col-2 .discount{ margin-bottom:15px; padding: 10px 0; color: #3C3C3C; }
.col-2 .discount h4{ font-size: 12px; color: #3C3C3C; }
.col-2 .discount input { background: url(../images/input-135.png) no-repeat; width: 132px; height: 16px; font-size: 11px; color: #666; padding: 0; padding-left: 3px; border: 0; overflow: hidden; }
/* Shopping Cart Collateral boxes */
.col-1 .cart-collaterals { float:left; width:700px; margin-top: 1em; }
.col-1 .cart-collaterals .product-name{ border: none; text-transform: uppercase; text-decoration:none;}
.col-1 .crosssell .product-shop td.product-image { text-align: center; background: url("../images/product-crossel-top-corners.png") no-repeat top; }
.col-1 .crosssell .product-shop td.product-precio { background: url("../images/product-crossel-bottom-corners.png") no-repeat bottom; padding-bottom: 5px; }
.col-1 .crosssell .product-shop {  width: 170px; }
.col-1 .crosssell .product-shop td {  padding: 0; text-align: right; height: 33px; }
.col-1 .crosssell .product-shop td table {  float: right; margin-right: 10px; }
.col-1 .crosssell ul{ display: inline;}
.col-1 .crosssell td{ padding: 10px;}
.col-1 .crosssell td h3 { color: #3C3C3C; font-size: 12px; width: 170px; }
.col-1 .crosssell td h3 a { text-decoration: none; }
/*.col-1 .crosssell .product-shop li{padding: 0;margin:0;background: none; border:none;}*/
.cart .shipping{ margin-top: 20px; margin-bottom: 20px; width: 100%; background: #fff; padding: 10px;}
.cart .shipping h3{border-bottom: 1px solid #ddd;}
.cart .shipping .form-list li { margin:1em 0; }
.cart .shipping .form-list li input.input-text,
.cart .shipping .form-list li textarea { width:254px; }
.cart .shipping .form-list li textarea{height: 300px;}
.cart .shipping .form-list li select { width:256px; }
.cart .shipping .form-list li.add-row { border-top:1px solid #ddd; margin-top:10px; }
.cart .shipping .form-list label {}

.cart .shipping td { border: none; font-size: 11px; }
/*.data-table tfoot .shipping tr { border-bottom: none; }*/
.cart .shipping label { font-weight: normal;  }
.cart .shipping select { padding: 0; width: auto; background: none; font-size: 11px; }
.cart .shipping input[type=text] { padding: 0; width: 58px; background: url("../images/input-cp.jpg") no-repeat; height: 16px; font-size: 11px; border: 0; color: #666666; padding-left: 3px; margin: 0; }
.cart .shipping .btn_gris { background: url("../images/btn_gris.jpg") no-repeat; color: #fff; font-size: 10px; border: 0; width: 66px; height: 16px;}
.btn_gris_grande { background: url("../images/btn_gris_grande.jpg") no-repeat; color: #fff; font-size: 10px; border: 0; width: 100px; height: 16px;}

/* Shopping Cart Totals */
.totals { float:right; }
.totals li { text-align: right; }
.totals li .checkout-types { background: url("../images/btn_gris_grande.jpg") no-repeat; }
.totals table { width:100%; }
.totals table th,
.totals table td { padding:5px; }
.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; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6;color:#000; }
.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; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/* One Page */
.one-page-checkout { border-bottom:1px solid #ddd; position:relative; }
.one-page-checkout li.section { border:1px solid #ddd; border:0; }
.one-page-checkout .step-title { padding:8px 15px; text-align:right; border-top: solid 1px #b3b3b3; }
.one-page-checkout .step-title .number { float:left; font-size: 14px; font-weight: bold; color: #0071bc; line-height:20px; margin-right:5px; }
.one-page-checkout .step-title h3 { float:left;font-size: 14px; }
.one-page-checkout .allow .step-title { cursor:pointer; }
.one-page-checkout .active {}
.one-page-checkout .active .step-title { cursor:default; }
.one-page-checkout .step { padding:10px; }
.one-page-checkout .order-review {}
.one-page-checkout .col2-set .col-1 { float:left; width:43%; color: #262626; font-size: 12px; }
.one-page-checkout .col2-set .col-2 { float:right; width:43%; color: #262626; font-size: 12px; }
.one-page-checkout .col2-set h4 { font-size: 12px; color: #0135ad; border: 0; }
.one-page-checkout .buttons-set { font-size: 12px; background: none; border: 0; }
.one-page-checkout .buttons-set button { background: url("../images/btn_azul_grande.jpg") no-repeat; }
.one-page-checkout .buttons-set button span { color: #fff; }
.one-page-checkout .buttons-set a { text-decoration: none; }
.one-page-checkout label { color: #666; font-size: 12px; }
.one-page-checkout select { width: auto; background: none; font-size: 11px; }
.one-page-checkout input { padding: 0; background: url("../images/input-330.jpg"); font-size: 11px; height: 16px; border: 0 }
.one-page-checkout input.textarea {background: url("../images/input-680.jpg"); }
.one-page-checkout .sp-methods {font-size: 12px; color: #666;}
/* 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 .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

/********** < Common Checkout Styles */
.shipping-methods {}
.please-wait { float:right; }
.cvv-what-is-this { cursor:help; }

/* Tooltip */
.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; left:0; z-index:1000; }
.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 span { font-weight:bold; }

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


/* Login Page ============================================================================ */
.login-page {}
.login-page .content { min-height:150px; }
/* ======================================================================================= */


/* My Account ============================================================================= */
/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}
.dashboard .col2-set .col-1 { width: 43%; }
.dashboard .col2-set .col-2 { width: 43%; }

.dashboard .col2-set a { color: #0135ad; }
.dashboard h5 { color: #0135ad; }

/* 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 .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* ======================================================================================= */

.store-switcher{margin-bottom: 1em; color: #fff;}
/* Footer ================================================================================ */
.footer { background: #bfbfbf url("../images/footer-border.jpg") repeat-x top left;margin-bottom: 3em; color: #fff; width: 990px; margin: 0 auto;}
.footer a{color: #fff;}
.clear {clear: both;}
.footer .copyright {padding: 1em 0;text-align: left;  clear: both;}
.footer .copyright p {margin: .5em 0;}
.footer-wrapper {padding: 14px 12px;}
.footer h3{margin:0;padding:0;color: #fff;}
.footer-links{ margin-left: 2em;padding: 0px;float: left; width: 200px;}
.footer-quick{clear: both; margin-top: 1em;}
.footer ul{list-style-type:none;padding:0;margin: 0px; display: inline; width: 680px;}
.footer li {color:#fff; display: inline; margin:0px; padding:0px 7px 0px 7px; border-right: solid 1px #909090;}
.footer li.last {color:#fff; display: inline; margin:0px; padding:0px 7px 0px 7px; border-right: none;}
.footer li a{color: #fff; text-decoration:none; display: inline;}
.footer address { }
.footer-wrapper2 {padding: 6px 5px;border-top: solid 1px #797979; background-color: #333333;}
/* ======================================================================================= */
.marca {color:#0035a9; font-family:Arial, Helvetica, sans-serif; font-size:12; font-weight:bold; float: left;}
.entrega {color:#0035a9; font-family:Arial, Helvetica, sans-serif; font-size:12; font-weight:bold; float: right;}
.entrega table { width: 100px; }
.entrega table td { color: #999999; font-size: 11px;vertical-align: middle; padding: 0 3px 0 3px; font-weight: normal; }
.strong_blue{ color: #0135ad; font-weight: bold; }

.tiendas_1 { font-size: 14px; color: #666; }
.tiendas span { color: #0135ad; font-size: 14px; font-weight: bold; }

.stock_almacen { position: absolute; width: 520px; height: 860px; border: 1px solid #666; background: white; z-index: 999; top: 150px; margin: 0 250px; padding: 30px; color: #666; }
.stock_almacen span { color: #000; font-weight: bold; }

/* ============= kits ============= */
.kit { height: 80px; border-bottom: 1px solid #e3e3e3; padding: 10px 0; margin-bottom: 10px; }
.kit a { text-decoration: none; }
.kit .products { float: left; width: 588px; }
.kit .buy_button { float: right; width: 50px; margin-top: 20px; }
.kit .kit_price { float: right; width: 80px; margin-top: 20px; }
.kit .descr { float: left; }
.kit .descr a { font-weight: bold; }
.kit .mas { margin: 25px 10px 0; }
/* CLUB ======================================================================================= */
/* ============= Register ============= */
.club_logo{ width:148px; height:106px; background: url("../images/club/logo.png"); }
.header_title{ width:409px; height:56px; margin-top:20px; background: url("../images/club/header-title.png"); }
.club-register h4{ font-size:14px; font-weight:normal; color:#4b4b4b; }
.club-register table.like{ font-size:13px; color:#8a8a8a; }
