﻿#dvPolCookies 
{
    position: fixed;
    bottom: 0px;
    width: 100%;
	background-color: black;
	overflow: auto;
	opacity: 0.8;
	text-align: center;
	z-index: 1000;
}

.TextoPoliticaCookies
{
	color: #ffffff;
	font-size: 11px;
	/*max-width: 1050px;*/
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    padding-bottom: 30px;  
    /*max-width: 800px;*/
    text-align: justify;
}

#General
{
    position: relative;
    width: 100%;
    background-color: #ffffff;
    min-height: 300px;
	margin:0 auto;
}

#Franja
{
    float: left;
    width: 100%;
    height: 15px;
    background-color: #000001;
}

#CabeceraGeneral
{
    width: 100%;
    background-color: #ffffff;
}

#MenuGeneral
{
    position: relative;
    width: 100%;
    /* background-color: #333333; */
    clear: both;
}

#MenuGeneralCatalogo
{
    position: relative;
    width: 100%;
    /*background-color: #333333;*/
    clear: both;
    max-height: 70px !important;
}

#Menu
{
    background-color: #ffffff;
}

#MenuEnlaces
{
    position: relative;
    margin-right: 20px;
    background-color: #ffffff;
}

#MenusMiniInicio
{
    position: relative;
    /* margin-right: 20px; */
    background-color: #ffffff;
    /* margin-bottom: 10px; */
    /* width: 100%; */
}

#MenuHorizontal
{
    width: 100%;  
    overflow: hidden;
    min-height: 70px;  
}

#MenuSecundario
{
    width: 100%;  
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 10px;
}

#CabecerasMenu
{
    height: 630px;
    width: 100%;
    /*max-height: 790px;*/
    overflow: hidden;
}

#CabecerasMenuVisibilidadReducida
{
    height: 330px;
    width: 100%;
    max-height: 790px;
    overflow: hidden;
}

#Logo
{
    position: relative;
    z-index: 90;
    /*min-height: 200px;*/
    top: 0px;
	/*margin-top:20px;
	margin-left:20px;*/
	margin-right: 20px;
}

#LogoConcept
{
    position: absolute;
    z-index: 91;
    /*min-height: 200px;*/
    top: 0px;
    right: 0px;
}

#Idiomas
{
    position: relative;
    float:left;
    margin-top: 40px;
}

#Buscador
{  
    position: relative;
    float: left;
    /*width: 200px;*/
    /*width: 12%;*/
    background-color: #fff;
    height: 70px;
    text-align: center;
}

#BuscadorFooter
{  
    position: relative;
    float: left;
}

.ElementoMenuTiendaOnline
{
    margin-top: 16px;
}

.ElementoMenuTiendaOnlineFooter
{
    float: left; 
    line-height: 40px;
}

#DondeEstamos
{
    position: relative;
    float:left;
    margin-left: 10px;
}

#NombrePagina
{
    position: relative;
    margin-left: 530px;
}

#mostrarFamilias
{
    z-index: 20;
    bottom: 10px;
    left: 10px;
    font-size: 25px;
    /*cursor: pointer;*/
}

#mostrarFamilias:hover #FamiliasVertical
{
    display: block;    
	transition: 1.5s ease;
    -moz-transition: 1.5s ease; /* Firefox */
    -webkit-transition: 1.5s ease; /* Chrome - Safari */
    -o-transition: 1.5s ease;
    border: 0px !important;
}

.BotonMostrarFamilias
{    
    border: 2px solid #333333;
    background: white;
    padding: 7px 10px 7px 10px;
    border-radius: 4rem;
    font-size: 20px;
    color: #333333;
    /* border: 0px !important; */
}

#mostrarFamilias:hover .BotonMostrarFamilias
{
    border: 2px solid white;
    background-color: rgba(51,51,51,0.8);
    color: #ffffff;
    cursor: pointer;
}
    
#FamiliasVertical
{
    position: relative;
    float: left;
    width: 25%;
    max-width: 250px;
    z-index: 20;
    transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    border: 0px !important;
}

#FamiliasVertical:hover
{
    display: block;
}

.CapaMarcasContenedor
{
    width: 100%;
    margin-top: 20px;
}

.CapaMarcas
{
    
}

/*
#FamiliasVertical
{
    position: relative;
    float: left;
    background-color: #ffffff;
    width: 15%;
}
*/

#ListadoFamilias
{
    opacity: 1;
    clear: both;
    width: 100%;
    background-color: #1c232b;
    overflow: auto;
    padding-bottom: 50px;
}

