#fullHeader {
    position: relative;
}

#header {
    border-top: solid 4px #333;
}

#header .logoCont {
    z-index: 101 !important;
}

#footer {
    /*margin-top: 5px;*/
}

#footer #bottom {
    border-top: solid 2px #333;
    padding-top: 5px;
}

#navigation-main .navbar-inner {
    background-image: none;
    border-radius: 0px;
    margin-bottom: 20px;
}

#navigation-main .navbar-inner>.container,
#footer #bottom>.container,
#footer .footer>.container {
    border-style: solid;
    border-width: 0px;
}

#navigation-main .navbar {
    margin-bottom: 0px;
}

#navigation-main .navbar .container {
    width: 940px;
}

#navigation-main .nav:not(.nav-tabs) {
    width: 100%;
}

#navigation-main .navbar .nav:not(.nav-tabs)>li {
    display: inline-block;
    float: none;
}

#navigation-main .navbar .nav.nav-tabs {
    width: 154px;
    min-height: 130px;
    margin-right: 5px;
}

#navigation-main .navbar .nav.nav-tabs>li {
    display: initial;
    float: none;
}

#navigation-main .navbar .nav.nav-tabs>li>a {
    padding: 2px 5px 2px 0px;
    text-align: right;
}

#navigation-main .navbar .nav>li>a {
    text-shadow: none;
    border-style: solid;
    border-width: 0px;
}

#navigation-main .navbar .tab-content {
    width: 780px;
}

#navigation-main .navbar .tab-content>.tab-pane>.prevNav,
#navigation-main .navbar .tab-content>.tab-pane>.nextNav {
    width: 15px;
    height: 130px;
    display: block;
    background-color: #0C3;
    background-color: transparent;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.4;
}

#navigation-main .navbar .tab-content>.tab-pane>.prevNav:not(.disabled):hover,
#navigation-main .navbar .tab-content>.tab-pane>.nextNav:not(.disabled):hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
    transition: All 0.1s ease;
    -webkit-transition: All 0.1s ease;
    -moz-transition: All 0.1s ease;
    -o-transition: All 0.1s ease;
}

#navigation-main .navbar .tab-content>.tab-pane>.prevNav {
    float: left;
    background-image: url("https://www.tomnod.com/public/images/icon-chevron-big-left.png");
}

#navigation-main .navbar .tab-content>.tab-pane>.nextNav {
    float: right;
    background-image: url("http://www.tomnod.com/public/images/icon-chevron-big-right.png");
}

#navigation-main .navbar .tab-content>.tab-pane>.prevNav.disabled,
#navigation-main .navbar .tab-content>.tab-pane>.nextNav.disabled {
    background-image: none;
    cursor: default;
}

#navigation-main .scrollableCont {
    height: 130px;
    width: 750px;
    overflow: hidden;
    float: left;
    position: relative;
}

#navigation-main .nav.scrollable {
    text-align: center !important;
    height: 130px;
    width: auto;
    overflow: visible;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
}

#navigation-main .navbar .nav.scrollable>li {
    display: block;
    float: left;
}

#navigation-main .nav.catGrid {
    text-align: center !important;
}

#navigation-main .submenuBg {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/images/bgTranspCube.png);
    padding: 0 0px 350px 0;
}

#navigation-main .submenuBgAmazon {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 350px;
    background-image: url(/images/bgTranspCube.png);
    box-sizing: border-box;
    padding: 0 330px 0 0;
    width: 555px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    -ms-column-gap: 0px;
    -o-column-gap: 0px;
    column-gap: 0px;
    columns: 2;
}

#navigation-main .submenuBgAmazon>li>a {
    overflow: hidden;
}

#navigation-main .submenuBgAmazon .dropdownAmazonVerTodo {
    border-top-width: 1px;
    border-top-style: solid;
}

#navigation-main .nav>li>.dropdownColumns,
#navigation-main .nav>li>.dropdownColumns3 {
    padding: 0px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    -webkit-box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.5);
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    -ms-column-gap: 10px;
    -o-column-gap: 10px;
    column-gap: 10px;
    columns: 4;
}

#navigation-main .nav>li>.dropdownColumns3>li {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
}

#navigation-main .nav>li>.dropdownColumns3>li>a {
    font-weight: bold !important;
    font-size: 12px;
}

#navigation-main .nav>li>.dropdownColumns3>li>ul {
    list-style: none;
    display: block;
    margin: 0;
    /*border-bottom:1px solid;*/
}

#navigation-main .nav>li>.dropdownColumns3>li>ul>li {
    list-style: none;
}

#navigation-main .nav>li>.dropdownColumns3>li>ul>li>a {
    display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 14px;
    font-size: 11px;
    white-space: nowrap;
}

#navigation-main .nav>li>.dropdownColumns3>li>ul>li>a:hover {
    text-decoration: none;
}


/* SUBNAV HORIZONTAL */

#navigation-main .dropdown.staticDropdown {
    position: static !important;
}

#navigation-main .dropdown-menu {
    margin-top: 0px;
}

