/************************************************/
/*               Fuentes                        */
/************************************************/

@font-face {
    font-family: 'Georgia';
    src: url('https://www.pampling.com/css/fonts/georgia-webfont.eot');
    src: url('https://www.pampling.com/css/fonts/georgia-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.pampling.com/css/fonts/georgia-webfont.woff') format('woff'),
    url('https://www.pampling.com/css/fonts/georgia-webfont.ttf') format('truetype'),
    url('https://www.pampling.com/css/fonts/georgia-webfont.svg#GeorgiaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('https://www.pampling.com/css/fonts/helveti3-webfont.eot');
    src: url('https://www.pampling.com/css/fonts/helveti3-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.pampling.com/css/fonts/helveti3-webfont.woff') format('woff'),
    url('https://www.pampling.com/css/fonts/helveti3-webfont.ttf') format('truetype'),
    url('https://www.pampling.com/css/fonts/helveti3-webfont.svg#HelveticaNormalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Raleway';
    src: url('https://www.pampling.com/css/fonts/rockb.eot');
    src: url('https://www.pampling.com/css/fonts/rockb.eot?#iefix') format('embedded-opentype'),
         url('https://www.pampling.com/css/fonts/rockb.woff') format('woff'),
         url('https://www.pampling.com/css/fonts/rockb.ttf') format('truetype'),
         url('https://www.pampling.com/css/fonts/rockb.svg#rockb') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,600&display=swap&subset=latin-ext');


/************************************************/
/*                   GENERAL                    */
/************************************************/


.clear {
    clear: both;
}

.centrado {
    text-align: center;
}

.justificado {
    text-align: justify;
}

.oculto {
    display: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

img.foto_izquierda {
    float: left;
    margin-right: 15px;
}

img.foto_derecha {
    float: right;
    margin-left: 15px;
}

.alinear_derecha {
    text-align: right;
}

.flotar_izquierda {
    float: left;
}

.flotar_derecha {
    float: right;
}

.hand {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

.borde_redondeado {
    border-radius: 5px;
}

.header {
    padding: 10px 10px 8px 10px;
    background: #eaf2f5;
    border-radius: 5px;
    vertical-align: middle;
    overflow: hidden;
}

.header input.blueBtn {
    float: right;
    padding: 2px 15px;
}

#website {
    display: none;
}

.row {
    padding-left: 0px;
    padding-right: 0px;
}

/** Estilos **/

.bs-callout {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 6px solid #eee;
    border-radius: 5px;
}

.bs-callout h4 {
    margin-top: 0;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code,
.bs-callout .highlight {
    background-color: #fff;
}

/* Themes for different contexts */
.bs-callout-error {
    background-color: #fff;
    border-color: #FA7F6F;
    color: #CE3221;
}

.bs-callout-ok {
    background-color: #fff;
    border-color: #56AD18;
    color: #2F9320;
}

.bs-callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.bs-callout-info {
    background-color: #fff;
    border-color: #d0e3f0;
}


/** Cajas modales **/

.modal-header {
    background-color: #00A8E3;
    color: #fff;
    font-family: 'Raleway';
}

.modal-header .close {
    font-size: 40px;
    margin-top: -10px;
}

.modal-body {
    padding: 30px;
}

.modal-body ul {
    margin-top: 20px;
    margin-left: 20px;
}

.modal-content {
    border-radius: 0 !important;
}


.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/***************************************************/
/*                   ESTRUCTURA                    */
/***************************************************/

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Georgia', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #555;
    background-color: #fff;
    background-image: url(../img/headline.gif);
    background-repeat: repeat-x;
    overflow-x: hidden;
    text-align: left;
}

#web {
    width: 100%;
    padding-top: 24px;
    background: url(../img/headline.gif) repeat-x;
    background-color: white;
}

#pagina {
    width: 100%;
}

#main {
    position: relative;
    margin: 0 auto 250px auto;
    z-index: 20;
}


/***************************************************/
/*                   HEADERS                       */
/***************************************************/

h1 {
    font-family: "Raleway";
    font-size: 18px;
    color: #1b325f;
    font-weight: normal;
    margin: 0;
}

h2 {
    font-family: "Raleway";
    font-size: 16px;
    color: #1b325f;
    font-weight: normal;
    margin: 0;
}

h3 {
    font-family: "Raleway";
    font-size: 14px;
    color: #2c2c2c;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0;
}

h1.categorias {
    font-family: "Raleway";
    font-size: 24px;
    color: #1b325f;
    font-weight: normal;
    margin: 0;
    text-align: left;
}

@media (min-width: 764px) and (max-width: 1200px) {
    h1.categorias {
        font-size: 20px;
    }
}

@media (max-width: 764px) {
    h1.categorias {
        font-size: 18px;
    }
}


/***************************************************/
/*                   LINKS                         */
/***************************************************/

a.link_blue {
    font-size: 13px;
    color: #00a8e3;
    font-family: "Georgia";
    text-decoration: underline;
}

a.small_link_blue {
    font-size: 12px;
    color: #00a8e3;
    font-family: "Raleway";
}

span.small_link_blue {
    font-size: 12px;
    color: #00a8e3;
    font-family: "Raleway";
}

a.small_link_gray {
    font-size: 12px;
    color: #666;
    font-family: "Raleway";
}

a.small_link_red {
    font-size: 12px;
    color: #ef4504;
    font-family: "Raleway";
}

a.menu_link {
    font-family: "Raleway";
    font-size: 13px;
    color: #00a8e3;
}

a.blueBtn {
    display: block;
    float: left;
    padding: 3px 15px;
    background: #00a8e3;
    color: white;
    font-size: 14px;
    font-family: "Raleway";
    font-weight: bold;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

a.blueBtn:hover {
    text-decoration: none;
    background: #075a8c;
    font-family: 'Raleway';
}

a.redBtn {
    display: block;
    float: left;
    padding: 5px 10px;
    background: #ef4504;
    color: white;
    font-size: 12px;
    font-family: "Raleway";
    font-weight: bold;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a.redBtn:hover {
    text-decoration: none;
    background: #de4003;
    font-family: 'Raleway';
}

input.redBtn {
    display: block;
    float: left;
    padding: 5px 15px;
    background: #ef4504;
    color: white;
    font-size: 12px;
    font-family: "Raleway";
    font-weight: bold;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

input.redBtn:hover {
    text-decoration: none;
    background: #de4003;
    font-family: 'Raleway';
}

a.grayBtn {
    display: block;
    float: left;
    padding: 5px 10px;
    background: #bbb;
    color: white;
    font-size: 12px;
    font-family: "Raleway";
    font-weight: bold;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

a.grayBtn:hover {
    text-decoration: none;
    background: #aaa;
    font-family: 'Raleway';
}

a.smallBlueBtn {
    display: block;
    padding: 5px 10px;
    background: #00a8e3;
    color: white;
    font-size: 12px;
    font-family: "Raleway";
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

a.smallBlueBtn:hover {
    text-decoration: none;
    background: #075a8c;
    font-family: 'Raleway';
}

span.ya_me_gusta {
    display: block;
    float: right;
    padding: 5px 15px;
    background: #ef4504;
    color: white;
    font-size: 13px;
    font-family: "Raleway";
    font-weight: bold;
    border-radius: 3px;
}

a.gris_anchoBtn {
    display: block;
    float: left;
    padding: 6px 10px;
    background: #989898;
    color: white;
    font-size: 13px;
    font-family: "Raleway";
    font-weight: normal;
    border-radius: 3px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

a.gris_anchoBtn:hover {
    text-decoration: none;
    background: #aaa;
    font-family: 'Raleway';
}


@media (max-width: 768px) {
    .blueBtn {
        font-size: 13px !important;
        padding: 5px 10px !important;
    }

    .redBtn {
        font-size: 13px !important;
        padding: 5px 10px !important;
    }

    .grayBtn {
        font-size: 13px !important;
        padding: 5px 10px !important;
    }

    .smallBlueBtn {
        font-size: 13px !important;
        padding: 5px 10px !important;
    }
}


/***************************************************/
/*                   TEXTOS                        */
/***************************************************/

.small_gray {
    font-size: 12px;
    color: #999;
    font-family: 'Georgia', Arial, Helvetica, sans-serif;
}

.mensaje_registro {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: #EAF2F5;
    padding: 15px;
    border-radius: 4px;
}

.mensaje_bloqueo_comentarios {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
    background: #EAF2F5;
    padding: 15px;
    border-radius: 4px;
    color: #900;
}

/***************************************************/
/*                   BANNERS                       */
/***************************************************/

.banner {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

#pagina > .banner {
    margin-top: 12px;
}

#app-banner{
    display: none;
}


/*---------------------------------------------------
	Menu movil
----------------------------------------------------*/

#barra_menu_movil {
    background: transparent;
    height: 50px;
    /*width:50%;*/
    width: 50px;
    position: fixed;
    top: 20px;
    z-index: 100;
}

#barra_menu_movil a {
    display: block;
    font-size: 24px;
    padding: 10px 0 0 10px;
    color: #00A8E3;
    cursor: pointer;
}

#mm-blocker {
    cursor: w-resize !important;
}

#barra_menu_movil a span.glyphicon {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #00A8E3;
}

nav#menu_movil {
    font-family: "Georgia";
}

nav#menu_movil .mm-listview a {
    color: #00A8E3;
}

