/* =============================================================================
   Carrusel
   ========================================================================== */
#banner-home-lateral {
    width: 220px;
    height: 350px;
    float: right;
    padding: 20px 20px 0px 0px;
}
#carrousel, #mensajes {
    float: left;
    width: 680px;
    height: 350px;
    position: relative;
}
#carrousel {
    padding: 20px 20px 0px 20px;	
}
#mensajes {
    overflow: hidden;
}
#ctr-mensajes {

}
#mensajes .imagen {

}
.mensaje {
    position: absolute;
    width: 700px;
    height: 357px;
    top: 0;
    left: 0;
}
.ctr-mensaje-textos.mostrar {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1;
    -moz-opacity: 1;
    filter:alpha(opacity=100);
}
.ctr-mensaje-textos {
    position: absolute;
    width: 430px;
    padding: 20px 20px 20px 30px;
    left: -10px;;
    bottom: 20px;
    background-color: rgba(193, 21, 21, 0.8);
    color: #ffffff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: .0;
    -moz-opacity: .0;
    filter:alpha(opacity=0);
    display: none;

}
#ctr-mensaje-textos {


}
.ctr-mensaje-textos:hover {
    background-color: rgba(193, 21, 21, 0.95);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.ctr-mensaje-textos .titulo {
    padding-bottom: 10px;
}
.ctr-mensaje-textos .titulo, .ctr-mensaje-textos .titulo a {
    color: #ffffff;
    font-family: 'avg', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    width: 100%;
    float: left;
    text-transform: uppercase;

}
.mensaje-textos {
    width: 100%;
    float: left;
}
.ctr-mensaje-textos .texto {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 25px;
    padding-top: 5px;
}
hr {
    border: none;
    border-color: transparent;
    background-image: url(img/div-1.gif);
    background-repeat: repeat-x;
    height: 5px;
}
#btn-carrousel-izq {
    position: absolute;
    top: 310px;
    left: 599px;
    cursor: pointer;
}

#btn-carrousel-der {
    position: absolute;
    top: 310px;
    left: 640px;
    cursor: pointer;
}




#btn-carrousel-izq {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    -webkit-border-radius: 7px 0px 0px 7px;
    border-radius: 7px 0px 0px 7px;
    font-weight: normal;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-image: url(img/btn-carrousel-izq.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    behavior: url(/css/css3pie/PIE.htc);
    text-indent: -9999px;
    background-color: rgba(34, 34, 34, 0.2);

}

#btn-carrousel-izq:hover,
#btn-anuncios-izq:hover  {
    color: #fff;
    background-color: rgba(68, 68, 68, 0.5);
    background-position: -40px 0px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

/*************/


#btn-carrousel-der {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    -webkit-border-radius: 0px 7px 7px 0px;
    border-radius: 0px 7px 7px 0px;
    font-weight: normal;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-image: url(img/btn-carrousel-der.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    behavior: url(/css/css3pie/PIE.htc);
    text-indent: -9999px;
    background-color: rgba(34, 34, 34, 0.2);
}

#btn-carrousel-der:hover,
#btn-anuncios-der:hover {
    color: #fff;
    background-color: rgba(68, 68, 68, 0.5);
    background-position: 40px 0px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.mostrar {
    display: block;
}
/* =============================================================================
   Escaparate
   ========================================================================== */