#navigation-main .dropdown-menu:after,
#navigation-main .dropdown-menu:before {
    display: none;
}

#navigation-main .submenuHorizontal {
    /*width:500px;*/
    text-align: center;
    padding: 0px;
    left: 0;
    right: 0;
    margin: 0 auto !important;
}

#navigation-main .subnavHorizontal {
    display: inline-block;
    float: none;
    width: 107px;
}

#navigation-main .subnavHorizontal>a {
    padding: 0px;
}

#navigation-main .subnavHorizontal p.textoCategoria {
    margin: 6px 0 0 !important;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    height: 15px;
}

#navigation-main .subnavHorizontal .panelImagen {
    height: 105px;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin: 0;
}

#navigation-main .subnavHorizontal .panelImagen>.imgHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#navigation-main .subnavHorizontal .panelImagen>img {
    max-height: 105px;
    max-width: 100%;
    vertical-align: middle;
}

#navigation-main .subnavCatImagenModeloLineal {
    display: block;
    float: none;
    margin: 5px 0;
    position: relative;
    vertical-align: top;
}

#navigation-main .subnavCatImagenModeloLineal>a {
    text-align: left;
    font-size: 120%;
    padding: 3px 5px;
}

#navigation-main .subnavCatImagenModeloLineal:hover>a {
    background: transparent !important;
}

#navigation-main .subnavCatImagenModeloLineal>a::after {
    content: "";
    border: none !important;
    display: none !important;
}

#navigation-main .subnavCatImagenModeloLineal>ul {
    display: block !important;
    list-style-type: none;
    padding: 0px;
    margin: 0 0 20px;
    text-align: left;
}

#navigation-main .subnavCatImagenModeloLineal>ul>li {
    width: 153px;
    text-align: left;
    display: inline-block;
}

#navigation-main .subnavCatImagenModeloLineal>ul>li>a {
    display: block;
    padding: 3px 5px;
    height: auto;
}

#navigation-main .subnavCatImagenModeloLineal>ul>li>a>.panelImagen {
    height: 115px;
}

#navigation-main .subnavCatImagenModeloLineal>ul>li>a>.textoCategoria {
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0px;
}

#navigation-main .subnavCatImagenModeloLineal>ul>li>a:hover {
    text-decoration: none;
}

#navigation-main .subnavCatImagenModelo {
    display: inline-block;
    float: none;
    margin: 5px;
    position: relative;
    vertical-align: top;
    width: calc(33% - 10px);
}

#navigation-main .subnavCatImagenModelo>a {
    width: calc(63% - 20px);
    margin: 0;
    float: right;
    text-align: left;
    padding: 3px 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#navigation-main .subnavCatImagenModelo:hover>a {
    background: transparent !important;
}

#navigation-main .subnavCatImagenModelo>a::after {
    content: "";
    border: none !important;
    display: none !important;
}

#navigation-main .subnavCatImagenModelo>ul {
    display: block !important;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#navigation-main .subnavCatImagenModelo>ul::after,
#navigation-main .subnavCatImagenModelo>ul::before {
    content: "";
    display: table;
    line-height: 0;
}

#navigation-main .subnavCatImagenModelo>ul>li {
    width: calc(63% - 10px);
    float: right;
    text-align: left;
}

#navigation-main .subnavCatImagenModelo>ul>li.panelImagen {
    float: left;
    width: 37%;
    margin: 10px 10px 0 0;
}

#navigation-main .subnavCatImagenModelo>ul>li>a {
    display: block;
    padding: 3px 5px;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    height: 15px;
}

#navigation-main .subnavCatImagenModelo>ul>li>a:hover {
    text-decoration: none;
}

#navigation-main .dropdown-menu>.subnavHorizontal.active>a,
#navigation-main .dropdown-menu>.subnavHorizontal.active>a:hover,
#navigation-main .dropdown-menu>.subnavHorizontal.active>a:focus,
#navigation-main .dropdown-menu>li.subnavHorizontal>a:hover,
#navigation-main .dropdown-menu>li.subnavHorizontal>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    /*background-color:transparent!important;*/
    background-image: none !important;
}

#navigation-main .dropdown-menu>.subnavHorizontal.subnavImagenProd {
    /*border-left:1px solid;*/
}

.subnavImagenProd>ul.dropdown-menu {
    float: none !important;
    display: block !important;
    padding: 0px !important;
    position: relative !important;
    box-shadow: none;
}

.subnavImagenProd>ul.dropdown-menu>li>a {
    background: transparent !important;
    padding: 0px 7px !important;
    font-size: 10px !important;
    line-height: 13px !important;
    font-weight: normal;
}

.subnavImagenProd>ul.dropdown-menu>li>a>p {
    margin: 0px !important;
    font-size: 10px !important;
    line-height: 13px !important;
    height: 13px !important;
    font-weight: normal;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background-image: none !important;
}

.navbarFiltrosMobile.navbar-static-top .navbar-inner {
    max-height: 500px !important;
    overflow: auto;
}

.navbarFiltrosMobile.navbar-fixed-top .navbar-inner {
    height: 100% !important;
    overflow: auto;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed !important;
}