#ListadoFamiliasDetalle
{
    clear: both;
    width: 100%;
    background-color: #1c232b;
    overflow: auto;
}

#ListadoFamiliasMiniaturaDetalle
{
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 30px;
}

#ListadoFamiliasDetalleFormatoSoloImagen
{
    width: 100%;
    background-color: #333333;
    overflow: auto;
}

#ListadoFamiliasMiniaturaDetalleFormatoSoloImagen
{
    
}

#DescripcionFamilia
{
    width: 100%;
    max-width: 1050px;
    overflow: auto;
    background-color: #ededed;
    
    display: none;
}

#DescripcionFamiliaPacks
{
    margin-bottom: 40px;
    width: 100%;
    max-width: 1155px;
    overflow: auto;
    background-color: #f1f1f1;
    margin-top: 250px;
}

.ContenidoCentroConMargen
{
    width: 85%;
    max-width: 1155px;
    overflow: auto;
}

#BannerHorizontalInicio
{
    width: 1075px;
    /*max-width: 1155px;*/
    position: relative;
}

/*.BannerInicioCapa:first-child
{
    position: relative;
    width: auto;
    float: left;
    margin-left: 0px;
}*/

.BannerInicioCapa
{
    position: relative;
    width: auto;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 9px;
    margin-bottom: 9px;    
    box-sizing: border-box;
}

.TextoImagenBannerInicioCapa
{
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: 1;
    font-family: JosefinSans-Light;
    font-size: 30px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 8px 5px 8px;
    background: rgba(52,52,52, 0.4);
    display: none;
}

.ImagenBannerInicioCapa
{
    position: relative; 
}

.ImagenBannerInicio
{
    border: 0px;
}

#BannerVertical
{
    max-width: 166px;
    min-width: 166px;
    /*border-style: solid;
    border-width: 1px;
    border-color: Black;*/
    /*overflow: auto;*/
}

.BannersVerticalElemento
{
    position: relative;
    margin-top: 20px;
}

#BannerVertical .BannersVerticalElemento:first-child
{
    margin-top: 0px;
}

#ContenidoGeneral
{
    position: relative;
    width: 100%;
    background-color: #ededed;
    /*overflow: auto;*/
    z-index: 2;
}

#ContenidoGeneralCatalogo
{
    width: 100%;
    background-color: #333333;
    overflow: hidden;
}

#ContenidoDetalle
{
    position: relative;
    float: left;
    /*margin-top: 5px;*/
    background-color: #f1f1f1;    
    min-width: 100%;
}

#ContenidoDetalleCatalogo
{
    position: relative;
    float: left;
    margin-top: 5px;
    background-color: #ffffff;
    max-width: 725px;
}

#ContenidoPaginaInicio
{
    background-color: #ffffff;
}

#ContenidoCatalogo
{
    /*CAMBIO*/
    width: 100%;
    float: left;  
    background-color: #f1f1f1;
}

#ContenidoPagina
{
    /* margin-top: 5px; */
    /* width: 76%; */
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    /*overflow: auto;*/
    background-color: #ededed;
}

#ContenidoPaginaContacto
{       
    overflow: auto;
    background-color: #f1f1f1;
    padding-bottom: 25px;
}

/*
#ContenidoPaginaBlog
{
    margin-top: 5px; 
    width: 76%;   
    margin-left: 12%;
    margin-right: 10px;
    float: left;
}
*/

#ContenidoPaginaBlog
{
    margin-top: 5px;
    width: 85%;
    max-width: 1155px;
    /* margin-left: 12%; */
    margin-right: 10px;
    /* float: left; */
}

#ContenidoPaginaMiCesta
{
    margin-top: 5px;
    width: 85%;
    max-width: 1155px;
    /* margin-left: 12%; */
    margin-right: 10px;
    /* float: left; */
    overflow: auto;
}

#ContenidoPaginaCatalogoDetalle
{
    width: 100%;
    /*max-width: 1155px;
    min-width: 1024px;*/
    /*overflow: auto;*/
    /*padding-bottom: 25px;*/  
    position: relative; 
}

#ContenidoPaginaCatalogo
{
    width: 85%;
    max-width: 1155px;
    min-width: 1024px;
    overflow: auto;
    background-color: #ededed;
    padding-bottom: 25px;   
}

#ContenidoSuperiorProducto
{
    width: 90%;
    margin-bottom: 15px;
    overflow: auto;
}