nav#menu_movil .mm-listview span, nav#menu_movil a.mm-title {
    color: #00A8E3;
    font-family: "Raleway";
    color: #1B325F;
}

nav#menu_movil a.mm-title {
    font-size: 14px;
}

nav#menu_movil .mm-listview span:hover, nav#menu_movil .mm-listview a:hover {
    color: #1B325F;
}

nav#menu_movil .mm-footer {
    background-color: #fff;
    height: 70px !important;
}

nav#menu_movil .mm-footer .version_clasica {
    font-size: 16px;
    margin-bottom: 8px;
}

nav#menu_movil .mm-footer a div {
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url(../img/images_pampling.png) no-repeat;
}

nav#menu_movil .mm-footer a .img_facebook {
    background-position: 0 -234px;
}

nav#menu_movil .mm-footer a .img_twitter {
    background-position: -66px -234px;
}

nav#menu_movil .mm-footer a .img_rss {
    background-position: -88px -234px;
}

nav#menu_movil .mm-footer a .img_googleplus {
    background-position: -22px -234px;
}

nav#menu_movil .mm-footer a .img_instagram {
    background-position: -44px -234px;
}


nav#menu_movil li.login {
    background: #ef4504;
}

nav#menu_movil li.login a {
    color: #fff;
}

nav#menu_movil li.login span {
    color: #fff !important;
}

nav#menu_movil li.login a:hover {
    color: #fff;
}

nav#menu_movil li img.bandera {
    width: 22px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    border-radius: 20px;
}


/*---------------------------------------------------------
	Cabecera
---------------------------------------------------------*/

#cabecera {
    position: relative;
    margin-top: 26px;
    z-index: 50;
}

#cabecera h2 {
    text-indent: -9999px;
}

#capa_menu {
    margin-top: 10px;
}

/* Links */

#links_cabecera {
    margin-top: 20px;
    float: right;
}

#links_cabecera ul {
    list-style: none;
}

#links_cabecera li {
    float: left;
    display: block;
    height: 20px;
    padding: 0 5px;
}

#links_cabecera li a.small_link_gray:after {
    content: '|';
    color: #ddd;
    margin-left: 10px;
}

#links_cabecera li:last-child a.small_link_gray:after {
    content: none;
}

#links_cabecera li a.small_link_gray {
    display: block;
    padding-top: 3px;
}

#links_cabecera select {
    background: #bbb;
    padding: 3px 5px;
    color: white;
    font-size: 11px;
    font-weight: bold;
    border: none;
}