.navbarFiltrosMobile.navbar-fixed-top {
    position: fixed !important;
    margin: 0 !important;
    max-height: 100% !important;
}

.navbarFiltrosMobile .navbar-inner,
.navbarFiltrosMobile .btn-navbar {
    background-image: none !important;
}

.navbarFiltrosMobile .btn-navbar {
    box-sizing: border-box;
    width: 100%;
    margin: 3px 0 0 0;
    background-color: transparent !important;
    border: none !important;
    text-shadow: none !important;
    display: inline-block;
    cursor: pointer;
    color: inherit !important;
}

.navbarFiltrosMobile .btn-navbar:focus,
.navbarFiltrosMobile .btn-navbar:hover,
.navbarFiltrosMobile .btn-navbar:active {
    background-color: transparent !important;
    border: none !important;
    text-shadow: none !important;
    color: inherit !important;
}

.navbarFiltrosMobile .btn-navbar:hover {
    text-decoration: none !important;
}

.navbarFiltrosMobile .nav-collapseFiltrosMobile {
    display: inline-block;
    width: 100%;
}

.navbarFiltrosMobile.navbar .nav,
.navbarFiltrosMobile.navbar .nav>li {
    float: none !important;
    margin: 0px !important;
    display: block;
    width: 100%;
}

.navbarFiltrosMobile.navbar .nav>li>a {
    float: none !important;
    display: block;
    font-weight: bold;
    padding: 7px 15px;
    text-shadow: none;
}

.navbarFiltrosMobile.navbar .nav>li>.dropdown-menu {
    background-color: inherit !important;
    color: inherit !important;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    float: none;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid;
}

.navbarFiltrosMobile.navbar .nav>li>.dropdown-menu::after,
.navbarFiltrosMobile.navbar .nav>li>.dropdown-menu::before {
    border: none !important;
    display: none;
}

.navbarFiltrosMobile.navbar .nav>li.open>.dropdown-menu,
.navbarFiltrosMobile.navbar .nav>li.open>.dropdown-menu>li {
    display: block;
}

.navbarFiltrosMobile.navbar .nav>li>.dropdown-menu a {
    text-shadow: none;
}

.stickyHide {
    overflow: hidden;
    height: 0px;
    text-shadow: none;
}

#sticky-social {
    left: 0;
    position: fixed;
    top: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
}

#sticky-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sticky-social.right {
    right: 0;
    left: inherit;
}

#sticky-social a {
    background: #333;
    color: #fff !important;
    display: block;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 35px;
}

#sticky-social a span {
    line-height: 35px;
    left: -120px;
    position: absolute;
    text-align: center;
    width: 120px;
}

#sticky-social a i.fa {
    padding-top: 7px;
}

#sticky-social.right a span {
    left: initial;
    right: -120px;
    line-height: 35px;
}

#sticky-social a:hover span {
    left: 100%;
}

#sticky-social.right a:hover span {
    left: initial !important;
    right: 100% !important;
}

#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span {
    background: #3b5998 !important;
}

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span {
    background: #00aced !important;
}

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span {
    background: #dd4b39 !important;
}

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span {
    background: #007bb6 !important;
}

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span {
    background: #517fa4 !important;
}

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span {
    background: #eb4924;
}

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span {
    background: #cc2127 !important;
}

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span {
    background: #ff0084 !important;
}

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span {
    background: #32506d !important;
}

.list-view .sorter {
    font-size: 1em;
}

#header button.header>span,

/*#navigation-main #nuevaPag>a>span,*/

#navigation-main #cambiaPlantillas>a>span,
#navigation-main #borraPlantillaCont>button>span,
#footer button.footer>span {
    display: none;
}

#header button.header:hover>span,
#navigation-main #nuevaPag>a:hover>span,
#navigation-main #cambiaPlantillas>a:hover>span,
#navigation-main #borraPlantillaCont>button:hover>span,
#footer button.footer:hover>span {
    display: initial;
}

#header a.logo {
    display: block;
}

#header .logo>img {
    margin: 15px 0;
}

.slider-wrapper {
    /*margin-bottom:25px;*/
}

.theme-light .nivo-directionNav a {
    bottom: -26px !important;
}

