﻿.btn_contacto{ position: relative; width: 65px; height: 25px; }

.btn_contacto .replacetext{ background: url(/images/btn_contacto.gif) no-repeat 0 0; }

.TextoEnlaceCookies 
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.TextoEnlaceCookies a:link
{
    text-decoration: none;
}

a.TextoEnlaceCookies:hover
{
    text-decoration: underline;
}

.TextoEnlaceCookies a:visited
{
    text-decoration: none;
}

.TextoEnlaceCookies a:active
{
    text-decoration: none;
}
 
.TextoEnlace 
{
    font-family: Arial;
    font-size: 11px;
    color: #000001;
    text-decoration: none;
}

.TextoEnlace a:link
{
    font-family: Arial;
    font-size: 11px;
    color: #000001;
    text-decoration: none;
}

.TextoEnlace a:hover
{
    font-family: Arial;
    font-size: 11px;
    color: #000001;
    text-decoration: underline;
}

.TextoEnlace a:visited
{
    font-family: Arial;
    font-size: 11px;
    color: #000001;
    text-decoration: none;
}

.TextoEnlace a:active
{
    font-family: Arial;
    font-size: 11px;
    color: #000001;
    text-decoration: none;
}

.ListadoEnlace 
{
    font-family: Arial;
    font-size: 11px;
    color: #000001;
    text-decoration: none;
}

.ListadoEnlace a:link
{
    font-family: Arial;
    font-size: 11px;
    color: #000001;
    text-decoration: none;
}

.ListadoEnlace a:hover
{
    font-family: Arial;
    font-size: 11px;
    color: #000001;
    text-decoration: underline;
}

.ListadoEnlace a:visited
{
    font-family: Arial;
    font-size: 11px;
    color: #000001;
    text-decoration: none;
}

.ListadoEnlace a:active
{
    font-family: Arial;
    font-size: 11px;
    color: #000001;
    text-decoration: none;
}

.CarruselFamilias
{
    color: Black;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.CarruselFamilias a:link, CarruselFamilias a:hover, CarruselFamilias a:visited, CarruselFamilias a:active
{
    color: Black;
    font-family: Helvetica;
    font-size: 12px;
    font-weight: bold;
}


.BotonEstoyMasAbajoUbicacion
{
    position: fixed;
    top: 530px;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.BotonEstoyMasAbajo, a.BotonEstoyMasAbajo:link, a.BotonEstoyMasAbajo:visited, a.BotonEstoyMasAbajo:active
{
    border: 2px solid white;
    background: white;
    display: inline-block;
    font-family: JosefinSans-Light;
    /* font-weight: 700; */
    font-size: 12px;
    color: #333333;
    /* font-weight: 700; */
    padding: 9px 12px 8px 12px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.6;
    border-radius: 4rem;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

a.BotonEstoyMasAbajo:hover
{
    border: 2px solid white;
    background-color: rgba(0,0,0, 0.4);
    display: inline-block;
    font-family: JosefinSans-Light;
    /* font-weight: 700; */
    font-size: 12px;
    color: #ffffff;
    /* font-weight: 700; */
    padding: 9px 12px 8px 12px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4rem;
    transform : scale(1.1);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
    -webkit-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
}

.BotonQuieroContactarUbicacion
{
    position: relative;
    clear: both;
    float: left;
    margin-top: 55px;
    -webkit-transition: all 800ms ease-out;
    transition: all 800ms ease-out;
}

.BotonQuieroContactar, a.BotonQuieroContactar:link, a.BotonQuieroContactar:visited, a.BotonQuieroContactar:active
{
    border: 2px solid white;
    background: white;
    display: inline-block;
    font-family: JosefinSans-Light;
    /* font-weight: 700; */
    font-size: 14px;
    color: #333333;
    /* font-weight: 700; */
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4rem;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

a.BotonQuieroContactar:hover
{
    border: 2px solid white;
    display: inline-block;
    font-family: JosefinSans-Light;
    /* font-weight: 700; */
    font-size: 14px;
    color: #ffffff;
    background-color: rgba(51,51,51, 1);
    /* font-weight: 700; */
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4rem;
    transform : scale(1.1);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
    -webkit-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
}

.BotonSeguirComprando, a.BotonSeguirComprando:link, a.BotonSeguirComprando:visited, a.BotonSeguirComprando:active
{
    border: 2px solid white;
    background: #eaeaea;
    display: inline-block;
    font-family: JosefinSans-Light;
    /* font-weight: 700; */
    font-size: 12px;
    color: #333333;
    /* font-weight: 700; */
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4rem;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

a.BotonSeguirComprando:hover
{
    border: 2px solid white;
    display: inline-block;
    font-family: JosefinSans-Light;
    /* font-weight: 700; */
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(51,51,51, 1);
    /* font-weight: 700; */
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4rem;
    transform : scale(1.1);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
    -webkit-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
}

.BotonSeguirComprando:hover
{
    border: 2px solid white;
    display: inline-block;
    font-family: JosefinSans-Light;
    /* font-weight: 700; */
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(51,51,51, 1);
    /* font-weight: 700; */
    padding: 10px 20px 10px 20px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 4rem;
    transform : scale(1.1);
	-moz-transform : scale(1.1); /* Firefox */
	-webkit-transform : scale(1.1); /* Chrome - Safari */
	-o-transform : scale(1.1); /* Opera */
	-ms-transform : scale(1.1); /* IE9 */
    -webkit-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
}

.SubmenucarritoSeleccionado
{
    margin-top: 10px;
    border: 2px solid white;
    background: #eaeaea;
    display: inline-block;
    font-family: JosefinSans-Light;
    font-size: 12px;
    color: #800000;
    padding: 10px 20px 10px 20px;
    text-align: center;
    border-radius: 4rem;
}

.Submenucarrito
{
    margin-top: 10px;
    border: 2px solid white;
    background: #eaeaea;
    display: inline-block;
    font-family: JosefinSans-Light;
    font-size: 12px;
    color: #333333;
    padding: 10px 20px 10px 20px;
    text-align: center;
    border-radius: 4rem;
}



#IrArriba
{
    position: fixed;
    bottom: 50px;
    z-index: 1000;
    right: 50px;
    border: 2px solid #333333;
    background: white;
    display: none;
    font-family: Arial;
    font-weight: 700;
    font-size: 1.6rem;
    color: #333333;
    font-weight: 700;
    padding: 5px 10px 0px 10px;
    text-align: center;
    border-radius: 4rem;
    -webkit-backface-visibility: hidden;
    text-decoration: none;
}

#IrArriba:hover
{
    position: fixed;
    bottom: 50px;
    z-index: 1000;
    right: 50px;
    border: 2px solid #333333;
    background-color: #ffffff;
    display: inline-block;
    font-family: Arial;
    font-weight: 700;
    padding: 10px 15px 5px 15px;
    text-align: center;
    border-radius: 4rem;
    -webkit-transition: all 400ms;
    transition: all 400ms;
    cursor: pointer;
}