#links_cabecera li a div {
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url(../img/images_pampling.png) no-repeat;
    filter: alpha(opacity=75);
    opacity: .75;
}

#links_cabecera li a:hover div {
    filter: alpha(opacity=100);
    opacity: 1;
}

#links_cabecera li .img_facebook {
    background-position: 0 -234px;
}

#links_cabecera li .img_twitter {
    background-position: -66px -234px;
}

#links_cabecera li .img_rss {
    background-position: -88px -234px;
}

#links_cabecera li .img_googleplus {
    background-position: -22px -234px;
}

#links_cabecera li .img_instagram {
    background-position: -44px -234px;
}


/* Cesta */

#cesta_cabecera {
    position: relative;
    right: -15px;
    float: right;
    width: 107px;
    height: 53px;
    background: url(../img/images_pampling.png) no-repeat;
    background-position: 0 -61px;
    line-height: 1em;
}

#cesta_cabecera #items_cesta {
    position: absolute;
    top: 17px;
    left: 5px;
    width: 40px;
    font-size: 10px;
    color: #666;
    text-align: center;
    font-family: Arial, 'Helvetica';
}

#cesta_cabecera #items_cesta span {
    font-size: 20px;
    color: #00a8e3;
}

#cesta_cabecera #link_cesta {
    position: absolute;
    top: 16px;
    right: 5px;
    width: 40px;
    font-weight: bold;
    font-family: Arial, 'Helvetica';
    text-align: left;
}

#cesta_cabecera #link_cesta a {
    color: white;
    font-size: 11px;
}

a#cesta_cabecera_movil {
    position: fixed;
    top: 35px;
    right: 20px;
    background: url(../img/images_pampling.png) no-repeat;
    background-position: -107px -61px;
    width: 34px;
    height: 33px;
    z-index: 100;
    display: block;
    cursor: pointer;
}

a#cesta_cabecera_movil:hover {
    text-decoration: none;
}

a#cesta_cabecera_movil > span {
    display: block;
    color: #00A8E3;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding-top: 8px;
}


/* Menu */

#menu_cabecera {
    height: 58px;
}

#menu_cabecera ul {
    padding-left: 0;
}

#menu_cabecera > ul {
    list-style: none;
}

#menu_cabecera > ul > li {
    position: absolute;
    cursor: pointer;
    z-index: 1;
}

#menu_cabecera > ul > li.mTienda {
    left: 0px;
    width: 162px;
    height: 58px;
    background: url(../img/mComunidad.png) no-repeat;
}

#menu_cabecera > ul > li.mTienda:hover {
    width: 183px;
    height: auto;
    background: url(../img/mComunidadOver.png) no-repeat;
}

#menu_cabecera > ul > li.mConcursos {
    left: 328px;
    width: 162px;
    height: 58px;
    background: url(../img/mComunidad.png) no-repeat;
}

#menu_cabecera > ul > li.mConcursos:hover {
    width: 183px;
    height: auto;
    background: url(../img/mComunidadOver.png) no-repeat;
}

#menu_cabecera > ul > li.mComunidad {
    left: 492px;
    width: 162px;
    height: 58px;
    background: url(../img/mComunidad.png) no-repeat;
}

#menu_cabecera > ul > li.mComunidad:hover {
    width: 183px;
    height: auto;
    background: url(../img/mComunidadOver.png) no-repeat;
}

#menu_cabecera > ul > li.mBlog {
    left: 438px;
    width: 81px;
    height: 58px;
    background: url(../img/mBlog.png) no-repeat;
}

#menu_cabecera > ul > li.mOfertas {
    left: 164px;
    width: 162px;
    height: 58px;
    background: url(../img/mOfertas.png) no-repeat;
}


#menu_cabecera > ul > li .seccion {
    margin: 10px;
    font-family: "Raleway";
    font-size: 17px;
    color: #1b325f;
    font-weight: 600; /*text-shadow:2px 2px white;*/
}

#menu_cabecera > ul > li .seccion > a {
    color: #1b325f;
}

#menu_cabecera > ul > li .seccion-oferta {
    margin: 10px;
    font-family: "Raleway";
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    margin-left: 15px;
    margin-top: 10px;
}

#menu_cabecera > ul > li .seccion-oferta > a {
    color: #ffffff;
}

#menu_cabecera > ul > li .links_menu {
    display: none;
    margin-top: 20px;
    padding: 0 10px 10px 10px;
    width: 183px;
    border: solid 1px #d3e3e9;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: white;
    box-shadow: 0 3px 3px #ccc;
}

#menu_cabecera > ul > li:hover {
    z-index: 99;
}

#menu_cabecera > ul > li:hover .links_menu {
    display: block;
}

#menu_cabecera > ul > li .links_menu ul {
    list-style: url(../img/selector_menu.png);
    list-style-position: inside;
    text-align: left;
}

#menu_cabecera > ul > li .links_menu li {
    padding: 4px 0;
    border-bottom: dotted 1px #e4e4e4;
}

#menu_cabecera > ul > li .links_menu li:last-child {
    border-bottom: none;
}

/* Login */

#login_cabecera {
    position: absolute;
    top: 10px;
    right: 0px;
    overflow: hidden;
    line-height: 0;
    z-index: 9;
}

#login_cabecera .login_cabecera_header {
    background: url(../img/images_pampling.png) no-repeat;
    background-position: 0 -280px;
    width: 233px;
    height: 4px;
}

#login_cabecera .login_cabecera_footer {
    background: url(../img/images_pampling.png) no-repeat;
    background-position: 0 -255px;
    width: 233px;
    height: 22px;
}

#login_cabecera img {
    vertical-align: top;
}

#login_cabecera .body {
    padding: 5px 0 0 10px;
    overflow: hidden;
    background: url(../img/login_cabecera_body.png) repeat-y;
    line-height: 1.2em;
    transition: all .5s;
}

#login_cabecera .btn_registro {
    margin-right: 10px;
}

#login_cabecera.desplegado .body {
    max-height: 300px;
    height: auto;
}