hr {
    border-bottom: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {}


/* FILTROS */

div.filtroListado {
    margin: 0 0 10px 0;
    padding: 0;
}

div.filtroListado div.overflowed {
    width: 100%;
    height: auto;
    max-height: calc(21px * 32);
    overflow-x: hidden;
    overflow-y: auto;
}

div.filtroListado h3 {
    line-height: normal;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

div.filtroListado span.masElementosFiltro {
    font-size: 11px;
    line-height: 14px;
    color: #353638;
    cursor: pointer;
}

div.filtroListado div.overflowed .filtroListadoElemento.oculto {
    display: none;
}

div.filtroListado div.overflowed .filtroListadoElemento a {
    font-size: 12px;
}

div.filtroListado div.overflowed .filtroListadoElemento a:hover {
    text-decoration: none;
    font-weight: bold;
}

div.filtroListado div.overflowed .filtroListadoElemento a span {
    color: #88898b;
}

div.filtroListado hr {
    margin: 3px 0;
    border-style: solid;
    border-width: 1px;
}

div.filtroListado input[type=checkbox] {
    margin: 0;
}


/* RUTA FILTRADOS */

div.activeFilters {
    border: 1px solid #DDD;
    background: #FFF;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 5px 0;
    overflow: hidden;
    behavior: url(/js/ieFix/PIE/PIE.htc);
}

div.activeFilters strong {
    color: #999;
    display: inline-block;
    height: 100%;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #EEE 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #EEE));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%, #EEE 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%, #EEE 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%, #EEE 100%);
    /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%, #EEE 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#EEE', GradientType=1);
    /* IE6-9 */
    padding: 0 0 0 10px;
    position: relative;
    margin: 0 15px 0 0;
    behavior: url(/js/ieFix/PIE/PIE.htc);
}

div.activeFilters strong::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: -15px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #EEE;
    behavior: url(/js/ieFix/PIE/PIE.htc);
}

div.activeFilters span {
    padding: 0 7px;
    height: 100%;
    behavior: url(/js/ieFix/PIE/PIE.htc);
}

div.activeFilters span a.removeFilter {
    color: #999;
    border: 1px solid #999;
    font-weight: bold;
    margin: 0 0 0 3px;
    font-size: 10px;
    padding: 1px;
    cursor: pointer;
    behavior: url(/js/ieFix/PIE/PIE.htc);
}

.badge_style1 {
    background: url("/images/sitio/productBadges/offer.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    color: #FFF;
    font-weight: bold;
    width: 87px;
    /*78px*/
    height: 30px;
    /*27px*/
    line-height: 28px;
    /*26px*/
    font-size: 16px;
    /*14px*/
    position: absolute;
    top: -6px;
    /*-4px*/
    right: 17px;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

.badge_style2 {
    background: #F00;
    color: #FFF;
    font-weight: bold;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 26px;
    border-radius: 25px;
    line-height: 50px;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

.badge_style2.s1 {
    line-height: 57px;
}

.badge_style2.s1>span {
    font-size: 9px;
    line-height: 9px;
    display: inline-block;
    position: absolute;
    top: 8px;
    text-align: center;
    width: 100%;
    left: 0;
}

.badge_style2.s2 {
    line-height: 37px;
}

.badge_style2.s2>span {
    font-size: 9px;
    line-height: 9px;
    display: inline-block;
    position: absolute;
    bottom: 14px;
    text-align: center;
    width: 100%;
    left: 0;
}

.carruselItems .badge_style1 {
    background: url("/images/sitio/productBadges/offer.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    color: #FFF;
    font-weight: bold;
    width: 50px;
    /*78px*/
    height: 17px;
    /*27px*/
    line-height: 17px;
    /*26px*/
    font-size: 11px;
    /*14px*/
    position: absolute;
    top: -6px;
    /*-4px*/
    right: 17px;
    text-align: center;
    text-shadow: 1px 1px 3px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

form.widgetForm>div.span12 {
    margin-left: 0px;
}

form.widgetForm>div.span6:nth-of-type(2n+1) {
    margin-left: 0px;
}

form.widgetForm>div.span5:nth-of-type(2n+1) {
    margin-left: 0px;
}

form.widgetForm>div.span4:nth-of-type(3n+1) {
    margin-left: 0px;
}

form.widgetForm>div.span3:nth-of-type(4n+1) {
    margin-left: 0px;
}

form.widgetForm>div.span2:nth-of-type(6n+1) {
    margin-left: 0px;
}

form.widgetForm>div.span1:nth-of-type(12n+1) {
    margin-left: 0px;
}


/*GRIDVIEW*/

.grid-view table.items {
    border: none;
    background: transparent;
}

.grid-view table.items th {
    background: none;
    color: #333;
    font-weight: bold;
}

.grid-view table.items th,
.grid-view table.items td {
    border: none;
    border-top: 1px solid #DDD;
}

.grid-view table.items thead:first-child tr:first-child th {
    border-top: none;
}

.grid-view table.items th a {
    color: #0654ba;
}

.grid-view table.items th a:hover {
    color: #0654ba;
    text-decoration: underline;
}

.grid-view table.items tbody tr.odd {
    background: #F9F9F9;
}

.grid-view table.items tbody tr.even {
    background: #FFF;
}

.grid-view table.items tbody tr:hover {
    background: #CFE1F9;
}

.grid-view table.items tbody tr.selected {
    background: #A8C2E5;
}

.grid-view table.items tbody tr.selected:hover {
    background: #6FA3E5;
}

.grid-view .filters input,
.grid-view .filters select {
    width: calc(100% - 14px);
}

.portlet {
    margin-bottom: 20px;
    min-height: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
}

.portlet-decoration {
    border-bottom: 1px solid #DDD;
    background-color: #DDD;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.portlet-content {
    padding: 5px;
    background-color: transparent;
}

.portlet.nuevoProducto {
    border-color: #428bca;
}

.nuevoProducto .portlet-decoration {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.nuevoProducto .portlet-decoration h4 {
    color: #fff;
}

.btn {
    background-image: none;
    text-shadow: none !important;
    box-shadow: none !important;
}

.btn.btnAdminY,
.btn.btnAdminB,
.btn.btnAdminR,
.btn.btnAdminG,
.btn.btnAdminP {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn.btnAdminY {
    color: #fff !important;
    background: #f0ad4e !important;
    border-color: #eea236 !important;
}

.btn.btnAdminB {
    color: #fff !important;
    background: #5bc0de !important;
    border-color: #46b8da !important;
}

.btn.btnAdminR {
    color: #fff !important;
    background: #d9534f !important;
    border-color: #d43f3a !important;
}

.btn.btnAdminG {
    color: #fff !important;
    background: #5cb85c !important;
    border-color: #4cae4c !important;
}

.btn.btnAdminP {
    color: #fff !important;
    background: #428bca !important;
    border-color: #357ebd !important;
}

.btn.btnAdminY:hover {
    color: #fff !important;
    background: #ed9c28 !important;
    border-color: #d58512 !important;
}

.btn.btnAdminB:hover {
    color: #fff !important;
    background: #5bc0de !important;
    border-color: #46b8da !important;
}

.btn.btnAdminR:hover {
    color: #fff !important;
    background: #d2322d !important;
    border-color: #ac2925 !important;
}

.btn.btnAdminG:hover {
    color: #fff !important;
    background: #47a447 !important;
    border-color: #398439 !important;
}

.btn.btnAdminP:hover {
    color: #fff !important;
    background: #3276b1 !important;
    border-color: #285e8e !important;
}

#attributos.form.row-fluid .span4:nth-child(3n+1) {
    margin-left: 0px;
}

.formas_pago .span4:nth-child(3n+12) {
    margin-left: 0px;
}

#specifications.form.row-fluid .span3:nth-child(4n+2) {
    margin-left: 0px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.panel-title,
h4.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit !important;
}

.panel-body {
    padding: 5px;
}

.img-polaroid {
    width: calc(100% - 10px) !important;
    background-color: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fa.yellow {
    color: #e3cf7a;
}

div.nivo-caption {
    padding: 5px 10px;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    overflow: hidden;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .6);
}

div.capt-left div.nivo-caption {
    width: 40%;
    top: 0px;
    left: 0px;
}

div.capt-right div.nivo-caption {
    width: 40%;
    top: 0px;
    right: 0px;
    left: initial;
}

div.capt-bottom div.nivo-caption {}

div.capt-top div.nivo-caption {
    padding: 5px 10px;
    top: 0px;
    left: 0px;
    bottom: initial;
}

.AMTtiposImagenes {
    margin-bottom: 0px;
    font-size: 12px;
}

.AMTtiposImagenes>li>a {
    padding: 4px 8px;
}

.AMTthumbnails>li>.AMTthumbnail {
    background-color: #FFF;
}

.full-width {
    padding-left: 0px;
    padding-right: 0px;
    margin: 0 -250px;
    border-radius: 0px;
}

.stellar {
    /*background-image:url(http://livedemo00.template-help.com/wordpress_53491/wp-content/uploads/2015/03/parallax.jpg);
	background-position: 0px 0px !important;*/
    background-size: cover !important;
    padding: 80px 0;
    margin-bottom: 20px;
}

.stellar,
.stellar p {
    line-height: 1.2;
}

.main-body {
    overflow: hidden;
}

.tags {
    background-color: #6F6F6F;
    border-radius: 3px;
    font-size: 15px;
    font-weight: bold;
    color: #F3F3F3;
    padding: 1px 3px 1px 3px;
    margin: 0px 1px 0px;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}

.tags:visited {
    text-decoration: none;
    color: #F3F3F3;
}

.tags:hover {
    text-decoration: none !important;
    color: white !important;
    background-color: #00FF00;
    -webkit-transition: background-color .4s ease-out;
    -moz-transition: background-color .4s ease-out;
    -o-transition: background-color .4s ease-out;
    transition: background-color .4s ease-out;
}

.fuente_ {
    color: orange;
}

.fuente_:visited {
    color: orange;
    text-decoration: none;
}

.fuente_:hover {
    color: #994C00;
    text-decoration: none;
}

@media (min-width: 1200px) {
    #navigation-main .navbar .container {
        width: 1170px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    #navigation-main .navbar .container {
        width: 724px;
    }
}

@media (max-width: 767px) {
    .img-polaroid {
        width: auto !important;
    }
    #navigation-main .navbar .navbar-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    #navigation-main .navbar .container {
        width: auto;
    }
    #navigation-main .navbar .nav>li {
        float: none;
        display: block;
    }
    #header .logo {
        text-align: center;
    }
    #header .logo>img {
        max-height: 150px;
    }
    .textoOculta {
        display: none;
    }
    #barraSuperior .btn {
        font-size: 0;
    }
    #barraSuperior .btn>.fa {
        font-size: 15px !important;
    }
    #barraSuperior>a {
        font-size: 15px !important;
    }
}

