﻿@charset "UTF-8";


#GaleriaFotos {
    position: fixed;
    top: 110px;
    left: 80px;
    width: 90%;
    height: 488px;
    z-index: 99;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0,0,0,.25);
    border-radius: 4px;
    display: none;
    border-color: rgba(0,0,0,.75);
}


.a-button-close {
    display: block;
    zoom: 1;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid;
    border-color: transparent;
    float: right;
    padding: 8px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin: -13px 0 0;
    line-height: 0;
}

.a-button-top-right {
    position: static;
    margin: 6px 6px 0 0;
}

.a-icon {
    background-image: url(imgs/btnclose.png);
    background-size: 400px 900px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
}

.a-icon-close {
    opacity: .64;
    width: 10px;
    height: 9px;
    background-position: -297px -5px;
}

.btnGaleriaDetalle {
    list-style: none;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin: 6px;
    padding: 1px 4px;
}

.btnGaleria {
    list-style: none;
    border-color: #ADB1B8 #A2A6AC #8D9096;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    margin: 6px;
    padding: 1px 4px;
}

.btnGaleriaDetalle.selected {
    border-color: orange;
    box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}

.btnGaleria.selected {
    border-color: orange;
    box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}

.PedRow {
    display: none;
}

.lblExistencia {
    color: black;
    font-weight: normal;
}

.lnkSubCat {
    cursor: pointer;
}

.colResBusq {
    cursor: pointer;
}


.lblNoExistencia {
    color: black;
    font-weight: bold;
}

.bodyimp {
    background-color: #FFF;
}

@font-face {
    font-family: 'orator';
    src: url('fonts/OratorStd.eot');
    src: local('☺'), url('fonts/OratorStd.eot?#iefix') format('embedded-opentype'), url('fonts/OratorStd.woff') format('woff'), url('fonts/OratorStd.ttf') format('truetype'), url('fonts/OratorStd.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light-webfont.woff') format('woff'), url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open';
    src: url('fonts/OpenSansLight-Italic.eot?') format('eot'), url('fonts/OpenSansLight-Italic.woff') format('woff'), url('fonts/OpenSansLight-Italic.ttf') format('truetype'), url('fonts/OpenSansLight-Italic.svg#OpenSansLight-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'open';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold-webfont.woff') format('woff'), url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-RegularAlternate.eot');
    src: local('☺'), url('fonts/DIN-RegularAlternate.eot?#iefix') format('embedded-opentype'), url('fonts/DIN-RegularAlternate.woff2') format('woff2'), url('fonts/DIN-RegularAlternate.woff') format('woff'), url('fonts/DIN-RegularAlternate.ttf') format('truetype'), url('fonts/DIN-RegularAlternate.svg#DIN-RegularAlternate') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DIN';
    src: url('fonts/DIN-BlackAlternate.eot');
    src: local('☺'), url('fonts/DIN-BlackAlternate.eot?#iefix') format('embedded-opentype'), url('fonts/DIN-BlackAlternate.woff2') format('woff2'), url('fonts/DIN-BlackAlternate.woff') format('woff'), url('fonts/DIN-BlackAlternate.ttf') format('truetype'), url('fonts/DIN-BlackAlternate.svg#DIN-BlackAlternate') format('svg');
    font-weight: 900;
    font-style: normal;
}


.datos {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 500px;
    height: 15px;
    padding: 5px;
    background-color: #FFF;
    z-index: 99999;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #333;
    font-family: 'open', Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.txtizq {
    text-align: left;
}

.topline {
    width: 100%;
    border-bottom: 1px solid #FFF;
    border-top: 4px solid #e63735;
}

.top {
    width: 100%;
    background-color: #000;
    position: relative;
}

.logo {
    width: 190px;
    height: 95px;
    background-image: url(imgs/logot.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 40px;
    margin-right: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    float: left;
}

    .logo .menubtn, .logo .buscabtn {
        display: none;
    }

menu {
    margin: 0px;
    padding: 0px;
}

.buscalog {
    font-family: "orator", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    float: left;
    width: 100%;
    width: calc(100% - 270px);
    display: block;
    margin-top: 15px;
}

    .buscalog .buscar {
        border-bottom: 1px solid #555;
        padding-bottom: 19px;
        padding-top: 9px;
        display: block;
        min-width: 200px;
        width: calc(100% - 350px);
        float: left;
    }

        .buscalog .buscar input {
            background-color: #333;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            -ms-appearance: none;
            border: none;
            color: #CCC;
            padding: 5px;
            padding-top: 8px;
            padding-bottom: 3px;
            outline: none;
            width: 40%;
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            float: left;
            width: calc(100% - 215px);
            max-width: 350px;
            margin-right: 5px;
        }

        .buscalog .buscar select {
            background-color: #333;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            -ms-appearance: none;
            border: none;
            color: #CCC;
            padding: 5px;
            padding-top: 8px;
            padding-bottom: 3px;
            outline: none;
            width: 165px;
            border-radius: 0px;
            text-indent: 10px;
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 14px;
            float: left;
            margin-left: 10px;
            margin-right: 5px;
        }

        .buscalog .buscar #btnBuscar {
            background-color: #999;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            -ms-appearance: none;
            border: none;
            color: #FFF;
            padding-top: 8px;
            padding-bottom: 3px;
            outline: none;
            width: 25px;
            height: 25px;
            border-radius: 25px;
            margin-top: 3px;
            margin-left: 0%;
            text-indent: 0px;
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 14px;
            text-transform: uppercase;
            float: left;
            text-align: center;
        }

    .buscalog .login {
        border-bottom: 1px solid #555;
        border-right: 1px solid #555;
        padding-bottom: 23px;
        padding-top: 19px;
        display: block;
        width: 230px;
        padding-right: 10px;
        text-align: right;
        float: left;
        font-size: 12px;
    }

        .buscalog .login a {
            color: #FFF;
        }

    .buscalog .idioma {
        border-bottom: 1px solid #555;
        padding-bottom: 23px;
        padding-top: 18px;
        display: block;
        width: 75px;
        padding-left: 20px;
        float: left;
        font-size: 12px;
    }

.idioma a {
    color: #FFF !important;
}

.buscalog .login .carritobtn {
    background-image: url(imgs/carritobtn.png);
    width: 30px;
    height: 30px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -12px;
    margin-bottom: -10px;
    display: inline-block;
    opacity: 0.5;
    transition: all 0.3s ease 0.03s;
    -webkit-transition: all 0.3s ease 0.03s;
    -moz-transition: all 0.3s ease 0.03s;
}

.buscalog .login .favsbtn {
    background-image: url(imgs/favsbtn.png);
    width: 30px;
    height: 30px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -12px;
    margin-bottom: -10px;
    display: inline-block;
    opacity: 0.5;
    transition: all 0.3s ease 0.03s;
    -webkit-transition: all 0.3s ease 0.03s;
    -moz-transition: all 0.3s ease 0.03s;
}


.buscalog .login .frecbtn {
    background-image: url(imgs/frecbtn.png);
    width: 30px;
    height: 30px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -12px;
    margin-bottom: -10px;
    display: inline-block;
    opacity: 0.5;
    transition: all 0.3s ease 0.03s;
    -webkit-transition: all 0.3s ease 0.03s;
    -moz-transition: all 0.3s ease 0.03s;
}

    .buscalog .login .frecbtn:hover .favsbtn:hover .buscalog .login .carritobtn:hover {
        opacity: 1;
        cursor: pointer;
        background-size: 85%;
    }


menu.menutop {
    font-family: "orator", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    float: left;
    width: 75%;
    width: calc(100% - 325px);
    display: table;
    margin-top: 0px;
    text-align: right;
}

.menutop ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 23px;
}

.menutop li, .menutop a li {
    display: inline;
    margin-left: 0px;
    color: #FFF;
}





menu.menuizq {
    background-color: #000;
    width: 262px;
    float: left;
}

    menu.menuizq ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    menu.menuizq li, menu.menuizq a li {
        font-size: 13px;
        width: 240px;
        border: 1px solid #FFF;
        border-bottom: none;
        padding-left: 20px;
        padding-top: 13px;
        padding-bottom: 11px;
        margin: 0px;
        color: #FFF;
        font-family: "orator", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        position: relative;
        transition: all 0.3s ease 0.05s;
        -webkit-transition: all 0.3s ease 0.05s;
        -moz-transition: all 0.3s ease 0.05s;
        -o-transition: all 0.3s ease 0.05s;
        -ms-transition: all 0.3s ease 0.05s;
    }

        menu.menuizq li:hover, menu.menuizq a li:hover {
            background-color: #999;
        }

        menu.menuizq li:last-of-type {
            border-bottom: 1px solid #FFF;
        }

        menu.menuizq li .plus {
            background-color: #333;
            color: rgba(153,153,153,0.70);
            font-size: 15px;
            padding-top: 14px;
            padding-bottom: 13px;
            padding-left: 15px;
            padding-right: 15px;
            text-align: center;
            position: absolute;
            right: 0px;
            top: 0px;
            width: 13px;
            height: 13px;
        }


.manto {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.80);
    display: none;
}

.limite {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 0px;
}

.contenido {
    width: calc(100% - 262px);
    min-height: 200px;
    float: right;
    margin-bottom: 0px;
}

.slider {
    float: left;
    height: 500px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background-color: #999;
    width: calc(100% - 1px);
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    position: relative;
    overflow: hidden;
}

    .slider .slideizq {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 20px;
        background-image: url(imgs/slideizq.png);
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 90;
        cursor: pointer;
        opacity: 0.85;
    }

    .slider .slideder {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        right: 20px;
        background-image: url(imgs/slideder.png);
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: 90;
        cursor: pointer;
        opacity: 0.85;
    }

    .slider .slideitem {
        position: absolute;
        height: 100%;
        background-color: #999;
        width: 100%;
        background-size: cover;
        background-position: top center;
        margin-left: 100%;
        z-index: 79;
        cursor: pointer;
    }
/*.slideitem .slidetext{
	background-color:rgba(0,0,0,0.80);
	position:absolute;
	z-index:10;
	color:#FFF;
	top:40%;
	left:53%;
	padding:25px;
	max-width:350px;
}
.slideitem .slidetext img{
	margin-bottom:5px;
	margin-top:0px;
}
.slideitem .slidetext h1{
	font-size:33px;
	font-family:"open", Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.slideitem .slidetext p{
	font-size:18px;
	font-family:"open", Helvetica, Arial, sans-serif;
	font-style:italic;
	margin-top:5px;
	margin-bottom:5px;
	
}
.slideitem .slidetext .plusred{
	background-color:#e63735;
	width:45px;
	height:45px;
	padding:10px;
	font-size:45px;
	font-family:"open", Helvetica, Arial, sans-serif;
	text-align:center;
	line-height:45px;
	left:0px;
	position:absolute;
	top:-67px;
}*/

.fila {
    float: left;
    max-height: 270px;
    width: calc(100% - 1px);
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    padding-bottom: 5px;
}

    .fila .filatop {
        width: 100%;
        border-top: 4px solid #e63735;
        border-bottom: 1px solid #FFF;
    }

    .fila .ftitular {
        width: 100%;
        background-color: #333;
        color: #FFF;
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .fila .ficon {
        background-color: #505050;
        width: 43px;
        height: 43px;
        float: left;
        margin-right: 20px;
        margin-top: -15px;
        background-size: 40%;
        background-position: center center;
        background-repeat: no-repeat;
    }

#fabajo {
    background-image: url(imgs/flecha-abajo.png);
}


.fila .deslizador {
    width: auto;
    height: auto;
    min-width: 500px;
    max-height: 230px;
    margin-left: 0px;
}

.fila .btnizq {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(230,83,81,0.70);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: 3px;
    background-image: url(imgs/left.png);
    background-position: center center;
    background-size: 25%;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    background-repeat: no-repeat;
    transition: all 0.5s ease 0.03s;
    -webkit-transition: all 0.5s ease 0.03s;
    -moz-transition: all 0.5s ease 0.03s;
    -ms-transition: all 0.5s ease 0.03s;
    -o-transition: all 0.5s ease 0.03s;
    cursor: pointer;
}

.fila .btnder {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(230,83,81,0.70);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: 3px;
    background-image: url(imgs/right.png);
    background-position: center center;
    background-size: 25%;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    background-repeat: no-repeat;
    transition: all 0.5s ease 0.03s;
    -webkit-transition: all 0.5s ease 0.03s;
    -moz-transition: all 0.5s ease 0.03s;
    -ms-transition: all 0.5s ease 0.03s;
    -o-transition: all 0.5s ease 0.03s;
    cursor: pointer;
}

    .fila .btnizq:hover, .fila .btnder:hover {
        background-color: rgba(230,83,81,1);
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
    }

.item {
    padding: 25px;
    min-height: 100px;
    border-right: 1px solid #eaeaea;
    min-width: 200px;
    height: 170px;
    float: left;
}

.lista {
    width: calc(33.33% - 51px);
    min-width: 240px;
    text-align: left;
}

.item img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.item h2, .item a h2 {
    color: #e65250;
    font-family: "open", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 4px;
}

.item h4 {
    color: #e65250;
    font-family: "open", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.item p {
    color: #333;
    font-family: "open", Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 4px;
}

.icono {
    width: 24px;
    height: 24px;
    background-size: 100%;
    float: left;
    margin-right: 15px;
    opacity: 0.7;
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transition: all 0.3s ease 0.03s;
    -webkit-transition: all 0.3s ease 0.03s;
    -moz-transition: all 0.3s ease 0.03s;
    -o-transition: all 0.3s ease 0.03s;
}

.cart {
    background-image: url(imgs/i-cart.png);
}

.check {
    background-image: url(imgs/i-checked.png);
}

.estrella {
    background-image: url(imgs/i-favstar.png);
}

.borrarestrella {
    background-image: url(imgs/i-delete.png);
}


.icono:hover {
    opacity: 1;
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
}


.articulos {
    background-color: #e9e9e9;
    width: 100%;
    border-bottom: 1px solid #FFF;
    min-height: 100px;
    float: left;
}

.artic {
    width: calc(50% - 1px);
    border-right: 1px solid #FFF;
    padding: 0px;
    float: left;
    height: 225px;
}

    .artic .foto {
        width: 100%;
        float: left;
        background-color: #FFF;
        height: 225px;
        background-position: center;
        background-size: cover;
    }
/*.artic .texto{
	width:calc(60% - 20px);
	margin-left:20px;
	float:left;
	position:relative;
	min-height:225px;
}
.artic h2{
	font-size:26px;
	color:#e65250;
	font-weight:normal;
	font-family:"open", Helvetica, Arial, sans-serif;
	margin-bottom:0px;
	margin-top:15px;
}
.artic h3{
	font-size:18px;
	color:#595959;
	font-weight:normal;
	font-style:italic;
	font-family:"open", Helvetica, Arial, sans-serif;
	margin-bottom:10px;
	margin-top:0px;
}
.artic p{
	font-size:12px;
	color:#999;
	font-weight:normal;
	font-family:"open", Helvetica, Arial, sans-serif;
	margin-bottom:10px;
	margin-top:0px;
}
.artic a{
	background-color:#e65250;
	padding:10px;
	padding-top:13px;
	color:#FFF;
	font-family:"orator", Helvetica, Arial, sans-serif;
	font-size:13px;
	width:70px;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	bottom:-5px;
	right:-5px;
}*/



.BannerPrincipal {
    width: calc(100% - 1px);
    height: 235px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    background-size: cover;
    position: relative;
}

    .BannerPrincipal .banntext {
        background-color: rgba(0,0,0,0.80);
        position: absolute;
        z-index: 10;
        color: #FFF;
        top: 40px;
        left: 55%;
        padding: 25px;
        max-width: 350px;
    }

        .BannerPrincipal .banntext h1 {
            font-size: 33px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-weight: normal;
            padding: 0px;
            margin: 0px;
            color: #d8413f;
        }

        .BannerPrincipal .banntext h2 {
            font-size: 18px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-style: italic;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .BannerPrincipal .banntext .plusred {
            background-color: #e63735;
            width: 45px;
            height: 45px;
            padding: 10px;
            font-size: 45px;
            font-family: "open", Helvetica, Arial, sans-serif;
            text-align: center;
            line-height: 45px;
            left: 0px;
            position: absolute;
            top: -67px;
        }


.show {
    background-color: #FFF;
    min-height: 500px;
    width: calc(100% - 1px);
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #FFF;
    font-family: "open", Helvetica, Arial, sans-serif;
}

    .show .showtop {
        width: 100%;
        border-top: 4px solid #e63735;
        border-bottom: 1px solid #FFF;
    }

    .show .stitular {
        width: 100%;
        background-color: #333;
        color: #FFF;
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .show .sicon {
        background-color: #505050;
        width: 43px;
        height: 43px;
        float: left;
        margin-right: 20px;
        margin-top: -15px;
        background-size: 40%;
        background-position: center center;
        background-repeat: no-repeat;
    }

#showabajo {
    background-image: url(imgs/flecha-abajo.png);
}

#showcata {
    background-image: url(imgs/icon-catalogo.png);
}

#showstar {
    background-image: url(imgs/icon-star.png);
    background-size: 55%;
}

#shownew {
    background-image: url(imgs/icon-new.png);
    background-size: 55%;
}

#showcar {
    background-image: url(imgs/icon-car.png);
    background-size: 55%;
}

.stitular .activo {
    color: #FF5555;
}