#login_cabecera .btn_login_cab {
    width: 46%;
    text-align: center;
}

#login_cabecera a.link_sesion {
    display: block;
    float: left;
    margin-right: 2px;
    width: 97px;
    height: 16px;
    padding-top: 5px;
    padding-left: 10px; /*background:url(../img/btn_login.png);*/
    color: white;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial, 'Helvetica', serif;
}

#login_cabecera .error_login {
    color: #E44203;
    line-height: 1.3em;
    padding: 5px 0;
    max-width: 190px;
}

#login_cabecera_logueado {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 243px;
    height: 58px;
    padding: 10px 0 0 20px;
    background: url(../img/login_cabecera.png) no-repeat;
    overflow: hidden;
}

#login_cabecera_logueado .login_info {
    overflow: hidden;
}

#login_cabecera_logueado .login_info .avatar {
    float: left;
    width: 31px;
    height: 31px;
    margin-right: 15px;
}

#login_cabecera_logueado .login_info .avatar img {
    width: 31px;
    height: 31px;
}

#login_cabecera_logueado .login_info .usuario {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

#login_cabecera_logueado .login_info .usuario div {
    margin-bottom: 3px;
    font-family: Arial, 'Helvetica', serif;
}

#login_cabecera_logueado .login_info .usuario a {
    font-weight: normal;
}

#login_cabecera_logueado .login_info .usuario a:last-child:before {
    content: "|";
    color: #999;
    padding: 5px;
}

#login_cabecera .formulario_login {
    display: none;
    margin: 36px 20px 0 0px;
    padding: 10px 0 0 0;
}

#login_cabecera.desplegado .formulario_login {
    display: block;
}

#login_cabecera.desplegado .formulario_login .linea.login_fb {
    margin-bottom: 12px;
    text-align: center;
}

#login_cabecera .formulario_login .linea {
    overflow: hidden;
    margin-bottom: 1px;
}

#login_cabecera .formulario_login .linea .nombre_campo {
    float: left;
    width: 60px;
    padding-top: 4px;
    font-size: 12px;
    font-weight: bold;
    color: #1b325f;
    text-align: right;
    margin-right: 10px;
    font-family: Arial, 'Helvetica', serif;
}

#login_cabecera .formulario_login .linea .valor_campo {
    float: right;
    width: 110px;
}

#login_cabecera .formulario_login .linea label {
    font-size: 11px;
}

#login_cabecera .formulario_login .linea_registro {
    overflow: hidden;
}

#login_cabecera .formulario_login .linea_registro {
    padding-top: 5px;
    line-height: 1.4em;
}

#login_cabecera .formulario_login .linea_registro a {
    display: block;
    text-decoration: none;
    font-size: 12px;
}

#login_cabecera .formulario_login .linea_registro a:hover {
    text-decoration: underline;
}

#login_cabecera .formulario_login .linea_botonera {
    margin-top: 8px;
}

#login_cabecera .formulario_login .linea .valor_campo .input_error {
    background: #FCB3B3;
}


/*-----------------------------------------------
	ADDTHIS
-------------------------------------------------*/

.addthis_googleplus, .addthis_facebook, .addthis_twitter, .addthis_mas {
    background: url(../img/images_pampling.png) no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
}

.addthis_googleplus {
    background-position: -64px -202px;
}

.addthis_facebook {
    background-position: -32px -202px;
}

.addthis_twitter {
    background-position: 0 -202px;
}

.addthis_mas {
    background-position: -96px -202px;
}


/*--------------------------------------------------
	REDISEŅO
--------------------------------------------------*/
.modelo_camiseta h3 {
    font-family: "Raleway";
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 5px;
}


/*--------------------------------------------------
	Pie
--------------------------------------------------*/

#imagen_pie {
    background-image: url(../img/foot_image.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% bottom;
    height: 640px;
    position: absolute;
    bottom: 440px;
    width: 100%;
    z-index: -1;
}


#pie {
    margin-top: 240px;
    background: url(../img/foot_grid.png) repeat;
}

#head_foot {
    width: 100%;
    height: 14px;
    background: url(../img/head_foot_grid.png) repeat-x;
    z-index: 5;
}

#image_foot {
    position: absolute;
    bottom: 370px;
    width: 100%;
    height: 518px;
    z-index: 1;
    background: url(../img/foot_image.gif) no-repeat center;
}

#contenido_pie {
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
    padding-top: 20px;
}

#contenido_pie ul {
    list-style: none;
    margin-top: 10px;
    line-height: 18px;
    padding-left: 0px;
}

#contenido_pie .pTienda {
}

#contenido_pie .pConcursos {
}

#contenido_pie .pBlog {
}

#contenido_pie .pComunidad {
}

#contenido_pie .pUnete {
}

#contenido_pie .pPampling {
}

#contenido_pie .pNewsletter {
}

#contenido_pie .pUnete span {
    font-size: 10px;
    color: #666;
    line-height: 14px;
}

#contenido_pie .pUnete a.redBtn {
    margin-top: 10px;
}

#contenido_pie .pFacebook {
    padding-top: 30px;
}


#contenido_pie .pNewsletter h2 {
    text-transform: uppercase;
}

#contenido_pie .pNewsletter .cuerpo {
    margin-top: 5px;
}

#contenido_pie .pNewsletter .cuerpo p {
    line-height: 1.3em;
}

#contenido_pie .pNewsletter .cuerpo form {
    margin-top: 5px;
}

#contenido_pie .pNewsletter .cuerpo form input[name="email"] {
    padding: 3px;
    vertical-align: middle;
}

#contenido_pie .pNewsletter .cuerpo form input#email_suscripcion_newsletter {
    width: 85%;
}

#contenido_pie .pNewsletter .cuerpo form input#btn_suscripcion_newsletter {
    width: 10%;
    height: 25px;
}

#contenido_pie .pRedesSociales {
    margin-top: 20px;
    padding: 10px 10px 0 10px;
    background: #eaf2f5;
    overflow: hidden;
    text-align: center;
}