#menu-escaparates {
    float: left;
    width: 920px;
    padding: 20px 0px 0px 0px;
    margin: 0px  20px 20px 20px;
    border-bottom: 5px solid #222222;
}
.item-menu-esc {
    padding: 0px 14px 0px 38px;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    position: relative;
    float: left;
    display: block;
    float: left;

    background-color: #444444;
    background-repeat: no-repeat;
    background-position: 10px 6px;
    margin: 6px 3px 0px 0px;
    position: relative;
    float: left;
    display: block;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;

    z-index: 9;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 2px;

    border-radius: 2px;
    behavior: url(/css/css3pie/PIE.htc);
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;

}
.item-menu-esc.movil {
    padding: 0px 11px 0px 40px;

}
.item-menu-esc.seleccionado {
    line-height: 49px;
    height: 49px;
    background-color: #222222;
    margin: 1px 3px 0px 0px;
    font-weight: bold;
    color: #ffffff;
    border-radius: 2px 2px 0 0;
    background-position: 10px 11px;
    z-index: 10;
    position: relative;
    behavior: url(/css/css3pie/PIE.htc);
} 
.item-menu-esc:hover {
    background-color: #222222;
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
.item-menu-esc.seleccionado span {


} 

#ctr-escaparates {
    float: left;
    width: 960px;
    padding: 0 0px 20px 0px;
}

.escaparate {
    float: left;
    width: 100%;
    overflow: hidden;
}

.ctd-escaparate {
    float: left;
}

.ctd-escaparate .pagina {
    float: left;
    width: 960px;
}

.ctr-pag-escaparate {
    float: left;
    width: 100%;
    border-top: 5px solid #E5E5E5;
    margin-top: 15px;
}

.pag-escaparate {
    float: right;
    padding-top: 15px;

}

.pag-esc-btn-izq, .pag-esc-btn-der {
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-indent: -99999px;
    background-color: #ffffff;
}
.pag-esc-btn-izq {
    background-image: url(img/flch-izq.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin: 0 3px 0 0;
    behavior: url(/css/css3pie/PIE.htc);
}
.pag-esc-btn-der {
    background-image: url(img/flch-der.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    behavior: url(/css/css3pie/PIE.htc);
}
.pag-esc-btn-der:hover {
    background-position: 30px 0px;
    background-color: #dddddd;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.pag-esc-btn-izq:hover {
    background-position: -30px 0px;
    background-color: #dddddd;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}
.pag-esc-btn-sel {
    float: left;
}
.pag-esc {
    float: left;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    margin: 0px 3px 0px 0px;
    position: relative;
    background: #ffffff;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
}

.pag-esc:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 0;
    height: 0;
    margin: -4px 0 0;
    border-bottom: 8px solid #EEEEEE;
    border-left: 8px solid transparent;
}
.pag-esc:hover {
    background-color: #dddddd;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.pag-esc.seleccionado {
    color: #ffffff;
    background:#c11515;
    behavior: url(/css/css3pie/PIE.htc);
}

/* =============================================================================
   Home
   ========================================================================== */
.fb-like-box {
    float: left;
    width: 600px;
    margin-right: 20px;
}


#banner-home {
    float: left;
    width: 300px;
    height: 250px;
    overflow: hidden;
}
#destacados {
    width: 920px;
    padding: 20px;
    float: left;
}
#pie-cuerpo {
    padding-top: 20px;
}

#ctr-anuncios {
    float: left;
    width: 920px;
    height: 116px;
    overflow: hidden;
    position: relative;
}

.anuncio {
    position: absolute;
    left: 920px;
    top: 0;
}

#btn-anuncios-izq {
    position: absolute;
    top: 58px;
    left: -40px;
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    -webkit-border-radius: 7px 0px 0px 7px;
    border-radius: 7px 0px 0px 7px;
    font-weight: normal;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-image: url(img/btn-carrousel-izq.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    behavior: url(/css/css3pie/PIE.htc);
    text-indent: -9999px;
    background-color: #222222;	
}

#btn-anuncios-der {
    position: absolute;
    top: 58px;
    left: 960px;
    cursor: pointer;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    -webkit-border-radius: 0px 7px 7px 0px;
    border-radius: 0px 7px 7px 0px;
    font-weight: normal;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-image: url(img/btn-carrousel-der.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    behavior: url(/css/css3pie/PIE.htc);
    text-indent: -9999px;
    background-color: #222222;	
}

@media only screen and (max-width: 1024px) {

    #btn-anuncios-izq {

        top: 58px;
        left: -20px;

    }

    #btn-anuncios-der {

        top: 58px;
        left: 940px;

    }
}