.show .texto {
    margin-left: 40px;
    margin-right: 50px;
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.show .catalogo {
    width: calc(100% -100px);
    min-height: 500px;
    height: calc(100% - 100px);
    margin: 50px;
    background-color: #ccc;
}

.show a {
    color: #E15850;
}

.show h2 {
    font-family: "orator", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #E15850;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 30px;
}

.show h3 {
    font-family: "open", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #E15850;
    text-transform: inherit;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 10px;
}

.show p {
    font-family: "open", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #777;
    margin-right: 0px;
}

.show table {
    min-width: 50%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.show th {
    font-size: 14px;
}

.show td {
    font-size: 14px;
}

.show .campo2 {
    background-color: #EEE;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    width: 350px;
    padding: 5px;
    border: none;
    outline: none;
    font-family: "open", Helvetica, Arial, sans-serif;
}

.show .campo2 {
    background-color: #EEE;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    width: 150px;
    padding: 5px;
    border: none;
    outline: none;
    font-family: "open", Helvetica, Arial, sans-serif;
}

.show .btn {
    background-color: #999;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    width: 100px;
    color: #FFF;
    border: none;
    font-size: 14px;
    margin-left: 20px;
    font-family: "open", Helvetica, Arial, sans-serif;
}

.show ul.listado {
    float: left;
    padding: 0px;
    margin-top: 0px;
    margin-right: 30px;
    list-style: none;
    text-align: left;
}

    .show ul.listado img {
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 5px;
    }

    .show ul.listado a li, .show ul.listado li {
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 18px;
        color: #E15850;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

.show ul.sublist {
    float: none;
    padding: 0px;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-top: 0px;
    margin-right: 0px;
    list-style: none;
    text-align: left;
}

    .show ul.sublist a .sub, .show ul.sublist .sub {
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #999;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

.show .login {
    width: 40%;
    min-width: 350px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EEE;
    padding: 25px;
    font-size: 12px;
    text-align: center;
}

    .show .login h2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .show .login p {
        margin: 0px;
        font-size: 12px;
    }

    .show .login .campo {
        text-align: center;
        margin-bottom: 20px;
        background-color: #FFF;
        font-size: 14px;
    }

.show hr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #666;
    border: #666 1px solid;
}

.show .registro {
    width: 50%;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

iframe {
    width: 800px;
}

.show .registro td {
    font-size: 12px;
}

.show .registro .campo {
    width: 100%;
}

.show .video {
    margin-left: 0px;
    padding-right: 1.5%;
    padding-left: 1.5%;
    width: 30%;
    min-height: 250px;
    float: left;
    margin-bottom: 20px;
}

    .show .video h2 {
        font-size: 14px;
    }

.show .mainitem {
    width: 45%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    float: left;
    margin-bottom: 30px;
    position: relative;
}

    .show .mainitem .desc {
        width: 66px;
        height: 66px;
        font-size: 36px;
        line-height: 66px;
        padding: 7px;
        border-radius: 45px;
        position: absolute;
        margin-bottom: 30px;
        font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
        text-align: center;
        background-color: rgba(255,224,0,1.00);
        right: 10%;
    }

.show .item .desc {
    width: 36px;
    height: 36px;
    font-size: 21px;
    line-height: 36px;
    padding: 7px;
    border-radius: 45px;
    margin-bottom: -30px;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    text-align: center;
    background-color: rgba(255,224,0,1.00);
    right: 10%;
}

.show .simpleitem .desc {
    width: 36px;
    height: 36px;
    font-size: 21px;
    line-height: 36px;
    padding: 7px;
    border-radius: 45px;
    position: absolute;
    margin-bottom: 30px;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    text-align: center;
    background-color: rgba(255,224,0,1.00);
    right: 10%;
}

.show .simpleitem {
    width: 30%;
    padding-left: 1.5%;
    padding-right: 1.5%;
    float: left;
    margin-bottom: 20px;
    min-width: 180px;
    max-height: 220px;
    min-height: 220px;
    position: relative;
}

    .show .mainitem p, .show .simpleitem p {
        font-size: 11px;
        margin-top: -10px;
    }

.show .videofull {
    width: 100%;
    min-height: 300px;
}

    .show .videofull iframe {
        height: calc(640px * 0.5625);
    }


.show .selectedo {
    float: left;
    width: 25%;
    margin-right: 5%;
}

    .show .selectedo select {
        width: 100%;
    }

.show .distribuidores {
    float: left;
    width: 70%;
    height: auto;
}

.show .distribuidor {
    float: left;
    width: 100%;
    border-bottom: 1px dotted #999;
    min-height: 200px;
    max-height: 300px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.show .distribuidores .direcc {
    float: left;
    width: 40%;
    margin-right: 5%;
    text-align: left;
    font-family: "open", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #555;
}

    .show .distribuidores .direcc h3 {
        color: #E96F63;
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 0px;
        text-transform: uppercase;
    }

.show .distribuidores .mapa {
    float: left;
    width: 55%;
    height: 250px;
}

.show .noticias {
    max-width: 100%;
    height: auto;
}


.galeria .tache, .videoplay .tache, .sustitutos .tache, .enviamail .tache, .sesion .tache {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -50px;
    right: 0px;
    background-color: #000;
    background-image: url(imgs/tache2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 66%;
    display: block !important;
}

.galeria {
    position: fixed;
    width: 300px;
    height: 300px;
    top: 45%;
    left: 50%;
    margin-left: -170px;
    margin-top: -170px;
    background-color: #fff;
    padding: 40px;
    z-index: 101;
    border-radius: 0px;
    display: none;
}

    .galeria .galtitulo {
        font-size: 18px;
        color: #FFF;
        position: absolute;
        bottom: -50px;
        font-family: "orator", Helvetica, Arial, sans-serif;
        width: 150%;
        left: -25%;
        text-align: center;
    }

    .galeria .galizq {
        height: 380px;
        width: 35px;
        background-color: rgba(225,88,80,0.95);
        position: absolute;
        top: 0px;
        left: -35px;
        border-radius: 10px 0px 0px 10px;
        background-image: url(imgs/galizq.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
    }

    .galeria .galder {
        height: 380px;
        width: 35px;
        background-color: rgba(225,88,80,0.95);
        position: absolute;
        top: 0px;
        right: -35px;
        border-radius: 0px 10px 10px 0px;
        background-image: url(imgs/galder.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50%;
    }

    .galeria .galslider {
        width: 300px;
        height: 300px;
        position: relative;
        overflow: hidden;
    }

    .galeria .galdesliza {
        width: auto;
        height: 300px;
        position: relative;
    }

.galitem {
    width: 300px;
    height: 300px;
    float: left;
}


.videoplay {
    position: fixed;
    width: 64vw;
    height: 36vw;
    max-height: 75vh;
    max-width: 133.33vh;
    top: 50%;
    left: 50%;
    margin-left: -32vw;
    margin-top: -18vw;
    background-color: #fff;
    padding: 0px;
    z-index: 101;
    border-radius: 0px;
}

    .videoplay .vidtitulo {
        font-size: 18px;
        color: #FFF;
        position: absolute;
        top: -50px;
        font-family: "orator", Helvetica, Arial, sans-serif;
        width: 150%;
        left: -25%;
        text-align: center;
    }




.enviamail {
    position: fixed;
    width: 500px;
    height: 500px;
    left: 50%;
    margin-left: -250px;
    top: 45%;
    margin-top: -200px;
    background-color: #FFFFFF;
    z-index: 999;
    display: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.Welcome {
    height: 300px;
    background-color: #FFF;
}

.enviamail .enviatop {
    width: 100%;
    border-top: 4px solid #e63735;
    border-bottom: 1px solid #FFF;
}

.enviamail .enviatitular {
    width: 100%;
    background-color: #333;
    color: #FFF;
    font-family: "orator", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.enviamail .enviaicon {
    background-color: #505050;
    width: 43px;
    height: 43px;
    float: left;
    margin-right: 20px;
    margin-top: -15px;
    background-size: 40%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(imgs/i-susti.png);
}

.enviamail .centra {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 20px;
    font-family: "open", Helvetica, Arial, sans-serif;
    background-color: #FFF;
}

.enviamail p {
    font-family: "open", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 0px;
}

.enviamail .campo {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    padding: 3px;
    text-align: center;
    font-size: 14px;
}

.enviamail .btn {
    background-color: #999;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    width: 100px;
    display: block;
    color: #FFF;
    border: none;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    font-family: "open", Helvetica, Arial, sans-serif;
}


.sesion {
    position: fixed;
    width: 500px;
    height: 300px;
    left: 50%;
    margin-left: -250px;
    top: 45%;
    margin-top: -200px;
    background-color: #FFF;
    z-index: 999;
    display: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

    .sesion .enviatop {
        width: 100%;
        border-top: 4px solid #e63735;
        border-bottom: 1px solid #FFF;
    }

    .sesion .enviatitular {
        width: 100%;
        background-color: #333;
        color: #FFF;
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .sesion .enviaicon {
        background-color: #505050;
        width: 43px;
        height: 43px;
        float: left;
        margin-right: 20px;
        margin-top: -15px;
        background-size: 40%;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(imgs/i-susti.png);
    }

    .sesion .centra {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 20px;
        font-family: "open", Helvetica, Arial, sans-serif;
    }

    .sesion p {
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 0px;
    }






.producto {
    width: 100%;
    min-height: 500px;
}


    .producto .barraizqproduc {
        float: left;
        width: 8%;
        text-align: center;
        padding-top: 30px;
        margin-bottom: 10px;
    }

    .producto .fotoproduc {
        float: left;
        width: 40%;
        text-align: center;
        padding-top: 50px;
        position: relative;
    }

    .producto .fotoproduct img {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .producto .fotoproduc .desc {
        width: 66px;
        height: 66px;
        font-size: 36px;
        line-height: 66px;
        padding: 15px;
        border-radius: 45px;
        position: absolute;
        margin-bottom: 30px;
        font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
        text-align: center;
        background-color: rgba(255,224,0,1.00);
        right: 5%;
    }

    .producto .fotoproduc .noitem {
        width: 70%;
        height: 66px;
        font-size: 36px;
        line-height: 66px;
        padding: 15px;
        border-radius: 10px;
        position: absolute;
        margin-bottom: 30px;
        font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
        text-align: center;
        text-transform: uppercase;
        background-color: rgba(230,82,80,0.80);
        color: #FFF;
        right: 10%;
        top: 150px;
    }

    .producto .descriproduct {
        float: right;
        width: 35%;
        vertical-align: top;
        padding-top: 20px;
        margin-bottom: 30px;
        margin-left: 3%;
        margin-right: 4%;
        margin-top: 50px;
    }

        .producto .descriproduct h1 {
            font-size: 20px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-weight: normal;
            padding: 0px;
            margin: 0px;
            margin-bottom: 5px;
            color: #d8413f;
        }

        .producto .descriproduct h4 {
            font-size: 14px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-weight: normal;
            padding: 0px;
            margin: 0px;
            margin-top: 15px;
            color: #555;
        }

        .producto .descriproduct p {
            font-size: 13px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-style: italic;
            color: #555;
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .producto .controles {
        width: 95%;
        min-height: 100px;
        margin-bottom: 30px;
        margin-left: 5%;
        margin-top: 40px;
        float: left;
        clear: left;
    }

    .producto .cantidad {
        float: left;
        width: calc(66% - 0px);
        height: 15px;
        padding-top: 17px;
        padding-bottom: 15px;
        border-left: 1px solid #AFAFAF;
        border-top: 1px solid #DCDCDC;
        border-bottom: 1px solid #AFAFAF;
        text-align: center;
        vertical-align: middle;
        color: #666;
        font-family: "DIN", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        background-color: #F4F4F4;
    }

        .producto .cantidad .canti {
            outline: none;
            margin: 0px;
            padding: 4px 0px;
            margin-top: -5px;
            margin-left: 5px;
            border: none;
            width: 50px;
            text-align: center;
        }



    .producto .ctrl {
        float: left;
        height: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        text-align: center;
        vertical-align: middle;
        color: #FFF;
        font-family: "DIN", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        cursor: pointer;
        text-decoration: underline;
        transition: all 0.3s ease-in 0.04s;
        -webkit-transition: all 0.3s ease-in 0.04s;
        -moz-transition: all 0.3s ease-in 0.04s;
        -o-transition: all 0.3s ease-in 0.04s;
        -ms-transition: all 0.3s ease-in 0.04s;
    }

    .producto .ctrl2 {
        float: left;
        width: calc(33% - 0px);
        height: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        text-align: center;
        color: #FFF;
        font-family: "DIN", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        cursor: pointer;
        background-color: #333;
    }

    .producto .botonSencillo {
        width: calc(100% - 1px);
    }

    .producto .botonDoble {
        width: calc(50% - 1px);
    }

    .producto .botonComprar {
        width: calc(32% - 1px);
    }

    .producto .botonTriple {
        font-size: 11PX;
        width: calc(33% - 1px);
    }



    .producto .ctrlfichamanual {
        float: left;
        height: 13px;
        padding-top: 15px;
        padding-bottom: 17px;
        border-right: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        text-align: center;
        vertical-align: middle;
        color: #FFF;
        font-family: "DIN", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        cursor: pointer;
        text-decoration: underline;
        transition: all 0.3s ease-in 0.04s;
        -webkit-transition: all 0.3s ease-in 0.04s;
        -moz-transition: all 0.3s ease-in 0.04s;
        -o-transition: all 0.3s ease-in 0.04s;
        -ms-transition: all 0.3s ease-in 0.04s;
    }

    .producto .ctrl .boton {
        width: 36px;
        height: 40px;
        float: left;
        margin-top: -15px;
        transition: all 0.3s ease-in 0.04s;
        -webkit-transition: all 0.3s ease-in 0.04s;
        -moz-transition: all 0.3s ease-in 0.04s;
        -o-transition: all 0.3s ease-in 0.04s;
        -ms-transition: all 0.3s ease-in 0.04s;
        background-size: 60%;
        background-position: center center;
        background-repeat: no-repeat;
        padding-left: 10px;
    }

    .producto .distribuidores {
        margin-left: 15%;
        margin-bottom: 30px;
    }

        .producto .distribuidores span {
            font-family: "DIN", Helvetica, Arial, sans-serif;
            font-size: 16px;
        }

            .producto .distribuidores span a {
                text-decoration: underline;
                padding-bottom: 20px;
            }

    .producto #favs {
    }



    .producto #btnImprimir {
        margin-right: 5px;
    }


    .producto #face {
        background-color: #4B69B8;
    }


    .producto #twit {
        background-color: #20bcfd;
    }


    .producto #label {
        background-color: #ff5233;
    }

    .producto #comprar:hover {
        background-color: #F8F8F8;
    }

    .producto #favs:hover {
    }



    .producto #btnImprimir:hover {
    }

    .producto #gale:hover {
        background-color: #F8F8F8;
    }

    .producto #email:hover {
        background-color: #F8F8F8;
    }

    .producto #face:hover {
        background-color: #3B5998;
    }

    .producto #twit:hover {
        background-color: #00aced;
    }

    .producto #video:hover {
        background-color: #F8F8F8;
    }

    .producto #label:hover {
        background-color: #ff7200;
    }

    .producto #comprar .boton {
        background-color: #F4F4F4;
        background-image: url(imgs/b-cart.png);
    }

    .producto #favs .boton {
        background-image: url(imgs/b-fav.png);
    }

    .producto #btnImprimir .boton {
        background-image: url(imgs/b-print.png);
    }

    .producto #gale .boton {
        background-color: #FFF;
        background-image: url(imgs/b-gale.png);
    }

    .producto #email .boton {
        background-color: #FFF;
        background-image: url(imgs/b-mail.png);
    }

    .producto #face .boton {
        background-color: #3B5998;
        background-image: url(imgs/b-face.png);
    }

    .producto #catal .boton {
        background-color: #d64e45;
        background-image: url(imgs/b-cata.png);
    }

    .producto #manu .boton {
        background-color: #d64e45;
        background-image: url(imgs/b-manu.png);
    }

    .producto #ficha .boton {
        background-color: #d64e45;
        background-image: url(imgs/b-ficha.png);
    }

    .producto #twit .boton {
        background-color: #00aced;
        background-image: url(imgs/b-twit.png);
    }

    .producto #video .boton {
        background-color: #FFF;
        background-image: url(imgs/b-video.png);
    }

    .producto #label .boton {
        background-color: #ff7200;
        background-image: url(imgs/b-label.png);
    }

    .producto .ctrl:hover .boton {
        opacity: 0.4;
    }









.carrito {
    width: 90%;
    margin: 20px 5%;
    min-height: 500px;
}

    .carrito a {
        color: #E15850;
    }

        .carrito a.btnRemover, .pedex a.btnRemover {
            color: #FFFFFF;
            background-color: #E15850;
            padding: 4px;
            border-radius: 4px;
            text-decoration: none !important;
        }

.btnRemover {
    cursor: pointer;
    text-decoration: none !important;
}

.carrito h2 {
    font-family: "orator", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #E15850;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 30px;
}

.carrito h3 {
    font-family: "open", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #E15850;
    text-transform: inherit;
    font-weight: normal;
    margin-left: 0px;
    margin-top: 10px;
}

.carrito p {
    font-family: "open", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #777;
    margin-right: 0px;
}