#contenido_pie .pRedesSociales .item {
    display: inline-block;
}

#contenido_pie .pRedesSociales a {
    display: block;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
    color: #00a8e3;
}

#contenido_pie .pRedesSociales .item div {
    background: url(../img/images_pampling.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 21px;
    float: left;
    margin-right: 5px;
}

#contenido_pie .pRedesSociales .item .pie_facebook {
    background-position: 0 -234px;
}

#contenido_pie .pRedesSociales .item .pie_twitter {
    background-position: -66px -234px;
}

#contenido_pie .pRedesSociales .item .pie_googleplus {
    background-position: -22px -234px;
}

#contenido_pie .pRedesSociales .item .pie_instagram {
    background-position: -44px -234px;
}

#contenido_pie .pRedesSociales .item .pie_rss {
    background-position: -88px -234px;
}


footer .pBottom {
    color: #666;
    font-size: 12px;
    padding: 30px 10px 20px 10px;
    text-align: center;
    background-image: url(../img/pie_foot_grid.png);
    background-repeat: repeat-x;
    background-color: #bababa;
}

footer .pBottom a {
    color: #222;
}


/***************************************************/
/*                   APROBACION                    */
/***************************************************/

div#mensaje_aprobacion {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #00A8E3;
    color: #fff;
    z-index: 9999;
    font-weight: bold;
    transition: all .3s ease;
    /*line-height: 1.3em;*/
    box-shadow: -4px -4px 4px rgba(0, 0, 0, .2);
}

div#mensaje_aprobacion .texto {
    padding: 10px 20px;
    font-size: 13px;
    font-weight: normal;
    text-align: justify;
}

/* 17/08/15 Javier Ramirez Ticket [#VF/GN-1045868086] */
div#capa_aprobacion_cookies {
    padding-left: 10px;
    float: right;
    font-size: 11px;
}

div#capa_aprobacion_cookies span {
    font-size: 18px;
}

div#mensaje_aprobacion button#btn_aprobacion_cookies {
    cursor: pointer;
    font-weight: bold;
    background-color: inherit;
    border: 0;
    font-size: 16px;
}

div#mensaje_aprobacion button#btn_aprobacion_cookies:hover {
    background-color: #2BB6E7;
}

div#mensaje_aprobacion a#btn_mas_informacion_cookies {
    cursor: pointer;
    font-weight: bold;
    color: inherit;
}

/*
div#mensaje_aprobacion input#btn_aprobacion_cookies { float:left; background:#3B5998; border: none; padding: 4px 10px; color:#fff; border-radius:4px; cursor:pointer; font-size:11px; font-weight:bold; }
div#mensaje_aprobacion input#btn_aprobacion_cookies:hover {background-color:#203B72; color: #fff;}

div#mensaje_aprobacion a#btn_mas_informacion_cookies { float:left; margin:0 5px 20px 20px; background:#DE4003; border: none; padding: 4px 10px; color: #fff; border-radius:4px; cursor:pointer; font-size:11px; font-weight:bold; }
div#mensaje_aprobacion a#btn_mas_informacion_cookies:hover {background-color:#C43A07; color: #fff; text-decoration: none; }
*/

div#mensaje_aprobacion input#btn_cerrar_informacion_cookies {
    margin: 10px 0 0 0;
    background: #DE4003;
    border: none;
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

div#mensaje_aprobacion input#btn_cerrar_informacion_cookies:hover {
    background-color: #C43A07;
    color: #fff;
}

div#mensaje_aprobacion .texto_completo {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
}

div#mensaje_aprobacion .texto_completo a {
    color: #fef0b7;
}

div#mensaje_aprobacion.mas_info {
    height: auto;
}

div#mensaje_aprobacion.mas_info .texto_completo {
    position: relative;
    margin-top: 10px;
    padding: 20px;
    margin: 0px 20px 20px 20px;
    height: 150px;
    height: auto;
    background: rgba(255, 255, 255, .1);
    overflow-y: scroll;
    border-radius: 4px;
    line-height: 1.3em;
    font-weight: normal;
}


div#mensaje_aprobacion.escondido {
    height: 0px;
}

/* Cambio de idioma */

div#mensaje_idioma {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #00A8E3;
    color: #fff;
    z-index: 9999;
    font-weight: bold;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    line-height: 1.3em;
    border-radius: 8px 0 0 0;
    box-shadow: -4px -4px 4px rgba(0, 0, 0, .2);
}

div#mensaje_idioma .texto {
    padding: 20px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3em;
}

div#mensaje_idioma input#btn_aprobacion_cambio_idioma {
    margin: 0 20px 20px;
    float: left;
    background: #3B5998;
    border: none;
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}

div#mensaje_idioma input#btn_aprobacion_cambio_idioma:hover {
    background-color: #203B72;
    color: #fff;
}

div#mensaje_idioma input#btn_denegacion_cambio_idioma {
    margin: 0 20px 20px;
    float: left;
    background: #3B5998;
    border: none;
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
}

div#mensaje_idioma input#btn_denegacion_cambio_idioma:hover {
    background-color: #203B72;
    color: #fff;
}

div#mensaje_idioma .texto_completo {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
}

div#mensaje_idioma .texto_completo a {
    color: #fef0b7;
}

div#mensaje_idioma.escondido {
    height: 0px;
}

.sldsnk_track {
    position: fixed;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    z-index: 9999;
}

.sldsnk_track.ini {
    bottom: -300px;
}

.sldsnk_track.med {
    bottom: -20px;
}

.sldsnk_track.fin {
    bottom: -300px;
}

/***************************************************/
/*                   PAGINACION                    */
/***************************************************/

.paginacion {
    background: #f5f5f5;
    margin-top: 20px;
    padding: 8px;
    overflow: hidden;
}

.paginacion .botonera_izq {
    float: left;
    width: 30%;
}

.paginacion .botonera_dch {
    float: right;
    width: 30%;
}

.paginacion .links {
    float: left;
    margin-top: 3px;
    text-align: center;
    width: 40%;
}

