/**
 * 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 ================================================================================= */
body {background: url('../images/bg_body.jpg') repeat 50% 0;}
.wrapper {}
.page { width:985px; margin:0 auto; text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main { margin: 0 0 55px 0; }
.customer-account-forgotpassword .main,
.customer-account-login .main { margin: 0 0 90px 0; }

/* Base Columns */ 
.col-left { float:left; width:360px;}
.col-main { float:left; width:605px;}
.col-right { float:right; width:360px;}

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

/* 2 Columns Layout */
.col2-right-layout .col-main {padding-top: 50px;}
.col2-right-layout .col-right {padding-top: 50px;}

.col2-left-layout .col-main { float:right; padding-top: 50px;}
.col2-left-layout .col-left {padding-top: 50px;}


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

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.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%; }
/* ======================================================================================= */


/* 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 { overflow:visible; width:auto; border:0; padding:0; background: 0; color: #000;}
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;}
.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 { 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:#e8f4fd; 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:10px; margin:0 0 10px; border:1px solid #ddd; }
.breadcrumbs li { display:inline; }

/* Page Heading */
.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:1px solid #ddd; 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 { background: url('../images/dotted_333.gif') repeat-x 0 100%; padding:5px; font-weight:normal; white-space:nowrap; color: #3f3f3f; font-size: 14px;}
.data-table td { padding:12px 8px 10px 8px; }
.cart .data-table td {font-weight: bold; color: #545454; font-size: 14px;}
.cart .data-table td a {color: #545454; font-size: 12px; text-decoration: none;}
.cart .data-table td .item-options {font-size: 11px;}
.data-table thead {}
.data-table tbody {}
.data-table tfoot {}
.data-table tfoot td {height: 38px; padding: 2px 0 0 0;}
.data-table tfoot td button.f_left{float: left;}
.data-table tfoot td button.f_right{float: right;}
.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 {}
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label {}
.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 {}
dt.odd,
dd.odd {}
dt.even,
dd.even { }

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

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


/* Header ================================================================================ */
.logo { float:left; width:283px; height:67px; overflow:hidden; padding: 20px 0 0 30px;} 
.header-container {}
.header {}
.header .logo { background-position:0 0; background-repeat:no-repeat; text-indent:-9999em; }
.header .logo a { display:block; width:283px; height:67px; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .form-search {padding: 13px 0 0 22px;}
.header .form-search label {color: #378ad5; font-weight: bold;}
.header .form-search input {background: url('../images/bg_input_search.jpg') repeat-x 0 100% #fff; width: 140px; height: 15px; border: 1px solid #666; padding: 0 2px; color: #666;}
.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-language { text-align:center; }

.header .misc {width: 484px; height: 131px; background: url('../images/bg_top_container.png') no-repeat 0 0; float: right;}
.header .misc .links {height: 50px; padding-left: 34px; width:100%;}
.header .misc .links td { padding: 0 10px;}
.header .misc .links td.first { padding-left:35px; }
.header .misc .links td.last { padding-right: 10px;}
.header .misc .links td a {font-size: 12px; color: #c3f3ff; font-weight: bold; display: block; padding: 13px 0 0 0; text-decoration: none;}
.header .misc .links td a.top-link-checkout {background: url('../images/bg_cart.gif') no-repeat 70% 4px; padding: 13px 30px 1px 0;}
.header .telephone {text-align: right; padding: 19px 28px 0 0;}
.header .telephone p {display: inline; color: #fff; font-size: 15px; background: url('../images/bg_phone.gif') no-repeat 0 50%; padding: 0 0 0 15px;}

/********** < Navigation */
#nav { font-size:12px; border:1px solid #ddd; padding:5px 0; margin:10px 0; }

/* 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; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; }
#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
#nav li a:hover { color:#000; }
#nav li.over a,
#nav li.active a { color:#000; }

/* 2nd Level */
#nav ul { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#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; }

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


/* Sidebar =============================================================================== */
.block {}
.block .block-title {}
.block .block-title h2 {}
.block h3 {}
.block .block-content {}
.block .actions { text-align:right; }
.block .actions a { float:left; }

/* 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; }
.block-layered-nav .currently {}

/* Block: Cart */
.block-cart {background: url('../images/bg_cart_mid.gif') repeat-y 0 0; width: 335px; margin: 0 auto 30px auto;}
.block-cart .block-title {display: none;}
.block-cart .bg {background: url('../images/bg_cart_top.gif') no-repeat 0 0;}
.block-cart .block-content {background: url('../images/bg_cart_bot.gif') no-repeat 0 100%; padding-bottom: 14px;}
.block-cart .block-content a {color: #fff;}
.block-cart .block-content ol {padding: 0 20px; color: #fff;}
.truncated_full_value {color: #000;}
.block-cart .block-content h3 {color: #e3e3e3; font-weight: normal; font-size: 14px; padding: 0 0 4px 20px}
.block-cart .block-content .no-items {color: #fff; font-size: 14px; padding: 30px 0 30px 200px; line-height: 1.2; width: 120px;}
.block-cart .block-content .amount   {padding: 10px 15px 4px 190px; color: #fff; font-weight: bold;}
.block-cart .block-content .subtotal {padding: 0 15px 7px 190px; color: #fff; font-weight: bold;}
.block-cart .block-content .actions  {padding: 0 15px 0 190px; text-align: right;}
.block-cart .block-content .actions .button {background: 0; border: 0; padding: 0; width: 88px; height: 30px;}

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

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

/* Block: Related */
.block-related {width: 358px;}
.block-related .bg {background: url('../images/bg_relacionados.png') no-repeat 0 0; padding: 0 0 2px 0;}
.block-related .bg-bot {background: url('../images/bg_related_bot.png') no-repeat 0 0; height: 5px; overflow: hidden;}
.block-related h2 {visibility: hidden; height: 30px;}
.block-related table {}
.block-related td {width: 157px; float: left; padding: 12px 0 0 15px;}
.block-related td .product-image {display: block; text-align: center;}
.block-related td .product-descn {position: relative; line-height: 1.3; overflow: hidden; width: 100%; background: url('../images/bg_descn_mid.gif') repeat-y 0 0; margin: 2px 0 0 0;}
.block-related td .product-descn .bg {padding: 0 0 4px 0; overflow: hidden; width: 100%; background: url('../images/bg_descn_bottom.gif') no-repeat 0 100%;}
.block-related td .product-descn h3 {background: url('../images/bg_descn_top.gif') no-repeat 0 0; padding: 3px 6px 0 6px;}
.block-related td .product-descn h3 a {color: #545454; text-decoration: none;}
.block-related td .product-descn .price-box {float: right; color: #5296d4; font-weight: bold; padding-right: 6px;}
.block-related td .product-descn .buy {float: left; color: #5296d4; padding-left: 6px;}
.block-related td .product-descn .buy .button {color: #5296d4; font-weight: bold;}
.block-related td .product-descn .buy .button span {text-decoration: underline;}
.block-related td .product-descn .old-price .price-label {display: none;}
.block-related td .product-descn .old-price .price {position: absolute; right: 5px; top: 4px;}

/* Block: Cross-sell */
.crosssell {width: 358px;}
.crosssell .bg {background: url('../images/bg_relacionados.png') no-repeat 0 0; padding: 0 0 2px 0;}
.crosssell .bg-bot {background: url('../images/bg_related_bot.png') no-repeat 0 0; height: 5px; overflow: hidden;}
.crosssell h2 {visibility: hidden; height: 30px;}
.crosssell table {}
.crosssell td {width: 157px; float: left; padding: 12px 0 0 15px;}
.crosssell td .product-image {display: block; text-align: center;}
.crosssell td .product-descn {position: relative; line-height: 1.3; overflow: hidden; width: 100%; background: url('../images/bg_descn_mid.gif') repeat-y 0 0; margin: 2px 0 0 0;}
.crosssell td .product-descn .bg {padding: 0 0 4px 0; overflow: hidden; width: 100%; background: url('../images/bg_descn_bottom.gif') no-repeat 0 100%;}
.crosssell td .product-descn h3 {background: url('../images/bg_descn_top.gif') no-repeat 0 0; padding: 3px 6px 0 6px;}
.crosssell td .product-descn h3 a {color: #545454; text-decoration: none;}
.crosssell td .product-descn .price-box {float: right; color: #5296d4; font-weight: bold; padding-right: 6px;}
.crosssell td .product-descn .buy {float: left; color: #5296d4; padding-left: 6px;}
.crosssell td .product-descn .buy .button {color: #5296d4; font-weight: bold;}
.crosssell td .product-descn .buy .button span {text-decoration: underline;}
.crosssell td .product-descn .old-price .price-label {display: none;}
.crosssell td .product-descn .old-price .price {position: absolute; right: 5px; top: 4px;}


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

/* Block: Viewed */
.block-recent {}

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

/* Block: Reorder */
.block-reorder {}
.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 {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }
/* ======================================================================================= */


/* View Type: Grid */
.product-listing {background: #f1f1f1; width: 575px; padding: 5px; margin: 6px 0 0 3px;}
.products-grid { width:100%; }
.products-grid tr.odd {}
.products-grid tr.even {}
.products-grid td {width:33%; padding:15px; border-right: 1px dotted #999; border-bottom: 1px dotted #666;}
.products-grid td.last {border-right: none;}
.products-grid tr.last td {border-bottom: none;}
.products-grid td h3 {padding: 5px 0 0 5px;}
.products-grid td .price-box {float: left; padding-left: 5px; font-size: 13px; font-weight: bold; color: #5296d4;}
.products-grid td .more-info {float: right; padding-right: 5px;}
.products-grid td .more-info a {color: #3f3f3f; background: url('../images/more.gif') no-repeat 100% 100%; padding-right: 20px; text-decoration: none;}
.products-grid td .button {margin-top: 5px; float: right;}
.products-grid td h3 a {text-align: left; font-size: 14px; text-decoration: none; color: #4f4f4f; font-weight: bold;}
.products-grid td.empty {}

.products-grid td a {display: block; text-align: center;}

/* View Type: List */
.products-list li.item { border-bottom:1px dotted #999; padding:10px 5px 10px 5px;}
.products-list .product-image { float:left; }
.products-list .product-shop { float: left; width:380px; padding: 0 0 0 25px;}

.products-list .product-shop h3 {padding: 5px 0 8px 0;}
.products-list .product-shop h3 a {text-align: left; font-size: 14px; text-decoration: none; color: #4f4f4f; font-weight: bold;}
.products-list .product-shop .price-box { padding: 0 0 5px 0; font-size: 13px; font-weight: bold; color: #5296d4;}
.products-list .product-shop .desc {padding: 0 0 5px 0; color: #666; font-size: 12px;}
.products-list .product-shop .more-info { padding-right: 5px;}
.products-list .product-shop .more-info a {color: #3f3f3f; background: url('../images/more.gif') no-repeat 100% 100%; padding-right: 20px; text-decoration: none;}
.products-list .product-shop .buy {text-align: right;}

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


/* Product View ========================================================================== */
.product-view {}

.product-essential {padding: 0;}
.product-collateral {padding: 10px 0 0 0;}

.product-collateral .description {color: #4f4f4f; width: 560px; padding: 13px 13px 15px 13px; margin-left: 3px; background: #f1f1f1;}
.product-collateral .description h3 {font-weight: bold !important; padding: 0 0 2px 0; margin: 0 0 5px 0; font-size: 15px; color: #3f3f3f; font-weight: normal; background: url('../images/bg_dotted.gif') repeat-x 0 100%;}
.product-collateral .share_this {color: #4f4f4f; width: 560px; padding: 13px 13px 15px 13px; margin-left: 3px; margin-top: 5px; background: #f1f1f1;}

.product-view .product-name {width: 592px; background: url('../images/bg_product_title_detail.gif') no-repeat 0 0; height: 50px;}
.product-view .product-name h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}
.product-data {width: 573px; padding: 13px 0 15px 13px; margin-left: 3px; background: #f1f1f1;}
.product-data .price-box .regular-price{display: block; padding: 2px 12px; font-weight:bold; font-size: 27px; color: #1f557f; background: url('../images/bg_price_box.gif') no-repeat 100% 0; border-left: 1px solid #adaeae; border-bottom: 1px solid #adaeae; float: left; }
.product-data .price-box .special-price,
.product-data .price-box .old-price {padding: 0 0 0 10px; color: #1F557F;} 
.product-data .short-description {clear: both; padding: 10px 0 0 23px; color: #4f4f4f;}
.product-data .short-description h3 {font-weight: bold !important; padding: 0 0 2px 0; margin: 0 0 5px 0; font-size: 15px; color: #3f3f3f; font-weight: normal; background: url('../images/bg_dotted.gif') repeat-x 0 100%;}

.add-product-cart {background: url('../images/bg_addcart_top.gif') no-repeat 0 0 #e1e1e1; width: 233px; margin-left: 17px;}
.add-product-cart .product-options-bottom {background: url('../images/bg_addcart_bot.gif') no-repeat 0 100%;}
.add-product-cart h3 {padding: 35px 0 5px 9px; font-size: 15px; color: #3f3f3f; font-weight: bold;}
.add-product-cart p {padding: 0 9px 10px 9px; color: #4f4f4f; line-height: 1.2;}
.add-product-cart dt {float: left;}
.add-product-cart dd {float: left;}
.add-product-cart .product-options {padding: 0 0 0 9px;}
.add-product-cart .product-options-bottom { }
.add-product-cart fieldset label {width: 60px; display: block; float: left; color: #3f3f3f; font-weight: normal;}
.add-product-cart fieldset .super-attribute-select{ border: 1px solid #787878;}
.add-product-cart fieldset .input-text {float: left; border: 1px solid #787878;}
.add-product-cart fieldset .button {float: left; margin-top: -4px;}

.more-views {background: #fff; margin-top: 10px;}
.more-views .views-title {overflow:hidden; height: 1%; background: #f4f4f4;}
.more-views .views-title h3 {padding: 2px 15px 0 5px; font-size: 15px; font-weight: bold; color: #3f3f3f; background: url('../images/bg_views_title.gif') no-repeat 100% 0 #fff;; height: 18px; float: left;}

.image-opts {border-top: 3px solid #f1f1f1; padding: 0 0 0 2px; background: #fff; overflow:hidden; height: 25px; font-size: 11px; color: #a7a7a7;}
.get-zoom {float: left; background: url('../images/image-zoom.gif') no-repeat 0 50%; padding: 3px 3px 0 35px; height: 22px;}
#color_picker {display: none; float: left; height: 22px; border-left: 3px solid #f1f1f1; padding: 3px 0 0 5px;}
#color_picker img {margin-left: 2px;}

/* Easy Slider */
#slider-container {position: relative; width: 300px; padding: 10px 0 0 0;}
#slider-container #prevBtn {display: block; width: 15px; height: 83px; position: absolute; left: 1px; top: 5px; background: url('../images/slider-prev.gif') no-repeat 2px 0;}
#slider-container #nextBtn {display: block; width: 15px; height: 83px; position: absolute; left: 285px; top: 5px; background: url('../images/slider-next.gif') no-repeat 3px 0;}
#slider-container #prevBtn a,
#slider-container #nextBtn a {display: block; width: 15px; height: 83px; text-indent: -9999px;}

#slider {margin-left: 15px;}
#slider ul, #slider li{margin:0; padding:0; list-style:none;}
#slider li{ width:83px; height:83px; overflow:hidden;}
span#prevBtn{}
span#nextBtn{}



/* Product Images */
.product-view .product-img-box {width: 300px; float: left;}
.product-view .product-img-box .product-image {width: 300px;}
.product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:242px;}
.product-view .product-img-box .product-image-zoom img { }
.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:240px; }
.product-view .product-name {}
.product-view .short-description {}

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

.price-box-bundle {}

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

/* 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 .separator { display:none; }

/* Add to Links + Add to Cart */
.add-to-box { background:transparent url(../images/bg_addcart_bot.gif) no-repeat scroll 0 100%; }
.add-to-cart { float:left; padding:10px 0 10px 9px; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }

#color_picker {}

/* Product Options */
.product-options {}
.product-options dt label {}
.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 {}
.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 {}
.product-options-bottom .price-box {}

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

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

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

/* Block: Upsell */
.product-view .up-sell {}
.product-view .up-sell .products-grid td { width:25%; }

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


.cart-noitems .page-title {background: url('../images/bg_product_title_detail.gif') no-repeat 0 0; height: 50px;}
.cart-noitems .page-title h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}
.cart-noitems h3 {color: #666; font-size: 15px; padding: 0 0 15px 0;}
.cart-noitems .noitems-body {background: #f1f1f1; margin: 0 5px; padding: 20px; width:545px;}
.cart-noitems p {color: #333;}
.cart-noitems form a {color: #1d3a50;}
.cart-noitems form label {color: #1d3a50;}

/* Shopping Cart ========================================================================= */
.cart {width: 592px;}
.cart-container {width: 584px; margin: 0 auto 0 auto; background: #f1f1f1; padding: 10px 0 20px 0; overflow: hidden; height: 1%;}
.cart .page-title {background: url('../images/bg_product_title_detail.gif') no-repeat 0 0; height: 50px;}
.cart .page-title h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}
.cart form {width: 580px; margin: 0 auto 0 auto; background: url('../images/cart_table_mid.gif') repeat-y 50% 0 #f1f1f1;}
.cart .bg {background: url('../images/cart_table_top.gif') no-repeat 50% 0;}
.cart fieldset {background: url('../images/cart_table_bot.gif') no-repeat 50% 100%; padding: 22px 25px 0 25px;}
.cart .totals {width: 233px; padding: 22px 0 0 0; margin: 15px 12px 0 0; background: url('../images/bg_totals_top.gif') no-repeat 0 0 #e2e2e2;}
.cart .totals .misc {font-weight: bold; color:#545454; padding: 0 0 0 22px;}
.cart .totals tfoot th,
.cart .totals tfoot td {font-size: 16px; font-weight: bold; color:#545454;}
.cart .totals tbody th,
.cart .totals tbody td {font-size: 14px; font-weight: bold; color:#545454;}
.cart .checkout-types {text-align: right; padding: 20px 0 0 0; background: url('../images/bg_totals_bot.gif') no-repeat 0 0 #f1f1f1;}
.cart .cart-collaterals {float: left; color: #545454; width: 290px; padding: 30px 0 0 35px;}
.cart .info p {font-size: 14px; font-weight: bold; color: #545454; padding-bottom: 10px;}
.cart .info p.disc {font-size: 11px; padding-top: 10px;}
.cart .info p strong {color: #0e3f63;}
.cart .info p em {font-size: 12px; font-style: normal; display: block;}

.cart .more-info {width: 554px; margin: 2px auto 0 auto; background: #f1f1f1; padding: 10px 15px 10px 15px; overflow: hidden; height: 1%;}
.cart .more-info h3 {color: #3f3f3f; font-size: 15px; padding: 0 0 5px; }
.cart .more-info ul li {float: left; width: 45%; padding-left: 1%; background: url('../images/dotted_v.gif') repeat-y 100% 0;}
.cart .more-info ul li a {text-decoration: none; color: #3f3f3f;}

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

/* Shopping Cart Collateral boxes */
.cart .crosssell .product-image { float:left; margin-right:-90px; }
.cart .crosssell .product-shop { margin-left:90px; }
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:90%; margin: 0 auto;}
.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 { }
.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; }
/* ======================================================================================= */

.block-progress {width: 339px;}
.block-progress h2 { padding: 10px 0 0 25px; height: 39px; background: url('../images/bg_checkout_sidebar_title.png') no-repeat 0 0; font-size: 18px; color: #fff; font-weight: normal;}
.block-progress .block-content {padding: 0 4px 0 4px;}
.block-progress .block-content dt {height: 26px; padding: 4px 0 0 25px; color: #3f3f3f; margin-bottom:2px; font-size: 14px; font-weight: bold ; background: #d5dfe5;}
.block-progress .block-content dt a {color: #4680b4;}
.block-progress .block-content dd {width: 295px; background: #f5f5f5; padding: 3px 20px 7px 15px; margin: 0 auto 4px auto;}

/* Checkout ============================================================================== */

/* succes */
.checkout-onepage-success .col-main .page-title {background: url('../images/bg_product_title_detail.gif') no-repeat 0 0; height: 50px;}
.checkout-onepage-success .col-main .page-title h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}
.checkout-onepage-success .col-main h3 {color: #666; font-size: 15px; padding: 0 0 15px 0;}
.checkout-onepage-success .col-main .body {background: #f1f1f1; margin: 0 5px; padding: 20px; width:545px;}
.checkout-onepage-success .col-main p {color: #333;}
.checkout-onepage-success .col-main .body a {color: #1d3a50;}
.checkout-onepage-success .col-main form label {color: #1d3a50;}
.checkout-onepage-success .col-main .button {background: url('../images/bg_product_title_detail.gif') 50% 50%; color: #fff; font-weight: bold; font-size: 12px; padding: 2px 3px; }


/* One Page */
.checkout-onepage-index .page-title {height: 49px; background: url('../images/bg_checkout_title.png') no-repeat 0 0; cursor:default;}
.checkout-onepage-index .page-title h2 {padding: 6px 0 0 25px; font-weight: normal; float: left; padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}

.opc {position:relative; width: 592px; }
.opc li.section {}
.opc .step-title {height: 32px; background: #d5dfe5; margin: 0 3px 2px 3px;}
.opc .step-title .number { padding: 5px 0 0 25px; font-weight: bold; color: #3f3f3f; font-size: 15px; display: block; float: left; padding-right:5px; }
.opc .step-title h3 { float: left;  padding: 6px 0 0 5px; color: #3f3f3f; font-size: 15px; font-weight: bold;}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { border-left: 2px solid #4896c9; border-right: 2px solid #4896c9; background: url('../images/bg_checkout_active.jpg') repeat-x 0 0; cursor:default;}
.opc .active .step-title h3 {color: #fff; font-size: 14px; }
.opc .active .step-title .number {color: #fff; font-size: 14px;}
.opc .step { background: #f5f5f5; padding:20px 25px; position:relative; width: 535px; margin: 0 auto 2px auto;}
.opc .step .tool-tip { right:10px; }
.opc .step a {color: #ee6280;}
.opc .order-review {}

.opc #login-form {color: #3f3f3f; background: url('../images/bg_checkout_login_top.gif') no-repeat 0 0 #ade0ff; width: 243px;}
.opc #login-form fieldset {background: url('../images/bg_checkout_login_bot.gif') no-repeat 0 100%; padding: 0 15px 10px 23px;}
.opc #login-form .input-box {width: auto;}
.opc #login-form .input-text {width: 150px; border: 1px solid #666;}
.opc #login-form label {font-weight: normal;}
.opc #login-form h4 {padding-left: 110px; padding-top: 3px; height: 27px; text-align: center; color: #0e3f63; text-transform: uppercase; font-size: 12px; font-weight: bold;}
.opc #login-form ul {padding: 5px 0 5px 0;}
.opc #login-form li {padding: 0 0 2px 0;}
.opc #login-form .buttons-set a {color: #3f3f3f; font-size: 13px; float: none; display: block;}
.opc #login-form .buttons-set .button {float: right; margin-top: 12px;}

#checkout-step-login .col-1 {width: 46%;}
#checkout-step-login .col-1 h4 {padding: 0 0 15px 0; font-size: 12px; font-weight: bold; text-transform: uppercase; color: #5296d4;}
#checkout-step-login .col-1 .form-list {padding: 0 0 10px 0;}
#checkout-step-login .col-1 .form-list label {font-weight: normal;}
#checkout-step-login .save-time {color: #0e3f63; font-size: 14px;}
#checkout-step-login .ul {color: #5296d4; padding: 10px 0 0 20px;}
#checkout-step-login .ul li {font-weight: bold; color: #5296d4; padding: 0 0 10px 0;}

#checkout-step-shipping {background: url('../images/bg_destinatario.jpg') no-repeat 100% 0 #F5F5F5; color: #3f3f3f;}
#checkout-step-shipping p {padding: 0 10px 15px 10px; color: #3f3f3f; line-height: 1.2;}
#checkout-step-shipping .customer-name {padding: 0 0 10px 10px;}
#checkout-step-shipping .customer-name li {overflow: hidden; width: 100%; padding: 0 0 8px 0;}
#checkout-step-shipping .customer-name .input-box {padding: 0 0 8px 0;}
#checkout-step-shipping .customer-name label {display: block; width: 175px; float: left;}
#checkout-step-shipping .customer-name br {display: none;}

#checkout-step-shipping .customer-name-tel {padding: 0 0 10px 10px; margin-top: -8px;}
#checkout-step-shipping .customer-name-tel li {overflow: hidden; width: 100%; padding: 0 0 8px 0;}
#checkout-step-shipping .customer-name-tel .input-box {padding: 0 0 8px 0;}
#checkout-step-shipping .customer-name-tel label {display: block; width: 175px; float: left;}
#checkout-step-shipping .customer-name-tel br {display: none;}

#shipping-tab-clinic {overflow: hidden; width:100%;}
#shipping-tab-clinic .inputs {width: 45%; float: left; padding-left: 2%;}
#shipping-tab-clinic .inputs .input-box {padding: 0 0 10px 0; overflow: hidden; height: 1%;}
#shipping-tab-clinic .inputs .input-box select {width: 150px;}
#shipping-tab-clinic .inputs br {display: none;}
#shipping-tab-clinic .inputs label {width: 70px; display: block; float: left;}
#shipping-tab-clinic .inputs .room label {width: 96px;}
#shipping-tab-clinic .inputs .room input {width: 38px;}
#my_print {font-weight: bold; line-height: 1.1; width: 46%; padding-left: 5%; float: left; background: url('../images/bg_dotted_tabs') repeat-y 0 0;}
.shipping-tabs-head ul {overflow: hidden; width: 100%;}
.shipping-tabs-head li {cursor: pointer; color: #c3f3ff; font-size: 13px; font-weight: bold; padding: 3px 0 0 0; text-align: center; width: 164px; height: 23px; float: left; margin-right: 2px; background: url('../images/tab-off.gif');}
.shipping-tabs-head li#enviar-clinica {color: #378ad5; background: url('../images/tab-on.gif');}
.shipping-tabs-body {padding: 18px 2px 18px 8px; background: url('../images/bg_shipping-tabs.gif') no-repeat 0 100% #ade0ff; margin: 0 0 5px 0;}
.shipping-tabs-body .required {color: #000;}
.shipping-tabs-body.enviar-direccion {background: url('../images/bg_shipping-tabs2.gif') no-repeat 0 100% #5ea9dd;}
.shipping-tabs-body.enviar-direccion label {color: #fff;}

#onepage-checkout-shipping-method-additional-load h3.title { text-transform:uppercase; margin-top:20px; font-size:12px; }
#onepage-checkout-shipping-method-additional-load #additional-main-container { display: block; height: 200px; width: 530px; text-align: left; overflow: auto; }
#additional-main-container .additional-buttons { margin-top: 10px; text-align: left; height:24px; }
#additional-main-container .additional-buttons h6 { float:left; }
#additional-main-container .additional-buttons .types { float:right; padding-right:10px; }
#additional-main-container .additional-buttons .types .type-number { border: 1px solid #666; padding: 0px; display: inline; margin-right:2px; padding:3px 5px; }
#additional-main-container textarea { width:500px; height:80px; }
#additional-main-container .additional-message-file iframe { border:0; }

#opc-shipping_method #additional-main-container .previsualize-button {width:105px; height:44px; background: url('../images/bg_previsualizar_bot.png') no-repeat 0 0; border:0; }

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

/********** < 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 { }
.add-gift-message {display: none;}
.gift-message-form  {padding: 15px 0 0 0;}
.gift-message-form  h4 {padding: 0 0 8px 0 ;}
.gift-message-form .inner-box { height:200px; 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 {}
.account-login .new-users {}
.account-login .registered-users {}
.account-login .page-title {margin-left: 19px; background: url('../images/bg_title_long.gif') no-repeat 0 0; height: 50px;}
.account-login .page-title h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}
.account-login form {background: #f1f1f1; margin: 0 25px 0 22px; padding: 20px;}
.account-login h3 {color: #666; font-size: 15px; padding: 0 0 15px 0;}
.account-login p {color: #333;}
.account-login form a {color: #1d3a50;}
.account-login form label {color: #1d3a50;}
.account-login .buttons-set .button {background: url('../images/bg_product_title_detail.gif') 50% 50%; color: #fff; font-weight: bold; font-size: 12px; padding: 2px 3px; }

.account-create {}
.account-create .page-title {margin-left: 19px; background: url('../images/bg_title_long.gif') no-repeat 0 0; height: 50px;}
.account-create .page-title h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}
.account-create form {background: #f1f1f1; margin: 0 25px 0 23px; padding: 20px;}
.account-create h3 {color: #666; font-size: 15px; padding: 0 0 15px 0;}
.account-create p {color: #333;}
.account-create form a {color: #1d3a50;}
.account-create form label {color: #1d3a50;}
.account-create .form-list.group-select {padding: 0 0 20px 0;}
.account-create .buttons-set .button {background: url('../images/bg_product_title_detail.gif') 50% 50%; color: #fff; font-weight: bold; font-size: 12px; padding: 2px 3px; }

.customer-account-forgotpassword .col-main .page-title {margin-left: 19px; background: url('../images/bg_title_long.gif') no-repeat 0 0; height: 50px;}
.customer-account-forgotpassword .col-main .page-title h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}
.customer-account-forgotpassword .col-main form {background: #f1f1f1; margin: 0 25px 0 22px; padding: 20px;}
.customer-account-forgotpassword .col-main h3 {color: #666; font-size: 15px; padding: 0 0 15px 0;}
.customer-account-forgotpassword .col-main p {color: #333;}
.customer-account-forgotpassword .col-main form a {color: #1d3a50;}
.customer-account-forgotpassword .col-main form label {color: #1d3a50;}
.customer-account-forgotpassword .col-main .buttons-set .button {background: url('../images/bg_product_title_detail.gif') 50% 50%; color: #fff; font-weight: bold; font-size: 12px; padding: 2px 3px; }

.catalog-seo-sitemap-category .col-main .page-title {margin-left: 19px; background: url('../images/bg_title_long.gif') no-repeat 0 0; height: 50px;}
.catalog-seo-sitemap-category .col-main .page-title h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}
.catalog-seo-sitemap-category .col-main .seo-box {background: #f1f1f1; margin: 0 25px 0 22px; padding: 20px;}
.catalog-seo-sitemap-category .col-main h3 {color: #666; font-size: 15px; padding: 0 0 15px 0;}
.catalog-seo-sitemap-category .col-main p {color: #333;}
.catalog-seo-sitemap-category .col-main .seo-box a {color: #1d3a50;}
.catalog-seo-sitemap-category .col-main .buttons-set .button {background: url('../images/bg_product_title_detail.gif') 50% 50%; color: #fff; font-weight: bold; font-size: 12px; padding: 2px 3px; }

.catalog-seo-sitemap-product .col-main .page-title {margin-left: 19px; background: url('../images/bg_title_long.gif') no-repeat 0 0; height: 50px;}
.catalog-seo-sitemap-product .col-main .page-title h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}

.catalog-seo-sitemap-product .col-main .seo-box {background: #f1f1f1; margin: 0 25px 0 22px; padding: 20px;}

.catalog-seo-sitemap-product .col-main h3 {color: #666; font-size: 15px; padding: 0 0 15px 0;}
.catalog-seo-sitemap-product .col-main p {color: #333;}
.catalog-seo-sitemap-product .col-main .seo-box a {color: #1d3a50;}
.catalog-seo-sitemap-product .col-main .buttons-set .button {background: url('../images/bg_product_title_detail.gif') 50% 50%; color: #fff; font-weight: bold; font-size: 12px; padding: 2px 3px; }
/* Account Login/Create Pages ============================================================ */

.catalog-category-view .col-main .category-title,
.catalogsearch-result-index .col-main .page-title {background: url('../images/bg_product_title_detail.gif') no-repeat 0 0; height: 50px;}
.catalog-category-view .col-main .category-title h2,
.catalogsearch-result-index .col-main .page-title h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}

.pager-sorter {width: 585px; margin-left: 3px; overflow: hidden; height: 1%; background: #f1f1f1; padding: 8px 0;}
.pager-sorter a {color: #4f4f4f; text-decoration: none;}
.pager-sorter p {width: 17%; padding-left: 2%; float: left; background: url('../images/dotted_v.gif') repeat-y 100% 0; color: #4f4f4f; font-size: 11px; line-height: 1.1; height: 25px;}
.pager-sorter fieldset {width: 30%; text-align: center; float: left; background: url('../images/dotted_v.gif') repeat-y 100% 0; color: #4f4f4f; font-size: 11px; line-height: 1.1; height: 25px;}
.pager-sorter fieldset select,
.pager-sorter fieldset select option {padding-top: 0; padding-bottom: 0; font-size: 11px;}

/* My Account ============================================================================= */

/* Block: Account */
.block-account {}
.block-account h2 { padding: 8px 0 0 25px; height: 39px; background: url('../images/bg_checkout_sidebar_title.png') no-repeat 0 0; font-size: 18px; color: #fff; font-weight: normal;}
.block-account .block-content {padding: 20px; margin: 5px 0 0 3px; background: #e8f0f7; width: 293px;}
.block-account .block-content li {font-weight: bold; padding: 0 0 8px 0; color: #545454;}
.block-account .block-content li a {color: #0c4c79; text-decoration: none;}

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {padding: 0 0 20px 0;}

.sales-order-view .col-main .button,
.customer-address-index .col-main .button,
.newsletter-manage-index .col-main .button,
.tag-customer-index .col-main .button,
.review-customer-index .col-main .button,
.sales-order-history .col-main .button,
.customer-address-form .col-main .button,
.customer-account-edit .col-main .button,
.dashboard .button {background: url('../images/bg_product_title_detail.gif') 50% 50%; color: #fff; font-weight: bold; font-size: 12px; padding: 2px 3px; }

.sales-order-view .page-title,
.customer-address-index .page-title,
.newsletter-manage-index .page-title,
.tag-customer-index .page-title,
.review-customer-index .page-title,
.sales-order-history .page-title,
.customer-address-form .page-title,
.customer-account-edit .page-title,
.customer-account-index .page-title {background: url('../images/bg_product_title_detail.gif') no-repeat 0 0; height: 50px;}

.sales-order-view .page-title h2,
.customer-address-index .page-title h2,
.newsletter-manage-index .page-title h2,
.tag-customer-index .page-title h2,
.review-customer-index .page-title h2,
.sales-order-history .page-title h2,
.customer-address-form .page-title h2,
.customer-account-edit .page-title h2,
.customer-account-index .page-title h2 {padding: 10px 0 0 25px; font-size: 18px; color: #fff; font-weight: normal;}

.sales-order-view .col-main .customer-box,
.customer-address-index .col-main .customer-box,
.newsletter-manage-index .col-main form,
.tag-customer-index .col-main .customer-box,
.review-customer-index .col-main .customer-box,
.sales-order-history .col-main .history-box,
.customer-address-form .col-main form,
.customer-account-edit .col-main form,
.dashboard {width: 545px; padding: 20px; background: #f1f1f1; margin: 0 15px 0 3px;}

.sales-order-view .col-main .customer-box,
.customer-address-index .col-main .customer-box {padding-top: 5px;}

.sales-order-view .col-main .customer-box .col2-set {padding-top: 10px;}

.sales-order-history .col-main .buttons-set {width: 545px; padding: 0 20px 20px 20px; background: #f1f1f1; margin: 0 15px 0 3px;}

.sales-order-view .col-main from .form-list li,
.customer-address-index .col-main from .form-list li,
.newsletter-manage-index .col-main from .form-list li,
.tag-customer-index .col-main from .form-list li,
.review-customer-index .col-main from .form-list li,
.sales-order-history .col-main form .form-list li,
.customer-address-form .col-main form .form-list li,
.customer-account-edit .col-main form .form-list li {padding: 0 0 5px 0;}

.sales-order-view .col-main form label,
.customer-address-index .col-main form label,
.newsletter-manage-index .col-main form label,
.tag-customer-index .col-main form label,
.review-customer-index .col-main form label,
.sales-order-history .col-main form label,
.customer-address-form .col-main form label,
.customer-account-edit .col-main form label {color: #445e71;}

.sales-order-view .col-main h3,
.customer-address-index .col-main h3, 
.newsletter-manage-index .col-main h3,
.tag-customer-index .col-main h3,
.review-customer-index .col-main h3,
.sales-order-history .col-main h3,
.customer-address-form .col-main h3,
.customer-account-edit .col-main h3,
.dashboard h3 {color: #545454; font-size: 15px; padding: 0 0 15px 0;}

.sales-order-view .col-main h4,
.customer-address-index .col-main h4,
.newsletter-manage-index .col-main h4,
.tag-customer-index .col-main h4,
.review-customer-index .col-main h4,
.sales-order-history .col-main h4,
.customer-address-form .col-main h4,
.customer-account-edit .col-main h4,
.dashboard h4 {color: #0E3F63; padding: 10px 0 15px 0;}

.sales-order-view .col-main h5,
.customer-address-index .col-main h5,
.newsletter-manage-index .col-main h5,
.tag-customer-index .col-main h5,
.review-customer-index .col-main h5,
.sales-order-history .col-main h5,
.customer-address-form .col-main h5,
.customer-account-edit .col-main h5,
.dashboard h5 {color: #0E3F63; padding: 10px 0 2px 0;}

.sales-order-view .col-main a,
.customer-address-index  .col-main a,
.newsletter-manage-index .col-main a,
.tag-customer-index .col-main a,
.review-customer-index .col-main a,
.sales-order-history .col-main a,
.customer-address-form .col-main a,
.customer-account-edit .col-main a,
.dashboard a  {color: #5296d4;}

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

/* Customer tables */
.history-box .my-orders-table,
.dashboard .recent-orders .my-orders-table {}

.sales-order-view .data-table thead th,
.history-box .data-table thead th,
.dashboard .recent-orders .data-table thead th {font-size: 12px; padding: 3px;}

.sales-order-view .data-table tbody td,
.history-box .data-table tbody td,
.dashboard .recent-orders .data-table tbody td {font-size: 11px; padding:12px 5px 10px 5px;}

/* 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 {padding: 0 5px 10px 0; }
.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; }
/* ======================================================================================= */

/* Home */

.home-h,
.home-h {padding-top: 35px;float: left; width: 604px;}
.home-h .banner-a {padding-bottom: 15px;}
.home-h .banner-b {float: left; width: 49%;}
.home-h .banner-c {text-align: right; float: right; width: 49%;}
.home-k {padding-right: 3px; float: right; width: 360px;}
.home-k .sidebar-banner {padding: 10px 0 0 0;}
.canastillas {width: 358px;}
.canastillas .bg {background: url('../images/bg_canastillas.png') no-repeat 0 0; padding: 0 0 2px 0;}
.canastillas .bg-bot {background: url('../images/bg_related_bot.png') no-repeat 0 0; height: 5px; overflow: hidden;}
.canastillas h2 {visibility: hidden; height: 30px;}
.canastillas ul {}
.canastillas td {width: 158px; padding: 10px 0 0 15px;}
.canastillas td .product-image {display: block; text-align: center;}
.canastillas td .product-descn {position: relative; line-height: 1.3; overflow: hidden; width: 100%; background: url('../images/bg_descn_mid.gif') repeat-y 0 0; margin: 2px 0 0 0;}
.canastillas td .product-descn .bg {padding: 0 0 4px 0; overflow: hidden; width: 100%; background: url('../images/bg_descn_bottom.gif') no-repeat 0 100%;}
.canastillas td .product-descn h3 {background: url('../images/bg_descn_top.gif') no-repeat 0 0; padding: 3px 6px 0 6px;}
.canastillas td .product-descn h3 a {color: #545454; text-decoration: none;}
.canastillas td .product-descn .price-box {float: right; color: #5296d4; font-weight: bold; padding-right:6px;}
.canastillas td .product-descn .price-box .old-price .price-label {display: none;}
.canastillas td .product-descn .buy {float: left; color: #5296d4; padding-left:6px;}
.canastillas td .product-descn .buy .button {color: #5296d4; font-weight: bold;}
.canastillas td .product-descn .buy .button span {text-decoration: underline;}
.canastillas td .product-descn .old-price .price-label {display: none;}
.canastillas td .product-descn .old-price .price {position: absolute; right: 5px; top: 4px;}

.slider {background: #a8cae9; padding: 0 15px; width: 328px; margin-top: 10px;}
.slider .dotted {padding-bottom: 5px; background: url('../images/dotted_blue.jpg') repeat-x 0 100% #fff;}
.slider ul {overflow:hidden; height: 1%; padding-top: 5px; background: url('../images/dotted_blue.jpg') repeat-x 0 0 #fff;}
.slider ul li {width: 164px; float: left;}
.slider ul li .product-image {display: block; text-align: center; width: 148px; margin: 0 auto 0 auto;}
.slider ul li .product-descn {line-height: 1.3; padding: 2px 6px 0 6px; width: 136px; margin: 0 auto 0 auto; overflow: hidden; height: 36px; background: url('../images/bg_product_descn2.jpg') no-repeat 0 0;}
.slider ul li .product-descn h3 {}
.slider ul li .product-descn h3 a {color: #545454; text-decoration: none;}
.slider ul li .product-descn .price-box {float: right; color: #5296d4; font-weight: bold;}
.slider ul li .product-descn .buy {float: left; color: #5296d4;}
.slider ul li .product-descn .buy .button {color: #5296d4; font-weight: bold;}

.cms-atencion-al-cliente .banner-a {padding: 115px 0 0 45px; width: 549px; height: 217px; background: url('../images/estaticas/bg_atencion_cliente.png') no-repeat 0 0;}
.cms-atencion-al-cliente .banner-a p {padding-bottom: 15px; color: #5593d6; font-size: 14px; font-weight: bold;}
.cms-atencion-al-cliente .banner-a p strong {color: #265272; display: block; line-height: 1.1; font-size: 12px;}

.cms-centros-de-maternidad .banner-a {padding: 95px 0 0 45px; width: 549px; height: 237px; background: url('../images/estaticas/bg_centros_maternidad.png') no-repeat 0 0;}
.cms-centros-de-maternidad .banner-a p {width: 260px; padding-bottom: 15px; color: #545454; font-size: 12px; font-weight: bold;}

.cms-contacto .banner-a {padding: 85px 0 0 45px; width: 549px; height: 247px; background: url('../images/estaticas/bg_contacto.png') no-repeat 0 0;}
.cms-contacto .banner-a p {width: 260px; padding-bottom: 15px; color: #fff; font-weight: bold;}
.cms-contacto .banner-a p strong {color: #0e3f63; line-height: 1.1; font-size: 12px;}

.cms-musgo .banner-a {padding: 85px 0 0 35px; width: 559px; height: 247px; background: url('../images/estaticas/bg_musgo.png') no-repeat 0 0;}
.cms-musgo .banner-a p {width: 325px; padding-bottom: 15px; color: #545454; font-weight: bold; line-height: 1.1;}

.cms-para-empresas .banner-a {width: 606px; height: 516px; background: url('../images/estaticas/bg_para_empresas.png') no-repeat 0 0;}
.cms-para-empresas .banner-a .intro {padding: 80px 0 0 45px; width: 455px;}
.cms-para-empresas .banner-a .intro p {color: #fff; font-weight: bold; padding-bottom: 15px; line-height: 1.1;}
.cms-para-empresas .banner-a .info {padding: 30px 0 0 45px; width: 455px;}
.cms-para-empresas .banner-a .info h2 {padding-bottom: 25px; color: #5296d4; text-transform: uppercase; font-size: 13px; font-weight:bold;}
.cms-para-empresas .banner-a .info p {color: #265272; font-weight: bold; padding-bottom: 15px; line-height: 1.1;}
.cms-para-empresas .banner-a .info p.disc {width: 325px;}
.cms-para-empresas .banner-a .info p strong {color: #5296d4; font-size: 18px;}

.cms-personaliza-tu-tarjeta .banner-a {padding: 65px 0 0 254px; width: 340px; height: 272px; background: url('../images/estaticas/bg_personaliza.png') no-repeat 0 0;}
.cms-personaliza-tu-tarjeta .banner-a p {width: 320px; color: #545454; font-weight: bold; padding-bottom: 15px; line-height: 1.1;}
.cms-personaliza-tu-tarjeta .banner-a p strong {color: #e38197;}

.cms-recomendar-a-un-amigo .banner-a {padding: 65px 0 0 35px; width: 559px; height: 272px; background: url('../images/estaticas/bg_recomendar.png') no-repeat 0 0;}
.cms-recomendar-a-un-amigo .banner-a .page-title {display: none;}
.cms-recomendar-a-un-amigo form ul li {overflow:hidden; height: 1%; padding: 0 0 7px 0; line-height: 1.1;}
.cms-recomendar-a-un-amigo form ul li label {font-size: 13px; color: #3f3f3f; width: 125px; float: left; display: block;}
.cms-recomendar-a-un-amigo form ul li .input-text {color: #545454; font-weight: bold; padding: 0 2px; width: 150px; float: left; border: 1px solid #666;}
.cms-recomendar-a-un-amigo form ul li textarea.input-text {width: 292px; height: 65px;}
.cms-recomendar-a-un-amigo .banner-a p {color: #3f3f3f; font-size: 13px; padding-bottom: 15px;}
.cms-recomendar-a-un-amigo .banner-a p.sended {padding: 60px 0 0 130px; color: #3f3f3f; font-size: 13px;}
.cms-recomendar-a-un-amigo .buttons-set {padding-right: 30px;}
/*
.cms-atencion-al-cliente .banner-a {padding: 115px 0 0 45px; width: 549px; height: 322px; background: url('../images/estaticas/bg_atencion_cliente.png') no-repeat 0 0;}
.cms-atencion-al-cliente .banner-a {padding: 115px 0 0 45px; width: 549px; height: 322px; background: url('../images/estaticas/bg_atencion_cliente.png') no-repeat 0 0;}
*/

.cms-ventajas .banner-a {width: 605px; height: 516px; background: url('../images/estaticas/bg_ventajas.png') no-repeat 0 0;}
.cms-ventajas .banner-a .info.p1 {background: url('../images/ventajas_img.jpg') no-repeat 440px 65px;}
.cms-ventajas .banner-a .info.p2 {display: none;}
.cms-ventajas .banner-a .info {height: 400px; padding: 75px 0 0 0;}
.cms-ventajas .banner-a .info .title {overflow: hidden; width: 435px; padding: 10px 0 0 23px; line-height:1.2;}
.cms-ventajas .banner-a .info .title span {color: #265272; font-weight: bold; display: block; float: left; height: 23px; width: 30px; padding: 4px 0 0 0; text-align: center; background: url('../images/bg_ventajas_bullet.png') no-repeat 0 0;}
.cms-ventajas .banner-a .info .title h2 {width: 365px; padding: 5px 0 0 10px; font-size: 12px; text-transform: uppercase; color: #265272; font-weight: bold; float: left;}
.cms-ventajas .banner-a .info p {line-height:1.2;width: 360px; padding: 10px 0 0 80px; color: #fff; font-weight: bold; font-size: 12px; clear: both;}
.cms-ventajas .banner-a .pageof {padding: 4px 0 0 450px; color:#376280; font-size: 12px;}
.cms-ventajas .banner-a .pageof a {color: #376280; text-decoration: none;}

.banner-a .volver a {float: right; background: url('../images/b_volver.gif') no-repeat 0 0; display: block; text-indent: -9999px; width: 66px; height: 14px;}

.cms-compra-segura .banner-a {width: 571px; height: 511px; padding: 0 0 0 35px; background: url('../images/estaticas/bg_compra_segura.png') no-repeat 0 0;}
.cms-compra-segura .banner-a h2 {font-size: 15px; font-weight: bold; color: #0e3f63; padding: 10px 0 25px 0;}
.cms-compra-segura .banner-a p {font-size: 12px; font-weight: bold; color: #3f3f3f; padding: 0 0 15px 0;}
.cms-compra-segura .banner-a .volver {height: 14px; padding: 23px 34px 0 0;}

.cms-gastos-de-envio .banner-a {width: 550px; height: 511px; padding: 0 33px 0 23px; background: url('../images/estaticas/bg_gastos_envio.png') no-repeat 0 0;}
.cms-gastos-de-envio .banner-a h2 {font-size: 15px; font-weight: bold; color: #0e3f63; padding: 20px 0 5px 0;}
.cms-gastos-de-envio .banner-a h2.express {padding: 10px 0 5px 0;}
.cms-gastos-de-envio .banner-a .volver {float: right; height: 14px; padding: 23px 0 0 0;}
.cms-gastos-de-envio .banner-a table {clear: both; width: 100%; border: 2px solid #5296d4;}
.cms-gastos-de-envio .banner-a table thead {background: #8ebbe3;}
.cms-gastos-de-envio .banner-a table thead th {padding: 4px 20px; font-weight: bold; color: #fff; text-transform: uppercase; font-size: 12px;}
.cms-gastos-de-envio .banner-a table tbody td {font-size: 12px; font-weight: bold; color: #3f3f3f; padding: 2px 10px; vertical-align: middle;}
.cms-gastos-de-envio .banner-a table tbody td.center {text-align: center;}
.cms-gastos-de-envio .banner-a table tbody td span {font-size: 10px; display: block; text-align: center;}
.cms-gastos-de-envio .banner-a table tbody .row-h {background: #dceaf6;}
.cms-gastos-de-envio .banner-a table tbody .row-k {background: #fff;}
.cms-gastos-de-envio .banner-a p {width: 405px; color: #3f3f3f; font-weight: bold; padding-top: 25px;}

.opc .types { height: 12px;}
.opc .types a {display: block; width: 20px; height: 18px; float: left; background: #f4e1e1; color: #931c1c; font-size: 12px; font-weight: bold; padding: 1px 0 0 0; text-align: center; text-decoration: none; border-left: 1px solid #f5f5f5;}
.opc .types a:hover {background: #931c1c; color: #ebdede;}

/* legal, faq provisorio */
.cms-faq .banner-a {width: 571px; height: 511px; padding: 0 0 0 35px; background: url('../images/bg_faq.png') no-repeat 0 0;}
.cms-legal .banner-a {width: 571px; height: 511px; padding: 0 0 0 35px;background: url('../images/bg_avisolegal.png') no-repeat 0 0;}
.cms-faq .banner-a  div#faq-div-content {width:550px;height:390px;margin-top:50px; overflow:auto}
.cms-faq .banner-a  div#faq-div-content h3 {font-size:13px; margin:10px 0;}
.cms-faq .banner-a  div#faq-div-content p {font-weight:normal} 
.cms-faq .banner-a  div#faq-div-content p.faq-question {font-weight:bold; color: #5ea8dc; backgroud-color:inherit}
.cms-faq .banner-a  div#faq-div-content ul {list-style-type: square;list-style-position: inside;margin-left: 0;padding-left: 1em;text-indent: -1em;}
.cms-faq .banner-a  div#faq-div-content ol {list-style-type: decimal; list-style-position: inside;margin-left: 0;padding-left: 1em;text-indent: -1em;}
.cms-faq .banner-a  div#faq-div-content li {color: #3f3f3f;}

.cms-legal .banner-a  div#legal-div-content {width:550px;height:390px;margin-top:50px; overflow:auto}
.cms-legal .banner-a  div#legal-div-content h3 {font-size:13px; margin:10px 0;}
.cms-legal .banner-a  div#legal-div-content p {font-weight:normal} 
.cms-legal .banner-a  div#legal-div-content .big-f2 {font-weight:bold; color: #5ea8dc; backgroud-color:inherit}
.cms-legal .banner-a  div#legal-div-content ul {list-style-type: square;list-style-position: inside;margin-left: 0;padding-left: 1em;text-indent: -1em;}
.cms-legal .banner-a  div#legal-div-content ol {list-style-type: decimal; list-style-position: inside;margin-left: 0;padding-left: 1em;text-indent: -1em;}
.cms-legal .banner-a  div#legal-div-content li {color: #3f3f3f;}


.cms-faq .banner-a h2,
.cms-legal .banner-a h2 {font-size: 15px; font-weight: bold; color: #0e3f63; padding: 10px 0 25px 0;}
.cms-faq .banner-a p,
.cms-legal .banner-a p {font-size: 12px; font-weight: bold; color: #3f3f3f; padding: 0 0 15px 0;}
.cms-faq .banner-a .volver,
.cms-legal .banner-a .volver {height: 14px; padding: 23px 34px 0 0;}

/* Footer ================================================================================ */
.footer {background: url('../images/bg_links_bar.png') no-repeat 50% 0;}
.footer .links-bar {height: 68px; overflow: hidden;}
.footer .links-bar .custom {float: left; padding-left: 20px;}
.footer .links-bar .custom ul {}
.footer .links-bar .custom ul li {float: left; padding-left: 20px;}
.footer .links-bar .custom ul li a {display: block; font-weight: bold; text-decoration: none;}
.footer .links-bar .custom ul li.centros a {color: #5296d4; background: url('../images/b_centros.gif') no-repeat 0 50%; padding: 30px 0 0 36px; height: 38px;}
.footer .links-bar .custom ul li.tarjeta a {color: #fb7c98; background: url('../images/b_tarjeta.gif') no-repeat 0 50%; padding: 30px 0 0 35px; height: 38px;}
.footer .links-bar .generic {float: right; padding: 30px 20px 0 0; text-align: right;}
.footer .links-bar .generic ul {display: inline;}
.footer .links-bar .generic ul li {display: inline;}
.footer .links-bar .generic ul li a {font-weight: bold; color: #797676; text-decoration: none; padding: 0 15px;}
.footer .misc-links {height: 37px; padding: 20px 15px 0 15px; float: left; margin-left: 20px; background: url('../images/bg_footer_alpha.png') repeat-x 0 0;}
.footer .misc-links ul {}
.footer .misc-links ul li {display: inline; color: #5296d4;}
.footer .misc-links ul li a {text-decoration: none; color: #198df7; padding: 0 5px;}
.footer .copy {width: 295px; color: #848484; line-height: 1.1; float: right; margin-right: 20px; height: 37px; padding: 17px 0 0 0; /*background: url('../images/musgo_logo.gif') no-repeat 100% 18px;*/}
.footer .copy p {float: left; text-align: right; padding-right: 10px;}
.footer .copy a {display:block; background: url('../images/musgo_logo.gif') no-repeat 0 0; text-indent: -9999px; width: 103px; height: 29px; float: right;}
.footer .geotrust {margin: 0 auto 0 auto; width: 160px; padding-top: 12px;}
.footer .geotrust a {width: 48px; height: 30px; text-indent: -9999px; display: block; background: url('../images/geotrust.gif') no-repeat 0 0;}
/* ======================================================================================= */