.carrito .listado {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .carrito .listado .listaitem {
        margin-top: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eee;
        min-height: 100px;
    }

    .carrito .listado .noexiste {
        background-color: #FEE;
    }

    .carrito .listado .listaitem .fotolist {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }

    .carrito .listado .listaitem .datalistaitem {
        float: left;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #DDD;
        min-height: 100px;
        width: calc(60% - 150px);
    }

.listado .listaitem .datalistaitem .nombrelist {
    color: #E15850;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.listado .listaitem .datalistaitem .clavelist {
    color: #333;
    font-size: 14px;
    width: 40%;
    float: left;
    margin-bottom: 10px;
}

.listado .listaitem .datalistaitem .removelist {
    color: #333;
    font-size: 12px;
    margin-top: 2px;
    width: 40%;
    float: left;
    color: #E15850;
}

.listado .listaitem .datalistaitem .preciolist {
    color: #333;
    font-size: 14px;
    width: 60%;
    text-align: right;
    float: left;
    margin-bottom: 10px;
    font-weight: bold;
}

.listado .listaitem .datalistaitem .cantlist {
    color: #333;
    font-size: 14px;
    width: 60%;
    text-align: right;
    float: left;
}

    .listado .listaitem .datalistaitem .cantlist input {
        color: #333;
        font-size: 14px;
        width: 50px;
        text-align: right;
        border: 1px solid #ccc;
        text-align: center;
        margin-top: -2px;
    }

.carrito .listado .listaitem .desclistaitem {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #DDD;
    min-height: 100px;
    width: calc(25% - 30px);
    text-align: center;
}

.listado .listaitem .desclistaitem .existelist {
    margin-top: 15px;
    font-size: 14px;
}

.listado .listaitem .desclistaitem .desc1list {
    margin-top: 10px;
    width: 42.5%;
    padding: 12px 2.5%;
    margin-right: 5%;
    background-color: #ddd;
    float: left;
    font-size: 10px;
    border-radius: 10px;
}

.listado .listaitem .desclistaitem .desc2list {
    margin-top: 10px;
    width: 42.5%;
    padding: 12px 2.5%;
    margin-right: 0%;
    background-color: #FFE900;
    float: left;
    font-size: 10px;
    border-radius: 10px;
}

.listado .listaitem .desclistaitem .sustilist {
    margin-top: 10px;
    width: 42.5%;
    padding: 10px 2.5%;
    margin-right: 5%;
    background-color: #22CC00;
    color: #FFF;
    float: left;
    font-size: 12px;
    border-radius: 10px;
    font-weight: bold;
}

.listado .listaitem .desclistaitem .eliminalist {
    margin-top: 10px;
    width: 42.5%;
    padding: 10px 2.5%;
    margin-right: 0%;
    background-color: #E15850;
    float: left;
    font-size: 12px;
    border-radius: 10px;
    color: #FFF;
    font-weight: bold;
}

.listado .listaitem .desclistaitem .desc1list span, .listado .listaitem .desclistaitem .desc2list span {
    font-size: 18px;
    font-weight: bold;
}

.listado .listaitem .desclistaitem img {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}

.carrito .listado .listaitem .sumalistaitem {
    float: left;
    margin-right: 0px;
    width: calc(17% - 30px);
    font-size: 18px;
    padding-top: 41px;
    padding-bottom: 41px;
    text-align: center;
}

.carrito .desgloce {
    padding-bottom: 50px;
    width: 40%;
    font-size: 16px;
    border: none;
    float: right;
}

    .carrito .desgloce .nombre {
        width: 50%;
        padding-right: 2.5%;
        float: left;
        text-align: right;
        clear: left;
        padding-bottom: 5px;
        padding-top: 5px;
        background-color: inherit;
        border: inherit;
        border-radius: 5px 0px 0px 5px;
        margin-bottom: 5px;
    }

    .carrito .desgloce .cantidad {
        width: 45%;
        float: left;
        text-align: right;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-right: 2.5%;
        border: inherit;
        background-color: inherit;
        border-radius: 0px 5px 5px 0px;
        margin-bottom: 5px;
    }

    .carrito .desgloce .desc1desg {
        background-color: #CCC;
        border-bottom: none;
    }

    .carrito .desgloce .desc2desg {
        background-color: #FFE900;
        border-bottom: none;
    }

    .carrito .desgloce .totaldesg {
        font-weight: bold;
        font-size: 21px;
        padding-bottom: 20px;
    }

        .carrito .desgloce .totaldesg .nombre, .carrito .desgloce .totaldesg .cantidad {
            border-top: 1px solid #CCC;
            border-radius: 0px;
        }

    .carrito .desgloce .confirma {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        background-color: #23CC00;
        border: none;
        float: right;
        margin-top: 0px;
        padding: 10px 5%;
        color: #FFF;
        font-size: 14px;
        text-align: center;
        width: 97%;
    }

    .carrito .desgloce .botondesg {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        background-color: #999;
        border: none;
        float: left;
        margin-top: 20px;
        padding: 10px;
        color: #FFF;
        font-size: 12px;
        text-align: center;
        width: 47%;
        margin-left: 3%;
        margin-bottom: 20px;
    }

    .carrito .desgloce .terminos {
        text-align: left;
        font-size: 12px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .carrito .desgloce .terminos input {
            float: left;
            padding-top: 10px;
            padding-bottom: 10px;
            margin-right: 10px;
        }

.carrito .adjunto {
    padding-bottom: 50px;
    margin-top: -10px;
    width: 49%;
    margin-right: 3%;
    margin-left: 3%;
    font-size: 16px;
    border: none;
    float: left;
}

    .carrito .adjunto p {
        font-size: 14px;
    }

    .carrito .adjunto #chico {
        font-size: 10px;
        text-align: justify;
    }

    .carrito .adjunto .mitad {
        float: left;
        width: 47%;
        margin-left: 3%;
        margin-bottom: 10px;
    }

    .carrito .adjunto textarea {
        width: 90%;
        padding: 10px 5%;
        outline: none;
    }

    .carrito .adjunto #email {
        width: 90%;
        padding: 5px 5%;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #999;
    }



.pedex {
    width: 90%;
    margin: 20px 5%;
    min-height: 500px;
}

    .pedex a {
        color: #E15850;
    }

    .pedex h2 {
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 18px;
        color: #E15850;
        text-transform: uppercase;
        font-weight: normal;
        margin-left: 0px;
        margin-top: 30px;
    }

    .pedex h3 {
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #E15850;
        text-transform: inherit;
        font-weight: normal;
        margin-left: 0px;
        margin-top: 10px;
    }

    .pedex p {
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: #777;
        margin-right: 0px;
    }

    .pedex .campo {
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #999;
        font-size: 14px;
        padding: 4px;
        width: 200px;
    }

    .pedex .btnbuscar {
        background-color: #23CC00;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: none;
        font-size: 14px;
        padding: 5px;
        margin-left: 5px;
        color: #FFF;
        width: 70px;
    }

    .pedex .listado {
        margin-top: 30px;
        margin-bottom: 20px;
    }

        .pedex .listado .listaitem {
            margin-top: 0px;
            padding-top: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #eee;
            min-height: 100px;
        }

        .pedex .listado .noexiste {
            background-color: #FEE;
        }

        .pedex .listado .listaitem .clavepedex {
            float: left;
            margin-right: 10px;
            margin-left: 10px;
            width: 70px;
        }

            .pedex .listado .listaitem .clavepedex input {
                width: 70px;
                text-align: center;
                margin-top: 40px;
                font-size: 16px;
            }

        .pedex .listado .listaitem .fotolist {
            float: left;
            margin-right: 10px;
            margin-left: 10px;
        }

        .pedex .listado .listaitem .datalistaitem {
            float: left;
            margin-right: 15px;
            padding-right: 15px;
            border-right: 1px solid #DDD;
            min-height: 100px;
            width: calc(53% - 150px);
        }

            .pedex .listado .listaitem .datalistaitem .nombrelist {
                color: #E15850;
                font-size: 18px;
                margin-bottom: 10px;
                width: 100%;
                float: left;
            }

            .pedex .listado .listaitem .datalistaitem .clavelist {
                color: #333;
                font-size: 14px;
                width: 40%;
                float: left;
                margin-bottom: 10px;
            }

            .pedex .listado .listaitem .datalistaitem .removelist {
                color: #333;
                font-size: 12px;
                margin-top: 2px;
                width: 40%;
                float: left;
                color: #E15850;
                text-decoration: none;
            }

            .pedex .listado .listaitem .datalistaitem .preciolist {
                color: #333;
                font-size: 14px;
                width: 60%;
                text-align: right;
                float: left;
                margin-bottom: 10px;
                font-weight: bold;
            }

            .pedex .listado .listaitem .datalistaitem .cantlist {
                color: #333;
                font-size: 14px;
                width: 60%;
                text-align: right;
                float: left;
            }

                .pedex .listado .listaitem .datalistaitem .cantlist input {
                    color: #333;
                    font-size: 14px;
                    width: 50px;
                    text-align: right;
                    border: 1px solid #ccc;
                    text-align: center;
                    margin-top: -2px;
                }

        .pedex .listado .listaitem .desclistaitem {
            float: left;
            margin-right: 15px;
            padding-right: 15px;
            border-right: 1px solid #DDD;
            min-height: 100px;
            width: calc(20% - 30px);
            text-align: center;
        }

            .pedex .listado .listaitem .desclistaitem .existelist {
                margin-top: 15px;
                font-size: 14px;
            }

            .pedex .listado .listaitem .desclistaitem .desc1list {
                margin-top: 10px;
                width: 42.5%;
                padding: 12px 2.5%;
                margin-right: 5%;
                background-color: #ddd;
                float: left;
                font-size: 10px;
                border-radius: 10px;
            }

            .pedex .listado .listaitem .desclistaitem .desc2list {
                margin-top: 10px;
                width: 42.5%;
                padding: 12px 2.5%;
                margin-right: 0%;
                background-color: #FFE900;
                float: left;
                font-size: 10px;
                border-radius: 10px;
            }

            .pedex .listado .listaitem .desclistaitem .sustilist {
                margin-top: 10px;
                width: 42.5%;
                padding: 10px 2.5%;
                margin-right: 5%;
                background-color: #22CC00;
                color: #FFF;
                float: left;
                font-size: 12px;
                border-radius: 10px;
                font-weight: bold;
            }

            .pedex .listado .listaitem .desclistaitem .eliminalist {
                margin-top: 10px;
                width: 42.5%;
                padding: 10px 2.5%;
                margin-right: 0%;
                background-color: #E15850;
                float: left;
                font-size: 12px;
                border-radius: 10px;
                color: #FFF;
                font-weight: bold;
            }

            .pedex .listado .listaitem .desclistaitem .desc1list span, .pedex .listado .listaitem .desclistaitem .desc2list span {
                font-size: 18px;
                font-weight: bold;
            }

            .pedex .listado .listaitem .desclistaitem img {
                margin-left: 0px;
                margin-right: 0px;
                margin-top: 5px;
            }

        .pedex .listado .listaitem .sumalistaitem {
            float: left;
            margin-right: 0px;
            width: calc(17% - 30px);
            font-size: 18px;
            padding-top: 41px;
            padding-bottom: 41px;
            text-align: center;
        }

    .pedex .desgloce {
        padding-bottom: 50px;
        width: 40%;
        font-size: 16px;
        border: none;
        float: right;
    }

        .pedex .desgloce .confirma {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            background-color: #23CC00;
            border: none;
            float: right;
            margin-top: 0px;
            padding: 10px 5%;
            color: #FFF;
            font-size: 14px;
            text-align: center;
            width: 97%;
        }