.paginacion .botonera_dch a {
    float: right;
}

.paginacion a {
    margin: 0 2px;
}

.paginacion span.actual {
    font-size: 16px;
    color: #000;
    padding: 0 5px;
}

.paginacion .links a {
    padding: 0 5px;
    color: #999;
    font-size: 16px;
}

.paginacion .links a.actual {
    color: black;
}

@media (max-width: 768px) {
    .paginacion .botonera_izq a,
    .paginacion .botonera_dch a {
        padding: 5px 8px;
    }
}


/***************************************************/
/*		BLOQUEADOR 			*/
/***************************************************/

.bloqueador_contenido {
    display: none;
    background-color: #04131F;
    opacity: 0.8;
    filter: alpha(opacity=80);
    z-index: 55000;
    position: fixed;
    top: 0px;
    left: 0px;
}

.capa_interfaz_contenido {
    display: none;
    background: transparent;
    z-index: 55100;
    position: fixed;
    top: 0px;
    left: 0px;
}

.capa_interfaz_contenido .capa_contenido {
    position: relative;
    background: black;
    padding: 2px;
    text-align: center;
    margin: 10px auto;
}

.capa_interfaz_contenido .capa_contenido .siguiente {
    position: absolute;
    top: 46%;
    right: 10px;
    width: 39px;
    height: 39px;
    background: url(../img/arrow_right.png) no-repeat;
    cursor: pointer;
    filter: alpha(opacity=85);
    opacity: .85;
}

.capa_interfaz_contenido .capa_contenido div.siguiente:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.capa_interfaz_contenido .capa_contenido .anterior {
    position: absolute;
    top: 46%;
    left: 10px;
    width: 39px;
    height: 39px;
    background: url(../img/arrow_left.png) no-repeat;
    cursor: pointer;
    filter: alpha(opacity=85);
    opacity: .85;
}

.capa_interfaz_contenido .capa_contenido div.anterior:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.capa_interfaz_contenido .cerrar {
    height: 47px;
    width: 47px;
    position: absolute;
    right: -23px;
    top: -23px;
    cursor: pointer;
    font-weight: bold;
    font-size: 48px;
    line-height: 50px;
    display: block;
    background: #000;
    border-radius: 50%;
    color: #fff;
    font-family: Arial, Helvetica;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.capa_interfaz_contenido .cerrar:hover {
    top: -27px;
}

.capa_interfaz_contenido .titulo {
    background: #000;
    color: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    padding: 10px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
    display: block;
    width: 20%;
}

.capa_interfaz_contenido img.imagen {
    max-height: 700px;
}

.barra_busqueda {
    padding: 5px;
    font-size: 18px;
    color: #535353;
    font-family: Arial, Helvetica, sans-serif;
    size: auto;
    align-content: center;
    margin-top: 15px;
}


/*--------------------------------------------------
	DOOFINDER
----------------------------------------------------*/
.df-classic .doofinderLogo {
    display: none !important;
}


ul.banderita_movil {
    padding: 0px;
    text-align: center;
    margin-bottom: 5px;
}

ul.banderita_movil li {
    display: inline;
    margin: 2px 5px;
}

ul.banderita_movil li img.active {
    border: solid 2px #00a8e3;
    /* opacity: 0.5;
  filter: alpha(opacity=50); */
}


/* ESTILO PARA MODALES DE LOS POPUP */

#modal-popup .modal-content button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 5px;
    top: -32px;
    opacity: .8;
    filter: alpha(opacity=20);
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    font-family: 'Arial';
}

#modal-popup .modal-dialog .modal-content .modal-body {
    padding: 0px;
}

#modal-popup .modal-dialog .modal-content .contenido {
    padding: 20px;
}


/*---------------------------------------------------
	MEDIDAS
-----------------------------------------------------*/

.padding_0 {
    padding: 0px;
}

.padding_1 {
    padding: 1px;
}

.padding_5 {
    padding: 5px;
}

.pt_10 {
    padding-top: 10px;
}

.pb_10 {
    padding-bottom: 10px;
}

.pl_0 {
    padding-left: 0px;
}

.margin_0 {
    margin: 0px;
}

.mt_10 {
    margin-top: 10px;
}

.mt_20 {
    margin-top: 20px;
}

.mb_20 {
    margin-bottom: 20px;
}

.subrayado {
    text-decoration: underline;
}


/***************************************************/
/*                  MENSAJE AVISO ADMINISTRADO     */
/***************************************************/

div#mensaje_aviso {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #00A8E3;
    color: #fff;
    z-index: 99;
    font-weight: bold;
    transition: all .3s ease;
    /*line-height: 1.3em;*/
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    display: none;
}

div#mensaje_aviso .texto {
    padding: 7px 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    font-family: Arial, 'Helvetica';
}

/* 17/08/15 Javier Ramirez Ticket [#VF/GN-1045868086] */
div#mensaje_aviso #capa_aprobacion_aviso {
    padding-left: 10px;
    float: right;
    font-size: 11px;
}

div#mensaje_aviso #capa_aprobacion_aviso span {
    font-size: 18px;
    z-index: 999;
    color: #ffffff;
    top: 7px;
    right: 5px;
}

div#mensaje_aviso button#btn_cerrar_aviso {
    cursor: pointer;
    font-weight: bold;
    background-color: inherit;
    border: 0;
    font-size: 16px;
}

div#mensaje_aviso button#btn_cerrar_aviso:hover {
    background-color: none;
}

div#mensaje_aviso .texto_completo {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    position: relative;
}

div#mensaje_aviso .texto_completo a {
    color: #fef0b7;
}


div#mensaje_aviso.escondido {
    height: 0px;
}


#link_whatsapp {
    position: fixed;
    bottom: 8px;
    right: 4px;
    display: block;
    text-align: center;
    z-index: 999;
    width: 60px;
}


#link_whatsapp:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* ANIMACION IZQUIERDA DERECHA  */