#ImagenesContenidos
{
    clear: both;
}

#ImagenesCatalogo
{
    clear: both;
}

#DocumentosContenidos
{
    clear: both;
}

#DocumentosCatalogo
{
    clear: both;
}

#ProductosRelacionados
{
    clear: both;
}

#PieGeneral
{
    position: relative;
    float: left;
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    background-color: #000001;
    clear: both;
    z-index: 200;
}

.LineaSeparadora
{
    background-color: #333333;
    opacity: 0.6;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
}

.LineaSeparadoraComentariosInicio
{
    background-color: #333333;
    opacity: 0.6;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
}

.LineaSeparadoraMenu
{
    background-color: #000001;
    height: 3px;
    width: 100%;
}

.LineaFooter
{
    background-color: #989898;
    opacity: 0.6;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2px;
    clear: both;
    position: relative;
    
    display: none;
}

#RedesSociales
{
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    /* min-height: 50px; */
    /*background-color: #ffffff;*/
}

#FondoNoticias
{
    background-color: #ffffff;
    /*opacity: 0.8;*/
}

#FondoContacto
{
    background-color: #ffffff;
    /*opacity: 0.8;*/
}

#SectionContenidoPagina
{
    width: 100%;
    padding-bottom: 25px;
    /*margin-top: 60px;*/
    overflow: auto;
}

#SectionContenidoPaginaContacto
{
    margin-top: 30px;
    width: 85%;
    max-width: 1155px;
}

#ArticleTituloSeccionContacto
{
    width: 100%;
    margin-top: 68px;
    margin-bottom: 38px;
}

#ArticleContenidoPaginaContacto
{
    position: relative;
    float: left;
    font-family: JosefinSans-Light;
    font-size: 14px;
    color: #54565A;
    width: 33%;    
    min-width: 318px;
    text-align: justify;
    min-height: 50px;
}

#ArticleContenidoPaginaContacto > a.link, #ArticleContenidoPaginaContacto > a.hover
{
    font-family: JosefinSans-Light;
    font-size: 14px;
    color: #000000;
}

#ArticleContactoFormulario
{
    position: relative;
    float: left;
    width: 34%;
}

#ArticleContactoDatosEmpresa
{
    position: relative;
    float: left;
    width: 33%;
}

#ArticleContactoImagenes
{
    clear: both;
    width: 100%;
}

#ArticleMiCesta
{
    width: 85%;
    max-width: 1155px;
}

#ArticleDetalleProducto
{
    width: 100%;
    max-width: 1155px;
    overflow: auto;
}

#SectionContenidoPaginaBlog
{
    margin-bottom: 40px;
    max-width: 871px;
}

#ArticleContenidoPagina
{
    width: 85%;
    max-width: 1155px;
}

#ArticleContenidoPaginaAnchoCompleto
{
    width: 100%;
}

#ArticleLineaMigasPaginaContenido
{
    width: 85%;
    max-width: 1155px;
}

#ArticleLineaMigasPaginaNoticias
{
    width: 85%;
    max-width: 1155px;
}

#ArticleProductosDestacadosInicio
{
    width: 85%;
    font-family: JosefinSans-Light;
    font-size: 14px;
    position: relative;
    display: inherit;  
    overflow: auto; 
}

#SectionProductosDestacadosInicio
{
    /*overflow: auto;*/
    clear: both;
    width: 100%;
    /*width: 1075px;*/
    /*max-width: 1155px;*/
    margin-top: 20px;
    position: relative;
}

.CapaProductosDestacadosInicio
{
    width: 100%;
    max-width: 1075px;
    position: relative;
min-height: 255px;
}