.sustitutos {
    position: fixed;
    width: 750px;
    height: 400px;
    left: 50%;
    margin-left: -375px;
    top: 45%;
    margin-top: -200px;
    background-color: #FFF;
    z-index: 999;
}

    .sustitutos .sustitop {
        width: 100%;
        border-top: 4px solid #e63735;
        border-bottom: 1px solid #FFF;
    }

    .sustitutos .sustitular {
        width: 100%;
        background-color: #333;
        color: #FFF;
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .sustitutos .susicon {
        background-color: #505050;
        width: 43px;
        height: 43px;
        float: left;
        margin-right: 20px;
        margin-top: -15px;
        background-size: 40%;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(imgs/i-susti.png);
    }

    .sustitutos .centra {
        width: 700px;
        padding-left: 34px;
        padding-right: 34px;
        margin-top: 20px;
        font-family: "open", Helvetica, Arial, sans-serif;
    }

    .sustitutos p {
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .sustitutos .fila {
        float: left;
        max-height: 270px;
        width: calc(100% - 1px);
        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;
        position: relative;
        overflow: hidden;
        background-color: #FFF;
        overflow: hidden;
        position: relative;
        padding-bottom: 5px;
    }




.extras {
    background-color: #999;
    width: 260px;
    float: left;
    min-height: 200px;
    border: 1px solid #FFF;
    border-top: none;
    margin-bottom: 0px;
}

    .extras .suscribe {
        background-color: #e65250;
        width: 210px;
        padding: 25px;
        padding-bottom: 15px;
        font-size: 15px;
        color: #FFF;
        font-family: "open", Helvetica, Arial, sans-serif;
    }

        .extras .suscribe .campo {
            background-color: #ff807e;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            -ms-appearance: none;
            width: 100%;
            padding: 5px;
            border: none;
            outline: none;
        }

        .extras .suscribe .btn {
            background-color: transparent;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            -ms-appearance: none;
            width: 33%;
            float: right;
            color: #FFF;
            border: none;
            font-size: 16px;
            font-family: "open", Helvetica, Arial, sans-serif;
            width: 50px;
        }

    .extras div, .extras .dogonews {
        float: left;
        border-bottom: 1px solid #FFF;
        display: block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        background-size: cover;
        background-position: center;
        min-height: 240px;
        width: 100%;
    }

    .extras .suscribe {
        min-height: 200px;
        height: 210px;
    }

    .extras div:last-of-type {
        border: none;
    }

    .extras img {
        margin: 0px;
        padding: 0px;
        margin-bottom: -4px;
    }




footer {
    background-color: #474747;
    min-height: 140px;
    width: 100%;
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    border-top: 5px solid #000;
    display: table;
    color: #999;
    font-family: "open", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

    footer .direc {
        display: table-cell;
        width: 300px;
        vertical-align: middle;
        border-right: 1px solid #999;
        padding-left: 60px;
        padding-right: 60px;
        color: #999;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 13px;
    }

        footer .direc img {
            float: left;
            vertical-align: middle;
            margin-right: 30px;
        }

    footer .tels {
        display: table-cell;
        padding-left: 25px;
        padding-right: 25px;
        width: 200px;
        border-right: 1px solid #999;
    }

.tels .separador {
    border-bottom: 1px solid #999;
    margin-left: -25px;
    margin-right: -25px;
}

footer .politicas {
    line-height: 22px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 35px;
}

    footer .politicas p {
        margin: 0px;
        color: #999;
    }

        footer .politicas a, footer .politicas p a, footer a {
            color: #999 !important;
        }

            footer a:hover, footer p a:hover {
                color: #FFF !important;
            }

footer .footimg {
    margin-top: 15px;
    margin-right: 15px;
    opacity: 0.6;
    transition: all 0.3s ease 0.05s;
    -webkit-transition: all 0.3s ease 0.05s;
    -moz-transition: all 0.3s ease 0.05s;
    -ms-transition: all 0.3s ease 0.05s;
    -o-transition: all 0.3s ease 0.05s;
}

    footer .footimg:hover {
        opacity: 1;
    }


.mobile {
    display: none;
}

.nomobile {
    display: block;
}

.nomobile2 {
    display: table-cell;
}

.dogoticia {
    width: 33.3%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

    .dogoticia img {
        width: 200px;
        height: auto;
    }

.imgcompleta {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.menuxtra {
    display: none;
}



/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/



@media (max-width:600px) {

    body {
        margin: 0px;
        padding: 0px;
        background-color: #000;
        width: 100%;
        overflow-x: hidden;
    }

    .mobile {
        display: block;
    }

    .nomobile, .nomobile2 {
        display: none;
    }

    .topline {
        width: 100%;
        border-bottom: 1px solid #FFF;
        border-top: 2px solid #e63735;
    }

    .top {
        width: 100%;
        background-color: #000;
        position: relative;
        padding-top: 10px;
        z-index: 100;
    }

    .logo {
        width: 80%;
        height: 35px;
        background-image: url(imgs/logot2.png);
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 10px;
        position: relative;
        float: none;
        background-color: #000;
    }

    .top .menubtn {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 3%;
        top: 5px;
        background-image: url(imgs/menubtn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 70%;
        display: block;
        z-index: 90
    }

    .top .btnBuscar {
        width: 35px;
        height: 35px;
        position: absolute;
        left: 3%;
        top: 5px;
        background-image: url(imgs/buscarbtn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 62%;
        display: block;
        z-index: 90
    }

    .top .buscabtn {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 3%;
        top: 5px;
        background-image: url(imgs/buscarbtn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 62%;
        display: block;
        z-index: 90
    }

    .buscabtn .tache, .menubtn .tache {
        width: 40px;
        height: 40px;
        background-color: #000;
        background-image: url(imgs/tache.png);
        background-size: 62%;
        background-repeat: no-repeat;
        background-position: center;
    }

    menu {
        margin: 0px;
        padding: 0px;
    }

    .buscalog {
        width: 100%;
        font-family: "orator", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        color: #FFF;
        float: left;
        display: table;
        margin-top: 0px;
        margin-left: 0%;
        margin-right: 0%;
    }

        .buscalog .buscar {
            border-bottom: 1px solid #555;
            padding-bottom: 10px;
            padding-top: 10px;
            display: none;
            float: left;
            min-width: 5px;
            width: 90%;
            padding-left: 5%;
            padding-right: 5%;
        }

            .buscalog .buscar input {
                background-color: #333;
                font-family: "orator", Helvetica, Arial, sans-serif;
                text-transform: uppercase;
                text-align: left;
            }

            .buscalog .buscar input {
                background-color: #333;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                -ms-appearance: none;
                border: none;
                color: #CCC;
                padding: 0px;
                padding-top: 8px;
                padding-bottom: 5px;
                margin-bottom: 5px;
                outline: none;
                text-indent: 15px;
                width: calc( 100% - 60px);
                float: left;
            }

            .buscalog .buscar select {
                background-color: #333;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                -ms-appearance: none;
                border: none;
                color: #CCC;
                padding-top: 8px;
                padding-bottom: 3px;
                outline: none;
                width: calc( 100% - 70px);
                border-radius: 0px;
                margin-left: 0px;
                margin-right: 0px;
                text-indent: 10px;
                font-family: "orator", Helvetica, Arial, sans-serif;
                text-transform: uppercase;
                float: left;
            }

            .buscalog .buscar #btnBuscar {
                background-color: #999;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                -ms-appearance: none;
                border: none;
                color: #FFF;
                padding-top: 8px;
                padding-bottom: 0px;
                outline: none;
                width: 40px;
                height: 40px;
                border-radius: 25px;
                margin-top: -5px;
                margin-left: 0px;
                text-indent: 0px;
                font-family: "orator", Helvetica, Arial, sans-serif;
                font-size: 16px;
                text-transform: uppercase;
                float: right;
                text-align: center;
            }

        .buscalog .login {
            border-bottom: none;
            border-right: 0px solid #555;
            padding-bottom: 10px;
            padding-top: 10px;
            display: block;
            float: left;
            width: 100%;
            padding-right: 0px;
            text-align: center;
            margin: 0px;
            font-size: 3.5vw;
        }

        .buscalog .idioma {
            border-bottom: none;
            padding-bottom: 15px;
            padding-top: 15px;
            display: block;
            float: left;
            width: 30%;
            text-align: center;
            padding-left: 0px;
            display: block;
            font-size: 3.5vw;
            display: none;
        }

        .buscalog .login .carritobtn {
            background-image: url(imgs/carritobtn.png);
            width: 30px;
            height: 30px;
            background-size: 70%;
            background-repeat: no-repeat;
            background-position: center center;
            margin-top: -12px;
            margin-bottom: -10px;
            display: inline-block;
            opacity: 0.5;
            transition: all 0.3s ease 0.03s;
            -webkit-transition: all 0.3s ease 0.03s;
            -moz-transition: all 0.3s ease 0.03s;
        }

        .buscalog .login .favsbtn {
            background-image: url(imgs/favsbtn.png);
            width: 30px;
            height: 30px;
            background-size: 70%;
            background-repeat: no-repeat;
            background-position: center center;
            margin-top: -12px;
            margin-bottom: -10px;
            display: inline-block;
            opacity: 0.5;
            transition: all 0.3s ease 0.03s;
            -webkit-transition: all 0.3s ease 0.03s;
            -moz-transition: all 0.3s ease 0.03s;
        }

        .buscalog .login .frecbtn {
            background-image: url(imgs/frecbtn.png);
            width: 30px;
            height: 30px;
            background-size: 70%;
            background-repeat: no-repeat;
            background-position: center center;
            margin-top: -12px;
            margin-bottom: -10px;
            display: inline-block;
            opacity: 0.5;
            transition: all 0.3s ease 0.03s;
            -webkit-transition: all 0.3s ease 0.03s;
            -moz-transition: all 0.3s ease 0.03s;
        }

            .buscalog .login .frecbtn:hover .favsbtn:hover .buscalog .login .carritobtn:hover {
                opacity: 1;
                cursor: pointer;
                background-size: 85%;
            }


    menu.menutop {
        display: none;
    }

    .menutop ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        padding-top: 0px;
    }

    .menutop li, .menutop a li {
        display: block;
        margin-left: 0px;
        text-align: center;
        color: #FFF;
        padding-top: 15px;
        padding-bottom: 11px;
        border-bottom: 1px solid #FFF;
    }

    .menutop #ultimo {
        border: none !important;
    }

    .limite {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 0px;
    }

    .manto {
        position: fixed;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 99;
        background-color: rgba(0,0,0,0.80);
    }

    menu.menuizq {
        background-color: #000;
        width: 80%;
        width: calc(80% - 2px);
        width: -webkit-calc(80% - 2px);
        max-height: 494px;
        float: none;
        position: absolute;
        top: 63px;
        left: 20%;
        bottom: 0px;
        overflow: scroll;
        z-index: 1005;
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF;
        display: none;
    }

        menu.menuizq ul {
            padding: 0px;
            margin: 0px;
            list-style: none;
        }

        menu.menuizq li, menu.menuizq a li {
            font-size: 14px;
            width: 100%;
            border-top: 1px solid #FFF;
            border-bottom: none;
            border-right: none;
            border-left: none;
            text-align: center;
            padding-left: 0%;
            padding-top: 12px;
            padding-bottom: 7px;
            margin: 0px;
            color: #FFF;
            font-family: "orator", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            position: relative;
            transition: all 0.3s ease 0.05s;
            -webkit-transition: all 0.3s ease 0.05s;
            -moz-transition: all 0.3s ease 0.05s;
            -o-transition: all 0.3s ease 0.05s;
            -ms-transition: all 0.3s ease 0.05s;
        }

            menu.menuizq li:hover, menu.menuizq a li:hover {
                background-color: #999;
            }

            menu.menuizq li:last-of-type {
                border-bottom: 1px solid #FFF;
            }

            menu.menuizq li .plus {
                display: none;
            }

    .producto .barraizqproduc {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 30px;
        margin-bottom: 10px;
    }

    .contenido {
        width: 100%;
        min-height: 200px;
        float: left;
        margin-bottom: 0px;
    }

    .slider {
        float: left;
        height: 200px;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        background-color: #999;
        width: 100%;
        border-bottom: 1px solid #FFF;
        border-right: none;
        position: relative;
        overflow: hidden;
    }

        .slider .slideizq {
            width: 50px;
            height: 50px;
            position: absolute;
            top: calc(100% - 50px);
            margin-top: -0px;
            left: 0px;
            background-image: url(imgs/slideizq.png);
            background-size: 80%;
            background-repeat: no-repeat;
            background-position: top center;
            z-index: 90;
        }

        .slider .slideder {
            width: 50px;
            height: 50px;
            position: absolute;
            top: calc(100% - 50px);
            margin-top: -0px;
            right: 0px;
            background-image: url(imgs/slideder.png);
            background-size: 80%;
            background-repeat: no-repeat;
            background-position: top center;
            z-index: 90;
        }

        .slider .slideitem {
            position: absolute;
            height: 200px;
            background-color: #999;
            width: 100%;
            background-size: cover;
            background-position: top center;
            margin-left: 100%;
        }
    /*.slideitem .slidetext{
	background-color:rgba(0,0,0,0.80);
	position:absolute;
	z-index:10;
	color:#FFF;
	top:250px;
	left:0%;
	padding:15px;
	min-height:70px;
	max-height:70px;
	min-width:100%;
}
.slideitem .slidetext img{
	margin-bottom:0px;
	margin-top:0px;
	float:left;
	margin-right:10px;
}
.slideitem .slidetext h1{
	font-size:21px;
	font-family:"open", Helvetica, Arial, sans-serif;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
.slideitem .slidetext p{
	font-size:12px;
	font-family:"open", Helvetica, Arial, sans-serif;
	font-style:italic;
	margin-top:5px;
	margin-bottom:5px;
	
}
.slideitem .slidetext .plusred{
	background-color:#e63735;
	width:30px;
	height:30px;
	padding:5px;
	font-size:30px;
	font-family:"open", Helvetica, Arial, sans-serif;
	text-align:center;
	line-height:30px;
	left:7%;
	position:absolute;
	top:-45px;
}*/




    .articulos {
        background-color: #e9e9e9;
        width: 100%;
        border-bottom: 1px solid #FFF;
        min-height: 235px;
        float: left;
    }

    .artic {
        width: 100vw;
        border-right: none;
        border-bottom: 1px solid #FFF;
        padding: 0px;
        float: left;
        height: 41.667vw;
    }

        .artic .foto {
            width: 100vw;
            float: left;
            background-color: #FFF;
            height: 41.667vw;
            background-position: center;
            background-size: cover;
        }
    /*.artic .texto{
	width:calc(60% - 20px);
	margin-left:20px;
	float:left;
	position:relative;
	min-height:225px;
}
.artic h2{
	font-size:21px;
	color:#e65250;
	font-weight:normal;
	font-family:"open", Helvetica, Arial, sans-serif;
	margin-bottom:0px;
	margin-top:15px;
}
.artic h3{
	font-size:15px;
	color:#595959;
	font-weight:normal;
	font-style:italic;
	font-family:"open", Helvetica, Arial, sans-serif;
	margin-bottom:10px;
	margin-top:0px;
}
.artic p{
	font-size:11px;
	color:#999;
	font-weight:normal;
	font-family:"open", Helvetica, Arial, sans-serif;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0px;
}
.artic a{
	background-color:#e65250;
	padding:10px;
	padding-top:13px;
	color:#FFF;
	font-family:"orator", Helvetica, Arial, sans-serif;
	font-size:13px;
	width:70px;
	text-align:center;
	text-transform:uppercase;
	position:absolute;
	bottom:0px;
	right:0px;
}*/


    .fila {
        float: left;
        max-height: auto;
        width: 100%;
        border-bottom: 1px solid #FFF;
        border-right: none;
        overflow: hidden;
        background-color: #FFF;
        overflow: hidden;
        position: relative;
        padding-bottom: 5px;
    }

        .fila .filatop {
            width: 100%;
            border-top: 4px solid #e63735;
            border-bottom: 1px solid #FFF;
        }

        .fila .ftitular {
            width: 100%;
            background-color: #333;
            color: #FFF;
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 14px;
            padding-top: 15px;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .fila .ficon {
            background-color: #505050;
            width: 43px;
            height: 42px;
            float: left;
            margin-right: 20px;
            margin-top: -15px;
            background-size: 40%;
            background-position: center center;
            background-repeat: no-repeat;
        }

    #fabajo {
        background-image: url(imgs/flecha-abajo.png);
    }


    .fila .deslizador {
        height: auto;
        min-width: 320px;
        min-height: 240px;
        max-height: auto;
        margin-left: 0px;
        display: table;
    }

    .fila .btnizq {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: rgba(230,83,81,0.70);
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: 3px;
        background-image: url(imgs/left.png);
        background-position: center center;
        background-size: 25%;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        background-repeat: no-repeat;
        transition: all 0.5s ease 0.03s;
        -webkit-transition: all 0.5s ease 0.03s;
        -moz-transition: all 0.5s ease 0.03s;
        -ms-transition: all 0.5s ease 0.03s;
        -o-transition: all 0.5s ease 0.03s;
        cursor: pointer;
    }

    .fila .btnder {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: rgba(230,83,81,0.70);
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: 3px;
        background-image: url(imgs/right.png);
        background-position: center center;
        background-size: 25%;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        background-repeat: no-repeat;
        transition: all 0.5s ease 0.03s;
        -webkit-transition: all 0.5s ease 0.03s;
        -moz-transition: all 0.5s ease 0.03s;
        -ms-transition: all 0.5s ease 0.03s;
        -o-transition: all 0.5s ease 0.03s;
        cursor: pointer;
    }

        .fila .btnizq:hover, .fila .btnder:hover {
            background-color: rgba(230,83,81,1);
            transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
        }

    .item {
        padding: 30px;
        min-height: 100px;
        border-right: 1px solid #eaeaea;
        min-width: 200px;
        height: 170px;
        float: left;
    }

    .texto .item {
        padding: 30px;
        padding-left: 5%;
        padding-right: 5%;
        min-height: 100px;
        border-right: none !important;
        width: 90%;
        height: 170px;
        float: left;
    }

    .texto .listado {
        border-right: none !important;
    }


    .item img {
        width: 100px;
        height: 100px;
        float: left;
        margin-right: 20px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .item h2, .item a h2 {
        color: #e65250;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 4px;
    }

    .item h4 {
        color: #e65250;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 4px;
    }

    .item p {
        color: #333;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 11px;
        margin-top: 0px;
        margin-bottom: 4px;
    }

    .icono {
        width: 24px;
        height: 24px;
        background-size: 100%;
        float: left;
        margin-right: 15px;
        opacity: 0.7;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transition: all 0.3s ease 0.03s;
        -webkit-transition: all 0.3s ease 0.03s;
        -moz-transition: all 0.3s ease 0.03s;
        -o-transition: all 0.3s ease 0.03s;
    }

    .cart {
        background-image: url(imgs/i-cart.png);
    }

    .check {
        background-image: url(imgs/i-checked.png);
    }

    .estrella {
        background-image: url(imgs/i-favstar.png);
    }

    .icono:hover {
        opacity: 1;
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
    }






    .BannerPrincipal {
        width: 100%;
        height: 170px;
        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;
        border-top: 1px solid #FFF;
        background-size: 130% auto;
        background-repeat: no-repeat;
        position: relative;
    }

    #gafas {
        background-image: url(imgs/BannerPrincipal.jpg);
    }

    .BannerPrincipal .banntext {
        background-color: rgba(0,0,0,0.80);
        position: absolute;
        z-index: 10;
        color: #FFF;
        padding: 10px 25px;
        width: calc(100% - 50px);
        max-width: 450px;
        bottom: 0px;
        top: 90px;
        margin: 0px;
        left: 0px;
        height: auto;
        max-height: 70px;
    }

        .BannerPrincipal .banntext h1 {
            font-size: 21px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-weight: normal;
            padding: 0px;
            margin: 0px;
            color: #d8413f;
        }

        .BannerPrincipal .banntext p {
            font-size: 12px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-style: italic;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .BannerPrincipal .banntext .plusred {
            background-color: #e63735;
            width: 45px;
            height: 45px;
            padding: 10px;
            font-size: 45px;
            font-family: "open", Helvetica, Arial, sans-serif;
            text-align: center;
            line-height: 45px;
            left: 0px;
            position: absolute;
            top: -67px;
        }




    .show {
        background-color: #FFF;
        min-height: 500px;
        width: 100%;
        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }

        .show .showtop {
            width: 100%;
            border-top: 4px solid #e63735;
            border-bottom: 1px solid #FFF;
        }

        .show .stitular {
            width: 100%;
            background-color: #333;
            color: #FFF;
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 15px;
            padding-top: 15px;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .show .sicon {
            background-color: #505050;
            width: 43px;
            height: 43px;
            float: left;
            margin-right: 20px;
            margin-top: -15px;
            background-size: 40%;
            background-position: center center;
            background-repeat: no-repeat;
        }

    #showabajo {
        background-image: url(imgs/flecha-abajo.png);
    }

    .stitular span {
    }

    .stitular .activo {
        color: #FF5555;
        display: inline;
    }

    .show ul.listado {
        float: left;
        margin-top: 0px;
        margin-left: 0px;
        list-style: none;
    }

        .show ul.listado:first-of-type {
            margin-top: 20px;
            margin-bottom: 0px;
        }

        .show ul.listado a li, .show ul.listado li {
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 16px;
            color: #E15850;
            margin-bottom: 12px;
        }

    .show ul.sublist {
        float: none;
        padding: 0px;
        padding-left: 35px;
        padding-bottom: 10px;
        padding-top: 10px;
        margin-top: 0px;
        margin-right: 0px;
        list-style: none;
        text-align: left;
    }

        .show ul.sublist a .sub, .show ul.sublist .sub {
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 12px;
            color: #999;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

    .show .texto {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 25px;
        margin-bottom: 30px;
        text-align: center;
    }

    .show .catalogo {
        width: calc(100% -100px);
        min-height: 500px;
        height: calc(100% - 100px);
        margin: 50px;
        background-color: #ccc;
    }

    .show a {
        color: #E15850;
    }

    .show h2 {
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 18px;
        color: #E15850;
        text-transform: uppercase;
        font-weight: normal;
        margin-left: 0px;
        margin-top: 30px;
    }

    .show h3 {
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #E15850;
        text-transform: inherit;
        font-weight: normal;
        margin-left: 0px;
        margin-top: 10px;
    }

    .show p {
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: #777;
        margin-right: 5%;
        margin-left: 5%;
    }

    .show table {
        min-width: 90%;
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .show th {
        font-size: 12px;
    }

    .show td {
        font-size: 12px;
    }

    .show .campo2 {
        background-color: #EEE;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        width: 350px;
        padding: 5px;
        border: none;
        outline: none;
        font-family: "open", Helvetica, Arial, sans-serif;
    }

    .show .campo2 {
        background-color: #EEE;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        width: 150px;
        padding: 5px;
        border: none;
        outline: none;
        font-family: "open", Helvetica, Arial, sans-serif;
    }

    .show .btn {
        background-color: #999;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        width: 100px;
        color: #FFF;
        border: none;
        font-size: 14px;
        margin-left: 20px;
        font-family: "open", Helvetica, Arial, sans-serif;
    }

    .show ul.listado {
        float: left;
        padding: 0px;
        margin-top: 0px;
        margin-right: 30px;
        list-style: none;
        width: 100%;
    }

        .show ul.listado a li, .show ul.listado li {
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 14px;
            color: #E15850;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

    .show .login {
        width: 80%;
        min-width: 200px;
        margin-left: auto;
        margin-right: auto;
        background-color: #EEE;
        padding: 15px;
        font-size: 12px;
        text-align: center;
    }

        .show .login h2 {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        .show .login p {
            margin: 0px;
            font-size: 12px;
        }

        .show .login .campo {
            text-align: center;
            margin-bottom: 20px;
            background-color: #FFF;
            font-size: 14px;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            -ms-appearance: none;
            border: none;
            padding: 5px;
            width: 75%;
        }

    .show hr {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        background-color: #666;
        border: #666 1px solid;
    }

    .show .registro {
        width: 95%;
        min-width: 250px !important;
        max-width: 380px !important;
        margin-left: auto;
        margin-right: auto;
    }

        .show .registro td {
            font-size: 10px;
        }

        .show .registro .campo {
            width: 100%;
        }

    .show .video {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
        min-height: 200px;
        margin-bottom: 20px;
        height: auto;
    }

        .show .video iframe {
            min-height: 250px;
        }

    .show .mainitem {
        width: 95%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        float: left;
        margin-bottom: 30px;
    }

    .show .simpleitem {
        width: 45%;
        padding-left: 2.5%;
        padding-right: 2.5%;
        float: left;
        margin-bottom: 20px;
        min-width: 0px;
        height: 220px;
        max-height: 220px;
        min-height: 220px;
    }

        .show .mainitem p, .show .simpleitem p {
            font-size: 11px;
            margin-top: -10px;
        }

            .show .simpleitem p span {
                display: inline;
            }


    .show .selectedo {
        float: left;
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 30px;
    }

        .show .selectedo select {
            width: 100%;
        }

    .show .distribuidores {
        float: left;
        width: 90%;
        height: auto;
        margin-right: 5%;
        margin-left: 5%;
    }

    .show .distribuidor {
        float: left;
        width: 100%;
        border-bottom: 1px dotted #999;
        min-height: 200px;
        max-height: 400px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .show .distribuidores .direcc {
        float: left;
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        margin-bottom: 20px;
        text-align: center;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #555;
    }

        .show .distribuidores .direcc h3 {
            color: #E96F63;
            font-size: 18px;
            margin-bottom: 10px;
            margin-top: 0px;
            text-transform: uppercase;
        }

    .show .distribuidores .mapa {
        float: left;
        width: 100%;
        height: 200px;
    }

    .show .videofull {
        width: 100%;
        min-height: 100px;
    }

        .show .videofull iframe {
            height: calc(320px * 0.5625);
        }




    .galeria .tache, .videoplay .tache, .sustitutos .tache, .enviamail, tache, .sesion .tache {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -50px;
        right: 0px;
        background-color: #000;
        background-image: url(imgs/tache2.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 66%;
        display: block;
    }

    .galeria {
        position: fixed;
        width: 95%;
        height: 300px;
        top: 48%;
        left: 0%;
        margin-left: 0px;
        margin-top: -170px;
        background-color: #fff;
        padding-left: 2.5%;
        padding-right: 2.5%;
        padding-top: 0%;
        padding-bottom: 0%;
        z-index: 101;
        border-radius: 10px;
        display: none;
    }

        .galeria .galtitulo {
            font-size: 18px;
            color: #FFF;
            position: absolute;
            bottom: -50px;
            font-family: "orator", Helvetica, Arial, sans-serif;
            width: 100%;
            left: 0%;
            text-align: center;
        }

        .galeria .galizq {
            height: 300px;
            width: 35px;
            background-color: rgba(225,88,80,0.95);
            position: absolute;
            top: 0px;
            left: 0px;
            border-radius: 10px 0px 0px 10px;
            background-image: url(imgs/galizq.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 50%;
            z-index: 107;
        }

        .galeria .galder {
            height: 300px;
            width: 35px;
            background-color: rgba(225,88,80,0.95);
            position: absolute;
            top: 0px;
            right: 0px;
            border-radius: 0px 10px 10px 0px;
            background-image: url(imgs/galder.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 50%;
            z-index: 107;
        }

        .galeria .galslider {
            width: 300px;
            height: 300px;
            position: relative;
            margin-left: auto;
            margin-right: auto;
        }

    .galitem {
        width: 300px;
        height: 300px;
        float: left;
        z-index: 105;
    }


    .videoplay {
        position: fixed;
        width: 100vw;
        height: 56.25vw;
        max-height: 100vh;
        max-width: 177.778vh;
        top: 50%;
        left: 50%;
        margin-left: -50vw;
        margin-top: -28vw;
        background-color: #fff;
        padding: 0px;
        z-index: 101;
        border-radius: 0px;
    }

        .videoplay .vidtitulo {
            font-size: 18px;
            color: #FFF;
            position: absolute;
            top: -50px;
            font-family: "orator", Helvetica, Arial, sans-serif;
            width: 150%;
            left: -25%;
            text-align: center;
        }





    .enviamail {
        position: absolute;
        width: 100%;
        min-height: 400px;
        height: 100%;
        max-height: 450px;
        left: 0%;
        margin-left: 0px;
        top: 62px;
        margin-top: 0px;
        background-color: #FFFFFF;
        z-index: 999;
        display: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
    }

    .Welcome {
        height: 300px;
        background-color: #FFFFFF;
    }

    .enviamail .enviatop {
        width: 100%;
        border-top: 4px solid #e63735;
        border-bottom: 1px solid #FFF;
    }

    .enviamail .enviatitular {
        width: 100%;
        background-color: #333;
        color: #FFF;
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .enviamail .enviaicon {
        background-color: #505050;
        width: 43px;
        height: 43px;
        float: left;
        margin-right: 20px;
        margin-top: -15px;
        background-size: 40%;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(imgs/i-susti.png);
    }

    .enviamail .centra {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 20px;
        font-family: "open", Helvetica, Arial, sans-serif;
        background-color: #FFFFFF;
    }

    .enviamail p {
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .enviamail .campo {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
        padding: 3px;
        text-align: center;
        font-size: 14px;
    }

    .enviamail .btn {
        background-color: #999;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        width: 100%;
        display: block;
        color: #FFF;
        border: none;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        font-family: "open", Helvetica, Arial, sans-serif;
    }



    .sesion {
        position: fixed;
        width: 100%;
        max-height: 450px;
        left: 0%;
        margin-left: 0px;
        top: 62px;
        margin-top: 0px;
        background-color: #FFF;
        z-index: 999;
        display: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
    }

        .sesion .enviatop {
            width: 100%;
            border-top: 4px solid #e63735;
            border-bottom: 1px solid #FFF;
        }

        .sesion .enviatitular {
            width: 100%;
            background-color: #333;
            color: #FFF;
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 15px;
            padding-top: 15px;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .sesion .enviaicon {
            background-color: #505050;
            width: 43px;
            height: 43px;
            float: left;
            margin-right: 20px;
            margin-top: -15px;
            background-size: 40%;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: url(imgs/i-susti.png);
        }

        .sesion .centra {
            width: 90%;
            padding-left: 5%;
            padding-right: 5%;
            margin-top: 20px;
            font-family: "open", Helvetica, Arial, sans-serif;
        }

        .sesion p {
            font-family: "open", Helvetica, Arial, sans-serif;
            font-size: 14px;
            margin-bottom: 5px;
            margin-top: 0px;
        }





    .producto {
        width: 100%;
        min-height: 500px;
    }

        .producto .fotoproduc {
            float: left;
            width: 100%;
            text-align: center;
            padding-top: 30px;
            margin-bottom: 10px;
        }

        .producto .fotoproduct img {
            width: 300px;
            height: 300px;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

        .producto .descriproduct {
            float: left;
            width: 80%;
            margin-left: 10%;
            margin-right: 10%;
            vertical-align: top;
            padding-top: 0px;
            margin-bottom: 25px;
            margin-top: 0px;
        }

            .producto .descriproduct h1 {
                font-size: 24px;
                font-family: "open", Helvetica, Arial, sans-serif;
                font-weight: normal;
                padding: 0px;
                margin: 0px;
                margin-bottom: 5px;
                color: #d8413f;
            }

            .producto .descriproduct h4 {
                font-size: 14px;
                font-family: "open", Helvetica, Arial, sans-serif;
                font-weight: normal;
                padding: 0px;
                margin: 0px;
                margin-top: 15px;
                color: #555;
            }

            .producto .descriproduct p {
                font-size: 12px;
                font-family: "open", Helvetica, Arial, sans-serif;
                font-style: italic;
                color: #555;
                margin-top: 5px;
                margin-bottom: 5px;
            }

        .producto .controles {
            width: 95%;
            min-height: 100px;
            margin-bottom: 20px;
            margin-left: 2.5%;
            margin-top: 10px;
            float: left;
        }

        .producto .cantidad {
            float: left;
            width: calc(100% - 1px);
            height: 15px;
            padding-top: 17px;
            padding-bottom: 15px;
            border-left: 1px solid #AFAFAF;
            border-top: 1px solid #DCDCDC;
            border-bottom: 1px solid #AFAFAF;
            text-align: center;
            vertical-align: middle;
            color: #666;
            font-family: "DIN", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            background-color: #F4F4F4;
        }

            .producto .cantidad .canti {
                outline: none;
                margin: 0px;
                padding: 4px 0px;
                margin-top: -5px;
                margin-left: 5px;
                border: none;
                width: 70px;
                text-align: center;
            }

        .producto .ctrl {
            float: left;
            height: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            border-right: 3px solid #FFF;
            border-bottom: 3px solid #FFF;
            text-align: center;
            vertical-align: middle;
            color: #FFF;
            font-family: "DIN", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            cursor: pointer;
            text-decoration: underline;
            transition: all 0.3s ease-in 0.04s;
            -webkit-transition: all 0.3s ease-in 0.04s;
            -moz-transition: all 0.3s ease-in 0.04s;
            -o-transition: all 0.3s ease-in 0.04s;
            -ms-transition: all 0.3s ease-in 0.04s;
        }

        .producto .ctrl2 {
            float: left;
            width: 100%;
            height: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            border-right: 1px solid #FFF;
            border-bottom: 1px solid #FFF;
            text-align: center;
            color: #FFF;
            font-family: "DIN", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            cursor: pointer;
            background-color: #333;
        }

        .producto .botonSencillo {
            width: calc(100% - 1px);
        }

        .producto .botonDoble {
            width: calc(50% - 1px);
        }

        .producto .botonComprar {
            width: calc(32% - 1px);
        }


        .producto .botonTriple {
            width: calc(33% - 1px);
        }


        .producto .ctrlfichamanual {
            float: left;
            width: calc(50% - 0px);
            height: 13px;
            padding-top: 15px;
            padding-bottom: 17px;
            border-right: 3px solid #FFF;
            border-bottom: 3px solid #FFF;
            text-align: center;
            vertical-align: middle;
            color: #FFF;
            font-family: "DIN", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            cursor: pointer;
            text-decoration: underline;
            transition: all 0.3s ease-in 0.04s;
            -webkit-transition: all 0.3s ease-in 0.04s;
            -moz-transition: all 0.3s ease-in 0.04s;
            -o-transition: all 0.3s ease-in 0.04s;
            -ms-transition: all 0.3s ease-in 0.04s;
        }

        .producto .ctrl .boton {
            width: 36px;
            height: 40px;
            float: left;
            margin-top: -15px;
            transition: all 0.3s ease-in 0.04s;
            -webkit-transition: all 0.3s ease-in 0.04s;
            -moz-transition: all 0.3s ease-in 0.04s;
            -o-transition: all 0.3s ease-in 0.04s;
            -ms-transition: all 0.3s ease-in 0.04s;
            background-size: 60%;
            background-position: center center;
            background-repeat: no-repeat;
            padding-left: 10px;
        }

        .producto .distribuidores {
            margin-left: 5%;
            margin-bottom: 30px;
        }

            .producto .distribuidores span {
                font-family: "DIN", Helvetica, Arial, sans-serif;
            }

            .producto .distribuidores .span1 {
                font-size: 16px;
            }

                .producto .distribuidores .span1 a {
                    text-decoration: underline;
                    padding-bottom: 20px;
                }

            .producto .distribuidores .span2 {
                font-size: 14px;
            }

                .producto .distribuidores .span2 img {
                    padding-top: 20px;
                    padding-left: 20px;
                }

        .producto #comprar {
            /*
      	background-color: #F4F4F4;
        color: #D64E45;
        padding-top: 17px;
        padding-bottom: 15px;
        border-left: 1px solid #6B6B6B;
        border-bottom: 1px solid #AFAFAF;
        border-right: 1px solid #DCDCDC;
        border-top: 1px solid #DCDCDC;
       */
        }

        .producto #favs {
        }



        .producto #btnImprimir {
            margin-right: 5px;
        }

        .producto #gale {
            /*
      	background-color: #FFF;
        color: #828282;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: bold;
       */
        }

        .producto #email {
            background-color: #FFF;
        }

        .producto #face {
            /*background-color: #4B69B8;*/
        }

        .producto #catal {
            /*background-color: #D64E45;*/
        }

        .producto #manu {
            /*background-color: #D64E45;*/
        }

        .producto #ficha {
            /*background-color: #D64E45;*/
        }

        .producto #twit {
            background-color: #20bcfd;
        }

        .producto #video {
            /*
      	background-color: #FFF;
        color: #828282;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: bold;
       */
        }

        .producto #label {
            background-color: #ff5233;
        }

        .producto #comprar:hover {
            background-color: #F8F8F8;
        }

        .producto #favs:hover {
        }



        .producto #btnImprimir:hover {
        }

        .producto #gale:hover {
            background-color: #F8F8F8;
        }

        .producto #email:hover {
            background-color: #F8F8F8;
        }

        .producto #face:hover {
            background-color: #3B5998;
        }

        .producto #catal:hover {
            background-color: #666666;
        }

        .producto #manu:hover {
            background-color: #666666;
        }

        .producto #ficha:hover {
            background-color: #666666;
        }

        .producto #twit:hover {
            background-color: #00aced;
        }

        .producto #video:hover {
            background-color: #F8F8F8;
        }

        .producto #label:hover {
            background-color: #ff7200;
        }

        .producto #comprar .boton {
            background-color: #F4F4F4;
            background-image: url(imgs/b-cart.png);
        }

        .producto #favs .boton {
            background-image: url(imgs/b-fav.png);
        }



        .producto #btnImprimir .boton {
            background-image: url(imgs/b-print.png);
        }

        .producto #gale .boton {
            background-color: #FFF;
            background-image: url(imgs/b-gale.png);
        }

        .producto #email .boton {
            background-color: #FFF;
            background-image: url(imgs/b-mail.png);
        }

        .producto #face .boton {
            background-color: #3B5998;
            background-image: url(imgs/b-face.png);
        }

        .producto #catal .boton {
            background-color: #d64e45;
            background-image: url(imgs/b-cata.png);
        }

        .producto #manu .boton {
            background-color: #d64e45;
            background-image: url(imgs/b-manu.png);
        }

        .producto #ficha .boton {
            background-color: #d64e45;
            background-image: url(imgs/b-ficha.png);
        }

        .producto #twit .boton {
            background-color: #00aced;
            background-image: url(imgs/b-twit.png);
        }

        .producto #video .boton {
            background-color: #FFF;
            background-image: url(imgs/b-video.png);
        }

        .producto #label .boton {
            background-color: #ff7200;
            background-image: url(imgs/b-label.png);
        }

        .producto .ctrl:hover .boton {
            opacity: 0.4;
        }





    .carrito {
        width: 95%;
        margin: 20px 2.5%;
        min-height: 500px;
    }

        .carrito a {
            color: #E15850;
        }

        .carrito h2 {
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 18px;
            color: #E15850;
            text-transform: uppercase;
            font-weight: normal;
            margin-left: 0px;
            margin-top: 30px;
        }

        .carrito h3 {
            font-family: "open", Helvetica, Arial, sans-serif;
            font-size: 14px;
            color: #E15850;
            text-transform: inherit;
            font-weight: normal;
            margin-left: 0px;
            margin-top: 10px;
        }

        .carrito p {
            font-family: "open", Helvetica, Arial, sans-serif;
            font-size: 13px;
            color: #777;
            margin-right: 0px;
        }

        .carrito .listado {
            margin-top: 30px;
            margin-bottom: 20px;
        }

            .carrito .listado .listaitem {
                margin-top: 0px;
                padding-top: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #eee;
                min-height: 100px;
                position: relative;
            }

            .carrito .listado .noexiste {
                background-color: #FEE;
                margin-left: 0%;
                margin-right: 0%;
            }

            .carrito .listado .listaitem .fotolist {
                float: none;
                position: absolute;
                top: 10px;
                left: 10px;
                margin-right: 10px;
                margin-left: 10px;
            }

            .carrito .listado .listaitem .datalistaitem {
                float: left;
                margin-right: 15px;
                padding-right: 0px;
                border-right: none;
                min-height: 100px;
                width: 100%;
            }

    .listado .listaitem .datalistaitem .nombrelist {
        color: #E15850;
        font-size: 15px;
        margin-bottom: 10px;
        width: calc(100% - 150px);
        float: left;
        min-height: 100px;
        margin-left: 140px;
    }

    .listado .listaitem .datalistaitem .clavelist {
        color: #333;
        font-size: 14px;
        width: 150px;
        float: left;
        margin-bottom: 10px;
        text-align: center;
    }

    .listado .listaitem .datalistaitem .removelist {
        color: #333;
        font-size: 12px;
        margin-top: 2px;
        width: 150px;
        float: left;
        color: #E15850;
        text-align: center;
    }

    .listado .listaitem .datalistaitem .preciolist {
        color: #333;
        font-size: 16px;
        width: calc(97% - 150px);
        padding-right: 3%;
        text-align: right;
        float: left;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .listado .listaitem .datalistaitem .cantlist {
        color: #333;
        font-size: 14px;
        width: calc(97% - 150px);
        padding-right: 3%;
        text-align: right;
        float: left;
    }

        .listado .listaitem .datalistaitem .cantlist input {
            color: #333;
            font-size: 16px;
            padding: 4px;
            width: 50px;
            text-align: right;
            border: 1px solid #ccc;
            text-align: center;
            margin-top: -2px;
        }

    .carrito .listado .listaitem .desclistaitem {
        float: left;
        margin-right: 0px;
        margin-top: 10px;
        padding-right: 2.5%;
        padding-left: 2.5%;
        border-right: 1px solid #DDD;
        min-height: 100px;
        width: 55%;
    }

    .listado .listaitem .desclistaitem .existelist {
        margin-top: 0px;
        font-size: 14px;
    }

    .listado .listaitem .desclistaitem .desc1list {
        margin-top: 10px;
        width: 42.5%;
        padding: 12px 2.5%;
        margin-right: 5%;
        background-color: #ddd;
        float: left;
        font-size: 10px;
        border-radius: 10px;
    }

    .listado .listaitem .desclistaitem .desc2list {
        margin-top: 10px;
        width: 42.5%;
        padding: 12px 2.5%;
        margin-right: 0%;
        background-color: #FFE900;
        float: left;
        font-size: 10px;
        border-radius: 10px;
    }

    .listado .listaitem .desclistaitem .sustilist {
        margin-top: 10px;
        width: 42.5%;
        padding: 10px 2.5%;
        margin-right: 5%;
        background-color: #22CC00;
        color: #FFF;
        float: left;
        font-size: 12px;
        border-radius: 10px;
        font-weight: bold;
    }

    .listado .listaitem .desclistaitem .eliminalist {
        margin-top: 10px;
        width: 42.5%;
        padding: 10px 2.5%;
        margin-right: 0%;
        background-color: #E15850;
        float: left;
        font-size: 12px;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
    }

    .listado .listaitem .desclistaitem .desc1list span, .listado .listaitem .desclistaitem .desc2list span {
        font-size: 18px;
        font-weight: bold;
    }

    .listado .listaitem .desclistaitem img {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .carrito .listado .listaitem .sumalistaitem {
        float: left;
        margin-right: 0px;
        width: 37%;
        padding-right: 2%;
        padding-left: 0px;
        margin-left: 0px;
        font-size: 21px;
        padding-top: 44px;
        padding-bottom: 35px;
        text-align: right;
    }

    .carrito .desgloce {
        padding-bottom: 50px;
        width: 100%;
        font-size: 16px;
        border: none;
        float: left;
    }

        .carrito .desgloce .nombre {
            width: 50%;
            padding-right: 2.5%;
            float: left;
            text-align: right;
            clear: left;
            padding-bottom: 5px;
            padding-top: 5px;
            background-color: inherit;
            border: inherit;
            border-radius: 5px 0px 0px 5px;
            margin-bottom: 5px;
        }

        .carrito .desgloce .cantidad {
            width: 45%;
            float: left;
            text-align: right;
            padding-bottom: 5px;
            padding-top: 5px;
            padding-right: 2.5%;
            border: inherit;
            background-color: inherit;
            border-radius: 0px 5px 5px 0px;
            margin-bottom: 5px;
        }

        .carrito .desgloce .desc1desg {
            background-color: #CCC;
            border-bottom: none;
        }

        .carrito .desgloce .desc2desg {
            background-color: #FFE900;
            border-bottom: none;
        }

        .carrito .desgloce .totaldesg {
            font-weight: bold;
            font-size: 21px;
            padding-bottom: 20px;
        }

            .carrito .desgloce .totaldesg .nombre, .carrito .desgloce .totaldesg .cantidad {
                border-top: 1px solid #CCC;
                border-radius: 0px;
            }

        .carrito .desgloce .confirma {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            background-color: #23CC00;
            border: none;
            float: right;
            margin-top: 0px;
            padding: 10px 5%;
            color: #FFF;
            font-size: 14px;
            text-align: center;
            width: 97%;
        }

        .carrito .desgloce .botondesg {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            background-color: #999;
            border: none;
            float: left;
            margin-top: 20px;
            padding: 10px;
            color: #FFF;
            font-size: 12px;
            text-align: center;
            width: 47%;
            margin-left: 3%;
            margin-bottom: 20px;
        }

        .carrito .desgloce .terminos {
            text-align: left;
            font-size: 12px;
            margin-top: 15px;
            margin-bottom: 15px;
        }

            .carrito .desgloce .terminos input {
                float: left;
                padding-top: 10px;
                padding-bottom: 10px;
                margin-right: 10px;
            }

    .carrito .adjunto {
        padding-bottom: 10px;
        margin-top: -10px;
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
        font-size: 16px;
        border: none;
        float: left !important;
    }

        .carrito .adjunto p {
            font-size: 14px;
            margin-left: 0px;
        }

        .carrito .adjunto #chico {
            font-size: 10px;
            text-align: justify;
        }

        .carrito .adjunto .mitad {
            float: left;
            width: 100%;
            margin-left: 0%;
            margin-bottom: 10px;
        }

        .carrito .adjunto textarea {
            width: 95%;
            padding: 10px 10px;
            outline: none;
        }

        .carrito .adjunto #email {
            width: 90%;
            padding: 5px 5%;
            outline: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            border: 1px solid #999;
        }





    .pedex {
        width: 90%;
        margin: 20px 5%;
        min-height: 500px;
    }

        .pedex a {
            color: #E15850;
        }

        .pedex h2 {
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 18px;
            color: #E15850;
            text-transform: uppercase;
            font-weight: normal;
            margin-left: 0px;
            margin-top: 30px;
        }

        .pedex h3 {
            font-family: "open", Helvetica, Arial, sans-serif;
            font-size: 14px;
            color: #E15850;
            text-transform: inherit;
            font-weight: normal;
            margin-left: 0px;
            margin-top: 10px;
        }

        .pedex p {
            font-family: "open", Helvetica, Arial, sans-serif;
            font-size: 13px;
            color: #777;
            margin-right: 0px;
        }

        .pedex .listado {
            margin-top: 30px;
            margin-bottom: 20px;
        }

            .pedex .listado .listaitem {
                margin-top: 0px;
                padding-top: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #eee;
                min-height: 40px;
                position: relative;
            }

            .pedex .listado .noexiste {
                background-color: #FEE;
                margin-left: -5%;
                margin-right: -6%;
            }

            .pedex .listado .listaitem .clavepedex {
                float: left;
                margin-right: 0px;
                margin-left: 0px;
                width: 100%;
            }

                .pedex .listado .listaitem .clavepedex input {
                    width: 90%;
                    text-align: center;
                    margin-top: 0px;
                    margin-bottom: 10px;
                    margin-left: 5%;
                    font-size: 16px;
                }

            .pedex .listado .listaitem .fotolist {
                float: none;
                position: absolute;
                top: 50px;
                left: 10px;
                margin-right: 10px;
                margin-left: 10px;
            }

            .pedex .listado .listaitem .datalistaitem {
                float: left;
                margin-right: 15px;
                padding-right: 0px;
                border-right: none;
                min-height: 100px;
                width: 100%;
            }

                .pedex .listado .listaitem .datalistaitem .nombrelist {
                    color: #E15850;
                    font-size: 15px;
                    margin-bottom: 10px;
                    width: calc(100% - 150px);
                    float: left;
                    min-height: 100px;
                    margin-left: 140px;
                }

                .pedex .listado .listaitem .datalistaitem .clavelist {
                    color: #333;
                    font-size: 14px;
                    width: 150px;
                    float: left;
                    margin-bottom: 10px;
                    text-align: center;
                }

                .pedex .listado .listaitem .datalistaitem .removelist {
                    color: #333;
                    font-size: 12px;
                    margin-top: 2px;
                    width: 150px;
                    float: left;
                    color: #E15850;
                    text-align: center;
                }

                .pedex .listado .listaitem .datalistaitem .preciolist {
                    color: #333;
                    font-size: 16px;
                    width: calc(97% - 150px);
                    padding-right: 3%;
                    text-align: right;
                    float: left;
                    margin-bottom: 10px;
                    font-weight: bold;
                }

                .pedex .listado .listaitem .datalistaitem .cantlist {
                    color: #333;
                    font-size: 14px;
                    width: calc(97% - 150px);
                    padding-right: 3%;
                    text-align: right;
                    float: left;
                }

                    .pedex .listado .listaitem .datalistaitem .cantlist input {
                        color: #333;
                        font-size: 16px;
                        padding: 4px;
                        width: 50px;
                        text-align: right;
                        border: 1px solid #ccc;
                        text-align: center;
                        margin-top: -2px;
                    }

            .pedex .listado .listaitem .desclistaitem {
                float: left;
                margin-right: 0px;
                margin-top: 10px;
                padding-right: 2.5%;
                padding-left: 2.5%;
                border-right: 1px solid #DDD;
                min-height: 100px;
                width: 55%;
            }

                .pedex .listado .listaitem .desclistaitem .existelist {
                    margin-top: 0px;
                    font-size: 14px;
                }

                .pedex .listado .listaitem .desclistaitem .desc1list {
                    margin-top: 10px;
                    width: 42.5%;
                    padding: 12px 2.5%;
                    margin-right: 5%;
                    background-color: #ddd;
                    float: left;
                    font-size: 10px;
                    border-radius: 10px;
                }

                .pedex .listado .listaitem .desclistaitem .desc2list {
                    margin-top: 10px;
                    width: 42.5%;
                    padding: 12px 2.5%;
                    margin-right: 0%;
                    background-color: #FFE900;
                    float: left;
                    font-size: 10px;
                    border-radius: 10px;
                }

                .pedex .listado .listaitem .desclistaitem .sustilist {
                    margin-top: 10px;
                    width: 42.5%;
                    padding: 10px 2.5%;
                    margin-right: 5%;
                    background-color: #22CC00;
                    color: #FFF;
                    float: left;
                    font-size: 12px;
                    border-radius: 10px;
                    font-weight: bold;
                }

                .pedex .listado .listaitem .desclistaitem .eliminalist {
                    margin-top: 10px;
                    width: 42.5%;
                    padding: 10px 2.5%;
                    margin-right: 0%;
                    background-color: #E15850;
                    float: left;
                    font-size: 12px;
                    border-radius: 10px;
                    color: #FFF;
                    font-weight: bold;
                }

                .pedex .listado .listaitem .desclistaitem .desc1list span, .pedex .listado .listaitem .desclistaitem .desc2list span {
                    font-size: 18px;
                    font-weight: bold;
                }

                .pedex .listado .listaitem .desclistaitem img {
                    margin-left: 0px;
                    margin-right: 0px;
                    margin-top: 5px;
                }

            .pedex .listado .listaitem .sumalistaitem {
                float: left;
                margin-right: 0px;
                width: 37%;
                padding-right: 2%;
                padding-left: 0px;
                margin-left: 0px;
                font-size: 21px;
                padding-top: 44px;
                padding-bottom: 35px;
                text-align: right;
            }

        .pedex .desgloce {
            padding-bottom: 50px;
            width: 100%;
            font-size: 16px;
            border: none;
            float: left;
        }

            .pedex .desgloce .nombre {
                width: 50%;
                padding-right: 2.5%;
                float: left;
                text-align: right;
                clear: left;
                padding-bottom: 5px;
                padding-top: 5px;
                background-color: inherit;
                border: inherit;
                border-radius: 5px 0px 0px 5px;
                margin-bottom: 5px;
            }

            .pedex .desgloce .cantidad {
                width: 45%;
                float: left;
                text-align: right;
                padding-bottom: 5px;
                padding-top: 5px;
                padding-right: 2.5%;
                border: inherit;
                background-color: inherit;
                border-radius: 0px 5px 5px 0px;
                margin-bottom: 5px;
            }

            .pedex .desgloce .desc1desg {
                background-color: #CCC;
                border-bottom: none;
            }

            .pedex .desgloce .desc2desg {
                background-color: #FFE900;
                border-bottom: none;
            }

            .pedex .desgloce .totaldesg {
                font-weight: bold;
                font-size: 21px;
                padding-bottom: 20px;
            }

                .pedex .desgloce .totaldesg .nombre, .carrito .desgloce .totaldesg .cantidad {
                    border-top: 1px solid #CCC;
                    border-radius: 0px;
                }

            .pedex .desgloce .confirma {
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                background-color: #23CC00;
                border: none;
                float: right;
                margin-top: 0px;
                padding: 10px 5%;
                color: #FFF;
                font-size: 14px;
                text-align: center;
                width: 97%;
            }

            .pedex .desgloce .botondesg {
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                background-color: #999;
                border: none;
                float: left;
                margin-top: 20px;
                padding: 10px;
                color: #FFF;
                font-size: 12px;
                text-align: center;
                width: 47%;
                margin-left: 3%;
                margin-bottom: 20px;
            }

            .pedex .desgloce .terminos {
                text-align: left;
                font-size: 12px;
                margin-top: 15px;
                margin-bottom: 15px;
            }

                .pedex .desgloce .terminos input {
                    float: left;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    margin-right: 10px;
                }










    .sustitutos {
        position: fixed;
        width: 100%;
        min-height: 430px;
        left: 0%;
        margin-left: 0px;
        top: 45%;
        margin-top: -215px;
        background-color: #FFF;
        z-index: 999;
    }

        .sustitutos .sustitop {
            width: 100%;
            border-top: 4px solid #e63735;
            border-bottom: 1px solid #FFF;
        }

        .sustitutos .sustitular {
            width: 100%;
            background-color: #333;
            color: #FFF;
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 15px;
            padding-top: 15px;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .sustitutos .susicon {
            background-color: #505050;
            width: 43px;
            height: 43px;
            float: left;
            margin-right: 20px;
            margin-top: -15px;
            background-size: 40%;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: url(imgs/i-susti.png);
        }

        .sustitutos .centra {
            width: 95%;
            padding-left: 2.5%;
            padding-right: 2.5%;
            margin-top: 20px;
            font-family: "open", Helvetica, Arial, sans-serif;
        }

        .sustitutos p {
            font-family: "open", Helvetica, Arial, sans-serif;
            font-size: 12px;
            margin-bottom: 5px;
            margin-top: 0px;
            text-align: center;
        }

        .sustitutos .fila {
            float: left;
            max-height: 270px;
            width: calc(100% - 1px);
            border-bottom: 1px solid #FFF;
            border-right: 1px solid #FFF;
            position: relative;
            overflow: hidden;
            background-color: #FFF;
            overflow: hidden;
            position: relative;
            padding-bottom: 5px;
        }

            .sustitutos .fila .btnizq, .sustitutos .fila .btnder {
                top: 30%;
            }

        .sustitutos .tache {
            top: 5px;
            right: 5px;
        }







    .extras {
        background-color: #999;
        width: 100%;
        float: left;
        min-height: 200px;
        border: none;
        border-bottom: 1px solid #FFF;
        border-top: none;
        margin-bottom: 0px;
    }

        .extras .suscribe {
            background-color: #e65250;
            width: calc(100% - 50px);
            padding: 25px;
            padding-bottom: 15px;
            font-size: 15px;
            min-height: 180px;
            height: 180px;
            color: #FFF;
            font-family: "open", Helvetica, Arial, sans-serif;
            text-align: center;
        }

            .extras .suscribe .campo {
                background-color: #ff807e;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                -ms-appearance: none;
                width: 67%;
                padding: 5px;
                border: none;
                outline: none;
            }

            .extras .suscribe .btn {
                background-color: transparent;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                -ms-appearance: none;
                width: 33%;
                float: none;
                text-align: center;
                color: #FFF;
                border: none;
                font-size: 16px;
                font-family: "open", Helvetica, Arial, sans-serif;
                width: 50px;
            }

        .extras div, .extras .dogonews {
            float: left;
            border-bottom: 1px solid #FFF;
            display: block;
            margin-bottom: 0px;
            padding-bottom: 0px;
            width: 100%;
            background-size: cover;
            background-position: center;
            min-height: 200px;
        }

            .extras div:last-of-type {
                border: none;
            }

        .extras img {
            margin: 0px auto;
            padding: 0px;
            margin-bottom: 0px;
            display: block;
        }

        .extras .dogonews {
            background-color: #9A9A9A;
        }

        .extras .facelike {
            background-color: #45709A;
        }

        .extras .video {
            background-color: #363636;
        }



    footer {
        background-color: #474747;
        min-height: 140px;
        width: 100%;
        border-top: 5px solid #000;
        display: block;
        color: #999;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 13px;
        padding: 0px;
        margin: 0px;
    }

        footer .direc {
            display: block;
            width: 70%;
            vertical-align: middle;
            border-right: none;
            border-bottom: 1px solid #999;
            padding-left: 15%;
            padding-right: 15%;
            padding-bottom: 45px;
            padding-top: 25px;
            color: #999;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-size: 12px;
            height: 70px;
        }

            footer .direc img {
                float: left;
                vertical-align: middle;
                margin-right: 30px;
                margin-top: -10px;
            }

        footer .tels {
            display: block;
            padding-left: 0%;
            padding-right: 0%;
            padding-bottom: 12px;
            width: 100%;
            border-right: none;
            margin: 0px;
            text-align: center;
            border-bottom: 1px solid #999;
        }

    .tels .separador {
        border-bottom: 1px solid #999;
        margin-left: 0px;
        margin-right: 0px;
    }

    footer .politicas {
        line-height: 22px;
        vertical-align: middle;
        display: block;
        padding-left: 10%;
        padding-right: 10%;
        width: 80%;
        text-align: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        footer .politicas p {
            margin: 0px;
            color: #999;
        }

            footer .politicas a, footer .politicas p a, footer a {
                color: #999 !important;
            }

                footer a:hover, footer p a:hover {
                    color: #FFF !important;
                }

    footer .footimg {
        margin-top: 15px;
        margin-right: 15px;
        opacity: 0.6;
        transition: all 0.3s ease 0.05s;
        -webkit-transition: all 0.3s ease 0.05s;
        -moz-transition: all 0.3s ease 0.05s;
        -ms-transition: all 0.3s ease 0.05s;
        -o-transition: all 0.3s ease 0.05s;
    }

        footer .footimg:hover {
            opacity: 1;
        }



    .dogoticia {
        width: 50%;
        float: left;
        margin-top: 15px;
        margin-bottom: 0px;
        text-align: center;
    }

        .dogoticia img {
            width: 125px;
            height: auto;
        }

    .imgcompleta {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }


    .menuxtra {
        display: block;
        width: 100%;
        height: auto;
        min-height: 50px;
        background-color: #000;
        font-family: "orator", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        color: #FFF;
        text-align: center;
    }

        .menuxtra .centra, .menuxtra .centra2 {
            width: 100%;
            float: left;
            text-align: center;
        }

        .menuxtra p {
            margin-top: 15px;
            margin-bottom: 0px;
        }

        .menuxtra a {
            color: #FFF;
            text-align: center;
        }

    .txtizq {
        text-align: left;
    }



    #lstEstados {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    #lstUEstados {
        max-width: 280px !important;
        width: 90% !important;
    }
}