@-webkit-keyframes swing {
    15% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    30% {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes swing {
    15% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50% {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}


/* ESTILOS PARA PAGINAS SIMPLES DE PAGO RAPIDO */

#pago_rapido h2 {
    font-size: 24px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

#pago_rapido input {
    opacity: 0;
    position: absolute;
}

#pago_rapido .forma_pago {
    text-align: center;
}


/*------------------------------------ diseņo del contador de la columna derecha ------------------------------------------*/


#mod_lateral_camisetas .titulo_xp {
    font-family: "Raleway";
    font-size: 22px;
    color: #1B325F;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
    line-height: 1em;
}

/** Capa tiempo **/

#mod_lateral_camisetas .titulo_xp .subtitulo_xp {
    color: #00A8E3;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#mod_lateral_camisetas #capa_tiempo {
    background-color: #00a8e3;
    border-radius: 10px;
    color: #fff;
    font-family: "Raleway";
    display: inline-block;
    margin-top: 0;
    padding: 4px 15px 8px 55px;
    position: relative;
    font-weight: 700;
    min-width: 95%;
    margin-left: 15px;
}

#mod_lateral_camisetas #capa_tiempo .tiempo_restante {
    font-size: 12px;
}

#mod_lateral_camisetas #capa_tiempo .tiempo_restante span[id^=contador] {
    font-size: 23px;
}

#mod_lateral_camisetas #capa_tiempo .ico_reloj {
    position: absolute;
    top: -25px;
    left: -24px;
}

/** Precio **/

#mod_lateral_camisetas .precio {
    margin-top: 10px;
    margin-left: 15px;
    position: relative;
    background-color: #00a8e3;
    border: solid 5px #ffffff;
    z-index: 15;
    width: 105px;
    margin: auto;
    border-radius: 10px;
    margin-top: -20px;
    font-family: 'Raleway';
}

#mod_lateral_camisetas .precio .precio-euros {
    position: relative;
    top: 0px;
    right: 0;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-top: -5px;
    letter-spacing: -3px;
}

#mod_lateral_camisetas .precio .precio-euros span {
    font-size: 22px;
    margin-left: 2px;
}

#mod_lateral_camisetas #btn-info {
    position: absolute;
    left: 50%;
    top: 185px;
    background-color: #00A8E3;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 8px;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    z-index: 20;
}

.blueBtn_100 {
    display: block;
    padding: 3px 15px;
    background: #00a8e3;
    color: white;
    font-size: 16px;
    font-family: "Arial";
    font-weight: bold;
    border-radius: 3px;
    text-align: center;
}

.blueBtn_100:hover {
    text-decoration: underline;
    color: #ffffff;
}


/*----------------------------------------------------------- estilo para check --------------------------------------------------------------------------------------------------------*/
/* Customize the label (the container) */
.checkstyle {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkstyle span.texto {
    font-size: 13px;
}

/* Hide the browser's default checkbox */
.checkstyle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkstyle .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #777777;
}

/* On mouse-over, add a grey background color */
.checkstyle:hover input ~ .checkmark {
    background-color: #ccc;
    border: 1px solid #777777;
}

/* When the checkbox is checked, add a blue background */
.checkstyle input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkstyle .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkstyle input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkstyle .checkmark:after {
    left: 7px;
    top: 1px;
    width: 10px;
    height: 16px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-----------------------------------------------------------------------------------------------------------------------------------------*/


a#link_subir {
    position: fixed;
    bottom: 68px;
    right: 14px;
    background-color: #00A8E3;
    color: #fff;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 999;
}

a#link_subir:hover {
    background-color: #066396;
}


.logo_cumple {
    position: relative;
    top: -50px;
    left: 60px;
}

.forzar_altura_logo {
    height: 100px;
}

@media (max-width: 991px) {
    .logo_cumple {
        position: relative;
        top: 0px;
        left: 0px;
    }

    .forzar_altura_logo {
        height: auto;
    }
}


/*---------------------------------------------------
	MEDIA QUERIES
-----------------------------------------------------*/


/* ESTILOS PARA DIFERENTES TAMAŅO EN EL MENU  */