@media (max-width: 479px) {
    #barraSuperior>span>img {
        display: none;
    }
    #navigation-main .navbar-inner {
        padding-left: 0;
        padding-right: 0;
    }
    #navigation-main .item-nav>a {
        font-size: 12px;
        height: 30px;
    }
    #header a.logo {
        display: block;
        text-align: center;
    }
    #header #editableHeader form {
        text-align: center;
    }
    #header #editableHeader .floated {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        clear: both !important;
    }
    #header #editableHeader .floated td {
        text-align: center !important;
    }
    #footer {
        font-size: 12px;
    }
    div.list-view .items {
        text-align: center;
    }
}

.flash {
    position: relative;
    padding-bottom: 100%;
    padding-top: 0px;
    height: 0;
}

.flash object,
.flash embed {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.tablaAtributos {
    position: relative;
}

.tablaAtributos>table {
    font-size: 85%;
}

.contenedorEspecificacionesProducto {
    position: relative;
}

.contenedorEspecificacionesProducto .especificacionTitulo>strong {
    font-weight: normal;
}

.contenedorEspecificacionesProducto .especificacionTitulo {
    font-size: 1.2em;
    border-bottom: 1px dotted #A1A1A1;
    margin: 10px 0 5px;
}

.contenedorEspecificacionesProducto .especificacionTexto {
    float: left;
    width: calc(33% - 15px);
    padding-right: 15px;
    margin-bottom: 5px;
}

.contenedorEspecificacionesProducto .especificacionTexto>img {
    margin-right: 5px;
}

.dropcap {
    float: left;
    width: 52px;
    height: 52px;
    font-size: 30px;
    line-height: 52px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    margin-right: 10px;
}

.list-view .items {
    text-align: center;
}


/* ESTILOS PARA EFECTOS */

.animScale1 {
    transition: All 0.1s ease;
    -webkit-transition: All 0.1s ease;
    -moz-transition: All 0.1s ease;
    -o-transition: All 0.1s ease;
}

.animScale1:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -o-transform: scale(1.02);
    -ms-transform: scale(1.02);
}