/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////*/



@media (min-width:600px) and (max-width:1025px) {

    body {
        margin: 0px;
        padding: 0px;
        background-color: #000;
        width: 100%;
        overflow-x: hidden;
    }

    .mobile {
        display: block;
    }

    .nomobile {
        display: none;
    }

    .nomobile2 {
        display: table-cell;
    }


    .visible {
        display: block !important;
    }

    .topline {
        width: 100%;
        border-bottom: 1px solid #FFF;
        border-top: 2px solid #e63735;
    }

    .top {
        width: 100%;
        background-color: #000;
        position: relative;
        padding-top: 10px;
        z-index: 100;
    }

    .logo {
        width: 80%;
        height: 35px;
        background-image: url(imgs/logot2.png);
        background-position: center center;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        padding: 0px;
        margin-bottom: 10px;
        position: relative;
        float: none;
        background-color: #000;
    }

    .top .menubtn {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 2%;
        top: 8px;
        background-image: url(imgs/menubtn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 75%;
        display: block;
        z-index: 90
    }

    .top .buscabtn {
        width: 35px;
        height: 35px;
        position: absolute;
        left: 2%;
        top: 8px;
        background-image: url(imgs/buscarbtn.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 65%;
        display: block;
        z-index: 90;
        display: none;
    }

    .buscabtn .tache, .menubtn .tache {
        width: 35px;
        height: 35px;
        background-color: #000;
        background-image: url(imgs/tache.png);
        background-size: 65%;
        background-repeat: no-repeat;
        background-position: center;
    }



    menu {
        margin: 0px;
        padding: 0px;
    }

    .buscalog {
        font-family: "orator", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        color: #FFF;
        float: left;
        width: 100%;
        display: block;
        margin-top: 0px;
        display: block;
    }

        .buscalog .buscar {
            border-bottom: none;
            padding-bottom: 10px;
            padding-top: 0px;
            display: block;
            min-width: 200px;
            width: calc(100% - 350px);
            float: left;
        }

            .buscalog .buscar input {
                background-color: #333;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                -ms-appearance: none;
                border: none;
                color: #CCC;
                padding: 5px;
                padding-top: 8px;
                padding-bottom: 3px;
                outline: none;
                font-family: "orator", Helvetica, Arial, sans-serif;
                font-size: 14px;
                text-transform: uppercase;
                float: left;
                margin-left: 15px;
                width: calc(100% - 100px);
                max-width: 500px;
                margin-right: 10px;
            }

    .show .videofull {
        width: 100%;
        min-height: 100px;
    }

        .show .videofull iframe {
            height: calc(640px * 0.5625);
        }

    .buscalog .buscar select {
        background-color: #333;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        border: none;
        color: #CCC;
        padding: 5px;
        padding-top: 8px;
        padding-bottom: 3px;
        outline: none;
        width: 150px;
        border-radius: 0px;
        text-indent: 5px;
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 14px;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

    .buscalog .buscar #btnBuscar {
        background-color: #999;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        border: none;
        color: #FFF;
        padding-top: 8px;
        padding-bottom: 3px;
        outline: none;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        margin-top: 3px;
        margin-left: 0%;
        text-indent: 0px;
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        float: left;
        text-align: center;
    }

    .buscalog .login {
        border-bottom: 0px solid #555;
        border-right: 1px solid #555;
        padding-bottom: 15px;
        padding-top: 10px;
        display: block;
        width: 230px;
        padding-right: 20px;
        text-align: right;
        float: left;
        font-size: 12px;
    }

    .buscalog .idioma {
        border-bottom: 1px solid #555;
        padding-bottom: 15px;
        padding-top: 10px;
        display: block;
        width: 75px;
        padding-left: 20px;
        float: left;
        font-size: 12px;
    }



    menu.menutop {
        font-family: "orator", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 12px;
        color: #FFF;
        width: 45%;
        display: block;
        position: absolute;
        top: 60px;
        right: 0px;
        margin-top: 0px;
        text-align: center;
        background-color: #666;
        z-index: 1000;
        border: 1px solid #FFF;
        display: none;
    }

    .menutop ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        padding-top: 0px;
    }

    .menutop li, .menutop a li {
        display: block;
        margin-left: 0px;
        text-align: center;
        color: #FFF;
        padding-top: 15px;
        padding-bottom: 11px;
        border-bottom: 1px solid #FFF;
    }

    .menutop #ultimo {
        border: none !important;
    }

    .limite {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-bottom: 0px;
    }

    .manto {
        position: fixed;
        top: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 99;
        background-color: rgba(0,0,0,0.80);
    }

    menu.menuizq {
        background-color: #000;
        width: 40%;
        width: calc(40% - 2px);
        width: -webkit-calc(40% - 2px);
        float: none;
        position: absolute;
        top: 63px;
        left: 60%;
        bottom: 0px;
        overflow: scroll;
        z-index: 1005;
        border-right: 1px solid #FFF;
        border-left: 1px solid #FFF;
        height: auto;
    }

        menu.menuizq ul {
            padding: 0px;
            margin: 0px;
            list-style: none;
        }

        menu.menuizq li, menu.menuizq a li {
            font-size: 14px;
            width: 100%;
            border-top: 1px solid #FFF;
            border-bottom: none;
            border-right: none;
            border-left: none;
            text-align: center;
            padding-left: 0%;
            padding-top: 12px;
            padding-bottom: 7px;
            margin: 0px;
            color: #FFF;
            font-family: "orator", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            position: relative;
            transition: all 0.3s ease 0.05s;
            -webkit-transition: all 0.3s ease 0.05s;
            -moz-transition: all 0.3s ease 0.05s;
            -o-transition: all 0.3s ease 0.05s;
            -ms-transition: all 0.3s ease 0.05s;
        }

            menu.menuizq li:hover, menu.menuizq a li:hover {
                background-color: #999;
            }

            menu.menuizq li:last-of-type {
                border-bottom: 1px solid #FFF;
            }

            menu.menuizq li .plus {
                display: none;
            }





    .contenido {
        width: 100%;
        min-height: 200px;
        float: left;
        margin-bottom: 0px;
    }

    .slider {
        float: left;
        height: 500px;
        border: none;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        background-color: #999;
        width: calc(100% - 1px);
        border-right: none;
        position: relative;
        overflow: hidden;
        max-height: 500px;
    }



        .slider .slideizq {
            width: 60px;
            height: 60px;
            position: absolute;
            top: 50%;
            margin-top: -30px;
            left: 20px;
            background-image: url(imgs/slideizq.png);
            background-size: 100%;
            background-repeat: no-repeat;
            z-index: 90;
            cursor: pointer;
        }

        .slider .slideder {
            width: 60px;
            height: 60px;
            position: absolute;
            top: 50%;
            margin-top: -30px;
            right: 20px;
            background-image: url(imgs/slideder.png);
            background-size: 100%;
            background-repeat: no-repeat;
            z-index: 90;
            cursor: pointer;
        }



        .slider .slideitem {
            position: absolute;
            height: 500px;
            background-color: #999;
            width: 100%;
            background-size: cover;
            background-position: top center;
            margin-left: 100%;
            max-height: 500px;
        }

    .slideitem .slidetext {
        background-color: rgba(0,0,0,0.80);
        position: absolute;
        z-index: 10;
        color: #FFF;
        top: 200px;
        left: 50%;
        padding: 15px;
        min-height: 70px;
        max-height: 70px;
        min-width: 50%;
    }

        .slideitem .slidetext img {
            margin-bottom: 0px;
            margin-top: 0px;
            float: left;
            margin-right: 10px;
        }

        .slideitem .slidetext h1 {
            font-size: 21px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-weight: bold;
            padding: 0px;
            margin: 0px;
        }

        .slideitem .slidetext p {
            font-size: 12px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-style: italic;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .slideitem .slidetext .plusred {
            background-color: #e63735;
            width: 30px;
            height: 30px;
            padding: 5px;
            font-size: 30px;
            font-family: "open", Helvetica, Arial, sans-serif;
            text-align: center;
            line-height: 30px;
            left: 7%;
            position: absolute;
            top: -45px;
        }




    .fila {
        float: left;
        max-height: 270px;
        width: 100%;
        border-bottom: 1px solid #FFF;
        border-right: none;
        position: relative;
        overflow: hidden;
        background-color: #FFF;
        overflow: hidden;
        position: relative;
        padding-bottom: 5px;
    }

        .fila .filatop {
            width: 100%;
            border-top: 4px solid #e63735;
            border-bottom: 1px solid #FFF;
        }

        .fila .ftitular {
            width: 100%;
            background-color: #333;
            color: #FFF;
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 15px;
            padding-top: 15px;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .fila .ficon {
            background-color: #505050;
            width: 43px;
            height: 43px;
            float: left;
            margin-right: 20px;
            margin-top: -15px;
            background-size: 40%;
            background-position: center center;
            background-repeat: no-repeat;
        }

    #fabajo {
        background-image: url(imgs/flecha-abajo.png);
    }


    .fila .deslizador {
        width: auto;
        height: auto;
        min-width: 500px;
        max-height: 230px;
        margin-left: 0px;
    }

    .fila .btnizq {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-color: rgba(230,83,81,0.70);
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: 3px;
        background-image: url(imgs/left.png);
        background-position: center center;
        background-size: 25%;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        background-repeat: no-repeat;
        transition: all 0.5s ease 0.03s;
        -webkit-transition: all 0.5s ease 0.03s;
        -moz-transition: all 0.5s ease 0.03s;
        -ms-transition: all 0.5s ease 0.03s;
        -o-transition: all 0.5s ease 0.03s;
        cursor: pointer;
    }

    .fila .btnder {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-color: rgba(230,83,81,0.70);
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: 3px;
        background-image: url(imgs/right.png);
        background-position: center center;
        background-size: 25%;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        background-repeat: no-repeat;
        transition: all 0.5s ease 0.03s;
        -webkit-transition: all 0.5s ease 0.03s;
        -moz-transition: all 0.5s ease 0.03s;
        -ms-transition: all 0.5s ease 0.03s;
        -o-transition: all 0.5s ease 0.03s;
        cursor: pointer;
    }

        .fila .btnizq:hover, .fila .btnder:hover {
            background-color: rgba(230,83,81,1);
            transform: scale(1.1,1.1);
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
        }

    .item {
        padding: 30px;
        min-height: 100px;
        border-right: 1px solid #eaeaea;
        min-width: 250px;
        height: 170px;
        float: left;
    }

    .texto .item {
        padding: 30px;
        min-height: 100px;
        border-right: 1px solid #eaeaea;
        width: calc(50% - 61px);
        height: 170px;
        float: left;
    }

    .item img {
        width: 100px;
        height: 100px;
        float: left;
        margin-right: 20px;
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .item h2, .item a h2 {
        color: #e65250;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 4px;
    }

    .item h4 {
        color: #e65250;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 4px;
    }

    .item p {
        color: #333;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 11px;
        margin-top: 0px;
        margin-bottom: 4px;
    }

    .icono {
        width: 24px;
        height: 24px;
        background-size: 100%;
        float: left;
        margin-right: 15px;
        opacity: 0.7;
        transform: scale(1,1);
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -ms-transform: scale(1,1);
        transition: all 0.3s ease 0.03s;
        -webkit-transition: all 0.3s ease 0.03s;
        -moz-transition: all 0.3s ease 0.03s;
        -o-transition: all 0.3s ease 0.03s;
    }

    .cart {
        background-image: url(imgs/i-cart.png);
    }

    .check {
        background-image: url(imgs/i-checked.png);
    }

    .estrella {
        background-image: url(imgs/i-favstar.png);
    }

    .icono:hover {
        opacity: 1;
        transform: scale(1.1,1.1);
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
    }





    .BannerPrincipal {
        width: 100%;
        height: 235px;
        border-bottom: 1px solid #FFF;
        border-right: none;
        border-top: 1px solid #FFF;
        background-size: cover;
        position: relative;
    }

    #gafas {
        background-image: url(imgs/BannerPrincipal.jpg);
    }

    .BannerPrincipal .banntext {
        background-color: rgba(0,0,0,0.80);
        position: absolute;
        z-index: 10;
        color: #FFF;
        top: 40px;
        left: 52%;
        padding: 25px;
        max-width: 40%;
    }

        .BannerPrincipal .banntext h1 {
            font-size: 33px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-weight: normal;
            padding: 0px;
            margin: 0px;
            color: #d8413f;
        }

        .BannerPrincipal .banntext p {
            font-size: 18px;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-style: italic;
            margin-top: 5px;
            margin-bottom: 5px;
        }

        .BannerPrincipal .banntext .plusred {
            background-color: #e63735;
            width: 45px;
            height: 45px;
            padding: 10px;
            font-size: 45px;
            font-family: "open", Helvetica, Arial, sans-serif;
            text-align: center;
            line-height: 45px;
            left: 0px;
            position: absolute;
            top: -67px;
        }


    .show {
        background-color: #FFF;
        min-height: 500px;
        width: 100%;
        border-bottom: 1px solid #FFF;
        border-right: none;
    }

        .show .showtop {
            width: 100%;
            border-top: 4px solid #e63735;
            border-bottom: 1px solid #FFF;
        }

        .show .stitular {
            width: 100%;
            background-color: #333;
            color: #FFF;
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 15px;
            padding-top: 15px;
            padding-bottom: 10px;
            text-transform: uppercase;
        }

        .show .sicon {
            background-color: #505050;
            width: 43px;
            height: 43px;
            float: left;
            margin-right: 20px;
            margin-top: -15px;
            background-size: 40%;
            background-position: center center;
            background-repeat: no-repeat;
        }

    #showabajo {
        background-image: url(imgs/flecha-abajo.png);
    }

    #showcata {
        background-image: url(imgs/icon-catalogo.png);
    }

    #showstar {
        background-image: url(imgs/icon-star.png);
        background-size: 55%;
    }

    #shownew {
        background-image: url(imgs/icon-new.png);
        background-size: 55%;
    }

    .stitular .activo {
        color: #FF5555;
    }


    .show .selectedo {
        float: left;
        width: 50%;
        margin-right: 25%;
        margin-left: 25%;
        margin-bottom: 30px;
    }

        .show .selectedo select {
            width: 100%;
            font-size: 16px;
        }

    .show .distribuidores {
        float: left;
        width: 100%;
        height: auto;
    }

    .show .distribuidor {
        float: left;
        width: 100%;
        border-bottom: 1px dotted #999;
        min-height: 200px;
        max-height: 300px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .show .distribuidores .direcc {
        float: left;
        width: 40%;
        margin-right: 5%;
        text-align: left;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #555;
    }

        .show .distribuidores .direcc h3 {
            color: #E96F63;
            font-size: 18px;
            margin-bottom: 10px;
            margin-top: 0px;
            text-transform: uppercase;
        }

    .show .distribuidores .mapa {
        float: left;
        width: 55%;
        height: 250px;
    }




    .enviamail {
        position: absolute;
        width: 500px;
        height: 500px;
        left: 50%;
        margin-left: -250px;
        top: 124px;
        margin-top: 0px;
        background-color: #FFFFFF;
        z-index: 999;
        display: none;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
    }

    .Welcome {
        height: 300px;
        background-color: #FFF;
    }

    .enviamail .enviatop {
        width: 100%;
        border-top: 4px solid #e63735;
        border-bottom: 1px solid #FFF;
    }

    .enviamail .enviatitular {
        width: 100%;
        background-color: #333;
        color: #FFF;
        font-family: "orator", Helvetica, Arial, sans-serif;
        font-size: 15px;
        padding-top: 15px;
        padding-bottom: 10px;
        text-transform: uppercase;
    }

    .enviamail .enviaicon {
        background-color: #505050;
        width: 43px;
        height: 43px;
        float: left;
        margin-right: 20px;
        margin-top: -15px;
        background-size: 40%;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(imgs/i-susti.png);
    }

    .enviamail .centra {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 20px;
        font-family: "open", Helvetica, Arial, sans-serif;
        background-color: #FFF;
    }

    .enviamail p {
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .enviamail .campo {
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 10px;
        padding: 3px;
        text-align: center;
        font-size: 14px;
    }

    .enviamail .btn {
        background-color: #999;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        width: 100px;
        display: block;
        color: #FFF;
        border: none;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        font-family: "open", Helvetica, Arial, sans-serif;
    }




    .producto {
        width: 100%;
        min-height: 500px;
    }

        .producto .barraizqproduc {
            float: left;
            width: 100%;
            text-align: center;
            padding-top: 30px;
            margin-bottom: 10px;
        }

        .producto .fotoproduc {
            float: left;
            width: 40%;
            text-align: center;
            padding-top: 30px;
            margin-bottom: 10px;
            margin-left: 5%;
            margin-right: 3%;
        }

        .producto .fotoproduct img {
            width: 300px;
            height: 300px;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }

        .producto .descriproduct {
            float: left;
            width: 35%;
            margin-left: 5%;
            margin-right: 5%;
            vertical-align: top;
            padding-top: 30px;
            margin-bottom: 25px;
        }

            .producto .descriproduct h1 {
                font-size: 24px;
                font-family: "open", Helvetica, Arial, sans-serif;
                font-weight: normal;
                padding: 0px;
                margin: 0px;
                margin-bottom: 5px;
                color: #d8413f;
            }

            .producto .descriproduct h4 {
                font-size: 14px;
                font-family: "open", Helvetica, Arial, sans-serif;
                font-weight: normal;
                padding: 0px;
                margin: 0px;
                margin-top: 15px;
                color: #555;
            }

            .producto .descriproduct p {
                font-size: 12px;
                font-family: "open", Helvetica, Arial, sans-serif;
                font-style: italic;
                color: #555;
                margin-top: 5px;
                margin-bottom: 5px;
            }

        .producto .controles {
            width: 95%;
            min-height: 100px;
            margin-bottom: 20px;
            margin-left: 2.5%;
            float: left;
        }

        .producto .cantidad {
            float: left;
            width: calc(100% - 3px);
            height: 15px;
            padding-top: 17px;
            padding-bottom: 15px;
            border-left: 1px solid #AFAFAF;
            border-top: 1px solid #DCDCDC;
            border-bottom: 1px solid #AFAFAF;
            text-align: center;
            vertical-align: middle;
            color: #666;
            font-family: "DIN", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            background-color: #F4F4F4;
        }

            .producto .cantidad .canti {
                outline: none;
                margin: 0px;
                padding: 4px 0px;
                margin-top: -5px;
                margin-left: 5px;
                border: none;
                width: 70px;
                text-align: center;
            }

        .producto .ctrl {
            float: left;
            height: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            border-right: 3px solid #FFF;
            border-bottom: 3px solid #FFF;
            text-align: center;
            vertical-align: middle;
            color: #FFF;
            font-family: "DIN", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            cursor: pointer;
            text-decoration: underline;
            transition: all 0.3s ease-in 0.04s;
            -webkit-transition: all 0.3s ease-in 0.04s;
            -moz-transition: all 0.3s ease-in 0.04s;
            -o-transition: all 0.3s ease-in 0.04s;
            -ms-transition: all 0.3s ease-in 0.04s;
        }

        .producto .ctrl2 {
            float: left;
            width: calc(50% - 3px);
            height: 15px;
            padding-top: 15px;
            padding-bottom: 15px;
            border-right: 3px solid #FFF;
            border-bottom: 3px solid #FFF;
            text-align: center;
            color: #FFF;
            font-family: "DIN", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            cursor: pointer;
            background-color: #333;
        }

        .producto .botonSencillo {
            width: calc(100% - 1px);
        }

        .producto .botonDoble {
            width: calc(50% - 1px);
        }

        .producto .botonComprar {
            width: calc(32% - 1px);
        }


        .producto .botonTriple {
            width: calc(33% - 1px);
        }


        .producto .ctrlfichamanual {
            float: left;
            width: calc(50% - 1px);
            height: 13px;
            padding-top: 15px;
            padding-bottom: 17px;
            border-right: 1px solid #FFF;
            border-bottom: 1px solid #FFF;
            text-align: center;
            vertical-align: middle;
            color: #FFF;
            font-family: "DIN", Helvetica, Arial, sans-serif;
            text-transform: uppercase;
            font-size: 13px;
            cursor: pointer;
            text-decoration: underline;
            transition: all 0.3s ease-in 0.04s;
            -webkit-transition: all 0.3s ease-in 0.04s;
            -moz-transition: all 0.3s ease-in 0.04s;
            -o-transition: all 0.3s ease-in 0.04s;
            -ms-transition: all 0.3s ease-in 0.04s;
        }

        .producto .ctrl .boton {
            width: 36px;
            height: 40px;
            float: left;
            margin-top: -15px;
            transition: all 0.3s ease-in 0.04s;
            -webkit-transition: all 0.3s ease-in 0.04s;
            -moz-transition: all 0.3s ease-in 0.04s;
            -o-transition: all 0.3s ease-in 0.04s;
            -ms-transition: all 0.3s ease-in 0.04s;
            background-size: 60%;
            background-position: center center;
            background-repeat: no-repeat;
            padding-left: 10px;
        }

        .producto .distribuidores {
            margin-left: 1%;
            margin-bottom: 30px;
        }

            .producto .distribuidores span {
                font-family: "DIN", Helvetica, Arial, sans-serif;
            }

            .producto .distribuidores .span1 {
                font-size: 16px;
            }

                .producto .distribuidores .span1 a {
                    text-decoration: underline;
                    padding-bottom: 20px;
                }

            .producto .distribuidores .span2 {
                font-size: 14px;
            }

                .producto .distribuidores .span2 img {
                    padding-top: 20px;
                    padding-left: 20px;
                }

        .producto #comprar {
            /* background-color: #F4F4F4;
        color: #D64E45;
        padding-top: 17px;
        padding-bottom: 15px;
        border-left: 1px solid #6B6B6B;
        border-bottom: 1px solid #AFAFAF;
        border-right: 1px solid #DCDCDC;
        border-top: 1px solid #DCDCDC;*/
        }

        .producto #favs {
        }



        .producto #btnImprimir {
            margin-right: 5px;
        }

        .producto #gale {
            /*  background-color: #FFF;
        color: #828282;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: bold;*/
        }

        .producto #email {
            background-color: #FFF;
        }

        .producto #face {
            background-color: #4B69B8;
        }

        .producto #manu {
            background-color: #D64E45;
        }

        .producto #ficha {
            background-color: #D64E45;
        }

        .producto #twit {
            background-color: #20bcfd;
        }

        .producto #video {
            /*    background-color: #FFF;
        color: #828282;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        border-right: 1px solid #DDDDDD;
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: bold;
        */
        }

        .producto #label {
            background-color: #ff5233;
        }

        .producto #comprar:hover {
            background-color: #F8F8F8;
        }

        .producto #favs:hover {
        }



        .producto #btnImprimir:hover {
        }

        .producto #gale:hover {
            background-color: #F8F8F8;
        }

        .producto #email:hover {
            background-color: #F8F8F8;
        }

        .producto #face:hover {
            background-color: #3B5998;
        }

        .producto #catal:hover {
            background-color: #666666;
        }

        .producto #manu:hover {
            background-color: #666666;
        }

        .producto #ficha:hover {
            background-color: #666666;
        }

        .producto #twit:hover {
            background-color: #00aced;
        }

        .producto #video:hover {
            background-color: #F8F8F8;
        }

        .producto #label:hover {
            background-color: #ff7200;
        }

        .producto #comprar .boton {
            background-color: #F4F4F4;
            background-image: url(imgs/b-cart.png);
        }

        .producto #favs .boton {
            background-image: url(imgs/b-fav.png);
        }



        .producto #btnImprimir .boton {
            background-image: url(imgs/b-print.png);
        }

        .producto #gale .boton {
            background-color: #FFF;
            background-image: url(imgs/b-gale.png);
        }

        .producto #email .boton {
            background-color: #FFF;
            background-image: url(imgs/b-mail.png);
        }

        .producto #face .boton {
            background-color: #3B5998;
            background-image: url(imgs/b-face.png);
        }

        .producto #catal .boton {
            background-color: #d64e45;
            background-image: url(imgs/b-cata.png);
        }

        .producto #manu .boton {
            background-color: #d64e45;
            background-image: url(imgs/b-manu.png);
        }

        .producto #ficha .boton {
            background-color: #d64e45;
            background-image: url(imgs/b-ficha.png);
        }

        .producto #twit .boton {
            background-color: #00aced;
            background-image: url(imgs/b-twit.png);
        }

        .producto #video .boton {
            background-color: #FFF;
            background-image: url(imgs/b-video.png);
        }

        .producto #label .boton {
            background-color: #ff7200;
            background-image: url(imgs/b-label.png);
        }

        .producto .ctrl:hover .boton {
            opacity: 0.4;
        }





    .carrito {
        width: 95%;
        margin: 20px 2.5%;
        min-height: 500px;
    }

        .carrito .listado .listaitem .fotolist {
            float: left;
            margin-right: 10px;
            margin-left: 10px;
        }

        .carrito .listado .listaitem .datalistaitem {
            float: left;
            margin-right: 15px;
            padding-right: 15px;
            border-right: 1px solid #DDD;
            min-height: 100px;
            width: calc(60% - 150px);
        }

    .listado .listaitem .datalistaitem .nombrelist {
        color: #E15850;
        font-size: 16px;
        margin-bottom: 5px;
        width: 100%;
        float: left;
    }

    .listado .listaitem .datalistaitem .clavelist {
        color: #333;
        font-size: 14px;
        width: 40%;
        float: left;
        margin-bottom: 5px;
    }

    .listado .listaitem .datalistaitem .removelist {
        color: #333;
        font-size: 12px;
        margin-top: 2px;
        width: 40%;
        float: left;
        color: #E15850;
        text-decoration: none;
    }

    .listado .listaitem .datalistaitem .preciolist {
        color: #333;
        font-size: 14px;
        width: 60%;
        text-align: right;
        float: left;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .listado .listaitem .datalistaitem .cantlist {
        color: #333;
        font-size: 14px;
        width: 60%;
        text-align: right;
        float: left;
    }

        .listado .listaitem .datalistaitem .cantlist input {
            color: #333;
            font-size: 14px;
            width: 50px;
            text-align: right;
            border: 1px solid #ccc;
            text-align: center;
            margin-top: -2px;
        }

    .carrito .listado .listaitem .desclistaitem {
        float: left;
        margin-right: 10px;
        padding-right: 15px;
        border-right: 1px solid #DDD;
        min-height: 100px;
        width: calc(25% - 30px);
        text-align: center;
    }

    .listado .listaitem .desclistaitem .existelist {
        margin-top: 15px;
        font-size: 14px;
    }

    .listado .listaitem .desclistaitem .desc1list {
        margin-top: 10px;
        width: 42.5%;
        padding: 10px 2.5%;
        margin-right: 5%;
        background-color: #ddd;
        float: left;
        font-size: 10px;
        border-radius: 10px;
    }

    .listado .listaitem .desclistaitem .desc2list {
        margin-top: 10px;
        width: 42.5%;
        padding: 10px 2.5%;
        margin-right: 0%;
        background-color: #FFE900;
        float: left;
        font-size: 10px;
        border-radius: 10px;
    }

    .listado .listaitem .desclistaitem .sustilist {
        margin-top: 10px;
        width: 42.5%;
        padding: 10px 2.5%;
        margin-right: 5%;
        background-color: #22CC00;
        color: #FFF;
        float: left;
        font-size: 12px;
        border-radius: 10px;
        font-weight: bold;
    }

    .listado .listaitem .desclistaitem .eliminalist {
        margin-top: 10px;
        width: 42.5%;
        padding: 10px 2.5%;
        margin-right: 0%;
        background-color: #E15850;
        float: left;
        font-size: 12px;
        border-radius: 10px;
        color: #FFF;
        font-weight: bold;
    }

    .listado .listaitem .desclistaitem .desc1list span, .listado .listaitem .desclistaitem .desc2list span {
        font-size: 18px;
        font-weight: bold;
    }

    .listado .listaitem .desclistaitem img {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 5px;
    }

    .carrito .listado .listaitem .sumalistaitem {
        float: left;
        margin-right: 0px;
        width: calc(17% - 15px);
        font-size: 18px;
        padding-top: 41px;
        padding-bottom: 41px;
        text-align: center;
    }

    .carrito .desgloce {
        padding-bottom: 50px;
        width: 50%;
        font-size: 16px;
        border: none;
        float: right;
    }

        .carrito .desgloce .nombre {
            width: 50%;
            padding-right: 2.5%;
            float: left;
            text-align: right;
            clear: left;
            padding-bottom: 5px;
            padding-top: 5px;
            background-color: inherit;
            border: inherit;
            border-radius: 5px 0px 0px 5px;
            margin-bottom: 5px;
        }

        .carrito .desgloce .cantidad {
            width: 45%;
            float: left;
            text-align: right;
            padding-bottom: 5px;
            padding-top: 5px;
            padding-right: 2.5%;
            border: inherit;
            background-color: inherit;
            border-radius: 0px 5px 5px 0px;
            margin-bottom: 5px;
        }

        .carrito .desgloce .desc1desg {
            background-color: #CCC;
            border-bottom: none;
        }

        .carrito .desgloce .desc2desg {
            background-color: #FFE900;
            border-bottom: none;
        }

        .carrito .desgloce .totaldesg {
            font-weight: bold;
            font-size: 21px;
            padding-bottom: 20px;
        }

            .carrito .desgloce .totaldesg .nombre, .carrito .desgloce .totaldesg .cantidad {
                border-top: 1px solid #CCC;
                border-radius: 0px;
            }

        .carrito .desgloce .confirma {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            background-color: #23CC00;
            border: none;
            float: right;
            margin-top: 0px;
            padding: 10px 5%;
            color: #FFF;
            font-size: 14px;
            text-align: center;
            width: 97%;
        }

        .carrito .desgloce .botondesg {
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            background-color: #999;
            border: none;
            float: left;
            margin-top: 20px;
            padding: 10px;
            color: #FFF;
            font-size: 12px;
            text-align: center;
            width: 47%;
            margin-left: 3%;
            margin-bottom: 20px;
        }

        .carrito .desgloce .terminos {
            text-align: left;
            font-size: 12px;
            margin-top: 15px;
            margin-bottom: 15px;
        }

            .carrito .desgloce .terminos input {
                float: left;
                padding-top: 10px;
                padding-bottom: 10px;
                margin-right: 10px;
            }

    .carrito .adjunto {
        padding-bottom: 50px;
        margin-top: -10px;
        width: 45%;
        margin-right: 3%;
        margin-left: 2%;
        font-size: 16px;
        border: none;
        float: left;
    }

        .carrito .adjunto p {
            font-size: 10px;
        }

        .carrito .adjunto textarea {
            width: 50%;
            padding: 10px 10px;
            outline: none;
        }




    .pedex {
        width: 95%;
        margin: 20px 2.5%;
        min-height: 500px;
    }

        .pedex a {
            color: #E15850;
        }

        .pedex h2 {
            font-family: "orator", Helvetica, Arial, sans-serif;
            font-size: 18px;
            color: #E15850;
            text-transform: uppercase;
            font-weight: normal;
            margin-left: 0px;
            margin-top: 30px;
        }

        .pedex h3 {
            font-family: "open", Helvetica, Arial, sans-serif;
            font-size: 14px;
            color: #E15850;
            text-transform: inherit;
            font-weight: normal;
            margin-left: 0px;
            margin-top: 10px;
        }

        .pedex p {
            font-family: "open", Helvetica, Arial, sans-serif;
            font-size: 13px;
            color: #777;
            margin-right: 0px;
        }

        .pedex .listado {
            margin-top: 30px;
            margin-bottom: 20px;
        }

            .pedex .listado .listaitem {
                margin-top: 0px;
                padding-top: 15px;
                padding-bottom: 15px;
                border-bottom: 1px solid #eee;
                min-height: 100px;
            }

            .pedex .listado .noexiste {
                background-color: #FEE;
            }

            .pedex .listado .listaitem .clavepedex {
                float: left;
                margin-right: 10px;
                margin-left: 10px;
                width: 70px;
            }

                .pedex .listado .listaitem .clavepedex input {
                    width: 70px;
                    text-align: center;
                    margin-top: 40px;
                    font-size: 16px;
                }

            .pedex .listado .listaitem .fotolist {
                float: left;
                margin-right: 10px;
                margin-left: 10px;
            }

            .pedex .listado .listaitem .datalistaitem {
                float: left;
                margin-right: 15px;
                padding-right: 15px;
                border-right: 1px solid #DDD;
                min-height: 100px;
                width: calc(55% - 150px);
            }

                .pedex .listado .listaitem .datalistaitem .nombrelist {
                    color: #E15850;
                    font-size: 16px;
                    margin-bottom: 10px;
                    width: 100%;
                    float: left;
                }

                .pedex .listado .listaitem .datalistaitem .clavelist {
                    color: #333;
                    font-size: 14px;
                    width: 40%;
                    float: left;
                    margin-bottom: 10px;
                }

                .pedex .listado .listaitem .datalistaitem .removelist {
                    color: #333;
                    font-size: 12px;
                    margin-top: 2px;
                    width: 50%;
                    float: left;
                    color: #E15850;
                }

                .pedex .listado .listaitem .datalistaitem .preciolist {
                    color: #333;
                    font-size: 14px;
                    width: 60%;
                    text-align: right;
                    float: left;
                    margin-bottom: 10px;
                    font-weight: bold;
                }

                .pedex .listado .listaitem .datalistaitem .cantlist {
                    color: #333;
                    font-size: 14px;
                    width: 50%;
                    text-align: right;
                    float: left;
                }

                    .pedex .listado .listaitem .datalistaitem .cantlist input {
                        color: #333;
                        font-size: 14px;
                        width: 35px;
                        text-align: right;
                        border: 1px solid #ccc;
                        text-align: center;
                        margin-top: -2px;
                    }

            .pedex .listado .listaitem .desclistaitem {
                float: left;
                margin-right: 15px;
                padding-right: 15px;
                border-right: 1px solid #DDD;
                min-height: 100px;
                width: calc(22% - 30px);
                text-align: center;
            }

                .pedex .listado .listaitem .desclistaitem .existelist {
                    margin-top: 15px;
                    font-size: 14px;
                }

                .pedex .listado .listaitem .desclistaitem .desc1list {
                    margin-top: 10px;
                    width: 42.5%;
                    padding: 12px 2.5%;
                    margin-right: 5%;
                    background-color: #ddd;
                    float: left;
                    font-size: 10px;
                    border-radius: 10px;
                }

                .pedex .listado .listaitem .desclistaitem .desc2list {
                    margin-top: 10px;
                    width: 42.5%;
                    padding: 12px 2.5%;
                    margin-right: 0%;
                    background-color: #FFE900;
                    float: left;
                    font-size: 10px;
                    border-radius: 10px;
                }

                .pedex .listado .listaitem .desclistaitem .sustilist {
                    margin-top: 10px;
                    width: 42.5%;
                    padding: 10px 2.5%;
                    margin-right: 5%;
                    background-color: #22CC00;
                    color: #FFF;
                    float: left;
                    font-size: 12px;
                    border-radius: 10px;
                    font-weight: bold;
                }

                .pedex .listado .listaitem .desclistaitem .eliminalist {
                    margin-top: 10px;
                    width: 42.5%;
                    padding: 10px 2.5%;
                    margin-right: 0%;
                    background-color: #E15850;
                    float: left;
                    font-size: 12px;
                    border-radius: 10px;
                    color: #FFF;
                    font-weight: bold;
                }

                .pedex .listado .listaitem .desclistaitem .desc1list span, .pedex .listado .listaitem .desclistaitem .desc2list span {
                    font-size: 18px;
                    font-weight: bold;
                }

                .pedex .listado .listaitem .desclistaitem img {
                    margin-left: 0px;
                    margin-right: 0px;
                    margin-top: 5px;
                }

            .pedex .listado .listaitem .sumalistaitem {
                float: left;
                margin-right: 0px;
                width: calc(13% - 30px);
                font-size: 14px;
                padding-top: 41px;
                padding-bottom: 41px;
                text-align: center;
            }

        .pedex .desgloce {
            padding-bottom: 50px;
            width: 40%;
            font-size: 16px;
            border: none;
            float: right;
        }

            .pedex .desgloce .confirma {
                -webkit-appearance: none;
                -moz-appearance: none;
                -ms-appearance: none;
                background-color: #23CC00;
                border: none;
                float: right;
                margin-top: 0px;
                padding: 10px 5%;
                color: #FFF;
                font-size: 14px;
                text-align: center;
                width: 97%;
            }


    .extras {
        background-color: #999;
        width: 100%;
        float: left;
        min-height: 200px;
        border: none;
        border-top: none;
        margin-bottom: 0px;
    }

        .extras div {
            border-bottom: 1px solid #FFF;
            border-right: 1px solid #FFF;
            display: block;
            margin-bottom: 0px;
            padding-bottom: 0px;
            display: table-cell;
            width: calc(33.333% - 1px);
            overflow: hidden;
            height: 200px;
        }

            .extras div:last-of-type {
                border: none;
            }

        .extras .suscribe {
            background-color: #e65250;
            width: auto;
            height: 90px;
            padding: 25px;
            padding-bottom: 15px;
            font-size: 15px;
            color: #FFF;
            font-family: "open", Helvetica, Arial, sans-serif;
            float: left;
            width: calc(100% - 50px);
            border-right: none;
            min-height: 90px;
            height: 90px;
        }

            .extras .suscribe img {
                float: left;
                margin-right: 30px;
                margin-bottom: 10px;
            }

            .extras .suscribe p {
                float: left;
                margin-right: 30px;
                margin-top: 15px;
            }

            .extras .suscribe .campo {
                background-color: #ff807e;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                -ms-appearance: none;
                width: 40%;
                padding: 5px;
                border: none;
                outline: none;
                float: left;
                margin-top: 25px;
            }

            .extras .suscribe .btn {
                background-color: transparent;
                appearance: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                -o-appearance: none;
                -ms-appearance: none;
                width: 38%;
                float: left;
                margin-top: 25px;
                margin-left: 10px;
                color: #FFF;
                border: none;
                font-size: 16px;
                font-family: "open", Helvetica, Arial, sans-serif;
                width: 100px;
            }

        .extras img {
            margin: 0px;
            padding: 0px;
            margin-bottom: -4px;
        }

        .extras .dogonews {
            background-color: #9A9A9A;
            background-size: cover;
            background-position: center;
            min-height: 240px;
            width: 50%;
        }

        .extras .facelike {
            background-color: #45709A;
        }

        .extras .video {
            background-color: #363636;
        }



    footer {
        background-color: #474747;
        min-height: 140px;
        width: 100%;
        border-top: 5px solid #000;
        display: table;
        color: #999;
        font-family: "open", Helvetica, Arial, sans-serif;
        font-size: 13px;
    }

        footer .direc {
            display: table-cell;
            width: 200px;
            vertical-align: middle;
            border-right: 1px solid #999;
            padding-left: 50px;
            padding-right: 50px;
            color: #999;
            font-family: "open", Helvetica, Arial, sans-serif;
            font-size: 13px;
        }

            footer .direc img {
                float: left;
                vertical-align: middle;
                margin-right: 30px;
                display: none;
            }

        footer .tels {
            display: table-cell;
            padding-left: 25px;
            padding-right: 25px;
            width: 200px;
            border-right: 1px solid #999;
        }

    .tels .separador {
        border-bottom: 1px solid #999;
        margin-left: -25px;
        margin-right: -25px;
    }

    footer .politicas {
        line-height: 22px;
        vertical-align: middle;
        display: table-cell;
        padding-left: 35px;
        color: #999;
    }

        footer .politicas p {
            margin: 0px;
            color: #999;
        }

            footer .politicas a, footer .politicas p a, footer a {
                color: #999 !important;
            }

                footer a:hover, footer p a:hover {
                    color: #FFF !important;
                }

    footer .footimg {
        margin-top: 15px;
        margin-right: 15px;
        opacity: 0.6;
        transition: all 0.3s ease 0.05s;
        -webkit-transition: all 0.3s ease 0.05s;
        -moz-transition: all 0.3s ease 0.05s;
        -ms-transition: all 0.3s ease 0.05s;
        -o-transition: all 0.3s ease 0.05s;
    }

        footer .footimg:hover {
            opacity: 1;
        }


    .dogoticia {
        width: 33.3%;
        float: left;
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

        .dogoticia img {
            width: 200px;
            height: auto;
        }

    .imgcompleta {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    .menuxtra {
        display: block;
        width: 100%;
        height: auto;
        min-height: 50px;
        background-color: #000;
        font-family: "orator", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-size: 13px;
        color: #FFF;
    }

        .menuxtra .centra {
            width: 33%;
            float: left;
            text-align: center;
        }

        .menuxtra .centra2 {
            width: 50%;
            float: left;
            text-align: center;
        }

        .menuxtra p {
            margin-top: 12px;
            margin-bottom: 7px;
        }

        .menuxtra a {
            color: #FFF;
            text-align: center;
        }

    .txtizq {
        text-align: left;
    }
}




/* START - AXIOMACERO CLEAN CONTROLS */

.contenedor {
    text-transform: uppercase;
    font-family: "DIN", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666;
    box-sizing: border-box;
}

.row {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DCDCDC;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    justify-content: center;
    flex-shrink: 1;
    text-align: left;
}

.double-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2;
    justify-content: center;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
}

    .double-column .canti {
        outline: none;
        margin: 0px;
        padding: 4px 0px;
        margin-top: -5px;
        margin-left: 5px;
        border: none;
        width: 50px;
        text-align: left;
    }

.color_compra {
    background-color: #F8F8F8;
}


.column.btn_red {
    background-color: #D64E45;
    font-size: 11px;
    color: #FFF;
    text-decoration: underline;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.column.anim_opacity {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.column.btn_click {
    cursor: pointer;
}

.column.btn_red a {
    color: #FFF;
    width: 100%;
    padding: 0.5em 0em;
    box-sizing: border-box;
}

.column.bold {
    font-weight: bold;
}

.column.btn_red:hover {
    background-color: #333;
    animation: all 0.5s infinite;
}

.column.anim_opacity:hover {
    animation: all 0.5s infinite;
}


.column.comprar {
    color: #D64E45;
    text-decoration: underline;
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .column.comprar span {
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: center;
        padding-left: 5px;
    }

    .column.comprar img {
        margin-top: 9px;
        margin-left: 5px;
        height: 30px;
    }

.column.has_icon {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .column.has_icon span {
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: center;
        padding-left: 5px;
    }

    .column.has_icon img {
        margin-top: 9px;
        margin-left: 5px;
        height: 30px;
        width: 30px;
    }

.column.has_icon_red a {
    height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.column.has_icon_red span {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding-left: 5px;
}

.column.has_icon_red img {
    margin-top: 5px;
    margin-left: 5px;
    height: 30px;
}

@media only screen and (max-width:53.75em) and (min-width:37.5625em) {
    .column.has_icon img,
    .column.has_icon_red img,
    .column.comprar img {
        display: none;
    }

    .column.has_icon span,
    .column.has_icon_red span,
    .column.comprar span {
        text-align: center;
    }
}

@media only screen and (max-width:70.9375em) and (min-width:64.125em) {
    .column.has_icon img,
    .column.has_icon_red img,
    .column.comprar img {
        height: 22px;
        width: 22px;
    }

    .column.btn_red a {
        padding: 0.5em 0em;
    }
}

/* END - AXIOMACERO CLEAN CONTROLS */