@media (min-width: 764px) and (max-width: 994px) {

    #menu_cabecera > ul > li.mTienda {
        left: 10px;
        width: 152px;
        height: 58px;
        background: url(../img/mComunidad_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mTienda:hover {
        width: 183px;
        height: auto;
        background: url(../img/mComunidadOver_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mConcursos {
        left: 380px;
        width: 152px;
        height: 58px;
        background: url(../img/mComunidad_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mConcursos:hover {
        width: 183px;
        height: auto;
        background: url(../img/mComunidadOver_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mComunidad {
        left: 565px;
        width: 152px;
        height: 58px;
        background: url(../img/mComunidad_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mComunidad:hover {
        width: 565px;
        height: auto;
        background: url(../img/mComunidadOver_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mOfertas {
        left: 195px;
        width: 152px;
        height: 58px;
        background: url(../img/mOfertas_md.png) no-repeat;
    }


    #login_cabecera_logueado {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 212px;
        height: 56px;
        background: url(../img/login_cabecera_md.png) no-repeat;
        overflow: hidden;
    }

    #menu_cabecera > ul > li .seccion {
        font-size: 15px;
    }

    #login_cabecera .body {
        padding: 5px 0 0 10px;
        overflow: hidden;
        background: none;
    }

    #login_cabecera .login_cabecera_header {
        background-position: 0 -915px;
        width: 210px;
    }

    #login_cabecera .login_cabecera_footer {
        background-position: 0 -993px;
        width: 210px;
    }

    #login_cabecera .login_cabecera_header_fondo {
        background-position: 0 -315px;
        width: 210px;
    }

    #login_cabecera .login_cabecera_footer_fondo {
        background-position: 0 -293px;
        width: 210px;
    }

    #login_cabecera .body_fondo {
        padding: 5px 0 0 10px;
        overflow: hidden;
        background: url(../img/login_cabecera_body_md.png) repeat-y;
    }


    .sm_oculto {
        display: none !important;
    }

    .md_oculto {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {

    #menu_cabecera > ul > li.mTienda {
        right: 462px;
        width: 152px;
        left: auto;
        background: url(../img/mComunidad_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mTienda:hover {
        right: 431px;
        width: 183px;
        height: auto;
        background: url(../img/mComunidadOver_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mConcursos {
        right: 154px;
        width: 152px;
        left: auto;
        background: url(../img/mComunidad_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mConcursos:hover {
        right: 123px;
        width: 183px;
        height: auto;
        background: url(../img/mComunidadOver_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mComunidad {
        right: 0px;
        width: 152px;
        left: auto;
        background: url(../img/mComunidad_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mComunidad:hover {
        right: -31px;
        width: 183px;
        height: auto;
        background: url(../img/mComunidadOver_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mOfertas {
        right: 308px;
        width: 152px;
        left: auto;
        background: url(../img/mOfertas_md.png) no-repeat;
    }

    #login_cabecera_logueado {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 212px;
        height: 56px;
        background: url(../img/login_cabecera_md.png) no-repeat;
        overflow: hidden;
    }

    #menu_cabecera > ul > li .seccion {
        font-size: 15px;
    }

    #login_cabecera .body {
        padding: 5px 0 0 10px;
        overflow: hidden;
        background: none;
    }

    #login_cabecera .login_cabecera_header {
        background-position: 0 -915px;
        width: 210px;
    }

    #login_cabecera .login_cabecera_footer {
        background-position: 0 -993px;
        width: 210px;
    }

    #login_cabecera .login_cabecera_header_fondo {
        background-position: 0 -315px;
        width: 210px;
    }

    #login_cabecera .login_cabecera_footer_fondo {
        background-position: 0 -293px;
        width: 210px;
    }

    #login_cabecera .body_fondo {
        padding: 5px 0 0 10px;
        overflow: hidden;
        background: url(../img/login_cabecera_body_md.png) repeat-y;
    }


    .md_oculto {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1380px) {

    #menu_cabecera > ul > li.mTienda {
        left: 0px;
        width: 152px;
        height: 58px;
        background: url(../img/mComunidad_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mTienda:hover {
        width: 183px;
        height: auto;
        background: url(../img/mComunidadOver_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mConcursos {
        left: 308px;
        width: 152px;
        height: 58px;
        background: url(../img/mComunidad_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mConcursos:hover {
        width: 183px;
        height: auto;
        background: url(../img/mComunidadOver_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mComunidad {
        left: 462px;
        width: 152px;
        height: 58px;
        background: url(../img/mComunidad_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mComunidad:hover {
        width: 183px;
        height: auto;
        background: url(../img/mComunidadOver_md.png) no-repeat;
    }

    #menu_cabecera > ul > li.mBlog {
        left: 408px;
        width: 81px;
        height: 58px;
        background: url(../img/mBlog.png) no-repeat;
    }

    #menu_cabecera > ul > li.mOfertas {
        left: 154px;
        width: 152px;
        height: 58px;
        background: url(../img/mOfertas_md.png) no-repeat;
    }

    #menu_cabecera > ul > li .seccion {
        font-size: 15px;
    }

    #login_cabecera .btn_registro {
        margin-right: 3px;
    }

    a.grayBtn {
        padding: 5px 6px;
    }

    #login_cabecera_logueado {
        position: absolute;
        top: 10px;
        right: 0px;
        width: 212px;
        height: 56px;
        background: url(../img/login_cabecera_md.png) no-repeat;
        overflow: hidden;
    }

    #login_cabecera .body {
        padding: 5px 0 0 10px;
        overflow: hidden;
        background: url(../img/login_cabecera_body_md.png) repeat-y;
    }

    #login_cabecera .login_cabecera_header {
        background-position: 0 -315px;
        width: 210px;
    }

    #login_cabecera .login_cabecera_footer {
        background-position: 0 -293px;
        width: 210px;
    }

    .lg_oculto {
        display: none;
    }
}

@media (min-width: 1380px) {

    .container {
        width: 1360px;
    }

    .lg_oculto {
        display: none;
    }
}


@media (max-width: 992px) {
    #app-banner {
        display: block;
        position: fixed;
        bottom: 0px;
        z-index: 20;
        width: 100%;
        background-color: white;
    }

    #app-banner #logo {
        height: 50px;
    }

    #app-banner .toast {
        padding: 5px 15px;
    }

    #links_cabecera {
        float: left;
    }

    #capa_menu {
        margin-top: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 768px) {
    header#cabecera {
        margin-top: 25px;
    }

    #pie {
        margin-top: 40px;
    }

    #contenido_pie .pTienda, #contenido_pie .pConcursos, #contenido_pie .pBlog, #contenido_pie .pComunidad, #contenido_pie .pUnete, #contenido_pie .pPampling, #contenido_pie .pFacebook {
        text-align: center;
    }

    #contenido_pie .pNewsletter .cuerpo form input#email_suscripcion_newsletter {
        width: 100%;
    }

    #contenido_pie .pNewsletter .cuerpo form input#btn_suscripcion_newsletter {
        width: auto;
        margin-top: 4px;
    }

    #contenido_pie .pRedesSociales .item {
        width: 100%;
        margin-top: 4px;
    }

    div#mensaje_aviso .texto {
        padding: 6px 20px;
        font-size: 14px;
    }

    #link_whatsapp {
        position: fixed;
        bottom: 10px;
        left: 10px;
        display: block;
        text-align: center;
        z-index: 999;
    }


    /* ESTILOS PARA PAGINAS SIMPLES DE PAGO RAPIDO */
    #pago_rapido h2 {
        font-size: 22px;
        text-align: left;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    #pago_rapido .forma_pago {
        text-align: left;
    }
}

@media (max-width: 568px) {
    .barra_busqueda {
        padding: 2px;
        color: black;
        text-align: justify;
        font-size: 10px;
        color: #535353;
        font-family: Arial, Helvetica, sans-serif;
        size: auto;
        height: 25px;
        align-content: center;
    }
}