#SectionProductosCatalogo
{
    float: left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

#SectionListadoComentariosInicio
{
    clear: both;
    
}

#ArticleListadoComentariosInicio
{
    width: 85%;
    max-width: 1155px;
}

#SectionNoticias
{
    clear: both;
    width: 100%;    
}

.ArticleNoticias
{
    clear: both;
    width: 85%;
    max-width: 1155px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#ContenidoListadoComentarios
{
    position: relative;
    min-height: 300px;
    width: 70%;
    max-width: 1050px;  
}

.DetalleComentario:firt-child
{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50px;
    text-align: left;
}

.DetalleComentario
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50px;
    text-align: left;
    margin-left: 20px;
}

#SectionContadorInicial
{
    clear: both;
    background-color: #152228;    
    overflow: auto;
}

#ArticleContadorInicial
{
    width: 85%;
    max-width: 1155px;
}

.ElementoContadorInicial
{
    position: relative;
    float: left; 
    min-width: 25%;
    margin-bottom: 40px;
	font-family: JosefinSans-Light; 
}


#ContenidoMiniaturaFamilia
{
    width: 75%;
    max-width: 1050px;
    overflow: auto;
}

#ContenidoMiniaturaMenu
{
    width: 75%;
    max-width: 1050px;
    overflow: hidden;
    padding-bottom: 30px;
}

.ContactoInicioFormulario
{
	float: left;
}

#CuatroColumnas
{
   column-count: 4;
   column-gap: 10px;
   column-fill: auto;
    -webkit-column-count: 4;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
   -moz-column-count: 4;
   -moz-column-gap: 10px;
   -moz-column-fill: auto;
}

#CincoColumnas
{
   column-count: 5;
   column-gap: 15px;
   column-fill: auto;
    -webkit-column-count: 4;
    -webkit-column-gap: 15px;
    -webkit-column-fill: auto;
   -moz-column-count: 4;
   -moz-column-gap: 15px;
   -moz-column-fill: auto;
}

.MenuMiniInicio
{
    float: left; 
    width: 100%;
    /* margin-right: 5px; */
    margin-bottom: 5px;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    /* border: 2px solid #FFFFFF; */
    display: inline-block;
    margin: px;
    background-color: #000000;
	transition: 0.8s ease;
    -moz-transition: 0.8s ease; /* Firefox */
    -webkit-transition: 0.8s ease; /* Chrome - Safari */
    -o-transition: 0.8s ease;
    /* padding: 10px; */
}

.MenuMiniInicio:hover
{
    background-color: #e9e9e9 !important;
	transition: 0.8s ease;
    -moz-transition: 0.8s ease; /* Firefox */
    -webkit-transition: 0.8s ease; /* Chrome - Safari */
    -o-transition: 0.8s ease;
}

.ImagenMenuMiniInicio
{
    width: 100%;
}

.TituloMenuMiniInicio
{
    text-align: left;
    margin-top: 5px;
    width: 95%;
    height: 200px;
}

#SectionMenuFooter
{
    background-color: #d7d7d7 !important;
    padding-top: 30px;
    /* padding-bottom: 30px; */
    /* padding-left: 5%; */
    /* padding-right: 5%; */
    width: 100%;
    clear: both;
    overflow: auto;
    position: relative;
    z-index: 200;
}

#ContenidoMenuFooter
{
    max-width: 1155px;
    width: 70%;
    overflow: auto;
}

.ElementoMenuFooter
{
    float: left;
    margin-left: 70px;
    position: relative;
    margin-bottom: 20px;
}

.ElementoMenuFooter:first-child
{
    float: left;
    margin-left: 15px;
}

#IconosEmpresasAsociadas
{
    clear: both;
    width: 100%;
    height: 45px;
    background-color: #64656a;
    padding: 7px;
    /* margin-bottom: 20px; */
}

.ImagenEmpresasAsociadas
{
    position: relative;
    max-width: 70px;
    max-height: 30px;
    margin-right: 20px;
    vertical-align: middle;
}

#SectionContactoInicio
{
    background-color: #152228;
    clear: both;
    overflow: auto;
}

#ArticleContactoInicio
{
    width: 85%;
    max-width: 1155px;
    margin-top: 30px;
}

#SectionEntradasBlog
{
    clear: both;
    margin-bottom: 30px;
}

.ArticleEntradasBlog
{
    clear: both;
    overflow: auto;
    margin-bottom: 30px;
}

.EntradaBlogTitulo
{ 
    margin-top: 10px;
    margin-bottom: 10px; 
    max-width:100%;
}

.EntradaBlogContenido
{
    overflow: hidden;
    position: relative;
}

.EntradaBlog
{
}

.Comentario
{
    width: 100%;
    float: left;
    clear: both;
    font-family: JosefinSans-Light;
    font-size: 16px;
    font-style: italic;
    color: #a7a7a7;
    text-align: left;
    margin-bottom: 5px;
}

.FirmaComentario
{
    width: 100%;
    float: right;
    clear: both;
    text-align: right;
    margin-bottom: 4px;
    font-family: JosefinSans-Light;
    font-size: 14px;
    color: #d7d7d7;
    text-transform: uppercase;
}

#SectionComentarios
{
    clear: both;
    overflow: auto;
}

.ArticleComentarios
{
    width: 100%;
    margin-top: 30px;
    overflow: auto;
}

.FormularioComentarios
{
    float: left;
    width: 50%; 
}

#SectionMenuBlog
{
    float: left;
    width: 10%;
}

.ElementoMenuBlog
{
    width: 100%;
    margin-left: 10px;
}

#SectionMenuBlogFechas
{
    clear: both;
    margin-top: 70px;
    
}

.ElementoMenuBlogFechas
{
    width: 100%;
}

.BlogEntradasLsitado
{
    border: 1px solid #d7d7d7;
    padding: 9px 9px 9px 9px;
    max-width: 859px;
    /*background-color: #ffffff;*/
}

.ContadorComentarios
{
    text-align: right;
    font-family: JosefinSans-Light;
    padding-right: 5px;
    background-color: #f7f7f7;
    max-width: 100%;
    border: 1px solid #d7d7d7;
    border-top: 0px !important;
}

.FondoImagenComentarios
{
    max-width: 15px;
    margin-top: 2px;
}

.ContenedorFlechasBlog
{
    position: relative;
    clear: both;
    width: 100%;
    overflow: auto;
    max-width: 871px;
}

.FlechaIzda
{
    position: relative;
    float:left;
}

.FlechaDcha
{
    position: relative;
    float:right;
}
   
#TituloTransporteInicio
{
    position: relative;
    width: 100%;
    /* max-width: 1155px; */
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #63656a;
    color: #ffffff;
    font-family: JosefinSans-Light;
    font-size: 15px;
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 10px; 
}   
   
#TituloTransporte
{
    position: fixed;
    z-index: 90;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #63656a;
    color: #ffffff;
    font-family: JosefinSans-Light;
    font-size: 11px;
}

.TituloGastosEnvio
{
    position: relative;
    float: left;       
    margin-right: 70px; 
    padding-top: 3px;
    padding-bottom: 3px;  
    width: 50%;
    text-align: right;  
}

.TituloEnvioGratis
{
    position: relative;
    float: left;      
    margin-left: 70px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 50%;
    text-align: left;  
}

.Idiomas
{ 
    min-width: 200px;    
    margin-top: 12px;
}

.RegistroLogin
{
}

.Login
{
}

.Registro
{
}

.AnyadirContactos
{
}

/*#SectionPacks
{
    position: relative;
    width: 100%;
    clear: both;
    margin-bottom: 60px;
}*/

#SectionPacks
{
    position: fixed;
    top: 85px;
    left: 0px;
    z-index: 89;
    width: 100%;
    clear: both;
    margin-bottom: 60px;
}

#ArticlePacks
{
    position: relative;
    width: 100%;
    max-width: 750px;
    min-height: 124px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
    overflow: auto;
}

.ProductosPack
{
    position: relative;
    width: 100%;
    overflow: auto;
}

.ImagenProductoMiniaturaPack
{
    position: relative;
    float: left;
    width: 25%;
    /* max-width: 120px; */
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}


.ImagenPack
{
    clear: both;
    max-height: 120px;
    /*display: none;*/
}

.QuitarPack
{
    clear: both;
    position: relative;
    float: right;
    color: #337ab7;
    font-size: 18px;
    font-weight: bold;
    /* background-color: #a1a1a1; */
    padding: 0px 30px 3px 6px;
    border-radius: 10px 10px 10px 10px;
    -border-radius: 10px 10px 10px 10px;
    -ms-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -khtml-border-radius: 10px 10px 10px 10px;
    cursor: pointer;
}
    
.BtnAnyadirPack
{
    position: relative;
    clear: both;
    float: right;
    /* width: 16%; */
    min-width: 155px;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 10px;
}
    
.NombreProductoPack
{
    font-family: JosefinSans-Light;
    font-size: 10px;
    margin-top: 10px;
    text-align: left;
    float: left;
    color: #63656a;
}

.TallaProductoPack
{
    font-family: JosefinSans-Light;
    font-size: 10px;
    color: #63656a;
    margin-top: 10px;
    text-align: left;
    float: right;
}

.IrAbajoFlecha
{
    position: relative;
    border-radius:
}

#CapaContenidoOculto
{
    width: 86%;
    display: none;
    position: absolute;
    padding: 30px;
    background-color: #c9c9c9;
    max-height: 400px;
    overflow: auto;
    bottom: 0px;
    z-index: 2;
}

.anchoContenido
{
    width: 65%;
}