.animScale2 {
    transition: All 1.1947s ease;
    -webkit-transition: All 1.1947s ease;
    -moz-transition: All 1.1947s ease;
    -o-transition: All 1.1947s ease;
}

.animScale2:hover {
    transform: scale(0.883);
    -webkit-transform: scale(0.883);
    -moz-transform: scale(0.883);
    -o-transform: scale(0.883);
    -ms-transform: scale(0.883);
}

.animScale3 {
    transition: All 0.2s linear;
    -webkit-transition: All 0.2s linear;
    -moz-transition: All 0.2s linear;
    -o-transition: All 0.2s linear;
}

.animScale3:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.animSkew1 {
    transition: All 0.4697s linear;
    -webkit-transition: All 0.4697s linear;
    -moz-transition: All 0.4697s linear;
    -o-transition: All 0.4697s linear;
}

.animSkew1:hover {
    transform: skew(10deg);
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    -ms-transform: skew(10deg);
}

.animSkew2 {
    transition: All 0.4697s linear;
    -webkit-transition: All 0.4697s linear;
    -moz-transition: All 0.4697s linear;
    -o-transition: All 0.4697s linear;
}

.animSkew2:hover {
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
}

.animRotate1 {
    transition: All 0.3034s linear;
    -webkit-transition: All 0.3034s linear;
    -moz-transition: All 0.3034s linear;
    -o-transition: All 0.3034s linear;
}

.animRotate1:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.animRotate2 {
    transition: All 0.9452s ease;
    -webkit-transition: All 0.9452s ease;
    -moz-transition: All 0.9452s ease;
    -o-transition: All 0.9452s ease;
}

.animRotate2:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.animOpacity1 {
    transition: opacity 0.001s linear;
    -webkit-transition: opacity 0.001s linear;
    -moz-transition: opacity 0.001s linear;
    -o-transition: opacity 0.001s linear;
}

.animOpacity1:hover {
    opacity: .8;
}

.animOpacity2 {
    transition: opacity 0.6662s ease;
    -webkit-transition: opacity 0.6662s ease;
    -moz-transition: opacity 0.6662s ease;
    -o-transition: opacity 0.6662s ease;
}

.animOpacity2:hover {
    opacity: .7;
}

.animOpacity3 {
    transition: opacity 1.2822s ease;
    -webkit-transition: opacity 1.2822s ease;
    -moz-transition: opacity 1.2822s ease;
    -o-transition: opacity 1.2822s ease;
}

.animOpacity3:hover {
    opacity: .6;
}

.animBorder1 {
    transition: All 1.2822s ease;
    -webkit-transition: All 1.2822s ease;
    -moz-transition: All 1.2822s ease;
    -o-transition: All 1.2822s ease;
}

.animBorder1:hover {
    border-style: ridge;
    border-width: 3px;
}

.well {
    overflow: hidden;
    position: relative;
}


/*.well > .destacadoImagen{
	margin:-19px;
}
.well-small > .destacadoImagen{
	margin:-9px;
}*/

