/**
 * 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.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
 
/*
 * Referencias colores:
 *
 * MarrÃ³n:       3F2B1B
 * Verde fondos: 6AA853 
 * Verde tÃ­tulo: 477037 (y borde inputs)
 * Gris textos:  404040
 */

/* Reset ================================================================================= */
@font-face {
  font-family: 'minionsemi';
  src: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/css/minsemicond.eot');
  src: local('?'), url('https://media.misohinutricion.com/skin/frontend/sinergia/default/css/minsemicond.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'minionmed';
  src: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/css/bold.eot');
  src: local('?'), url('https://media.misohinutricion.com/skin/frontend/sinergia/default/css/bold.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'nvarial';
  src: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/css/nvarial.eot');
  src: local('?'), url('https://media.misohinutricion.com/skin/frontend/sinergia/default/css/nvarial.woff') format('opentype');
}
/*Minion Pro Semibold Cond*/


@font-face {
  font-family: "Flaticon";
  src: url("https://media.misohinutricion.com/skin/frontend/sinergia/mobile/fonts/Flaticon.eot");
  src: url("https://media.misohinutricion.com/skin/frontend/sinergia/mobile/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("https://media.misohinutricion.com/skin/frontend/sinergia/mobile/fonts/Flaticon.woff") format("woff"),
       url("https://media.misohinutricion.com/skin/frontend/sinergia/mobile/fonts/Flaticon.ttf") format("truetype"),
       url("https://media.misohinutricion.com/skin/frontend/sinergia/mobile/fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("https://media.misohinutricion.com/skin/frontend/sinergia/mobile/fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
/* Reset ================================================================================= */
* { margin:0; padding:0; }
/*background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/plantilla.jpg) 35px 18px; */
body          { font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:left; }

img           { border:0; vertical-align:top; }

a             { color:#477037; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {  }
.main { width:975px; margin:0 auto; min-height:400px; padding:5px 0px 5px; text-align:left; }
.pre_footer { width:975px; margin:0 auto; /*padding:5px 0px 10px;*/ text-align:center; }

/* Base Columns */
.col-left { float:left; width:230px; padding:0 10px 1px 0; }
.col-main { float:left; width:700px; padding:0 0 1px; }
.col-right { float:right; width:230px; padding:0 0 1px; }

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

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

/* Index es un poco mÃ¡s ancha y listados de productos tambiÃ©n*/
.core-index-index                    .col-left,
.cms-tienda-suplementos-online-comprar-vitaminas .col-left,
.cms-tienda-cosmetica-natural-online .col-left,
.paginamarcas                        .col-left,
.amshopby-index-index                .col-left,
.catalog-category-view               .col-left,
.catalogsearch-result-index          .col-left  { float:left; width:230px; padding:0 10px 1px 0; }
.catalog-product-view                .col-right { float:right; width:230px; padding:0 10px 1px 0; }
.core-index-index                    .col2-left-layout .col-main,
.cms-tienda-suplementos-online-comprar-vitaminas .col2-left-layout .col-main,
.cms-tienda-cosmetica-natural-online .col2-left-layout .col-main,
.amshopby-index-index                .col2-left-layout .col-main,
.catalog-category-view               .col2-left-layout .col-main,
.catalogsearch-result-index          .col2-left-layout .col-main { float:right; width:735px; padding:0 0 1px; }
.catalog-product-view                .col2-right-layout .col-main { float:left; width:735px; padding:0 0 1px; }
.core-index-index                    .col2-left-layout .main,
.cms-tienda-suplementos-online-comprar-vitaminas .col2-left-layout .main,
.amshopby-index-index                .col2-left-layout .main,
.catalog-category-view               .col2-left-layout .main,
.catalogsearch-result-index          .col2-left-layout .main,
.catalog-product-view                .col2-right-layout .main { width:975px; margin:0 auto; min-height:400px; padding:5px 0px 5px; text-align:left; }
 
.catalogsearch-result-index .content { font-size: 14px; }
.catalogsearch-result-index .content,
.catalogsearch-result-index .page-title { } 
 
/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

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

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #d4d0c8;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar .nav {
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-top: 2px solid #fff;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: 2px solid #fff;
  padding: 0px;
  background-color: #e4e0d8;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #c4c0b8;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8;
}

.calendar tbody .rowhilite td {
  background: #e4e0d8;
}

.calendar tbody .rowhilite td.wn {
  background: #d4d0c8;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  padding: 2px 2px 0px 2px;
  background: #e4e0d8;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #f4f0e8;
  padding: 1px;
  border: 1px solid #000;
  background: #848078;
  color: #fff;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  background: #e4e0d8;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #c4c0b8;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

.calendar .combo .hilite {
  background: #048;
  color: #fea;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
/* fin calendario */





/* Global Styles ========================================================================= */
/* Form Elements */
input { height:15px; }
input,select,textarea,button { font:14px/17px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

/** Para quitar el background amarillo de Chrome **/
input:-webkit-autofill {color: #fff !important}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus { background-color:#F7FFF4; }*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#444; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .field { float:left; width:235px; }
.form-list .input-box { display:block; clear:both; width:220px; }
.form-list input.input-text { width:214px; }
.form-list textarea { width:214px; height:10em; }
.form-list select { width:220px; }
.form-list li.wide .input-box { width:455px; }
.form-list li.wide input.input-text { width:449px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { clear:both; padding:8px 0 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

/*
.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
*/
.fieldset { 
  padding:10px 21px;
  margin:0 0 28px 0;
  border: 1px solid #C0C0C0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg-box-title.gif) top left repeat-x #F8F8F8;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}
.fieldset .legend {
  font-family:'minionmed'; 
  font-size: 18px;
  font-weight:bold;
  padding:0 0 5px 0; 
  margin:0 0 25px; 
  background-position:0 3px;
  background-repeat:no-repeat;
  color:#3F2B1B;
}

/* Excepciones al formulario estandar */
.account-create .fieldset { padding-top: 15px; padding-bottom: 20px; background: none; }
.my-account .fieldset { padding-top: 15px; padding-bottom: 20px; background: none; }
.my-account .fieldset { padding-top: 15px; padding-bottom: 20px; background: none; }
.forgot-password .fieldset { margin-right: 50px; }
.contacto .fieldset { padding-top: 30px; padding-bottom: 20px; background: none; margin-top: 25px; margin-right: 30px; }
.contacto .fieldset .control, .telobuscamos .fieldset .control, .review-form .control{float:right; margin-right: 13px;}
.review-form .control {margin: 0;}
.contacto .fieldset .control input, .telobuscamos .fieldset .control input, .review-form .control input {width: inherit;}
.contacto .fieldset .control label, .telobuscamos .fieldset .control label, .review-form .control label {font-size:12px;}
.contacto .fieldset .control a, .telobuscamos .fieldset .control a, .review-form .control a {color:#2f2f2f;}
.control label em, .telobuscamos label em, .review-form label em {color:#eb340a;}
.cms-atencion-al-cliente .static-page ul {list-style-type:none;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; line-height:13px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* 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:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg, 
.alert-error, .alert-success, .alert-notice { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; /*min-height:24px !important;*/ padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg, .alert-error { border-color:#f16048; background-color:#faebe7; background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_msg-error.gif); color:#df280a; }
.success-msg, .alert-success { border-color:#446423; background-color:#eff5ea; background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg, .alert-notice { border-color:#fcd344; background-color:#fafaec; background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_msg-note.gif); color:#3d6611; }
.alert-error button.close, .alert-success button.close, .alert-notice button.close{display:none;}

/* BreadCrumbs */
.breadcrumbs { font-size:12px; line-height:1.25; margin:0 0 13px; padding-left: 5px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a, .breadcrumbs li span {text-decoration:none; color: #AAA;}
.breadcrumbs li a:hover {text-decoration:underline; color:#477037;}
.breadcrumbs li strong { font-weight:normal; color: #AAA;}

/* Page Heading */
.page-title { width:100%; overflow:hidden; /*background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-hor.gif') repeat-x bottom;*/ margin:0 0 10px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title h1 { font-family: 'minionmed'; font-size: 24px; color: #477037; padding-bottom: 5px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#3F2B1B; }
.checkout-onepage-success .sub-title { padding: 0; }

/* Pager */
.pager { font-size:12px; text-align:center; color:#3F2B1B; }
.pager a { color:#3F2B1B; }
.pager .bullet { margin: 0 5px; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { float: right; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

/* Sorter */
.sorter { font-size:11px; }
.sorter .compare {float: left;}
.sorter .view-mode { float:right; margin:0; }
.sorter .sort-by { margin: 0 170px; text-align: center; }
.sorter .sort-by .label { display: inline-block; width: 102px; height: 24px; padding-top:3px; font-size: 12px; text-transform: uppercase; color: white; vertical-align:middle; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon-ordena-por.png') no-repeat left top; }
.sorter .sort-by select { padding:0; margin:0 0 1px; height: 23px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar top */
.toolbar.top    .pager .tcontent  { padding: 6px 15px; }
.toolbar.top    .pager            { height:28px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-top-top-repeat.gif') repeat top left; }
.toolbar.top    .pager .tleft     { height:28px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-top-top-left.gif') no-repeat top left; }
.toolbar.top    .pager .tright    { height:28px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-top-top-right.gif') no-repeat top right; }
.toolbar.top    .sorter .tcontent { padding: 6px 15px; }
.toolbar.top    .sorter           { /*height:38px;*/ background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-top-bottom-repeat.gif') repeat top left; }
.toolbar.top    .sorter .tleft    { height:38px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-top-bottom-left.gif') no-repeat top left; }
.toolbar.top    .sorter .tright   { height:38px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-top-bottom-right.gif') no-repeat top right; }

/* Toolbar bottom */
.toolbar.bottom .sorter .tcontent { padding: 6px 15px; }
.toolbar.bottom .sorter           { height:38px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-bottom-top-repeat.gif') repeat top left; }
.toolbar.bottom .sorter .tleft    { height:38px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-bottom-top-left.gif') no-repeat top left; }
.toolbar.bottom .sorter .tright   { height:38px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-bottom-top-right.gif') no-repeat top right; }
.toolbar.bottom .pager .tcontent  { padding: 6px 15px; }
.toolbar.bottom .pager            { height:28px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-bottom-bottom-repeat.gif') repeat top left; }
.toolbar.bottom .pager .tleft     { height:28px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-bottom-bottom-left.gif') no-repeat top left; }
.toolbar.bottom .pager .tright    { height:28px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/toolbar-bottom-bottom-right.gif') no-repeat top right; }


/* Data Table */
.data-table { width:100%; }
.data-table .odd  { }
.data-table .even { }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; padding:2px 8px; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { /*background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/tab-table-th.gif) repeat-x 0 100%; border-bottom: 1px solid #e4e4e4;*/ }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { }
.data-table tfoot tr.first td { }
.data-table tfoot tr { }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { }
/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr { }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#f4f4f4; color:#444444; }
tr.summary-details-first td { }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.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 */
.links li { display:inline; }
.links li.first { }
.links li.last { }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { color:#444; text-decoration: none; }
.link-print { /*background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove3 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/remove-icon-gray.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

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

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


/* Cart Top ============================================================================== */
.top_cart_cont        { position:fixed; width:100%; z-index: 51; top:0;}
.top_cart_wrapper     { position: relative; width:975px; margin:0 auto; }
.top_cart             { position: absolute; right:35px; width:157px; height: 45px; padding-top: 13px; text-align: left; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/cart-bg.png) no-repeat; color: white; z-index:51; }
.top_cart:hover       { text-decoration: underline; cursor: pointer; cursor: hand; }
.top_cart span        { padding-left: 13px; }
.top_cart_window      { position: absolute; right:0px; top: 0px; width:227px; height: 45px; padding-top: 0px; text-align: left; z-index:50; }

/* Subtotal */
.top_cart_window .subtotal label { }
.top_cart_window .subtotal { font-size: 13px; text-align: right; }
.top_cart_window .block .actions { padding: 7px 2px 0 0; }
.top_cart_window .actions,
.top_cart_window .actions span span { font-size: 12px; font-weight: normal; }
.top_cart_window .block .actions button.pequeno { margin-right: 3px !important; }

/* Mini Products List */
.mini-products-list td { vertical-align: middle; }
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left:60px; }
.mini-product-name { text-transform: uppercase; }
.mini-product-name a { text-decoration: none; color: black; }
.mini-product-price { color: #6AA853; }
.mini-product-presentacion { text-transform: none; color: #6AA853; }
.mini-product-price { width: 45px; text-align: right; }
.mini-product-image,
.mini-product-qty,
.mini-product-name,
.mini-product-price { padding-bottom: 5px; }

/* z ============================================================================== */
.page-tabs-container  { height:85px; padding-top:5px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_header.jpg) 50% 0 repeat; }
.page-tabs            { width:975px; margin:0 auto; text-align: left; }
.page-tab             { float: left; text-align: center; color: #808080; }
.tab-0                { width:170px; height: 37px; padding-top: 30px; text-align: center; }
.tab-1                { width:200px; height: 22px; padding-top: 45px; text-align: center; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/page-1.png) no-repeat; }
.tab-2                { width:198px; height: 22px; padding-top: 45px; text-align: center; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/page-2.png) no-repeat;  }
.tab-3                { width:199px; height: 22px; padding-top: 45px; text-align: center; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/page-3.png) no-repeat;  }
.tab-1:hover,
.tab-2:hover,
.tab-3:hover          { text-decoration: underline; cursor: pointer; cursor: hand; }

.page-tabs .page-tab span { color: #477037; text-decoration: underline;}
.page-tabs .page-tab.tab-0 span {color: #f8fff7;}
.page-tab span:hover      { text-decoration: none;}

/* Header ================================================================================ */
.logo { float:left; }
.header-container { background: white; }
.header { width:975px; margin:0 auto; padding:5px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 10px; text-decoration:none !important; position: relative; z-index:1;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header a.logo,
.header h1.logo,
.header .logo { width:446px; margin:0; text-align: left;}
.header .alogo {padding-bottom: 3px;}
.header .quick-access { float:right; width:525px; padding:0; }
.header .welcome-msg { margin:0; color:#3F2B1B; text-align:right; font-size:13px;}
.header .welcome-msg a { color:#477037; }
.header .welcome-msg .additional-welcome-msg {
    position: absolute;
    right: 25px;
    top: 41px;
}
/* NV (no estï¿½ en el header)>>>
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
*/
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:13px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_pipe1.gif) 100% 60% no-repeat; margin-right:15px; padding:0 12px 0 7px; color: #3F2B1B; text-transform: uppercase;}
.header .links a { font-weight: bold; color:#3F2B1B; text-decoration:none;}
.header .links a:hover { text-decoration:underline;}
.header-container .top-container { clear:both; text-align:left; padding-top:10px; }
.header .contact-container { float:left; margin: -10px 0 0 8px;}

.header .header-contact {}
.header .header-contact td { height:28px; line-height:28px; vertical-align: middle; padding: 0 5px;}
.header .header-contact td.phone { font-family:'minionsemi'; height:29px; line-height:29px; font-size: 26px; font-weight: bold;}
.header .header-contact td.general {  font-family:'minionsemi'; font-size: 20px; }
.header .header-contact td.mail { font-size: 12px; text-align: center;}
.header .header-contact a {color: #3F2B1B; text-decoration: none; }
.header .header-contact a:hover { text-decoration: underline; }

/** Estas en **/
.page .estas-en {margin:0 0 1px 0; font-size:11px; min-height: 17px;}

/* Search mini-form (NV) */
.form-search, .bar-left, .bar-right, .bar-mid { height: 42px; } 
.bar-left { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/searchbar-left.jpg) no-repeat left; }
.bar-right { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/searchbar-right.jpg) no-repeat right; }
.bar-mid { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/searchbar-mid.jpg) repeat-x; }
.bar-cont { padding-top: 6px; }
.form-search { margin-bottom: 5px; }
.form-search .bar-cont { padding-left: 25px; }
.form-search input { float: left; font-size: 13px; width: 640px; height: 18px; border: 1px solid #3F2B1B;}
.form-search input:focus { background-color:#fff; }
.form-search button { float: left; margin-left: 5px; }

/********** < Navigation */
.nav-container { background:#0a263d url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

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

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

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

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }

.brands-link{
  text-decoration: none;
}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { }
.block .block-title strong { }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { }
.block li.even { }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { font-family: minionmed; font-size: 17px; color: #477037; text-transform: uppercase; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/filtra-tus-resultados.png') no-repeat top right; height: 43px; padding-top: 0px; }
.block-layered-nav .block-subtitle { font-size: 15px; padding: 0; color: #3F2B1B; margin-bottom: 5px; }
.block-layered-nav .block-content { background: none; }
.block-layered-nav dt { font-family: minionmed; font-size: 20px; color: #3F2B1B; }
.block-layered-nav dd { padding-bottom: 20px; margin-bottom: 15px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/sep_pto_marron.gif') repeat-x bottom left; }
.block-layered-nav dd.last { }
.block-layered-nav dd li { font-size: 14px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bullet_verde.gif') no-repeat left 5px; padding-left: 15px; color: #404040; }
.block-layered-nav dd li a { color: #404040; text-decoration: none; }
.block-layered-nav dd li a:hover { text-decoration: underline; } 
.block-layered-nav dd li.clearer { background: none; padding-left: 0; padding-top: 2px; }
.block-layered-nav .currently li { padding: 0px 6px 0px 10px; font-size: 14px; }
.block-layered-nav .currently .label { display:none; font-weight:bold; padding-left:18px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }
.block-layered-nav .currently .filter-remove { line-height: 16px; }
.block-layered-nav .currently .filter-remove img { vertical-align: middle; margin-right: 5px; }
.block-layered-nav .currently .filter-label { font-size: 14px; color: #444; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding: 0px 10px 10px 10px; border-width:1px 0; text-align:right; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/sep_pto_marron.gif') repeat-x bottom left; margin-bottom: 20px; }
.block-layered-nav .actions a { float:none; color: #444; }

/* Block: Cart */
.block-cart { 
  padding:65px 7px 15px 8px;
  border-top: 0;
  border-left: 1px solid #6AA853;
  border-right: 1px solid #6AA853;
  border-bottom: 1px solid #6AA853;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-radius: 0px 0px 10px 10px;
  background: white;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:10px 0 0; padding:10px 0; border-top: 1px solid #6AA853; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; margin-top: 30px; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table tbody img {
	max-width: 100%;
}


/* Sin algunos bordes, mas cool */
.compare-table tbody tr.first td,
.compare-table tbody tr.first th { border-top: 0; }
.compare-table tbody tr.last td,
.compare-table tbody tr.last th { border-bottom: 0; }
.compare-table tr th { border-left: none;   padding: 10px 0; }
.compare-table tr td.last { border-right: none; }

/* Tabla interna sin bordes */
.compare-table .composition th,
.compare-table .composition td { border: 0; vertical-align: middle; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe (NV) */
.mini-form-subscribe .mini-form-content { }
.mini-form-subscribe .input-box { margin-right: 5px; }
.mini-form-subscribe .input-box input.input-text { display:block; width:130px; margin:3px 0; }
.mini-form-subscribe .actions { float:right; padding:0; margin:2px 0 0; text-align:left; background:none; }
.mini-form-subscribe .actions button.button { float:none; }
.mini-form-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

.home-banner .mini-form-subscribe .input-box input.input-text { display:block; width:125px; margin:3px 0;}

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

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

/* Block: Login */
.block-login .block-title strong { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; }
.category-image img {max-width: 200px;}
.category-description {margin:40px 0 10px; text-align: justify;}
.category-products {}
.short-descritpion {margin-bottom: 20px;}

.categories-list { padding: 0px 25px 25px 25px; }
.categories-list h2 {  }
.categories-list h2 a { color: #3F2B1B; text-decoration: none; }
.categories-list h2 a:hover { color: #477037; text-decoration: underline; } 
.categories-list h2 strong { color: #3F2B1B; }
.categories-list .page-title,.info-marcas-productos .page-title { margin: 0 0 0 0; }

.categories-list ul { float: left; width: 330px; padding: 0 10px; }
.categories-list ul.first { padding-left: 0px; }
.categories-list ul.last { padding-right: 0px; }
.categories-list ul h2 { font-size: 14px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bote-plano.png') no-repeat top left; padding-left: 20px; min-height: 20px; }

.categories-list .see-all { margin-top: -7px; margin-bottom: 10px; }
.categories-list .see-all a { text-decoration: none; }
.categories-list .see-all a:hover { text-decoration: underline; }

    /* Excepciones para modo 1 columna */
    .categories-list.columns-3 { padding-right: 0; }
    .categories-list.columns-3 ul { width: 290px; }


/* View Type: Grid */
.products-grid { border-bottom:none; background:none; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:230px; padding:12px 0px 80px; }
.products-grid .product-image { display:block; width:135px; margin:0 auto; text-decoration: none;}
.products-grid .product-image:hover { text-decoration: none;} 
.products-grid .product-related-image { text-decoration: underline; }
.products-grid .product-related-image:hover { text-decoration: none;} 
.products-grid .product-upsell-image { text-decoration: underline; }
.products-grid .product-upsell-image:hover { text-decoration: none;} 
.products-grid .product-name { /*min-height:2.7em;*/ margin:10px 0 5px; font-weight:bold; font-size:14px; color:#3F2B1B; text-align: center; }
.products-grid .product-name a { color:#3F2B1B; text-decoration: none; }
.products-grid .product-name a:hover { text-decoration: underline; }
.products-grid .product-manu { /*min-height:2.7em;*/ margin:5px 0 5px; font-weight:bold; font-size:14px; color:#404040; text-align: center; }
.products-grid .product-manu a { color:#477037; text-decoration: none; }
.products-grid .product-manu a:hover { text-decoration: underline; }
.products-grid .product-present { /*min-height:2.7em;*/ margin:0 5px; font-weight:normal; font-size:14px; color:#404040; text-align: center; }
.products-grid .product-present a { color:#477037; text-decoration: none; }
.products-grid .product-present a:hover { text-decoration: underline; }
.products-grid .price-box { position:absolute; bottom:12px; margin:5px auto; width: 215px; text-align: center; }
.products-grid .price-box-list { position:absolute; bottom:15px; margin:5px auto; width: 215px; text-align: center; }
.products-grid .ratings, .products-grid .no-rating { position:absolute; bottom:45px; margin:5px auto; width: 215px; text-align: center; }
.products-grid .ratings .rating-box { float: none; margin: 0px auto; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; display: none; }

.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:690px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* En la lista de crosssell */
.products-grid.crosssell .add-button { position:absolute; bottom:15px; width:215px; margin:5px auto; text-align: center; }
.products-grid.crosssell .ratings { position:absolute; bottom: 85px; }
.products-grid.crosssell .price-box-list { position:absolute; bottom:55px; }

/* Comparador */
.product-shop-row .product-image { width:135px; height:135px; margin:0 0 10px; }
.product-shop-row .product-name { /*min-height:2.7em;*/ margin:5px 0 5px; font-weight:bold; font-size:14px; color:#3F2B1B; text-transform: uppercase; text-align: center; }
.product-shop-row .product-name a { color:#3F2B1B; text-decoration: none; }
.product-shop-row .product-name a:hover { text-decoration: underline; }
.product-shop-row .product-manu { /*min-height:2.7em;*/ margin:10px 0 5px; font-weight:bold; font-size:14px; color:#404040; text-align: center; }
.product-shop-row .product-manu a { color:#203548; text-decoration: none; }
.product-shop-row .product-manu a:hover { text-decoration: underline; }
.product-shop-row .product-present { /*min-height:2.7em;*/ margin:0 5px; font-weight:normal; font-size:14px; color:#404040; text-align: center; }
.product-shop-row .product-present a { color:#203548; text-decoration: none; }
.product-shop-row .product-present a:hover { text-decoration: underline; }
.product-shop-row .price-box { position:absolute; bottom:12px; text-align: center; }
.product-shop-row .price-box-list { position:absolute; bottom:55px; text-align: center; width: 200px; left: 50%; margin-left: -100px; }
.product-shop-row .ratings { position:absolute; bottom:80px; text-align: center; left: 50%; margin-left: -35px; }
.product-shop-row .ratings .rating-box { float: none; }
.product-shop-row .buttons { position:absolute; bottom:12px; text-align: center; left: 50%; margin-left: -83px; }

/* View Type: Grid */
.simple-product-grid .title, .presentacion .title { font-family: 'minionmed'; font-size: 22px; color: #477037; text-align: left; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-featured.gif) repeat-x top; height: 33px; padding-top: 10px; margin: 10px 0 0 0; }
.simple-product-grid .products-grid li.item { float:left; width:215px; padding:12px 10px 70px;}
.simple-product-grid p {text-align: left;}
.col2-left-layout .simple-product-grid .products-grid,
.col2-right-layout .simple-product-grid .products-grid { width:950px; margin:0 auto; }

/*.simple-product-grid .products-grid.last {background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-featured.gif) repeat-x bottom;}*/

/* En la lista de crosssell */
.simple-product-grid .products-grid.crosssell li.item { padding-bottom: 110px; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-name { /*min-height:2.7em;*/ margin:5px 0 5px; font-weight:bold; font-size:14px; color:#3F2B1B; text-transform: uppercase; }
.products-list .product-name a { color:#3F2B1B; text-decoration: none; }
.products-list .product-name a:hover { text-decoration: underline; }
.products-list .product-manu { /*min-height:2.7em;*/ margin:10px 0 5px; font-weight:bold; font-size:14px; color:#404040; }
.products-list .product-manu a { color:#203548; text-decoration: none; }
.products-list .product-manu a:hover { text-decoration: underline; }
.products-list .product-present { /*min-height:2.7em;*/ font-weight:normal; font-size:14px; color:#404040; }
.products-list .product-present a { color:#203548; text-decoration: none; }
.products-list .product-present a:hover { text-decoration: underline; }
.products-list .product-shop { margin-left:150px; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .price-box-list { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .link-compare { float: right; }


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


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

.product-view .product-shop .texto-adicional .std {text-align: right; padding: 20px 13px 0;}

.texto-adicional-simplegroup {margin-top: 30px; float:left; width: 267px;}

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

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

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }
.price-box-list { margin:5px 0; }
.price-box-list .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-family: Verdana, Arial; font-size:13px; font-weight:bold; color:#c10102; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price { font-weight:bold; color:#202020; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-family: Verdana, Arial; font-size:13px; font-weight:bold; color:#c00; }

.oferta-tier {color: #6aa853; font-size: 18px;}
/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:none; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* 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 { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

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

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
/*.price-box-bundle .price { color:#555; }*/
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; margin-top: 3px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { }

.product-essential { padding:25px; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
.product-view .product-img-box .zoom-hint { font-size: 9px; color: #3F2B1B; text-align: center; vertical-align: bottom; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:400px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0; }
.product-view .product-shop .product-name h1 { font-family: 'minionmed'; font-size: 24px; color:#3F2B1B; margin:0; }
.product-view .product-shop .product-brand h2, .product-view .product-shop .product-brand p { font-family: 'minionmed'; font-size: 20px; color:#444; margin:0; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { display: none; margin:10px 0; padding:10px 0 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

.product-view .product-shop .rating-box { margin-right: 8px; }
.product-view .product-shop .review-link { color:#3F2B1B; text-decoration: underline; cursor: pointer; cursor: hand; }

/* Premios */
.product-view .product-shop .product-awards { float: right; }

/* Opciones de producto configurable */
.product-view .product-shop .conf-options { margin-top: 15px; padding-left: 10px; }
.product-view .product-shop .conf-options .np-1 { margin-top: 40px; }
.product-view .product-shop .conf-options .np-2 { margin-top: 30px; }
.product-view .product-shop .conf-options .np-3 { margin-top: 20px; }
.product-view .product-shop .conf-options .np-1 .add-to-cart { margin-top: 30px; }
.product-view .product-shop .conf-options .np-2 .add-to-cart { margin-top: 20px; }
.product-view .product-shop .conf-options .np-3 .add-to-cart { margin-top: 10px; }
.product-view .product-shop .product-presentation { font-size: 14px; font-weight: bold; color:#3F2B1B; margin: 0; }
.product-view .product-shop .agotado {display: inline-block; padding-left: 5px; font-size: 15px;}
.product-view .product-shop .price-box { font-size: 13px; margin-top: 5px; }
.product-view .product-shop .price-label { font-weight: normal; color: #444; }
.product-view .product-shop .price { font-family: Verdana, Arial; }
.product-view .product-shop .special-price .price { font-size: 15px; }

.product-view .product-shop .conf-options .add-to-cart { padding-left: 98px; }
.product-view .product-shop .conf-options .add-to-cart .input { padding-top: 1px; margin-right: 8px; }
.product-view .product-shop .conf-options .add-to-cart label { font-size: 13px; font-weight: normal; color:#3F2B1B; }
.product-view .product-shop .conf-options .add-to-cart input.qty { width:20px !important; text-align: center; }

.product-view .product-shop .shipping-note { margin-top: 30px; }
.product-view .product-shop .shipping-note p { margin: 0; }
.product-view .product-shop .shipping-note p.big { font-family: 'minionmed'; font-size: 19px; padding-left: 150px; line-height: 22px; }
.product-view .product-shop .shipping-note p.small { font-size: 13px; padding-left: 240px; }

/* Product Options */
.product-options { margin:15px 0 15px 0; padding:0; }
.product-options dt { float:left; width: 150px; padding:0; font-weight:normal; }
.product-options dt label { font-size: 13px; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd {float:left; width: 230px; padding:0; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { padding:15px 20px; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }

/** Cambios NV **/
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-shop .product-options-bottom { margin:0; padding: 0;}
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; display: none;}
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; display:none;}
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; display:none;}

/* Tabs del producto */
.product-tabs { border-bottom: 1px solid #477037; height: 30px; }
.product-tabs li { float: left; margin-right: 5px; cursor: pointer; cursor: hand; }
.product-tabs li div { font-family:'minionmed'; font-size: 15px; text-transform: uppercase; height: 30px; }
.product-tabs li div.tab-left,
.product-tabs li div.tab-right,
.product-tabs li div.tab-content { line-height: 35px; }
.product-tabs li.active div.tab-left { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/tab-left.gif') no-repeat left; padding-left: 6px; }
.product-tabs li.active div.tab-right { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/tab-right.gif') no-repeat right; padding-right: 6px; }
.product-tabs li.active div.tab-content { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/tab-content.gif') repeat-x; }
.product-tabs h2 { font-family:'minionmed'; font-size: 15px; height:30px; line-height: 35px; text-transform: uppercase; color: #2f2f2f; }
.product-tabs li.active h2,  .product-tabs li.active p{ color: white; }

/* Anchos de los tabs */
.product-tabs #product_tabs_description { width: 130px; }
.product-tabs #product_tabs_composicion { width: 133px; }
.product-tabs #product_tabs_dosis { width: 240px; }
.product-tabs #product_tabs_observations { width: 148px; }
.product-tabs #product_tabs_brand { width: 155px; }
.product-tabs #product_tabs_reviews { width: 122px; }

/* Formato de los tabs */
.product-tabs-content { font-size: 17px; text-align: left; padding: 20px 100px 10px 100px;  }
.product-tabs-content p { margin-bottom: 17px; }
#product_tabs_description_contents ul,
#product_tabs_dosis_contents ul,
#product_tabs_observations_contents ul { list-style: disc; margin-left: 35px; margin-bottom: 20px; }
#product_tabs_description_contents ol,
#product_tabs_dosis_contents ol,
#product_tabs_observations_contents ol { list-style: decimal; margin-left: 35px; margin-bottom: 20px; }


#product_tabs_description_contents { }
#product_tabs_description_contents h2 { margin: 15px 0; color: #3F2B1B; }

#product_tabs_composicion_contents { }
#product_tabs_composicion_contents table {width: 100%; }
#product_tabs_composicion_contents table th,
#product_tabs_composicion_contents table td { vertical-align: middle; height: 40px; border-bottom: 1px solid #E4E4E4; font-size: 15px; }
#product_tabs_composicion_contents table th { font-weight: bold; text-align: center; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/tab-table-th.gif') repeat-x; }
#product_tabs_composicion_contents table .val,
#product_tabs_composicion_contents table .cdr { text-align: center; }
#product_tabs_composicion_contents table th.sep { width: 60px; }
#product_tabs_composicion_contents .otros-ingredientes { font-size: 12px; margin-bottom: 0; }

#product_tabs_dosis_contents { }
#product_tabs_dosis_contents h2 { margin: 15px 0; color: #3F2B1B; }

#product_tabs_observations_contents { }
#product_tabs_observations_contents h2 { margin: 15px 0; color: #3F2B1B; }

#product_tabs_brand_contents { }
#product_tabs_brand_contents h2 { margin: 15px 0; color: #3F2B1B; }

/* Eliminar banner de marca en ajax */
#product_tabs_brand_contents { /*padding-top: 0; */}
#product_tabs_brand_contents #banner-marca, #product_tabs_brand_contents #ocultar-datos-marcas { display: none; }

#product_tabs_reviews_contents .pager { display: none; }
#product_tabs_reviews_contents .advancedreviews-summary-block table th { }
#product_tabs_reviews_contents .advancedreviews-summary-block .star-name,
#product_tabs_reviews_contents .advancedreviews-summary-block .star-line,
#product_tabs_reviews_contents .advancedreviews-summary-block .star-count { }
#product_tabs_reviews_contents .advancedreviews-summary-block .advancedreviews-reviews-count { padding-right: 25px; }
#product_tabs_reviews_contents .box-reviews h2 { font-weight: bold; padding-bottom: 5px; color: #3F2B1B; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-hor.gif') repeat-x bottom; }
#product_tabs_reviews_contents .box-reviews dl { margin-bottom: 25px; }
#product_tabs_reviews_contents .box-reviews dt { font-weight: bold; margin-top: 15px; margin-bottom: 12px; }
#product_tabs_reviews_contents .box-reviews .ratings-table th { font-size: 17px; line-height: 20px; font-weight: normal; width: 150px; }
#product_tabs_reviews_contents .box-reviews .ratings-table .rating-box { margin-top: 4px; }
#product_tabs_reviews_contents .box-reviews .detail {margin-bottom: 0; font-style: italic;}
#product_tabs_reviews_contents .box-reviews .who small { font-size: 14px; font-weight: normal; }
#product_tabs_reviews_contents .box-reviews .who small .posteada { font-style: italic; }
#product_tabs_reviews_contents .box-reviews .nota-tu-email {font-size: 10px; margin-left: 12px;}
#product_tabs_reviews_contents .box-reviews .answer {border: 1px solid #6AA853; padding: 10px; margin: 0 10px 10px 10px;}
#product_tabs_reviews_contents .box-reviews .titulo-answer {font-size: 12px; font-style: italic; margin-left: 10px;}
#product_tabs_reviews_contents .pros { margin-top: 10px; margin-bottom: 0; }
#product_tabs_reviews_contents .recommed { margin-top: 0px; margin-bottom: 0; }
#product_tabs_reviews_contents .share { margin-top: 10px; margin-bottom: 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; padding-top: 7px; padding-bottom: 7px; }
#product_tabs_reviews_contents .cons { margin-top: 0px; margin-bottom: 0; }
#product_tabs_reviews_contents .no-reviews { padding: 5px 10px; border: 1px solid #c0c0c0; background: #f4f4f4; }
#product_tabs_reviews_contents .no-reviews { margin-bottom: 20px; }
#product_tabs_reviews_contents .no-reviews p { margin-bottom: 0px; }
#product_tabs_reviews_contents .no-reviews .title { font-weight: bold; color: #477037; }

#review-form { margin-top: 35px; }
#review-form h3 { display: none; }
#review-form h4 { font-size: 17px; font-weight: bold; margin-top: 15px; margin-bottom: 8px; color: #2f2f2f; }
#review-form .form-left { float: left; }
#review-form .form-right { float: left; margin-left: 34px; width: 352px; }
#review-form .form-list select { width: 347px; padding: 4px; }
#review-form .form-list input { width: 336px; }
#review-form .form-list .control input { width: auto; }
#review-form .form-list textarea { display: inline-block; vertical-align: bottom; width: 335px; height: 199px; }
#review-form .form-list .input-box { width: auto; }
#review-form .submit-review  { vertical-align: middle; text-align: right; margin: 15px 0 25px 0; padding-right: 35px; }
#review-form .submit-review .required { float: left; padding-left: 6px;}

#product-review-table { margin: 15px 0 25px 0; }
#product-review-table th,
#product-review-table td { color: #444; }
#product-review-table td { text-align: center; }
#product-review-table em { font-size: 15px; }

#product_tabs_reviews_contents .form-list { padding-left: 5px; }
#product_tabs_reviews_contents .form-list label { font-weight: normal; color: #444; }
#product_tabs_reviews_contents .buttons-set { margin-top: 5px; border-top: none; text-align: left; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

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

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* Block presesntacion */
.presentacion p{
  margin-top: 10px;
  text-align: justify;
  font-size: 17px;
  margin-bottom: 20px;
}

/* Send a Friend */
.sendfriend-product-send .col1-layout .col-main { width: 480px; float: left; padding-right: 0px; }

.sendfriend-product-send .send-friend-product-slogan img { float:left; }  
.sendfriend-product-send .slogan-recomiendalo { font-family: 'minionmed'; font-size: 22px; padding-top: 15px; padding-right: 20px; text-align: right; }
.sendfriend-product-send .slogan-send-friend { clear: both; margin: 5px 0 5px 0; padding-top: 5px; font-family:"Arial"; font-size: 14px; text-align: left; }

.sendfriend-product-send .send-friend-product { clear:both; overflow: hidden; border-top: solid 1px #3F2B1B; padding: 5px 0; margin: 0; }  
.sendfriend-product-send .send-friend-product img { float:left }
.sendfriend-product-send .send-friend-product h1 { font-family:'minionmed'; font-size: 24px; color:#3F2B1B; margin: 0; }
.sendfriend-product-send .send-friend-product span { font-size:18px; }
.sendfriend-product-send .send-friend-product .name-brand { display: table; width: 350px; height:120px; }
.sendfriend-product-send .send-friend-product .name-brand .mid { display: table-cell; height:120px; text-align: center; vertical-align:middle; }

.sendfriend-product-send .messages { width: 415px; }

.send-friend { padding-left: 40px; }
.send-friend .form-list { width:415px; overflow:hidden; clear:both; }
.send-friend .form-list li { text-align: left; }
.send-friend .form-list li p { margin:0 23px 0 0; }
.send-friend .form-list label { float:none; text-align: left; font-size: 16px; font-weight: normal; }
.send-friend .form-list .field { float:none; width:400px; padding-left: 5px; } 
.send-friend .form-list input { margin-bottom: 8px; }
.send-friend .form-list input.input-text { width:390px; }
.send-friend .form-list li.wide { padding: 5px; }
.send-friend .form-list li.wide textarea { width:390px; height: 50px; margin-top:6px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }

.send-friend .add_recipient { cursor:pointer; text-align: center; margin-bottom: 10px; }
.send-friend .additional-row { margin-top: 5px; height: 120px; }
.send-friend .additional-row li { margin-top: 4px; }
.send-friend .additional-row p { float:right; }
.send-friend .additional-row .field { }

.send-friend .buttons-set { padding-right:50px; }

/** Custom Recaptcha **/
.sendfriend-product-send  #recaptcha_widget { width: 380px; }
.sendfriend-product-send .fieldset-captcha {
  clear: both;
  padding: 10px 10px;
  margin: 0 0 15px 0;
  border: 1px solid silver;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}

.send-friend span.recaptcha {
  display:block;  
  width: 400px;
  margin: 0px 0px 5px 0px;
  font-size: 16px;
  font-family: arial;
  font-weight: normal;
  text-align: left;
}

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


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table { margin-top: 15px; }
.cart-table th { font-size: 14px; padding:2px 10px; color:#404040; }
.cart-table td { padding:10px; vertical-align: middle; }
.cart-table .product-name,
.cart-table .product-name a { font-size:14px; font-weight:bold; margin:0 0 5px; color:#477037; text-decoration: none; }
.cart-table .product-present { font-size:13px; font-weight:bold; color: #666; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }

.cart-table .item-options dt {display:none;}
.cart-table .item-options dd {padding:0;}

/* Shopping Cart Collateral boxes */
.cart .cart-pre-collaterals { padding-bottom: 10px; border-bottom: 1px solid silver; }
.cart .cart-pre-collaterals .col-1 { padding-top: 6px; }
.cart .cart-pre-collaterals .col-3 .checkout-types { padding-right: 3px; text-align: right; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:15px 0 0; }
.cart .cart-collaterals .col3-set { margin-top: 25px; }
.cart .cart-collaterals .col-1 { padding-top:0px; width: 165px; padding-right: 10px; }
.cart .cart-collaterals .col-2 { margin: 0 10px 0 10px; padding: 0 20px 0 20px; width: 240px; border-right: 1px solid #ddd; border-left: 1px solid #ddd; }
.cart .cart-collaterals .col-3 { float: left; width: 210px; padding-left: 10px; }
.cart .cart-collaterals .col-3 .label { width: 190px;  }
.cart .cart-collaterals .col-3 .checkout-types { margin-top: 40px; text-align: right; }
.cart .cart-collaterals .col-3 .checkout-types button{ float:left; }
.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { }
.cart .discount h2,
.cart .shipping h2 { font:18px/22px 'minionmed', Arial, Helvetica, sans-serif; padding:0; color:#477037; }
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount .input-box { float: left; margin:8px 0 0; width:135px; }
.cart .discount input.input-text { width:124px; }
.cart .discount .buttons-set.apply a {
	padding: 3px 0 0 10px;
    height: 28px;
    background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno_verde.gif) no-repeat left top;
    color: #477037;
	display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}
.cart .discount .buttons-set.apply {
	clear: none;
    padding: 9px 10px 0 0;
    margin-right: 0px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno_verde.gif) no-repeat right -131px;
    clear:none;
}
.cart .discount .popup-window {width: 202px;}

.cart .discount-reward { margin-top: 5px; }
.cart .discount-reward p { margin-top: 10px; }
.cart .discount-reward .coupon-code { color: red; }

.cart .shipping { min-height: 150px; } 
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_divider1.gif) 0 0 repeat-x; }

.cart .shipping .form-list label { font-weight: normal; }

.cart .shipping .gastos-trigger { color: #477037; cursor: hand; cursor: pointer; text-decoration: underline; }
.cart .shipping .gastos-window { display: none; padding-top: 10px; }

.cart .shipping .sp-methods .envio-gratis-desde{padding-left: 18px;}
.shipment-methods  .envio-gratis-desde{padding-left: 15px;}

/* Shopping Cart Totals */
.cart .totals { margin-bottom: 15px; padding-top:0px; border-top: 1px solid #c0c0c0; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td,
.cart .totals th { padding:1px 15px 1px 7px; font-size:14px; }
.cart .totals td {}
.cart .totals tfoot { margin-top: 10px; }
.cart .totals tfoot tr { background: #f0f0f0; }
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; font-size:20px; font-weight: bold; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Carrito vacio */
.cart-empty .buttons-set { margin-right: 120px; }

/* Comprados por otros clientes */
.checkout-cart-index .pre_footer { margin-top: 10px; }
 
/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.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 .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }


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


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.onestepcheckout-index-index .page-tabs-container,
.onestepcheckout-index-index .header-container .top-container, 
.onestepcheckout-index-index .top_cart_cont,
.onestepcheckout-index-index .header .links,
.onestepcheckout-index-index .header .quick-access,
.onestepcheckout-index-index .footer-container .footer .footer_sep,
.onestepcheckout-index-index .footer-container .footer .medios_pago,
.onestepcheckout-index-index .footer-container .footer .info,
.onestepcheckout-index-index .footer-container .footer .compra,
.onestepcheckout-index-index .footer-container .footer .siguenos,
.onestepcheckout-index-index .footer-container .footer .footer_siguenos_media,
.onestepcheckout-index-index .footer-container .footer .sep_marron,
.onestepcheckout-index-index .footer-container .footer .footer-legal
{display: none;}
.onestepcheckout-index-index .header .contact-container {margin: 15px 0 0 8px;}

.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }

/* Payment method */
.payment-methods .popup-window { bottom: inherit; top:18px; width: 330px; padding: 5px; }
.payment-methods .popup-window p { margin-bottom: 5px; }
.payment-methods .small {font-size: 11px; text-decoration: underline;}
.payment-methods .checkmo-mailing-address ul {list-style: square; padding-left: 30px;}

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


/* Account Login/Create Pages ============================================================
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_buttons-set1.gif) 0 0 repeat-x; }
*/
.account-login .content { 
  min-height:230px;
  padding:10px 21px; 
  font-size: 14px;
  border-top: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  border-bottom: 0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-radius: 10px 10px 0px 0px;
  background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg-box-title.gif) top left repeat-x #F8F8F8;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}

.account-login .content h2 {
  font-family:'minionmed'; 
  font-size: 18px;
  font-weight:bold;
  margin:0 0 25px; 
  padding:0 0 5px 23px; 
  background-position:0 3px;
  background-repeat:no-repeat;
  color:#3F2B1B;
}
.account-login .new-users, .account-login .registered-users {  }
.account-login .new-users h2 { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_page2.gif); }
.account-login .buttons-set {
  border-top:0; 
  margin:0;
  padding:8px 15px 10px 15px;
  border-top: 0;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-radius: 0px 0px 10px 10px;

  background: #F8F8F8; /*fallback for non-CSS3 browsers*/
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#F8F8F8) to(#E8E8E8)); /*old webkit*/
  background: -webkit-linear-gradient(#F8F8F8, #E8E8E8); /*new webkit*/
  background: -moz-linear-gradient(#F8F8F8, #E8E8E8); /*gecko*/
  background: -ms-linear-gradient(#F8F8F8, #E8E8E8); /*IE10*/
  background: -o-linear-gradient(#F8F8F8, #E8E8E8); /*opera 11.10+*/
  background: linear-gradient(#F8F8F8, #E8E8E8); /*future CSS3 browsers*/
  -pie-background: linear-gradient(#F8F8F8, #E8E8E8); /*PIE*/

  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}
.account-login .new-users ul { list-style: disc; padding-left: 20px; }
.account-login .buttons-set a { color: #477037; }
.account-login label { font-weight: normal; color: black; }

.account-create-left { float: left; width: 470px; margin: 20px 0 25px 0px; }

.account-create-left .newsletter-info { margin-top: 10px; }
.account-create-left .personal-info .customer-name .field { float: left; }
.account-create-left .back-link { display: none; }
.account-create-left label { font-weight: normal; font-size: 14px; }
.account-create-left .checks-info label { font-weight: normal; font-size: 12px; }
.account-create-left .checks-info label a { color: black; }
.account-create-left .required { text-align: left; }
.account-create-left li { margin-bottom: 15px; }
.account-create-left li{ margin-bottom: 15px; }
.account-create-left .checks-info li { margin-bottom: 0; }
.account-create-left .buttons-set { padding-right: 40px; }

.forgot-password { font-size: 14px; }
.forgot-password label { font-weight: normal; }
.forgot-password .back-link { display: none; }

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


/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .back-link { display: none; }
.my-account .required { }
.my-account .fieldset { margin-right: 50px; padding-top: 25px; }
.my-account, .invite-list { font-size: 14px; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 1em 1.5em 0; }
.dashboard .welcome-msg p { }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
/*
.box-account { background:#fff url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }
*/

.my-account .page-title { margin-bottom: 15px; }

.box-account { 
  padding: 10px 15px 15px 15px; 
  margin: 0 0 20px;
  border: 1px solid #C0C0C0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg-box-title.gif) top left repeat-x #F8F8F8;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}
.box-account .box-head { 
  margin:0 0 18px; 
  text-align:right;
  padding:0 0 5px 0; 
}
.box-account .box-head h2 { 
  float:left; 
  margin:0; 
  background-position:0 3px;
  background-repeat:no-repeat; 
  padding-left:25px; 
  font-family:'minionmed'; 
  font-size: 18px;
  font-weight:bold;
  color:#3F2B1B;
}

.dashboard .box .box-title { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:14px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2, .my-account .box-history .box-head h2 { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_folder-table.gif); }
/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }
.dashboard .box-info .col2-set .col-2 { display: none; }
.dashboard .box-info .col2-set .box .col-2 { display: block; }

/* Block: Newsletter*/
.dashboard .box-newsletter .box-head h2 { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon_newsletter.gif); }

/* Block: Invites */
.dashboard .box-invites {display:none;}
.dashboard .box-invites .box-head h2 { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon-invitation.png); }

/* Block: Invite List */
.invite-list .form-list .field.name { width: 285px; }
.invite-list input.name  { width: 250px; }
.invite-list .form-list .field.email { width: 380px; }
.invite-list input.email { width: 370px; }
.invite-list .buttons-set { padding-right: 35px; }

/* Block: Reviews */
.dashboard .box-reviews { display: none; }
.dashboard .box-reviews .box-head h2 { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-family:'minionmed';  font-size: 16px;  font-weight:bold;  color:#3F2B1B; text-transform: uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; text-align: right; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { }
.addresses-list li.empty { }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional h2 { padding: 11px 0 7px 0; margin-bottom: 15px; border-bottom: 1px solid gray; }
.addresses-list .addresses-additional li.item { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #CCC; }
.addresses-list .addresses-primary .item {
  padding: 10px 15px 15px 15px; 
  margin: 0 0 20px;
  border: 1px solid #C0C0C0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg-box-title.gif) top left repeat-x #F8F8F8;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}
.addresses-list .addresses-primary .item .box-head {
  margin:0 0 18px; 
  padding:0 0 5px 0; 
}
.addresses-list .addresses-primary .item .box-head h2 {
  float:left; 
  margin:0; 
  background-position:0 3px;
  background-repeat:no-repeat; 
  padding-left:0px; 
  font-family:'minionmed'; 
  font-size: 16px;
  font-weight:bold;
  color:#3F2B1B;
}

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { text-align: right; margin: 10px 0; padding-right: 5px; }

.order-info-box { }
.order-info-box h3 { font-weight:bold; font-size:13px; }
.order-info-box .row { margin-bottom: 10px;}
.order-info-box, .order-details { 
  padding: 10px 15px 15px 15px; 
  margin: 0 0 20px;
  border: 1px solid #C0C0C0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg-box-title.gif) top left repeat-x #F8F8F8;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}
.order-info-box .box-head,
.order-details .box-head { 
  margin:0 0 18px; 
  text-align:right;
  padding:0 0 5px 0; 
}
.order-info-box .box-head h2,
.order-details .box-head h2 { 
  float:left; 
  margin:0; 
  background-position:0 3px;
  background-repeat:no-repeat; 
  padding-left:0px; 
  font-family:'minionmed'; 
  font-size: 18px;
  font-weight:bold;
  color:#3F2B1B;
}
.order-info-box .col-1, .order-info-box .col-2 { width: 40%; }

.order-items { overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }
.order-items thead { font-size: 14px; }
.order-items thead tr { border-bottom: 1px solid gray; margin-bottom: 5px; }
.order-items tfoot { margin-top: 25px; }
.order-items .item-options dt {display:none;}

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about th { font-weight:bold; width: 150px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }

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

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { margin:0 0 5px; }
.footer .footer_sep { width:100%; margin: 15px 0;}
.footer .footer_sep .izda{ width:7px; height: 21px; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/footer_sep_i.jpg) }
.footer .footer_sep .cent{ height: 21px; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/footer_sep_c.jpg) }
.footer .footer_sep .dcha{ width:7px; height: 21px; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/footer_sep_d.jpg) }
.footer { width:975px; margin:0 auto; padding:0px 10px 50px; }
/*
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
*/
/*
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
*/
/* Blocks */
.footer .footer_block { float:left; }
.footer .medios_pago { width:200px; margin: 0px 35px 0px 5px; }
.footer .medios_pago td {text-align: center; padding-bottom: 10px; vertical-align: middle; width: 120px;}
.footer .info { width:200px; margin-right:35px; }
.footer .compra { width:200px; margin-right:35px; }
.footer .siguenos { width:245px; }
.footer .siguenos p.destacado { text-align:left; font-size:14px; margin-bottom:13px; font-family:'nvarial',Arial; }
.footer .siguenos p.policy  { text-align:left; font-size:11px; }
.footer .siguenos p.policy a { text-decoration: underline; }
.footer .siguenos p.bloglink,
.footer .siguenos p.sociallinks { text-align:left; font-size:12px; }
.footer .siguenos p.bloglink a,
.footer .siguenos p.sociallinks a { text-decoration: underline; }
.footer .siguenos p.policy a:hover,
.footer .siguenos p.bloglink a:hover,
.footer .siguenos p.sociallinks a:hover { text-decoration: none; }
.footer .siguenos p.bloglink img { vertical-align:middle; }
.footer .siguenos p {text-align: left;margin: 0;}
.footer .footer-legal { text-align: justify; font-size: 10px; color: #808080;}
.footer .footer-legal p { margin:5px 0; }

/* Link list */
.footer ul { margin-top:10px; margin-left: 0px;}
.footer ul.links { display:block; padding-left: 0; }
.footer li { display:block; text-align:left; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bullet_marron.gif) 5px center no-repeat; padding:0 0 0 18px; line-height: 30px; border-bottom: 1px solid #477037;}
.footer li.last { text-align:left; background:none; padding-right:0 !important; }
/* Copy */
.footer address { margin:0 0 15px; color:#3F2B1B; text-align: center; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
/* Texts */
.footer .title_h3 { font-family:'minionmed'; font-size: 16px; text-align:left; text-transform: uppercase; color: #3F2B1B; margin-bottom:0px;}
.footer a { color:#404040; text-decoration:none; }
.footer a:hover { text-decoration:underline; }

.social_block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

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

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.pre_footer:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.order-info-box .box-head:after,
.order-details .box-head:after,
.addresses-list .addresses-primary .item .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Banner Home ============================================================================ */

#ban_telobuscamos { margin: 30px 16px 10px 10px; padding-bottom: 20px;  background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-hor.gif) repeat-x bottom; }
#ban_telobuscamos h3, #ban_telobuscamos .old-h3 { font-family: 'minionmed'; font-size: 21px; line-height: 26px; text-align: center; color: #3F2B1B; }
#ban_telobuscamos img.bote { float: right; margin-left: 5px; }
#ban_telobuscamos .link { margin-top: 30px; margin-right: 10px; text-align: right; }
#ban_telobuscamos span { font-family: 'minionmed'; font-size: 18px; line-height: 24px; text-align: center; color: #3F2B1B; text-decoration: none; }
#ban_telobuscamos span:hover { text-decoration: underline; }
#ban_telobuscamos span img { margin-left: 10px; }

#ban_apuntes { margin: 10px 15px 10px 5px; }
#ban_apuntes h3, #ban_apuntes .old-h3 { font-family: 'minionmed'; font-size: 21px; line-height: 25px; text-align: center; color: #3F2B1B; }
#ban_apuntes .texto { font-family: 'minionmed'; font-size: 22px; line-height: 26px; text-align: center; color: #404040 }
#ban_apuntes .button { text-align: right; padding-right: 5px; }
#ban_apuntes button,  #ban_apuntes .button a{ margin-top: 15px; margin-bottom: 5px; }

#ban_envios { float: left; width: 240px; height: 120px; margin-top: 20px; padding: 25px 10px 10px 10px; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-vert.gif) repeat-y left; }
#ban_envios img.portab { float: left; margin-right: 5px; padding-top: 5px; }
#ban_envios h3 { font-family: 'minionmed'; font-size: 21px; line-height: 26px; text-align: center; color: #3F2B1B; }
#ban_envios h3 a { text-decoration: none; color: #3F2B1B; }
#ban_envios h3 a:hover { text-decoration: underline; }
#ban_envios .old-h3 { font-family: 'minionmed'; font-size: 21px; line-height: 26px; text-align: center; color: #3F2B1B; }
#ban_envios .old-h3 a { text-decoration: none; color: #3F2B1B; }
#ban_envios .old-h3 a:hover { text-decoration: underline; }
#ban_envios .texto { float: left; }
#ban_envios .notas { padding-left: 3px; }
#ban_envios .notas .txt1 { font-size: 12px; color: #2F2F2F; }
#ban_envios .notas .txt2,
#ban_envios .notas .txt3 { font-size: 10px; color: #2F2F2F; display:block; text-align:center;}

#ban_cupones { float: left; width: 200px; height: 145px; margin-top: 20px; padding: 0px 5px 10px 10px; text-align: center; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-vert.gif) repeat-y left; }
#ban_cupones img.desc { padding-top: 0px; }
#ban_cupones h3,
#ban_cupones h3 a { font-family: 'minionmed'; margin-top: 10px; padding-right: 16px; font-size: 21px; line-height: 24px; text-align: center; color: #3F2B1B; }
#ban_cupones h3 a { text-decoration: none; }
#ban_cupones h3 a:hover { text-decoration: underline; }
#ban_cupones h3 .txt1 {}
#ban_cupones h3 .txt2 { font-size: 14px; }
#ban_cupones h3 .txt3 {}
#ban_cupones .old-h3,
#ban_cupones .old-h3 a { font-family: 'minionmed'; margin-top: 10px; padding-right: 16px; font-size: 21px; line-height: 24px; text-align: center; color: #3F2B1B; }
#ban_cupones .old-h3 a { text-decoration: none; }
#ban_cupones .old-h3 a:hover { text-decoration: underline; }
#ban_cupones .old-h3 .txt1 {}
#ban_cupones .old-h3 .txt2 { font-size: 14px; }
#ban_cupones .old-h3 .txt3 {}
#ban_cupones .bullet { position: relative; top: -30px; right: -85px; }

#ban_descuento { float: left; width: 235px; height: 145px; margin-top: 20px; padding: 0px 10px 10px 15px; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-vert.gif) repeat-y left; }
#ban_descuento #info-descuento { position:relative; float: right; cursor: pointer; cursor: hand; }
#ban_descuento #info-descuento-wnd { display: none; position: absolute; top:18px; right: 0; padding: 8px; width:215px; height: 55px; background: white; border: 1px solid black; }
#ban_descuento h3, #ban_descuento .old-h3 { font-family: 'minionmed'; font-size: 22px; line-height: 28px; color: #3F2B1B; }
#ban_descuento .txt { font-size: 22px; color: #404040; }
#ban_descuento p.policy { text-align:left; font-size:11px; }
#ban_descuento p.policy a { text-decoration: underline; color: #404040; }
#ban_descuento p.policy a:hover { text-decoration: none; }

#ban_descuento_primera_compra { float: left; width: 235px; height: 145px; margin-top: 20px; padding: 0px 10px 10px 15px; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-vert.gif) repeat-y left; }
#ban_descuento_primera_compra img {width: 94%;}
#ban_descuento_primera_compra .texto-descuento { vertical-align: bottom; padding:15px 0 0 15px; font-family: 'minionmed'; font-size: 21px; font-weight: bold; text-align: left; color: #3F2B1B; }
#ban_descuento_primera_compra .texto-descuento-dos { padding:0; margin: 0; font-family: 'minionmed'; font-size: 21px; font-weight: bold; text-align: left; color: #2f2f2f; text-align: center;}
#ban_descuento_primera_compra .button {text-align: center; padding-top: 5px; width: 85%;}

/* Banner Layered ============================================================================ */

#ban_envios_layer { width: 220px; height: 130px; margin-top: 20px; margin-bottom: 20px; padding: 25px 10px 10px 0px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/sep_pto_marron_big.gif') repeat-x left bottom;}
#ban_envios_layer img.portab { float: left; margin-right: 10px; padding-top: 5px; }
#ban_envios_layer h3, #ban_envios_layer .old-h3 { font-family: 'minionmed'; font-size: 22px; line-height: 26px; text-align: center; color: #3F2B1B; }
#ban_envios_layer .texto { float: left; }
#ban_envios_layer .notas { line-height: 20px; width: 150px; }
#ban_envios_layer .notas .txt1 { font-size: 12px; }
#ban_envios_layer .notas .txt2 { font-size: 10px; }

#ban_apuntes_layer { margin: 10px 15px 10px 5px; }
#ban_apuntes_layer h3, #ban_apuntes_layer .old-h3 { font-family: 'minionmed'; font-size: 21px; line-height: 25px; text-align: center; color: #3F2B1B; }
#ban_apuntes_layer .texto { font-family: 'minionmed'; font-size: 22px; line-height: 26px; text-align: center; color: #404040 }
#ban_apuntes_layer .button { text-align: right; padding-right: 5px; }
#ban_apuntes_layer button { margin-top: 15px; margin-bottom: 5px; }

#ban_telobuscamos_layer { margin: 20px 20px 10px 10px; }
#ban_telobuscamos_layer h3, #ban_telobuscamos_layer .old-h3 { font-family: 'minionmed'; font-size: 26px; line-height: 32px; text-align: center; color: #3F2B1B; padding-left: 100px; width: 350px; }
#ban_telobuscamos_layer img.bote { float: left; margin: 0 25px; }
#ban_telobuscamos_layer .link { margin-top: 5px; text-align: right; margin-right: 100px; }
#ban_telobuscamos_layer button span { font-size: 18px; }

#ban_telobuscamos_layer p { font-family: 'minionmed'; font-size: 26px; line-height: 32px; text-align: center; color: #3F2B1B; padding-left: 100px; width: 350px; font-weight: bold; margin: 0 0 5px;}


#ban_invita_ahorra_layer .button {text-align: center;}

#ban_descuento_primera_compra_layer { width: 220px;}
#ban_descuento_primera_compra_layer img { width: 98%;}
#ban_descuento_primera_compra_layer .texto-descuento { vertical-align: bottom; padding:15px 0 0 15px; font-family: 'minionmed'; font-size: 21px; font-weight: bold; text-align: left; color: #3F2B1B; }
#ban_descuento_primera_compra_layer .texto-descuento-dos { padding:0; margin: 0; font-family: 'minionmed'; font-size: 21px; font-weight: bold; text-align: left; color: #2f2f2f; text-align: center;}
#ban_descuento_primera_compra_layer .button {text-align: center; padding-top: 5px;}

.catalogsearch-result-index .col1-layout #ban_telobuscamos_layer { display: none; }

/* Banner Product ============================================================================ */

#ban_ventajas { margin-top: 10px; margin-bottom: 20px; width: 229px; }
#ban_ventajas .top { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/ventajas-bg-top.gif') no-repeat; height: 14px; }
#ban_ventajas .wrap { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/ventajas-bg-left.gif') left repeat-y; }
#ban_ventajas .bottom { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/ventajas-bg-bottom.gif') no-repeat; height: 14px; }
#ban_ventajas .content { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/ventajas-bg-right.gif') right repeat-y; padding: 0 10px; }

#ban_ventajas .mini { height: 120px; padding: 10px 0 5px 0; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/sep_pto_marron.gif') bottom repeat-x; }
#ban_ventajas .mini .big { font-family: 'minionmed'; font-size: 20px; line-height: 24px;  text-align: center; margin-bottom: 0; }
#ban_ventajas .mini .small,
#ban_ventajas .mini .small2 { font-size: 12px; text-align: center; }
#ban_ventajas img { float: left; margin-right: 8px; }

#ban_ventajas .marcas { padding-top: 0; padding-left: 0; height: 90px; }
#ban_ventajas .marcas img { margin-right: 0; }
#ban_ventajas .marcas .big { }
#ban_ventajas .seguro { height: 105px; padding-top: 15px; }
#ban_ventajas .seguro img { }
#ban_ventajas .seguro .small {text-align: right;}
#ban_ventajas .seguro .big { font-size: 18px; margin-bottom: 7px;}
#ban_ventajas .gastos { }
#ban_ventajas .gastos img { }
#ban_ventajas .gastos .big { padding-top: 10px; margin-bottom: 7px; }
#ban_ventajas .gastos .small { text-align: center; padding-left: 50px; font-size: 12px; margin-bottom: 0; }
#ban_ventajas .gastos .small2 { text-align: center; padding-left: 50px; font-size: 11px; }
#ban_ventajas .gastos a {color:#2f2f2f; text-decoration:none;}
#ban_ventajas .garantia { background: none; height: 90px; }
#ban_ventajas .garantia img { }
#ban_ventajas .garantia .big { }

#ban_ventajas .otro { height: 60px; background: none; }

/* Banner Registro ============================================================================ */

#ban_registro { float: right; margin: 0px 15px 0 10px; }
#ban_registro .ventaja { font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 60px; vertical-align: middle; border-bottom: 1px solid #C0C0C0; color: #3F2B1B; }
#ban_registro .ventaja.first { font-family: 'minionmed'; color: #477037; }
#ban_registro .ventaja.last { }
#ban_registro .ventaja img { text-align: center; vertical-align: middle; }
#ban_registro .descuento { margin-top: 15px; margin-bottom: 15px; }
#ban_registro .texto-descuento { padding:5px 0 0 15px; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; text-align: center; color: #477037; }


/* PÃ¡gina estÃ¡tica ============================================================================ */

.static-page { font-size: 14px}
.static-page small { font-size: 13px; color: #666; }
.static-page h1 { font-family: 'minionmed'; font-size: 24px; color: #477037; padding: 0 0 10px 0; margin-bottom:25px; }
.static-page h1 { background: none; padding: 0; margin: 0; padding-bottom: 5px; }
.static-page p { margin: 0 0 10px 0; }
.static-page ul.page-menu-list { margin-left:0;  }
.static-page .page-menu-list li { display: inline; padding: 0 60px 0 15px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bullet_marron.gif') no-repeat left center; }
.static-page .page-menu-list li:last-child { padding-right: 0;}
.static-page .page-menu-list li a { white-space:nowrap; font-family: 'minionmed'; font-size: 20px; color: #3F2B1B; text-decoration: none; }
.static-page .page-menu-list li a:hover { text-decoration: underline; }
.static-page .page-menu { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-hor.gif') repeat-x bottom; padding: 0 0 10px 0; margin-bottom:20px; }

.static-page.narrow { width: 775px; margin: 0 auto; }

#page-teayudamos h1 a,
#como-comprar h1 a,
#seguridad h1 a,
#envios h1 a, 
#ventajas h1 a { text-decoration: none; }
#page-teayudamos h1 a:hover,
#como-comprar h1 a:hover,
#seguridad h1 a:hover,
#envios h1 a:hover, 
#ventajas h1 a:hover { text-decoration: underline; }
#teayudamos .static-page h1 { margin-bottom: 0; }
#teayudamos tr { height: 250px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-hor.gif') repeat-x bottom; }
#teayudamos tr.last { background: none; }
#teayudamos td { width: 50%; padding-right: 10px; }
#teayudamos td.odd { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-vert.gif') repeat-y right; }
#teayudamos img { float: left; margin-right: 10px; }
#teayudamos h2 a { font-family: 'minionmed'; font-size: 22px; color: #477037; text-decoration: none; }
#teayudamos h2 a:hover { text-decoration: underline; }
#teayudamos .content { font-size: 14px; } 
#teayudamos .comprar .content { padding-top: 50px; }
#teayudamos .envio .content { padding-top: 30px; }
#teayudamos .seguro .content { padding-top: 50px; }
#teayudamos .sinergia .content { padding-top: 40px; }
#teayudamos .content p a { color: #444; text-decoration: none; }
#teayudamos .content p a:hover { }
#como-comprar .tpv-uno, #como-comprar .tpv-dos { display: none; padding-top: 10px; }
#como-comprar .aqui-trigger-uno, #como-comprar .aqui-trigger-dos { color: #477037; cursor: hand; cursor: pointer; text-decoration: underline; }
#invita-y-ahorra p.subtitle {margin-top: 3px;}

.static-page p.title,
.static-page p.title { margin-top: 20px; font-size: 16px; font-weight: bold; color: #477037; }


#contacto.static-page form .label { float: left; width: 45px; text-align: right; }
.static-page form .label { float: left; width: 175px; text-align: right; }
.static-page form .label label { float: right; margin-right: 15px; font-weight: normal; }
.static-page form .label label em { float: none; position: static; margin-right: 3px; }
.static-page form .input-box { float: left; clear: none; width: 405px; }
.static-page form .input-box input { width: 400px; }
.static-page form .input-box select { width: 406px; }
.static-page form .input-box textarea { width: 400px; }
.static-page .buttons-set { padding-right: 40px; }
.static-page p.required { float: left; padding-left: 175px; }
.static-page .social td { vertical-align: middle; padding: 5px 10px; }
.static-page .social img { width: 40px; height: 40px; }
.static-page .map-window { margin-bottom: 20px; }

.static-page .question,
.static-page .totop, .arriba .totop2 { color: #477037; text-decoration: underline; cursor: hand; cursor: pointer; }
.static-page .totop, .arriba .totop2 { color: #477037; text-align: right; }


.static-page .questions { padding-left: 180px; }
.static-page.como-comprar .questions { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/ayuda-como-comprar.jpg') no-repeat top left; } 
.static-page.envios .questions { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/ayuda-envios.jpg') no-repeat top left; } 
.static-page.seguridad .questions { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/ayuda-seguridad.jpg') no-repeat top left; } 
.static-page.ventajas .questions { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/ayuda-ventajas.jpg') no-repeat top left; } 

.static-page h2,
.static-page .questions h2,
.static-page .answer h2 { font-family: 'minionmed'; font-size: 22px; color: #477037; }
.static-page .answer h2 { margin-bottom: 10px; }

.static-page .answers { margin-top: 25px; }
.static-page .answer { padding: 25px 100px 0 50px; margin-top: 25px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-hor.gif') repeat-x top;  }

.static-page .answers { }
.static-page ul { list-style-type: disc; margin-left: 25px; margin-bottom: 15px; }
.static-page ul.narrow li { margin-bottom: 2px; }
.static-page ol { list-style-type: decimal; margin-left: 25px; margin-bottom: 15px; }
.static-page li { margin-bottom: 10px; }

.static-page .questions ul { list-style-type: none; margin-bottom:0; }
.static-page .questions li { margin-bottom:0; }

.static-page .answers .section-title { margin-top: 20px; font-weight: bold; }

.static-page .answers img.desc { float: right; }

/* Static type 2: logo on the left */
.static-page .bote { float: left; width: 250px; }
.static-page .bote img { width: 200px; }
.static-page .error-text { float: left; width: 600px; }
.static-page .error-text ul { list-style-type: disc; margin-left: 25px; margin-bottom: 15px; }
.static-page .error-text li { clear: both; margin-bottom: 10px; }

.static-page .form-search-404 { margin: 10px 0; }
.static-page .form-search-404 input { float: left; width: 300px; height:20px; line-height:20px; margin-top: 2px; margin-right: 10px; padding:2px; border: 1px solid #3F2B1B; }
.static-page .form-search-404 button { float: left; } 

/* PÃ¡gina de marcas ====================================================================== */

/*.paginamarcas h1 { font-family: 'minionmed'; font-size: 24px; color:#3F2B1B; margin-bottom:10px; }
.paginamarcas h2 { font-family: 'minionmed'; font-size: 20px; color:#444; margin-bottom:5px; }*/
.paginamarcas .col-main,
.category-description p,
.category-description ul,
.category-description li { font-size: 17px; }
.category-description ul { list-style: disc; margin-left: 25px; }
.paginamarcas .col-main p { margin-bottom:17px; }
.paginamarcas .col-main table { width: 100%; }
.paginamarcas .col-main table td { width: 33%;}
.paginamarcas #ban_telobuscamos_layer { margin-top: 50px; }

#brandaboutcontent { width: inherit; }
#brandaboutcontent table { width: 100%; }
#brandaboutcontent table td { width: 33%;}
#brandaboutcontent ul { list-style: disc; margin-left: 25px;}

/* PÃ¡gina Te lo buscamo */

.telobuscamos .fieldset { padding-top: 30px; padding-bottom: 20px; background: none; margin-top: 25px; margin-right: 30px; }
.telobuscamos ul li { list-style-type: none; }


/* Varios ================================================================================ */

a.logo  { text-align: left; }
.slogan { font-size: 16px; color: #3F2B1B; }

/* Errores formato en producto */
.error-producto-wrapper { position: relative; }
.error-producto { position: absolute; top: -38px; right: -10px; width: 195px; padding: 10px 10px 10px 10px; border: 1px solid #c0c0c0; background: #f8f8f8; z-index: 999; display: none; }
.error-producto .flecha { position: absolute; width:60px; height: 9px; top:22px; left:-60px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/flecha-errores.gif') no-repeat top left; }
.error-producto .error-producto-close { text-align: center; padding-top: 4px; font-size: 11px; cursor: hand; cursor: pointer; }
.error-producto .error-producto-close img { vertical-align: baseline; }

/* Error comparador sin productos */
.noproducts-wrapper { position: relative; }
.noproducts { position: absolute; left: 1px; width: 180px; padding: 10px 110px 10px 10px; border: 1px solid #c0c0c0; background: #f8f8f8; z-index: 999; display: none; }
.noproducts1 { top: 5px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/hint-compara.png') no-repeat center right #f8f8f8; background-position: right 20px; }
.noproducts2 { top: -142px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/hint-compara.png') no-repeat center right #f8f8f8; background-position: right 20px; }
.noproductsclose { margin-top: 10px; padding-top: 0px; padding-right: 10px; text-align: right; cursor: hand; cursor: pointer; }
.noproductsclose img { vertical-align: middle; }

.popup-wrapper { position: relative; margin-top: 2px; }
.popup-window { position: absolute; bottom: 18px; width: 200px; padding: 10px; border: 1px solid #c0c0c0; background: #f8f8f8; z-index: 999; display: none; } 
.popup-close { float: right; padding-top: 0px; }

.popup-wrapper.right { float: right; }
.popup-wrapper.question-mark { width:18px; height: 18px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon_info.jpg') no-repeat top left; }

.popup-wrapper.right .popup-window { right: 0; }
.popup-wrapper.left .popup-window { left: 0; }

.popup-wrapper.right-left { float: right; }
.popup-wrapper.right-left .popup-window { left: 0; }


/* Menu Vertical ================================================================================ */

/* Info general */
.menuvert             { }
.menuvert .top        { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-vert-top.gif') no-repeat top right; height: 41px; } 
.menuvert .bottom     { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-vert-bottom.gif') no-repeat top right; position: relative; height: 20px; z-index:0; } 
.menuvert .title      { font-family: 'minionmed'; font-size: 17px; line-height: 18px; padding-top: 16px; padding-left: 25px; text-transform: uppercase; }
.menuvert .twolines   { padding-top: 8px; }
.menuvert .top .title { padding-top: 14px; padding-left: 37px; font-size: 19px; color: #3F2B1B }
.menuvert .menuitem   { height: 50px; position: relative; margin-top: -1px; z-index:1; cursor:pointer; } 

/* Cambios con hover */
.menuvert .first.off  { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-vert-first.gif') no-repeat top right; } 
.menuvert .mid.off    { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-vert-mid.gif')   no-repeat top right; } 
.menuvert .last.off   { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-vert-last.gif')  no-repeat top right;  } 
.menuvert .first.on   { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-vert-first-h.gif') no-repeat top right; } 
.menuvert .mid.on     { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-vert-mid-h.gif')   no-repeat top right; } 
.menuvert .last.on    { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-vert-last-h.gif')  no-repeat top right;  } 
.menuvert .off .title { color: white; }
.menuvert .on .title  { color: #3F2B1B; }

/* Hover */
.menuvert .popup      { position: absolute; top: 0; left: 224px; z-index: 99; display: none; }
.menuvert .mid .popup,
.menuvert .last .popup{ top: -2px; }

/* Menu Horizontal ======================================================================== */

.menuhor              { }
.menuhor .comprapor   { float: left; width: 230px; height:49px; font-size: 19px; color: #3F2B1B; text-align: center; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-compra-por.gif') no-repeat top left; }
.menuhor .comprapor .title { font-family: 'minionmed'; font-size: 19px; line-height: 19px; height:19px; padding-top: 17px; padding-right: 50px; text-transform: uppercase; }
.menuhor .search      { float: right; width: 735px; }
.menuhor .items       { clear: both; position: relative; }

.menuhor .menuitem    { float: left; height: 42px; cursor:pointer; }
.menuhor .menuitem .title { text-align: center; text-transform: uppercase; }
.menuhor .menuitem .description { float: none; text-align: left; margin-top: 10px; }

.menuhor .needs.off           { width: 317px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-needs.gif') no-repeat left; }
.menuhor .brands.off          { width: 182px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-marcas.gif') no-repeat left; }
.menuhor .categories.off      { width: 217px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-cats.gif') no-repeat left; }
.menuhor .ingredients.off     { width: 256px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-ing.gif') no-repeat left; }
.menuhor .generico-normal.off { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-generico.gif') no-repeat left; }
.menuhor .generico-first.off  { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-generico-left.gif') no-repeat left; }
.menuhor .generico-last.off   { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-generico-right.gif') no-repeat right; }

.menuhor .needs.on            { width: 317px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-needs-on.gif') no-repeat left; }
.menuhor .brands.on           { width: 182px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-marcas-on.gif') no-repeat left; }
.menuhor .categories.on       { width: 217px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-cats-on.gif') no-repeat left; }
.menuhor .ingredients.on      { width: 256px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-ing-on.gif') no-repeat left; }
.menuhor .generico-normal.on  { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-generico-on.gif') no-repeat left; }
.menuhor .generico-first.on   { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-generico-left-on.gif') no-repeat left; }
.menuhor .generico-last.on    { background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-generico-right-on.gif') no-repeat right; }

.menuhor .off .title span { color: white; }
.menuhor .on .title span  { color: #3F2B1B; }

.menuhor .needs span           { padding-right: 30px; }
.menuhor .brands span          { padding-right: 36px; }
.menuhor .categories span      { padding-right: 30px; }
.menuhor .ingredients span     { padding-right: 40px; }
.menuhor .generico-normal span { padding: 0; }
.menuhor .generico-first span  { padding: 0; }
.menuhor .generico-last span   { padding: 0; }

.menuhor .generico-1           { width: 71px; }
.menuhor .generico-2           { width: 60px; }
.menuhor .generico-3           { width: 85px; }
.menuhor .generico-4           { width: 120px; }
.menuhor .generico-5           { width: 72px; }
.menuhor .generico-6           { width: 95px; }
.menuhor .generico-7           { width: 56px; }
.menuhor .generico-8           { width: 110px; }
.menuhor .generico-9           { width: 78px; }
.menuhor .generico-10          { width: 219px; }

.menuhor .title span           { font-family: 'minionmed'; font-size: 17px; line-height:42px; }
.menuhor .generico .title span { font-size: 13px; }

.menuhor .sep          { float: left; width: 1px; height: 42px; background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/menu-hor-sep.gif') no-repeat left; } 
.menuhor .first .title { }
.menuhor .last .title  { } 

/* Hover */
.menuhor .popup      { position: absolute; left: 0; top: 30px; width: 975px; display: none; z-index: 99; }

/* Nivel del menÃº ======================================================================== */

.nvpopup .content       { color: black; }
.nvpopup .level         { padding: 10px 0; }
.nvpopup .description   { margin-bottom: 0; padding: 0 10px; font-size: 14px; font-weight: bold; color: #477037; }
.nvpopup .description p { margin: 0 0 5px 0; }
.nvpopup .columns       { padding-left: 10px; overflow:hidden;}
.nvpopup .column        { float: left; padding-right: 15px; }
.nvpopup .column td     { width: 205px; height: 30px; border-bottom: 1px solid #477037; vertical-align: middle; }
.nvpopup .column li     { width: 205px; min-height: 30px; border-bottom: 1px solid #477037; display: flex; align-items: center;}
.nvpopup .column td a   { color: #3F2B1B; font-size:13px; font-weight: bold; text-decoration: none; }
.nvpopup .column li a   { color: #3F2B1B; font-size:13px; font-weight: bold; text-decoration: none; }
.nvpopup .column td a:hover { color: #477037; text-decoration: underline; }
.nvpopup .column li a:hover { color: #477037; text-decoration: underline; }

.nvpopup .subcats .column td.cat-title { border-bottom: none; }
.nvpopup .subcats .column td.cat-title a { font-size: 14px; } 
.nvpopup .subcats .column td.cat-sub { }
.nvpopup .subcats .column td.cat-sub a { font-weight: normal; }

.nvpopup ul.list        { padding-left: 10px; }
.nvpopup ul.list li     { display: inline; border-right: 1px solid #477037; }
.nvpopup ul.list li a   { color: #3F2B1B; font-size:13px; font-weight: bold; text-decoration: none; }
.nvpopup ul.list li a:hover { color: #477037; text-decoration: underline; }

.menuvert .nvpopup .level  { width: 690px; }
.menuvert .nvpopup .column { width: 205px; }
.menuvert ul.list li       { padding-right: 6px;  margin-right: 4px; }

.menuhor .nvpopup .level  { width: 959px; }
.menuhor .nvpopup .column { width: 222px; display:flex;}
.menuhor ul.list li       { padding-right: 10px; margin-right: 8px; }

.top-container { z-index: 99; }
#nvmenu { z-index: 99; }
.items  { z-index: 99; }
.menuitem { z-index: 99; }

.menuhor .nvpopup .columns-5 .column { width: 160px; padding-right: 25px; }

.menuhor .nvpopup .generico-3 .column-1 {border-right: 1px solid #477037; width: 216px; padding-right: 10px;}
.menuhor .nvpopup .generico-3 .column-2, .menuhor .nvpopup .generico-3 .column-3 {padding-left: 17px; width: 216px;}

.nvpopup .ingredients .button {float:none; display:block; text-align:center; margin-top:20px;}
.nvpopup .ingredients .ing-destacados {font-size:17px; text-align:center; margin: 5px; color: #477037; font-weight: bold;}

/* Buttons ================================================================================ */

button, .button a { 
  position: relative;
  border: 0; 
  padding: 0;
  cursor: pointer;
  overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner, .button a::-moz-focus-inner  {
  border: none;     /* overrides extra padding in Firefox */
}

button span, .button a span{ 
  position: relative;
  display: block; 
  white-space: nowrap;  
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  /* Safari and Google Chrome only - fix margins */
  button span {
    /*margin-top: -1px;*/
  }
}

/* BotÃ³n naranja: tamaÃ±o grande */    
button.grande { 
  padding: 0 20px 0 0;
  font-size:12px; 
  text-align: center; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_grande.gif) no-repeat right -140px; 
}
  
button.grande span {
  padding: 8px 0 0 20px; 
  height:42px; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_grande.gif) no-repeat left top; 
  color:#fff; 
}
  
button.grande:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
  background-position: right -210px; 
}
  
button.grande:hover span, button.submitBtnHover span {
  background-position: 0 -70px;
}

/* BotÃ³n naranja: tamaÃ±o medio */   
button.medio,  .button span.medio{ 
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 20px 0 0; 
  font-size:17px;
  font-weight: bold; 
  text-align: center; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_medio.png) no-repeat right -140px; 
}
  
button.medio span, .button span.medio span {
  padding: 7px 0 0 20px; 
  height:30px; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_medio.png) no-repeat left top; 
  color:#fff; 
}
  
button.medio:hover, button.submitBtnHover, .button span.medio:hover { /* the redundant class is used to apply the hover state with a script */
  background-position: right -210px; 
}
  
button.medio:hover span, button.submitBtnHover span, .button span.medio:hover span {
  background-position: 0 -70px;
}
.button span.medio:hover {text-decoration:none;}
.button span.medio {padding: 6px 18px 6px 0px;}
.button span.medio span {padding: 6px 0 8px 19px;}

/* BotÃ³n naranja: tamaÃ±o medio con flecha */
button.medio_f, .button a.medio_f, .button span.medio_f { 
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 20px 0 0;
  height: 37px;
  font-size:17px; 
  font-weight: bold;
  text-align: center; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_medio_flecha.png) no-repeat right -140px; 
}
  
button.medio_f span, .button a.medio_f span, .button span.medio_f span {
  padding: 7px 10px 0 20px; 
  height:30px; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_medio_flecha.png) no-repeat left top; 
  color:#fff; 
}
  
button.medio_f:hover, button.submitBtnHover, .button a.medio_f:hover, .button span.medio_f:hover{ /* the redundant class is used to apply the hover state with a script */
  background-position: right -210px; 
}
  
button.medio_f:hover span, button.submitBtnHover span, .button a.medio_f:hover span, button.medio_f:hover span, button.submitBtnHover span, .button span.medio_f:hover span {
  background-position: 0 -70px;
}

.button a.medio_f, .button span.medio_f {
    display: block;
    text-decoration: none;
    padding: 3px 0px 0 0;
}

.button a.medio_f span, .button span.medio_f span {
    display: initial;
    padding: 6px 0px 8px 19px;
}

#ban_telobuscamos_layer .button.link span.medio_f{padding: 3px 33px 0 0; text-align: right;}

/* BotÃ³n naranja: tamaÃ±o pequeÃ±o */
button.pequeno { 
  padding: 0 8px 0 0; 
  margin-right:5px; 
  height: 32px;
  font-size:12px; 
  text-align: center; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno.png) no-repeat right -140px; 
}
  
button.pequeno span {
  padding:4px 0 0 10px; 
  height:28px; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno.png) no-repeat left top; 
  color:#fff; 
  font-weight:bold;
}
  
button.pequeno:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
  background-position: right -210px; 
}
  
button.pequeno:hover span, button.submitBtnHover span {
  background-position: 0 -70px;
}

/* BotÃ³n naranja: pequeÃ±o (estÃ¡ndar magento) */
button.button { 
  padding: 0 10px 0 0; 
  margin-right:5px; 
  font-size:12px; 
  text-align: center; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno.gif) no-repeat right -140px; 
}
  
button.button span {
  padding: 3px 0 0 10px; 
  height:28px; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno.gif) no-repeat left top; 
  color:#fff; 
  border: 0;
}
button.button span span {
  padding: 0 0 0 0; 
  background: none;
}
  
button.button:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
  background-position: right -210px; 
}
  
button.button:hover span, button.submitBtnHover span {
  background-position: 0 -70px;
}

/* OPTIONAL BUTTON STYLES for applying custom look and feel: */   
button.compra_f { 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0 20px 0 0; 
  margin-right:5px; 
  font-size:16px; 
  text-align: center; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_compra_flecha.gif) no-repeat right -140px; 
}
  
button.compra_f span {
  padding: 6px 10px 0 20px; 
  height:30px; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_compra_flecha.gif) no-repeat left top; 
  color:#fff; 
}
  
button.compra_f:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
  background-position: right -210px; 
}
  
button.compra_f:hover span, button.submitBtnHover span {
  background-position: 0 -70px;
}

/* BotÃ³n gris: tamaÃ±o pequeÃ±o */
button.pequeno_g { 
  padding: 0 10px 0 0; 
  margin-right:5px; 
  height: 32px;
  font-size:12px; 
  text-align: center; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno_verde.gif) no-repeat right -140px;
}
  
button.pequeno_g span {
  padding: 4px 0 0 10px; 
  height:28px; 
  /*background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno_g.gif) no-repeat left top;*/
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno_verde.gif) no-repeat left top;
  color:#477037;
}
  
button.pequeno_g:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
  background-position: right -210px; 
}
  
button.pequeno_g:hover span, button.submitBtnHover span {
  background-position: 0 -70px;
}

/* BotÃ³n gris: tamaÃ±o pequeÃ±o con flecha izquierda*/
button.pequeno_g_fi { 
  padding: 0 10px 0 0; 
  margin-right:5px; 
  height: 32px;
  font-size:12px; 
  text-align: center; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno_g_fi.gif) no-repeat right -140px; 
}
  
button.pequeno_g_fi span {
  padding: 4px 0 0 25px; 
  height:28px; 
  background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/btn_sinergia_pequeno_g_fi.gif) no-repeat left top; 
  color:#fff; 
}
  
button.pequeno_g_fi:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
  background-position: right -210px; 
}
  
button.pequeno_g_fi:hover span, button.submitBtnHover span {
  background-position: 0 -70px;
}

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


/* Popup ================================================================================ */

.nvpopup1 .content,
.nvpopup1 .t,
.nvpopup1 .b,
.nvpopup1 .b div {
  background:transparent url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/nvpopup.png') no-repeat top right;
  _background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/dialog2-blue.gif);
}
.nvpopup1 { max-width:760px; }

.nvpopup2 .content,
.nvpopup2 .t,
.nvpopup2 .b,
.nvpopup2 .b div {
  background:transparent url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/nvpopup-hor.png') no-repeat top right;
  _background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/dialog2-blue.gif);
}
.nvpopup2 { max-width:975px; z-index: 99; }

.nvpopup {
  position:relative;
  margin:0px auto;
  min-width:8em;
  color:#fff;
  z-index:1;
  margin-left:12px; /* default, width of left corner */
  margin-bottom:0.5em; /* spacing under dialog */
}

.nvpopup .content {
  position:relative;
  zoom:1;
  _overflow-y:hidden;
  padding:0px 12px 0px 0px;
}

.nvpopup .t {
  /* top+left vertical slice */
  position:absolute;
  left:0px;
  top:0px;
  width:12px; /* top slice width */
  margin-left:-12px;
  height:100%;
  _height:1600px; /* arbitrary long height, IE 6 */
  background-position:top left;
}

.nvpopup .b {
  /* bottom */
  position:relative;
  width:100%;
}

.nvpopup .b,
.nvpopup .b div {
  height:30px; /* height of bottom cap/shade */
  font-size:1px;
}

.nvpopup .b {
  background-position:bottom right;
}

.nvpopup .b div {
  position:relative;
  width:12px; /* bottom corner width */
  margin-left:-12px;
  background-position:bottom left;
}

.nvpopup .hd,
.nvpopup .bd,
.nvpopup .ft {
  position:relative;
}

.nvpopup .wrapper {
  /* extra content protector - preventing vertical overflow (past background) */
  position:static;
  max-height:1000px;
  overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.nvpopup h1,
.nvpopup p {
  margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
  /*padding:0.5em 0px 0.5em 0px;*/
}

.nvpopup h1 {
  padding-bottom:0px;
}

/** Submenu horizontal **/
.subnvpopup .content,
.subnvpopup .subt,
.subnvpopup .subb,
.subnvpopup .subb div {
  background:transparent url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/nvsubpopup.png') no-repeat top right;
  _background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/dialog2-blue.gif);
}


.subnvpopup {
  position:relative;
  margin:0px auto;
  min-width:8em;
  color:#fff;
  z-index:1;
  margin-left:12px; /* default, width of left corner */
  margin-bottom:0.5em; /* spacing under dialog */
}

.subnvpopup .content {
  position:relative;
  zoom:1;
  _overflow-y:hidden;
  padding:0px 12px 0px 0px;
}

.subnvpopup .subt {
  /* top+left vertical slice */
  position:absolute;
  left:0px;
  top:0px;
  width:12px; /* top slice width */
  margin-left:-12px;
  height:100%;
  _height:1600px; /* arbitrary long height, IE 6 */
  background-position:top left;
}

.subnvpopup .subb {
  /* bottom */
  position:relative;
  width:100%;
}

.subnvpopup .subb,
.subnvpopup .subb div {
  height:30px; /* height of bottom cap/shade */
  font-size:1px;
}

.subnvpopup .subb {
  background-position:bottom right;
}

.subnvpopup .subb div {
  position:relative;
  width:12px; /* bottom corner width */
  margin-left:-12px;
  background-position:bottom left;
}

.subnvpopup .hd,
.subnvpopup .bd,
.subnvpopup .ft {
  position:relative;
}

.subnvpopup .wrapper {
  /* extra content protector - preventing vertical overflow (past background) */
  position:static;
  max-height:1000px;
  overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.subnvpopup h1,
.subnvpopup p {
  margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
  padding:0.5em 0px 0.5em 0px;
}

.subnvpopup h1 {
  padding-bottom:0px;
}
  
.subnvpopup h4 {color: white;}

.subnvpopup .level,
.subnvpopup .content,
.subnvpopup .column {
  width: 350px;
}

.subnvpopup .content{
  width: 350px;
}

.subnvpopup .level{
  padding: 5px 0 10px 5px;
}

.submenuitem {position: relative;}
.submenupopup {position: absolute; top: 23px; left: 33px; display: none;}

/** Varios comunes */
.sep_marron { margin:15px 0; height:1px; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/sep_pto_marron.gif) repeat-x }

.guest-select {width:305px !important;}

/** Boton enviar mensaje a un amigo**/
.button_friend_email{float:left; padding: 0 2px;}

 
/** Bloque siguenos media **/
 
.footer_siguenos_media{
  margin: 20px auto;
  text-align: center;
  width: 72%;
  overflow:hidden;
  }

.footer_siguenos_media .title_h3{
  float: left;
  line-height: 54px;
  padding-right: 20px;
}

.footer_siguenos_media .sociallinks{
  float:left;
  line-height: 48px;
  padding-right: 20px;
}

.footer_siguenos_media .sociallinks a {
    text-decoration: none;
}

.footer_siguenos_media .sociallinks img{
  vertical-align: middle;
    margin: 0 2px;
}

.footer_siguenos_media .bloglink{
  float:left;
} 

.footer_siguenos_media .actions{
  line-height: 55px;
  float: left;
}

/** Efectos al pulsar un campo input de textov **/

input[type=text],
input.input-text,
input[type=password],
.sendfriend-product-send .send-friend .form-list li.wide textarea,
.onestepcheckout-comments textarea,
.input-box textarea,
button.actualizar { 
  padding: 5px;  
  text-shadow: 0px 1px 0px #fff;  
  outline: none;
  -webkit-border-radius: 3px;  
  -moz-border-radius: 3px;  
  border-radius: 3px;  
  border: 1px solid #ccc;  
  -webkit-transition: .2s ease-zin-out;  
  -moz-transition: .2s ease-in-out;
  background-color:#fff;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}
button.actualizar, input.qty {
    height: 27px; 
    margin-right: -1px;
    float:left;	
  	text-align: center;
}
.cart-table input.qty {
  -webkit-border-radius:0px;  
  -moz-border-radius:0px; 	
  border-radius:0px;
}
button.actualizar.btn-update-restar {
  -webkit-border-radius:  3px 0 0 3px;  
  -moz-border-radius:  3px 0 0 3px; 	
  border-radius: 3px 0 0 3px;
}
button.actualizar.btn-update-restar:before {
	font-family: Flaticon;
    font-size: 10px;
    font-style: normal;
    margin-left: 0px;
    content: "\f107";
}
button.actualizar.btn-update-sumar {
  -webkit-border-radius:  0 3px 3px 0;  
  -moz-border-radius:  0 3px 3px 0; 	
  border-radius:  0 3px 3px 0;
}
button.actualizar.btn-update-sumar:before {
	font-family: Flaticon;
    font-size: 10px;
    font-style: normal;
    margin-left: 0px;
    content: "\f100";
}
button.actualizar {
  background-color:#f0f0f0;
  font-weight: normal;
  padding: 4px 5px 5px;  
  
}
button.actualizar span {
	display:none;
}
input.qty
input[type=text]:focus,
input[type=password]:focus,
.sendfriend-product-send .send-friend .form-list li.wide textarea:focus,
input.input-text:focus,
.onestepcheckout-comments textarea:focus,
.input-box textarea:focus{
  border: 1px solid #fafafa;  
  -webkit-box-shadow: 0px 0px 6px #4AA833;  
  -moz-box-shadow: 0px 0px 5px #4AA833;
  box-shadow: 0px 0px 5px #4AA833;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}

input.qty {
    width: 20px !important;
    height: 15px;     
}
.form-search input,
.form-search input:focus{
  float: left;
  font-size: 12pt;
  line-height:16px;
  /*width: 640px;*/
 width: 550px;
  height: 25px;
  -webkit-border-radius: 3px;  
  -moz-border-radius: 3px;  
  border-radius: 3px;  
  border: 1px solid #ccc;  
  padding:0 0 0 4px;
  -webkit-transition: .2s ease-zin-out;  
  -moz-transition: .2s ease-in-out;
  background-color: #fff;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
}

div.onestepcheckout-comments textarea{
  margin-top: 5px;
  height: 40px;
  width: 93% !important;
}

.form-search button.pequeno{
  margin-top: 2px;
}

/** Pop-up al pulsar en cosmetica **/
#cosmeticos, #libreria { padding: 10px; background: white; text-align: left; font-size: 16px; }
#cosmeticos p, #libreria p { font-size:15px; line-height: 25px; }
#cosmeticos .policy, #libreria .policy { font-size:11px; }

/* PrÃ³xima apertura */
#cosmeticos .logo-cosmetica,  
#libreria .logo-cosmetica { width:435px; }
#cosmeticos .logo-cosmetica { padding-bottom: 15px; }
#cosmeticos .mini-form-subscribe,
#libreria   .mini-form-subscribe { margin-top: 30px; }
#cosmeticos .mini-form-subscribe .input-box, 
#libreria   .mini-form-subscribe .input-box { margin-right: 18px; }
#cosmeticos .mini-form-subscribe .input-box input.input-text, 
#libreria   .mini-form-subscribe .input-box input.input-text { height: 19px; width: 215px; }
#cosmeticos .mini-form-subscribe .input-box, 
#libreria   .mini-form-subscribe .input-box,
#cosmeticos .mini-form-subscribe .actions, 
#libreria   .mini-form-subscribe .actions { float: left;  }

/** PÃ¡gina pedido exito **/
.checkout-onepage-success .sub-title { font-size:17px; margin-bottom: 10px; }
.checkout-onepage-success .col-main { width: 670px; }
.checkout-onepage-success .col-main p { font-size:16px; }

/** Redes sociales **/
#facebook, #pinterest, #opiniones, #google {float:left;}
#twitter, #apuntes, #comentarios, #youtube {float:right;}

#twitter,
#facebook, 
#google,
#youtube,
#pinterest, 
#opiniones,
#apuntes, 
#comentarios { width: 449px; }
    
.red-social .content { 
  min-height:230px;
  padding:10px 15px; 
  font-size: 14px;
  border-top: 1px solid #C0C0C0;
  border-left: 1px solid #C0C0C0;
  border-right: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-radius: 10px 10px 0px 0px;
  background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bkg-box-social-title.gif) top left repeat-x #fff;
  behavior: url(/skin/frontend/sinergia/default/css/PIE.htc);
  margin-bottom: 20px;
}

.red-social .content h2 {
  font-family: 'minionmed';
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 3px 0 6px 61px;
  background-position: 18px 0px;
  background-repeat: no-repeat;
  color: #3F2B1B;
}

#facebook .content h2 {
  background-image: url("https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon-facebook-30.gif");
}

#twitter .content h2 {
  background-image: url("https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon-twitter-30.png");
}

#pinterest .content h2 {
  background-image: url("https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon-pinterest-30.jpg");
}

#youtube .content h2 {
  background-image: url("https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon-youtube-30.png");
}

#apuntes .content h2 {
  background-image: url("https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon-blog-30.jpg");
}

#opiniones .content h2,
#comentarios .content h2 { padding-left: 10px; }

#facebook .content,
#twitter .content,
#pinterest .content,
#google .content,
#youtube .content,
#apuntes .content{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

#opiniones .content,
#apuntes .content, 
#comentarios .content{ 
  padding-right: 2px;
}

#twitter .content,
#facebook .content{
  height: 700px;
}

#google .content, 
#youtube .content { 
  height: 156px; 
  min-height: 0;
}

#google .content img{
  vertical-align: top;
}

#opiniones .content .contenido-extra,
#comentarios .content .contenido-extra{ 
  padding-right: 10px;
  overflow:auto;
  height: 626px;
}

#apuntes .content .contenido-extra{
  padding-left: 10px;
  padding-right: 10px;
  overflow:auto;
  height: 658px; 
}

#facebook .content h2,
#twitter .content h2,
#pinterest .content h2,
#google .content h2,
#youtube .content h2{
  margin-bottom: 0;
}

#apuntes .content .imagen-post { float: left; margin-right: 15px; }
#apuntes .content .contenido-post { float: left; width: 336px; }
#apuntes .content .ultimos-post { overflow: hidden; margin-bottom: 15px; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; }
#apuntes .content .ultimos-post h3 a{
  color: #404040; 
  font-family:'minionmed'; 
  text-decoration: none;}

#pinterest {
  max-height: 752px;
  margin-top: 188px;
}

#apuntes .content .ultimos-post .titulo-post { } 

#opiniones .review { padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid #ccc; }
#opiniones .review .review-photo { float: left; margin-right: 10px; }
#opiniones .review .review-photo { float: left; }
#opiniones .review .name { margin-bottom: 0; }
#opiniones .review .detail { margin-top: 10px; }
#opiniones .review .product a {
  color: #3F2B1B;
  font-size: 18px;
  text-decoration: none;
}
#opiniones .review .ratings-table { margin-bottom: 10px; }
#opiniones .review .ratings-table th { font-size: 13px; font-weight: normal; width: 105px; }

#comentarios .comment { overflow:hidden; padding-bottom: 10px; margin-bottom: 15px; border-bottom: 1px solid #ccc; }
#comentarios .content .imagen-post { float: left; margin-right: 15px; }
#comentarios .content .contenido-post { float: left; width: 330px; }
#comentarios .comment .author {font-weight: bold;}
#comentarios .post-title { margin-bottom: 5px; }

#fr #container { border: 0; }

.monkey-multisubscribe .fieldset {margin-right: 0;}

/** Titulos en categorias con banner 
.category-100-natural .categories-list .page-title {margin-top: 18px;}
*/

.info-marcas-productos {overflow:hidden;}
.info-marcas-productos .category-image {width: inherit; margin: 0 10px 10px 0; float:left;}
.info-marcas-productos .page-title {overflow: visible;}
.info-marcas-productos table, #read-more-descrition table {width: 100%; margin: 10px 0;}
.info-marcas-productos table tr, #read-more-descrition table tr {font-size: 17px; line-height: 25px;}
.read-more-link a.read-more {
  cursor: pointer;
}

#remember-me-box {display:none;}

/** Iframe compartir ficha producto en Facebook **/
.share #u_0_3 {width:500px;}

/** Landing login carrito **/
.login-carrito-content {background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bags.jpg) no-repeat; padding-left:140px; font-size: 14px;}
.login-carrito-content li {display:inline-block; margin-right: 20px;}

/** Boton checkout deshabilitado **/
button.deshabilitado{
  opacity:0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("https://media.misohinutricion.com/skin/frontend/sinergia/default/css/data:image/svg+xml;utf8,<sv")version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
    -webkit-transition: all .25s linear;
  transition: all .25s linear;
  
  cursor:inherit;  
}

#banner_top_tiendas {
  border-bottom: 1px solid #6AA853;
  background: #e9ffe3;
}
#banner_top_tiendas .wrapper {
  width: 915px;
  min-width: 915px;
  margin: 0 auto;
  padding: 5px 0 5px 50px;
  background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon-exclamation-small.png') no-repeat center left;
}
#banner_top_tiendas p {
  margin: 0;
  font-size: 12px;
}
#mensaje_realizar_pedido {
  margin: 15px 0 0;
  background-color: #dfffd8;
  border: 1px solid #6AA853;
  padding: 10px;
}
#mensaje_realizar_pedido p {
  margin: 0px;
}
#mensaje_realizar_pedido p:first-child {
  padding-left: 40px;
  margin-bottom: 10px;
  background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/icon-exclamation-small.png') no-repeat center left;
}
.cart .cart-collaterals .col-3 .checkout-types.reduce-margin {
  margin-top: 20px;
}

#footer-switch-to-mobile {
  display:none;
    text-align:center;
    background-color:#E4E4E4;
}
#footer-switch-to-mobile p {
    padding:15px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
    line-height: 1.35;
    color: #0a263c
}

.header-container {
  /*background: url('https://media.misohinutricion.com/skin/frontend/sinergia/default/images/nieve-cabecera.jpg') repeat-x top center;*/
}
.header {
  padding-top: 20px;
}

/** Product bundle **/
.products-grid .price-bundle .price-label  {display: none;}
.products-grid .price-bundle .old-price,
.products-grid .price-bundle .special-price {
    display: inline-block;
}

.options-bundle-product li {font-weight: bold;}


.cms-page-view .std li {
    list-style: disc;
    margin-left: 25px;
}

.cms-page-view.cms-ingredientes .main, .cms-page-view.cms-marcas .main,.catalog-category-view.category-marcas .main,.catalog-category-view.category-ingredientes .main {min-height:200px;}
.cms-page-view.cms-ingredientes .contendedor-ingredientes, .cms-page-view.cms-marcas .contenedor-marcas, .catalog-category-view.category-marcas .contenedor-marcas, .catalog-category-view.category-ingredientes .contendedor-ingredientes {overflow: hidden; margin-top: 10px; position: relative;}
.cms-page-view.cms-ingredientes .categories-list .description, .cms-page-view.cms-marcas .categories-list .description,.catalog-category-view.category-marcas .categories-list .description, .catalog-category-view.category-ingredientes .categories-list .description {font-size: 14px;}
.cms-page-view.cms-ingredientes .std .ingredients li,.cms-page-view.cms-marcas .std .brands li, .catalog-category-view.category-marcas .brands li, .catalog-category-view.category-ingredientes .ingredients li {list-style: none; float: none; width: 100%;margin-left: 25px;}
.cms-page-view.cms-ingredientes .categories-list .ingredients ul, .cms-page-view.cms-marcas .categories-list .brands ul, .catalog-category-view.category-marcas .categories-list .brands ul,.catalog-category-view.category-ingredientes .categories-list .ingredients ul{width: 30%; float: left; display: block; overflow: hidden; padding: 10px;}

.cms-page-view.cms-ingredientes .categories-list ul h2,.cms-page-view.cms-marcas .categories-list ul h2,.catalog-category-view.category-marcas .categories-list ul h2,.catalog-category-view.category-ingredientes .categories-list ul h2 {min-height: 35px;}
.cms-page-view.cms-ingredientes  .abecedario,.cms-page-view.cms-marcas .abecedario, .catalog-category-view.category-marcas .abecedario, .catalog-category-view.category-ingredientes .abecedario {float: none; width: 100%; padding: 0 0 20px 0; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-featured.gif) repeat-x bottom;}
.cms-page-view.cms-ingredientes  .abecedario li,.cms-page-view.cms-marcas .abecedario li, .catalog-category-view.category-marcas .abecedario li, .catalog-category-view.category-ingredientes .abecedario li {display:inline; padding: 0 8px 0 5px; border-right: 1px solid #477037; cursor: pointer; color:#3F2B1B; font-size: 18px; font-weight: bold; margin:0;}
.cms-page-view.cms-ingredientes  .abecedario li:hover,.cms-page-view.cms-marcas .abecedario li:hover, .catalog-category-view.category-marcas .abecedario li:hover, .catalog-category-view.category-ingredientes .abecedario li:hover  {color: #477037; text-decoration: underline;}

.cms-page-view.cms-ingredientes p.letra-lista,.cms-page-view.cms-marcas p.letra-lista, .catalog-category-view.category-marcas p.letra-lista, .catalog-category-view.category-ingredientes p.letra-lista {
    font-size: 18px;
    color: #477037;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: 1px solid;
}

.cms-page-view.cms-ingredientes .arriba .totop2,.cms-page-view.cms-marcas .arriba .totop2, .catalog-category-view.category-marcas .arriba .totop2,.catalog-category-view.category-ingredientes .arriba .totop2 {bottom: 0; right: 0; position: absolute; overflow: hidden;}

.cms-page-view .std #contacto li,
.contacts-index-index .std #contacto li {
    list-style: none;
    list-style-type: none;
}

.cms-page-view .std #contacto li {
	margin-left: 25px;
}
div.onestepcheckout-enable-terms {
    padding: 10px;
    /*background: #f0f0f0;
*/
    margin-bottom: 25px;	
    /*-webkit-border-radius: 7px;
*/
    /*-moz-border-radius: 7px;
*/
    /*border-radius: 7px;
*/
    behavior: url('/skin/frontend/sinergia/default/css/PIE.htc');
}
.onestepcheckout-enable-newsletter {
    padding: 0px 10px 5px;
}
.borrar {
    text-align: center;
    padding: 20px 15px 0;
}
.borrar .actions {
    margin-top: 30px;
}
.borrar .actions button.pequeno span,
.borrar .actions button.pequeno_g span {
    padding: 4px 20px 0px 25px;
}


/*Estilos para seo*/
.product-tabs-content h3 {font-size: 17px; color:#2f2f2f; margin-bottom: 17px; line-height: 26.35px;}

#review-form .title_h4{
    font-size: 17px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #2f2f2f;
}

#product_tabs_reviews_contents .box-reviews .title_h2 {
    font-weight: bold;
    padding-bottom: 5px;
    color: #3F2B1B;
    background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/border-banners-hor.gif) repeat-x bottom;
    font-size: 18px;
}

.col-xs-12.top-search.top-search-blog {
	display: none;
}

/** Bloques cabecera promo **/
.promo.promo_izda {
    position: absolute;
    left: 290px;
    top: 20px;
    z-index: -8;
}
.promo.promo_dcha {
    position: absolute;
    right: 40px;
    top: 0px;
    z-index: -8;
}
.promo.promo_dcha img {
    height: 136px;
}
/** Bloques pre-footer **/
.banner-pre-footer {width: 29.95%; float: left; padding: 30px 16px 0 16px; margin-top: 15px; border-top: 1px dotted;}
.banner-pre-footer .title {font-size: 16px; text-align: center; boder-bottom: 1px dotted #ccc; padding-bottom: 10px;}
.banner-pre-footer p {font-size: 13px; text-align: justify;}

/** Mapa del sitio **/
.xsitemap-categories, .xsitemap-pages {float: none !important; width: 100% !important;}
.xsitemap ul.categories,  .xsitemap ul.pages{ list-style-type: none;}
.xsitemap ul.categories .level-0, .xsitemap li.page {background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bote-plano.png) no-repeat top left; padding-left: 15px;}
.xsitemap ul.categories .level-1 {background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/bullet_marron.gif) 5px 6px no-repeat; padding: 0 0 0 18px;}
.xsitemap .categories .level-1 li {list-style-type: disc; background: none; }

.cms-disclaimer .main {min-height: 335px;}

.bloque-destacado{
    
    background: rgb(180, 215, 161);
    background: -moz-linear-gradient(270deg, #88bd74 15%, rgb(200, 220, 168) 57%);
    background: -webkit-linear-gradient(270deg, #88bd74 15%, rgb(200, 220, 168) 57%);
    background: -o-linear-gradient(270deg, #88bd74 15%, rgb(200, 220, 168) 57%);
    background: -ms-linear-gradient(270deg, #88bd74 15%, rgb(200, 220, 168) 57%);
    background: linear-gradient(0deg, #88bd74 15%, rgb(200, 220, 168) 57%);

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 4px 4px 9px 0px rgba(60, 60, 60, 0.50);
    -moz-box-shadow:    4px 4px 9px 0px rgba(60, 60, 60, 0.50);
    box-shadow:         4px 4px 9px 0px rgba(60, 60, 60, 0.50);
    border: 1px solid #9eaa9c;
    padding:0 12px;
}
.bloque-destacado {padding: 0 12.5px}
.bloque-destacado p {padding-bottom: 0px; margin-bottom: 0px;}
.texto-adicional.bloque-destacado {width: 91%; margin-top:10px;}
.texto-adicional-simplegroup.bloque-destacado {width: 246px;}
.product-view .product-shop .texto-adicional.bloque-destacado .std,
.product-view .texto-adicional-simplegroup.bloque-destacado .std{padding: 4px 0;}

.seo-hidden-link:hover {
    text-decoration: underline;
    cursor: pointer;
}



.footer .siguenos .seo-hidden-link {text-decoration:underline}
.footer .siguenos .seo-hidden-link:hover,.menuitem.seo-hidden-link:hover {text-decoration:none}

#ban_ventajas .seo-hidden-link, #ban_ventajas .seo-hidden-link:hover{text-decoration:none;}

.products-grid span.seo-hidden-link {
    text-decoration: underline;
}

.products-grid span.seo-hidden-link:hover, .products-grid .button span.seo-hidden-link {
    text-decoration: none;
}

.products-grid .button span.medio span {text-decoration:none;}

/** Buscador **/
.searchautocomplete-placeholder { z-index: 102; position: relative; background: white; width: 88%; padding: 10px;}
.search .searchautocomplete .nav-search-in {top: 5px; left: 30px;}
.col-main .searchautocomplete .nav-search-in {top: 5px; left: 30px;}

/* ---------- PRIVACIAD ---------- */
/*#privacy_layout.privacy_identity{
  margin-top:15px;
}*/

.privacy_layout_checkout{
  margin:27px auto 0px auto;
  width: 70%;
}

.privacy_layout_content{
  margin-top: 27px;
  border: 1px solid #C0C0C0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;

}

#privacy_layout {
  font-size: 11px;
}

/* ---------- COOKIES ---------- */

.cc-about{
  visibility: hidden;
}
.cc-container.cc-ui-bar .cc-dialog .cc-message {
  font-size: 15px;
}

/* ---------- CAROUSEL MARCAS ---------- */

#brands-slider-demo-1 .item a{
  margin: 10px 0 5px;
  font-weight: bold;
  font-size: 14px;
  color: #3F2B1B;
  text-align: center;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
  position: absolute;
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: relative;
}
.searchautocomplete .sprite {
  background: url('https://media.misohinutricion.com/skin/frontend/base/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
  position: absolute;
  top: 2px;
  left: 0px;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
  margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  right: 10px;
  top: 16px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #000000 transparent transparent transparent;
  line-height: 0px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 102;
  box-shadow: 0 10px 10px #5E5E5E;
  top: 30px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  margin: 0;
  border: none!important;
  background: none!important;
  box-shadow: none;
  position: relative;
  padding: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  border: 1px solid #e2e2e2;
  margin-bottom: 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  box-shadow: 0 0 1px #525252;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #C76200;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings {
  margin: 0;
  line-height: 14px;
}
.searchautocomplete .searchautocomplete-placeholder ul li .ratings .rating-box {
  float: left;
  margin: 0 5px 0 0;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
  background-color: #F7F7F6;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}
.searchautocomplete .searchautocomlete-image {
  float: left;
  margin: 0px 5px 5px 0px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  right: 44px;
  z-index: 99;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  display: none;
}
.searchautocomplete .searchautocomplete-loader div {
  position: absolute;
  background-color: #FFFFFF;
  height: 3px;
  width: 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-animation-name: f_autocomplete_loader;
  animation-name: f_autocomplete_loader;
  -webkit-animation-duration: 0.64s;
  animation-duration: 0.64s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
  left: 0px;
  top: 7px;
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
  left: 2px;
  top: 2px;
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
  left: 7px;
  top: 0px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
  right: 2px;
  top: 2px;
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
  right: 0px;
  top: 7px;
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
  right: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.64s;
  animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
  left: 7px;
  bottom: 0px;
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
  left: 2px;
  bottom: 2px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-ms-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@-o-keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}
@keyframes f_autocomplete_loader {
  0% {
    background-color: #000000;
  }
  100% {
    background-color: #ffffff;
  }
}

/*


   Magic Zoom Plus v4.0.13 
   Copyright 2012 Magic Toolbox
   Buy a license: www.magictoolbox.com/magiczoomplus/
   License agreement: http://www.magictoolbox.com/license/


*/


/* Style of the small image link */
.MagicZoomPlus, .MagicZoomPlus:hover {
cursor: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/graphics/zoomin.cur), pointer;
outline: 0 !important;
}

/* Style of the small image */
.MagicZoomPlus img {
border: 0 !important;
padding: 0 !important;
margin: 0 !important;
outline: 0 !important;
}

/* Style of the span inside the small image link */
.MagicZoomPlus span {
display: none !important; 
}

/* Style of hint box */
.MagicZoomPlusHint {
background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/graphics/hint.gif) no-repeat 2px 50%;
padding: 2px 2px 2px 20px !important;
min-height: 24px;
margin: 0;
text-decoration: none;
text-align: left;
line-height: 24px;
font-size: 8pt;
font-family: sans-serif;
color: #444;
}

/* Style to hide external title or caption on a page. Only needed for #id method */
.MagicZoomPlus-ExternalText {
display: none;
}


/* Style of the zoomed image */
.MagicZoomBigImageCont {
border: 1px solid #999;
background: #ffffff;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
font: bold 14px Arial, Helvetica, sans-serif !important;
line-height: normal !important;
color: #fff;
background: #6AA853;
text-align: center !important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
border: 1px solid #aaa;
background: #fff;
cursor:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/graphics/zoomin.cur),pointer;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
border: 1px solid #ccc;
background: #fff url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/graphics/loader.gif) no-repeat 2px 50%;
padding: 4px 4px 4px 24px !important;
margin: 0;
text-decoration: none;
text-align: left;
line-height: 1.5em;
font-size: 8pt;
font-family: sans-serif;
color: #444;
}

/* Style of hotspots */
.MagicHotspots {
display: none;
visibility: hidden;
}
.MagicHotspots a {
border: 1px solid #ccc;
display: block !important;
position: absolute !important;
}
.MagicHotspots a:hover {
border: 1px solid red;
}

/* Style of the small image when the large image is expanded */ 
.MagicThumb-expanded-thumbnail {
cursor: default;
}

/* Style of the expanded image */
.MagicThumb-expanded {
cursor: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/graphics/zoomout.cur), pointer;
background: #ffffff;
border: 1px solid #ccc;
outline: 0;
padding: 0;
}

.MagicThumb-expanded img {
background: #ffffff;
}

/* Style of the caption for the expanded image */
.MagicThumb-caption {
color: #fff;
font: bold 14px Arial, Helvetica;
background: #6AA853;
text-align: center;
padding: 8px;
min-height: 18px !important;
border: 0 !important;
outline: 0 !important;
}

/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
background: transparent url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/graphics/buttons1.png) no-repeat 0 0;
height: 24px;
display: block;
}

.MagicThumb-buttons a {
width: 24px;
height: 24px;
margin: 0px 1px !important;
overflow: hidden;
}

/* Style of the loading message box */
.MagicThumb-loader {
font: normal 12pt sans-serif;
line-height: 1.5em;
border: 1px solid #000;
background: #fff url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/graphics/loader.gif) no-repeat 2px 50%;
padding: 2px 2px 2px 22px;
margin: 0;
text-decoration: none;
text-align: left;
}


/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
-moz-box-shadow: 3px 3px 4px #888888;
-webkit-box-shadow: 3px 3px 4px #888888;
box-shadow: 3px 3px 4px #888888;
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
-moz-box-shadow: 0px 0px 4px 4px #888888;
-webkit-box-shadow: 0px 0px 4px 4px #888888;
box-shadow: 0px 0px 4px 4px #888888;
border-collapse: separate;
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888') !important;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{}
    #cboxTopLeft{width:25px; height:25px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:20px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/loading.gif) no-repeat 5px 5px;}
        #cboxClose{position:absolute; top:0; right:0; display:block; color:#444; background:url('https://media.misohinutricion.com/skin/frontend/sinergia/default/css/graphics/buttons1.png') no-repeat top right; width: 24px; height:24px; text-indent: -99999px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}


/*-------------------------STart Stop Slider------------------------*/
.aslideshow, .aslideshow-label, .aslideshow-content, .aslideshow-panel {
    font:12px Verdana, Tahoma, sans-serif;
}

.aslideshow {padding:0;border:0;position:relative;display:none;/* Set to "none" for not preview slideshow content */z-index:1}
.aslideshow-content {    padding:0;    color:#333;    overflow:hidden;    position:relative;    z-index:1;}

    /* Some Content Changes */
.aslideshow-content p {        padding:0 !important;        overflow:auto;    }
.aslideshow-content img {        padding:0 !important;        border:0 !important;    }.aslideshow-slide {display:none;position:absolute;    }
.aslideshow-fullscreen {    position:absolute;    top:0;    left:0;    padding:0;    border:0;      overflow:hidden;}
.aslideshow-label-place, .aslideshow-panel-place {
    /* Stupid IE hack */
// border-style:dotted; border-width: 1px 0; border-color: transparent; background:transparent;}
.aslideshow-label-place {    padding:0;    position:absolute;    top:4px;    right:6px;    z-index:100;    height:30px;	width:60% !important;}
.aslideshow-label {z-index:101;color:#fff;width:100%;height:100%;line-height:30px;text-indent:8px;font-weight:bold;
				border:#888 solid 1px;
				border-radius: 6px;
				-moz-border-radius: 6px;
				-khtml-border-radius: 6px;
				-webkit-border-radius: 6px;    }

.aslideshow-label a,
.aslideshow-label a:hover,
.aslideshow-label a:active,
.aslideshow-label a:visited {
    color:#fff;
}

.aslideshow-panel-place {
    padding:0;
    position:absolute;
    bottom:4px;
    left:6px;
	width:60% !important;
    z-index:100;
    height:34px;
}
.aslideshow-panel {
    z-index:101;    
    width:100%;
    height:100%;
	    padding:0 2px;
	border:#888 solid 1px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px
}

.aslideshow-panel a.button {
    display: block;
    width:30px;
    height:32px;
    float:left;
    text-indent:-99999%;
    overflow:hidden;
    outline: 0; /* @ Firefox, prevent dotted border after click */ 
    background-image:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/startstop-slider/buttons.png);
    background-repeat:no-repeat;
    border:1px solid transparent
}
        
.aslideshow-panel a.button:hover {background-color:#333;} 
.aslideshow-panel a.first {background-position: 0 0;}
.aslideshow-panel a.prev {background-position: -30px 0;}
.aslideshow-panel a.play {background-position: -60px 0;}
.aslideshow-panel a.stop {background-position: -90px 0   ;}
.aslideshow-panel a.next {background-position: -120px 0;}
.aslideshow-panel a.last {background-position: -150px 0;}
.aslideshow-panel a.help {position:relative;background-position: -180px 0;}
.aslideshow-panel span.counter {float:right;display: block;font-weight:700;color:#fff;height:32px;line-height:32px;padding:0 8px;/*width:26px;*/}


.aslideshow-help {
    position:absolute;
    bottom:32px;
    z-index:101;   
    background-color:#ff9; 
    display:none;
	padding:2px;
	margin:0 2px;
    opacity: 0.8;
    width:98%;
}

.aslideshow-frame div {
    position:absolute;
    top:0px;
    left:0px;
    background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/startstop-slider/play.png) 50% 50% no-repeat;
    z-index:201;
    cursor:pointer;
    width:100%;
    height:100%;
}

.aslideshow-load {
    display:none;
}
    .aslideshow-load div {
        position:absolute;
        top:0px;
        left:0px;
        background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/startstop-slider/ajax-loader.gif) 50% 50% no-repeat;
        z-index:201;
        cursor:pointer;
        width:100%;
        height:100%;
    }

.aslideshow-shadow {
    position:absolute;
    top:0px;
    left:0px;
    z-index:200;
    width:100%;
    height:100%;
}
    
.aslideshow-opacity {
    background:url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiYmBgaAAIMAAAjwCD5Hc2/AAAAABJRU5ErkJggg==);
    background:rgba(0, 0, 0, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#85000000, endColorstr=#85000000);
}
/*-------------------------CoinSlider Slider------------------------*/

#page { width: 575px; margin: 30px auto; }
#gamesHolder { background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/design/shadow.png) no-repeat center 295px; padding: 5px; margin-top: 30px; width: 565px; }

ul { padding: 0 0 0 15px; margin: 0; }

.holder {background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/design/shadow.png) no-repeat center bottom; padding: 17px 5px;  }
.text { background-color: #f3f3f3; padding: 30px; margin-top: 10px; line-height: 20px; overflow: hidden; zoom: 1; }

.holder h2 { font-family: Georgia; margin: 0; padding: 0px 0px 15px 0px; }

code { display: block; background-color: #fff; padding: 10px; overflow: auto; }
pre { margin: 10px 0px; padding: 0; }

.download { width: 207px; height: 77px; background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/css/design/download.png) no-repeat; float: right; }

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: right; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

/* NV: display: none para que no se cierre el menú */
.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; display: none; }

.cs-prev, .cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }


/*-------------------------------------------------ANYTHING SLIDER--------------------------------------------------*/

/*
    anythingSlider v1.2
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
*{ margin: 0; padding: 0; }
.wrapper-slider  a img{ border: 0; text-decoration: none; outline: 0; }

.anythingSlider                         {  position: relative;}
.anythingSlider .wrapper-slider                { /**/width: 100%;height:100%; overflow: auto;  position: absolute; top: 0; left: 0;
										border-top: 3px solid #e0a213;border-bottom: 3px solid #e0a213;}

                                        /* Width below is max for Opera */
.anythingSlider .wrapper-slider ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0;background: #eee;
										 margin: 0;padding:0;overflow:hidden; }
                                           
.anythingSlider ul li                   { display: block; float: left; padding: 0;/* height: 317px !important; width: 680px;*/ margin: 0; }
.anythingSlider .arrow                  { display: block; height: 77px; width: 30px;
							 /* background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/anythingslider/arrows.gif) no-repeat 0 0;*/ text-indent: -9999px;
							  position: absolute;  cursor: pointer; }
                                          
.anythingSlider .forward               { background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/anythingslider/btn_next.gif) no-repeat 0 0; right: -30px;top: 35%; }
.anythingSlider .back                     { background: url(https://media.misohinutricion.com/skin/frontend/sinergia/default/images/anythingslider/btn_prev.gif) no-repeat 0 0; left: -29px;top:35%;}
.anythingSlider .forward:hover   { /*background-position: 0 -200px; */}
.anythingSlider .back:hover         {/* background-position: -67px -200px; */}

#thumbNav                                { position: absolute; text-align: center; /*top:323px;*/bottom:-28px;}
#thumbNav a                             { color: #ff920a; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0;
                                          background: #9a9a9a; text-align: center;font-weight:bold;text-decoration:none;}
                                          
#thumbNav a:hover                 { background-image: none; }
#thumbNav a.cur                     { background: #9a9a9a; color:#fff;font-weight:bold;}

#start-stop                             { background:#9a9a9a ; color: #fff; padding: 2px 5px; width: 40px;font-weight:bold;
                           text-align: center; position: absolute; right: 110px;/* top: 323px;*/bottom:-27px;text-decoration:none;}
                                          
#start-stop.playing                     { background-color: #9a9a9a; color: #fff;font-weight:bold;text-decoration:none;}
#start-stop:hover                       { text-decoration:none;}

/*
  Prevents
*/
.anythingSlider .wrapper-slider ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper-slider ul ul li       { float: none; height: auto; width: auto; background: none; }






/*-------------------------------------------PANEL SLIDER---------------------------------------------------------------*/
div.cont {	position:relative;	border:2px solid #999;	cursor:pointer;}
img {	border:none;	text-decoration:none;}

/* Tabs ================================================================================== */

.tab-1                { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/nutricion/images/page-1.png) no-repeat; }
.tab-2                { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/nutricion/images/page-2.png) no-repeat; }
.tab-3                { background:url(https://media.misohinutricion.com/skin/frontend/sinergia/nutricion/images/page-3.png) no-repeat; }

.cms-tienda-suplementos-online-comprar-vitaminas .top-container { display:none; }

.header {
  /*background: url('https://media.misohinutricion.com/skin/frontend/sinergia/nutricion/images/Misohi-Otono-hojas.gif') no-repeat top right;*/
  /*background: url('https://media.misohinutricion.com/skin/frontend/sinergia/nutricion/images/Misohi-Navidad.gif') no-repeat top right;*/
  background-position: 233px 0;
  background-position-x: 326px;
  /*
  background: url(https://media.misohinutricion.com/skin/frontend/sinergia/nutricion/images/Herbolario-Online-Barato.gif) no-repeat top right;
  */
}

.core-index-index .col2-left-layout .main {padding: 7px 0 5px;}


.misspell.fallback strong,
.misspell.suggest strong {
  color: #c76200;
}
.misspell.fallback strong strike,
.misspell.suggest strong strike {
  color: #3d6611;
  font-weight: normal;
}
.misspell.fallback strong a,
.misspell.suggest strong a {
  color: #c76200;
}