.destacadoImagen {
    position: relative;
    margin: 0px;
    padding: 0px;
    clear: both;
}

.destacadoImagen img {
    position: relative;
    z-index: 10;
}

.destacadoImagen .textoDestacadoImagen {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 11;
    width: 100%;
    padding: 5px;
}

.row-fluid [class*="span"] {
    min-height: 0px !important;
}

#footer #bottom #editableFooter .nav>li {
    display: inline-block;
    float: none;
}

.text-muted {
    color: #999;
}


/*div.capt-bottom div.nivo-caption {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}*/


/* PANTALLAS GRANDES */

@media (min-width: 1200px) {
    li:not(.span12)>.AMTthumbnail>img {
        height: 65px !important;
    }
}


/* PANTALLAS NORMALES ENTRE 1024 PX Y 800 PX */

@media (max-width: 1199px) and (min-width: 980px) {
    li:not(.span12)>.AMTthumbnail>img {
        height: 60px !important;
    }
}


/* NAVEGACIONES RESPONSIVAS */

@media (max-width: 979px) {
    #navigation-main .navbar {
        text-align: center;
    }
    #navigation-main .navbar .btn-navbar {
        float: none;
        display: inline-block;
        background-image: none !important;
    }
    #navigation-main .navbar .nav:not(.nav-tabs)>li {
        display: block;
    }
    #navigation-main .navbar .dropdown {
        position: static !important;
    }
    #navigation-main .navbar .nav-collapse {
        position: relative;
    }
    #navigation-main .navbar-inner>.container .dropdown-menu {
        height: 100%;
        overflow: auto;
        left: 0;
        margin: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    #navigation-main .navbar-inner>.container .dropdown-menu.dropdownColumns3 {
        width: 100% !important;
    }
    #navigation-main .nav>li>.dropdownColumns,
    #navigation-main .nav>li>.dropdownColumns3 {
        -moz-column-count: 2 !important;
        -moz-column-gap: 10px !important;
        column-count: 2 !important;
        column-gap: 10px !important;
    }
    #navigation-main .nav>li>.dropdownColumns3>li {
        display: block !important;
    }
    #navigation-main .nav>li>.dropdownColumns3>li>a {
        padding: 0px !important;
    }
}


/* IPAD */

@media (max-width: 979px) and (min-width: 768px) {
    .AMTthumbnails>li:not(.span12) {
        float: left;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    .AMTthumbnails>li.span1,
    .AMTthumbnails>li.span2,
    .AMTthumbnails>li.span3,
    .AMTthumbnails>li.span4,
    .AMTthumbnails>li.span6 {
        width: calc(25% - 5px);
    }
    .AMTthumbnails>li.span12 {
        margin-bottom: 5px;
    }
}


/* TABLET VERTICAL Y TABLET PEQUEÑAS */

@media (max-width: 767px) {
    body {
        padding: 0px;
    }
    div.main-body {
        padding: 0 8px;
    }
    .AMTthumbnails>li:not(.span12) {
        float: left;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    .AMTthumbnails>li.span1,
    .AMTthumbnails>li.span2,
    .AMTthumbnails>li.span3,
    .AMTthumbnails>li.span4,
    .AMTthumbnails>li.span6 {
        width: calc(16.6666666666667% - 5px);
    }
    .AMTthumbnails>li.span12 {
        margin-bottom: 5px;
    }
    .well {
        padding: 10px;
    }
    .opcionesFooter {
        text-align: center;
    }
    .opcionesFooter>div.span2 {
        width: calc(25% - 15px);
        margin-right: 15px;
        display: inline-block;
    }
    .opcionesFooter>div.span2:last-child {
        margin-right: 0px;
    }
    .contenedorEspecificacionesProducto .especificacionTexto {
        display: table-row;
    }
    .contenedorEspecificacionesProducto .especificacionTexto span {
        /*text-align:center !important;*/
        display: table-cell;
        vertical-align: top;
        padding-bottom: 5px;
    }
    .contenedorEspecificacionesProducto .especificacionTexto span:nth-child(1) {
        width: calc(50% - 10px);
        padding-right: 10px;
    }
    .contenedorEspecificacionesProducto .especificacionTexto span:nth-child(2) {
        width: 50%;
        font-weight: bold;
    }
    #contCarritoAjax .span6 {
        display: inline-block;
        width: 48.9362%;
        box-sizing: border-box;
        display: block;
        float: left;
        margin-left: 2.12766%;
    }
    #contCarritoAjax .span6:first-child {
        margin-left: 0;
    }
    #contCarritoAjax .prodCarritoAjax .row-fluid {
        display: table-row;
    }
    #contCarritoAjax .prodCarritoAjax .span3 {
        width: 25%;
        display: table-cell;
        vertical-align: top;
    }
    #contCarritoAjax .prodCarritoAjax .span6 {
        width: auto;
        display: table-cell;
        vertical-align: top;
        padding: 0 4px;
    }
    #navigation-main .nav>li>.dropdownColumns,
    #navigation-main .nav>li>.dropdownColumns3 {
        -moz-column-count: auto !important;
        -moz-column-gap: normal !important;
        column-count: auto !important;
        column-gap: normal !important;
    }
}


/* CELULARES HORIZONTAL */

@media (max-width: 550px) {
    #navigation-main .subnavCatImagenModeloLineal>ul>li {
        text-align: left;
        display: block;
        width: 100%;
    }
    #navigation-main .subnavCatImagenModeloLineal>ul {}
    #navigation-main .subnavCatImagenModeloLineal>ul>li>a>.panelImagen {
        display: inline-block
    }
    #navigation-main .subnavCatImagenModeloLineal>ul>li>a>.textoCategoria {
        display: inline-block;
        width: calc(100% - 148px - 1em);
        height: auto;
        padding: 7px 0 0 7px;
    }
    div.main-body {
        padding: 0 4px;
    }
    .AMTthumbnails>li.span1,
    .AMTthumbnails>li.span2,
    .AMTthumbnails>li.span3,
    .AMTthumbnails>li.span4,
    .AMTthumbnails>li.span6 {
        width: calc(25% - 5px);
    }
    .well {
        padding: 5px;
    }
    .opcionesFooter>div.span2 {
        width: calc(20% - 15px);
    }
    #header {}
    #header .logo>img {
        max-width: 80%;
        margin: 5px 0;
    }
    #footer #bottom,
    #footer .footer {
        padding-left: 10px !important;
        padding-right: 10px !important;
        text-align: center;
    }
}


/* CELULARES VERTICAL */

@media (max-width: 450px) {}

.eawc-chat-window-containerFloating {
    position: fixed;
    top: 75%;
    bottom: 0;
    right: 0;
    z-index: 9999999;
}

.eawc-chat-window-containerAlignRight {
    right: 0;
    left: auto;
}

.eawc-chat-window-containerAlignRight .eawc-chat-window-window {
    right: 0;
    left: auto;
    margin-right: 16px;
}

.eawc-window-opener-button-button {
    width: 60px;
    height: 60px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    outline: transparent;
    background-color: #fff;
    /*margin-bottom: 16px;
	margin-right: 16px;
	margin-left: 16px;*/
}

.eawc-chat-window-containerEmbedChat .eawc-window-opener-button-button {
    display: block;
}

.eawc-window-opener-button-button:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #f00;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 4px;
    top: 4px;
}

.eawc-window-opener-button-buttonText {
    display: block;
}

.eawc-window-opener-button-buttonIcon {
    display: block;
}

.eawc-window-opener-button-buttonIcon svg {
    width: 40px;
    height: 40px;
}

.eawc-window-opener-button-buttonTypeText {
    width: auto;
    margin-right: 16px;
    border-radius: 20px;
    padding: 4px 24px 4px 16px;
    margin-left: 16px;
    height: auto;
}

.eawc-chat-window-containerEmbedBubble .eawc-window-opener-button-buttonTypeText {
    margin: 0;
}

.eawc-window-opener-button-buttonTypeText .eawc-window-opener-button-buttonIcon svg {
    width: 20px;
    height: 20px;
}

.eawc-window-opener-button-buttonTypeText:before {
    top: 0;
    right: 0;
}

.eawc-window-opener-button-buttonTypeText .eawc-window-opener-button-buttonText {
    line-height: 20px;
    font-size: 15px;
    font-weight: 700;
    margin-left: 4px;
}

.eawc-window-opener-button-buttonTypeText .eawc-window-opener-button-buttonIcon {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.eawc-window-opener-button-buttonTypeBubble {
    width: 60px;
}

.eawc-chat-window-containerEmbedBubble .eawc-window-opener-button-buttonTypeBubble {
    margin: 0;
}

.tooltip.top .tooltip-inner {
    background-color: green;
}

.tooltip.top .tooltip-arrow {
    border-top-color: green;
}

.componentes {
    max-height: 185px;
    overflow-y: scroll;
}

.navsmicu, .navsmicu2 {
    color : #000 !important;
}

.navsmicu:hover {
    color : #fff !important;
    width: 97.6% !important;
}

.linavsmicu:hover {
    color : rgba(34, 174, 234, 1) !important;
}

.navsmicu2:hover {
    color : #fff !important;
    width: 97.6% !important;
}

.linavsmicu2:hover {
    color : rgba(34, 174, 234, 1) !important;
}

#mobileToggleNav {
    z-index : 1000 ;
}

/* Large desktop 
@media (min-width: 1200px) { ... }*/
 
/* Portrait tablet to landscape and desktop 
@media (min-width: 768px) and (max-width: 979px) { ... }*/
 
/* Landscape phone to portrait tablet 
@media (max-width: 767px) { ... }*/
 
/* Landscape phones and down */
@media (max-width: 480px) { 
    #headermobile {
       margin-top: -2.5em !important;
    }

    .masMenos {
        margin: 0 0em !important;
    }

    .masMenosBtt1Dest {
        margin: 0 25.6vw !important; 
    }

 }

 input.destacadoMI {
    width: 5em !important;
}
