<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*estilos generales*/
 :after, :before {
    box-sizing: inherit !important;
}
.ai0007_msje_productos, .ai0007_msje_productos2{
  margin: 0 auto;
  width: 50%;
  padding: 10%;
  text-align: center;
  color: #88a4b8;
  font-size: 21px;

}
.circulo_color{
  display: inline-block;
  margin: 0 10px;
  width: 1em;
  height: 1em;
  text-decoration: inherit;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 50%;
  border: 0.01px solid #6d6767;
}
.ai0007_imagen_paypal{
  width: 100%;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  /*background-position: 50%;*/
  background-image: url(/modules/tiendavirtual/img/paypal-02.png);
}
.ai0007_tabla_pedidos{
  margin: 0 auto;
  width: 70%;
}
.buttonTienda {
  background: #88A4B8 !important;
  color: #fff !important;
}
.margin0{
  margin: 0 auto !important;
}
.ai0007_checkmark{
  padding: 45px 0;
}
.ai0007_imagen_checkmark{
  width: 100%;
  height: 185px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: 50%;
}
#pedido_articulos td{
  padding: 8px;
}
.ai0007_tabla_pedidos_compra{
  width: 100%;
  margin: 0 auto;
}
.ai0007_seccion_circulos{
  width: 100%;
  padding:10px 0;
  list-style: none;
}
/*.ai0007_circulo.activa{
  height: 83px;
  position: relative;
  margin: 0 auto;
  width: 83px;
  border-radius: 50%;
  border: 1px solid #88a4b8;
  background-color: #88a4b8;
}*/

.ai0007_circulo.activa span{
  margin: 0 auto;
  background-color: #88a4b8;
  
}
.activaTab{
  display: block !important;
}

.desactivo{
  color: gainsboro;
}
.ai0007_circulo{
  margin: 0 auto;
  width: 83px;
  /*height: 83px;
  position: relative;
  border-radius: 50%;
  background-color: #dcdcdc;
  border: 1px solid #dcdcdc;*/
}
/*.ai0007_circulo span{
  top: 30px;
  left: 30%;
  position: absolute;
  color: #ffffff;
  font-size: 4rem;
  font-weight: bold;
}*/
.ai0007_circulo span{
  background: #cccccc;
  border-radius: 50%;
  -moz-border-radius: 0.8em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  width: 80px;
  font-size: 38pt;
}
.stepActiva{
  transform: translateX(-112%);
  -webkit-transition: -webkit-transform 800ms ease;
  -moz-transition: -moz-transform 800ms ease;
  -ms-transition: -moz-transform 800ms ease;
  -o-transition: -o-transform 800ms ease;
  transition: transform 800ms ease;
}
.logoutItem{
  padding: 0 8px;
  text-decoration: none;
  color: #fff;
}
.menuLogout{
  background: rgba(0,0,0,0.8);
  color: #fff;
  border-radius: 3px;
  cursor: auto;
  position: absolute;
  top: 58px;
  left: 70%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  padding: 8px;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
  z-index: 11;
  will-change: transform,opacity;
}
.menuLogout.mostrarLogout{
  display: block !important;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

.ai0007_modal_sesion{
	width: 450px;
	padding: 10px;
	float: left;
	/*font-family: 'Rubik', sans-serif;*/
}
.ai0007_modal_registro{
	width: 700px;
	padding: 10px;
	float: left;
}
.boton_rgtro {
	border: none !important;
	font-family: 'Rubik', sans-serif !important;
	font-size: 15px;
}
.input_icono{
	position: relative;
}
.cargando_usuario {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
		position: absolute;
		top: 26px;
		right: 18px;
}
.contenedor_input{
	margin-bottom: 0px !important;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.spinner {
  /*margin: 100px auto 0;
  width: 70px;
  text-align: center;*/
	margin: 0;
	width: 100%;
	text-align: center;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,.85);
	z-index: 9999;

}

.spinner &gt; div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	margin: 25% 0;
}
.spinner &gt;span {
	display: inherit;
	margin: -100px 0;
	width: 100%;
	color: #fff;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
._mensaje._error{
	width: 90%;
	margin: 0 auto;
	/*border: 1px solid red;*/
	padding: 5px;
	font-size: 15px;
	border-radius: .28571429rem;
	white-space: normal;
	background: #FFF!important;
	border: 1px solid #E0B4B4!important;
	color: #9F3A38!important;
	position: relative;
}

._mensaje._error:before{
    background-color: inherit;
    border-style: solid;
    border-color: inherit;
    position: absolute;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
    z-index: 2;
    width: .6666em;
    height: .6666em;
    -webkit-transition: background .1s ease;
    transition: background .1s ease;
		left: 50%;
		top: -6px;
		border-width: 1px 0 0 1px;

}

.textRight{
  text-align: right !important;
}
.textCent{
	text-align: center !important;
}
.textLeft{
  text-align: left !important;
}
.ai0007_titulo_mensaje{
	background-color: #cbddea;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.ai0007_titulo_mensaje &gt; span {
	margin: 20px 0;
  display: inline-block;
	font-weight: 500;

}
.ai0007_modal_mensaje{
  width: 540px;
	float: left;
	/*-webkit-transition: all 0.5s;
	 transition: all 0.5s;*/
}

.ai0007_caja_flecha{
	margin: 0 10px;
	width: 38%;
	float: left;
}
.ai0007_imagen_flecha{
	width: 160px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: 50%;
}
.ai0007_cont_mensaje &gt;p{
	width: 48%;
	font-size: 17px;
	font-weight: 500;
	text-align: justify;
	line-height: 30px;
	margin: 0px 10px;
	float: left;
}
.ai0007_titulo_modal, .ai0007_nuevo_tienda, .ai0007_titulo_registro{
	width: 100%;
	padding: 10px 0;
}
.ai0007_botones_modal{
	width: 60%;
  margin: 0 auto;
}
.ai0007_contenedor_form{
	width: 88%;
	margin: 0 auto
}
.ai0007_titulo_modal&gt;p{
	text-align: center;
	font-weight: 500;
}

.ai0007_contenedor_form .label-form{
	display: block;
	margin: 12px;
	color: rgba(0,0,0,.87);
	font-size: .92857143em;
	text-transform: none;
}
.ai0007_contenedor_form .label-form.errorform{
	color: #9F3A38;
}
.ai0007_contenedor_input.errorform label{
  color: #9F3A38;
}
.ai0007_contenedor_input.errorform input{
  border-color: #9F3A38;
}
.ai0007_contenedor_input.errorform select{
  border-color: #9F3A38 !important;
}

.ai0007_contenedor_form .label-form.errorform &gt; input {
	border-color: #9F3A38;
}
.ai0007_sesion{
	opacity: 0;
    left: 50%;
    overflow: hidden;
    position: fixed;
    top: -272px;
    z-index: 100;
		background-color: #fff;
		border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
    box-shadow: 0 10px 25px rgba(0,0,0,.5);
}
.ai0007_modal_sesion input, .ai0007_modal_registro input{
	width: 95%;
	margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	outline: 0;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	text-align: left;
	/*line-height: 1.2142em;*/
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	padding: 10px;
	background: #FFF;
	border: 1px solid rgba(34,36,38,.15);
	color: rgba(0,0,0,.87);
	border-radius: .28571429rem;
	-webkit-transition: box-shadow .1s ease,border-color .1s ease;
	transition: box-shadow .1s ease,border-color .1s ease;
	box-shadow: none;
}
.ai0007_modal_registro input#nombre_cliente,
.ai0007_modal_registro input#apellido_paterno,
.ai0007_modal_registro input#apellido_materno{
	text-transform: capitalize;
}

.label-rgtro{
	display: inline-block;
	font-size: 16px;
	text-align: left;
	width: 100%;
	color: #A5BCCB;
}

.ai0007_capa_negra{
	width: 100%;
	height: 100%;
	z-index: 3;
	top: 200%;
	background-color: #000000;
	/*background: radial-gradient(circle, #ffffff -1%, #000000);*/
	opacity: 0.6;
	position: fixed;
	transition-delay: 0.1s;
	/*transition: all 0.9s ease-in;*/
	    transition: all 0.1s ease-in 0.2s;
}
.ai0007_contenedor_input{
	margin:10px 0;
	float: left;
	width: 100%;
}

.FormularioCompra input{
  /*box-sizing: inherit !important;*/
	 width: 90% !important;
	 margin: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	outline: 0;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	text-align: left;
	font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
	padding: 10px;
	background: #FFF;
	border: 1px solid rgba(34,36,38,.15);
	color: rgba(0,0,0,.87);
	border-radius: .28571429rem;
	-webkit-transition: box-shadow .1s ease,border-color .1s ease;
	transition: box-shadow .1s ease,border-color .1s ease;
	box-shadow: none;
   line-height: 1.2142em;

 }

.FormularioCompra .ui.selection.dropdown{
  box-sizing: border-box;
}

 .ai0007_contenedor_input select&gt; option {
	 position: relative;
    cursor: pointer;
    display: block;
    border: none;
    height: auto;
    text-align: left;
    border-top: none;
    line-height: 1em;
    color: rgba(27, 26, 26, 0.87);
    padding: .78571429rem 1.14285714rem!important;
    font-size: 1rem;
    text-transform: none;
    font-weight: 400;
    box-shadow: none;
    -webkit-touch-callout: none;
 }

#carrito_articulos table, #confirmar_pedido table {
	border-collapse: collapse;
	width: 100%;
}

#carrito_articulos td {
	padding: 8px;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
#confirmar_pedido td{
  padding: 8px;
}
#confirmar_pedido {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #ddd;
}

#carrito_articulos th, #confirmar_pedido th{
	color: #345670;
}
.colorTitulo{
  color: #88a4b8;
  font-weight: 600;
}

.swiper-container {
	 width: 100%;
	 height: 150px;
	 /*margin: 20px auto;*/
 }
.swiper-slide {
	 text-align: center;
	 font-size: 18px;
	 background: #fff;
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: -webkit-flex;
	 display: flex;
	 -webkit-box-pack: center;
	 -ms-flex-pack: center;
	 -webkit-justify-content: center;
	 justify-content: center;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 -webkit-align-items: center;
	 align-items: center;
	 /*margin-right: 0 !important;*/
}
.ai0007_imagenes_tabla{
	width: 43%;
	height: 67px;
	margin: 0 auto;
	padding: 5px;
	background-position: 50%;
	background-size: 70%;
	background-repeat: no-repeat;
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	background-color: white;
}
.ai0007_img_pedido{
  width: 90%;
  height: 79px;
  margin: 0 auto;
  padding: 5px;
  background-position: 50%;
  background-size: 70%;
  background-repeat: no-repeat;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  background-color: white;
}
.ai0007_galerias_imagenes {
	list-style: none !important;
	/*width: 85%;*/
	padding-left: 0px;
	/*margin: 0 auto;
	height: 120px;
	overflow-x: hidden;*/
}
.imagenes_galeria{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 10px;
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #9A999E;
	height: 85px;
	background-size: 50%;
	width: 88px;
}
.active&gt; div.imagenes_galeria{
	border: 4px solid #88A4B8;
}
.botonFlecha{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	cursor: pointer;
	width: 5%;
	background: #88A4B8;
	margin:50px 0;
	float: left;
}
.botonFlecha i {
	margin: 0 !important;
	height: inherit !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: white;
}
.linea{
	width: 100%;
	background: #cddce4;
	height: 1px;
	margin: 10px auto;
	float:left;
}
.ai0007_toogle{
	list-style: none;
  border-bottom: 3px solid #88A4B8;
	float: left;
	width: 100%;
	padding-left: 0 !important;
	margin: 18px 0;
}
.ai0007_toogle li{
	float: left;
	/*width: 50%;*/
	cursor: pointer;
}
.ai0007_tab.activa{
	border-bottom: 3px solid #345670;
}
.ai0007_nombre_producto, .ai0007_precio_producto{
	height: auto;
	padding: 5px;
}

.ai0007_nombre_producto&gt; p{
	text-transform: uppercase;
}
.ai0007_nombre_producto &gt; #nombre_producto, .ai0007_precio_producto&gt; .precio_producto{
	/*line-height: 1px;*/
	margin: 10px 0;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
}
.precio_producto{
	color:#88a4b8;
}
.ai0007_descripcion , .ai0007_atributos, .padding5{
	padding: 5px;
  word-wrap: break-word;
}
.pad{
  padding: 15px 0;
}
.ai0007_breadcrumb{
	padding: 5px;
	margin: 5px;
}
.ai0007_breadcrumb a{
	text-decoration: none;
	color: #345670;
	font-weight: 300;
}
.ai0007_botonesAcciones{
	/*margin: 5px;*/
  /*display: block;*/
	text-decoration: none;
  background-color: #545454;
	color: white;
	padding: 8px 28px;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
  padding: 10px 0;
  position: relative;
  margin: 10px;
  width: 10em;
  display: inline-block;
}
.ai0007_cont_botones, .ai0007_cont_mensaje{
  width: 100%;
  padding: 15px 0;
}

.ai0007_botones_linea{
	margin: 5px;
	text-decoration: none;
	background-color: #88A4B8;
	color: white;
	padding: 8px 13px;
	border-radius: 6px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.cuadriculaProductosServicios {
	position: relative;
}
.cuadriculaProductosServicios .input {
	position: absolute;
	top: -1em;
	left: 0em;
}
.botonesForma {
	height: 1em;
	width: 4em;
	margin: 1em 0em;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	/*background: #dddddd;*/
}
.forma {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
}
.forma i {
	margin: 0 !important;
	height: inherit !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.forma.activa i{
	color: #88A4B8 !important;
	/*background: rgba(0, 0, 0, 0.25);*/
}
.ai0007_texto_elementos {
	width: 50%;
	float: left;
}

.leftF{
	float: left;
}
.rightF{
	float: right;
}
.clear{clear:both;}

.cajaLeft{
	width: 100%;
	height: auto;
	float: left;
}

.width{
	width: 100%;
}


.ai0007_container{
	width: 1000px;
	margin: 0 auto;
}

body {
	margin: 0px;
	padding: 0px;
	/*font-family: 'Rubik', sans-serif;*/
}
.elementos0007{
  padding: 10px 0;
}
.container {
	padding: 0 1.5 rem;
	margin: 0 auto;
	max-width: 1280px;
	width: 70%
}

@media only screen and (min-width: 601px) {
	.container {
		width: 85%
	}


}
@media screen and (max-width: 599px) and (min-width: 320px){
  #tv_navegacion #tv_menu {
      height: 255px !important ;
  }
  /*#iconos0007{
    width: 100%;
  }*/
  .productoOrdenar2{
    height: 700px;
    max-height: 1000px;
  }
  .caja0007{
    width: 100% !important;
  }
}

@media screen and (max-width: 799px) and (min-width: 599px){
  /*#input0007 input{
    width: 76%;
  }

   #iconos0007{
     width: 38%;
   }*/
  .caja0007{
    width: 100%;
  }
   .productoOrdenar2{
     height: 405px;
     max-height: 500px;
   }
  /*.dropdownCat0007{
    width: 152px;

  }*/
}
@media only screen and (min-width: 993px) {
	.container {
		width: 80%
	}

}

.container .fila {
	margin-left: -.75 rem;
	margin-right: -.75 rem
}

.fila {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px
}

.fila:after {
	content: "";
	display: table;
	clear: both
}

.fila .col {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0   .75rem
}

.fila .col.s1 {
	width: 8.33333%;
	margin-left: 0
}

.fila .col.s2 {
	width: 16.66667%;
	margin-left: 0
}

.fila .col.s3 {
	width: 25%;
	margin-left: 0
}

.fila .col.s4 {
	width: 33.33333%;
	margin-left: 0
}

.fila .col.s5 {
	width: 41.66667%;
	margin-left: 0
}

.fila .col.s6 {
	width: 50%;
	margin-left: 0
}

.fila .col.s7 {
	width: 58.33333%;
	margin-left: 0
}

.fila .col.s8 {
	width: 66.66667%;
	margin-left: 0
}

.fila .col.s9 {
	width: 75%;
	margin-left: 0
}

.fila .col.s10 {
	width: 83.33333%;
	margin-left: 0
}

.fila .col.s11 {
	width: 91.66667%;
	margin-left: 0
}

.fila .col.s12 {
	width: 100%;
	margin-left: 0
}

.fila .col.offset-s1 {
	margin-left: 8.33333%
}

.fila .col.offset-s2 {
	margin-left: 16.66667%
}

.fila .col.offset-s3 {
	margin-left: 25%
}

.fila .col.offset-s4 {
	margin-left: 33.33333%
}

.fila .col.offset-s5 {
	margin-left: 41.66667%
}

.fila .col.offset-s6 {
	margin-left: 50%
}

.fila .col.offset-s7 {
	margin-left: 58.33333%
}

.fila .col.offset-s8 {
	margin-left: 66.66667%
}

.fila .col.offset-s9 {
	margin-left: 75%
}

.fila .col.offset-s10 {
	margin-left: 83.33333%
}

.fila .col.offset-s11 {
	margin-left: 91.66667%
}

.fila .col.offset-s12 {
	margin-left: 100%
}

@media only screen and (min-width: 601px) {
	.fila .col.m1 {
		width: 8.33333%;
		margin-left: 0
	}
	.fila .col.m2 {
		width: 16.66667%;
		margin-left: 0
	}
	.fila .col.m3 {
		width: 25%;
		margin-left: 0
	}
	.fila .col.m4 {
		width: 33.33333%;
		margin-left: 0
	}
	.fila .col.m5 {
		width: 41.66667%;
		margin-left: 0
	}
	.fila .col.m6 {
		width: 50%;
		margin-left: 0
	}
	.fila .col.m7 {
		width: 58.33333%;
		margin-left: 0
	}
	.fila .col.m8 {
		width: 66.66667%;
		margin-left: 0
	}
	.fila .col.m9 {
		width: 75%;
		margin-left: 0
	}
	.fila .col.m10 {
		width: 83.33333%;
		margin-left: 0
	}
	.fila .col.m11 {
		width: 91.66667%;
		margin-left: 0
	}
	.fila .col.m12 {
		width: 100%;
		margin-left: 0
	}
	.fila .col.offset-m1 {
		margin-left: 8.33333%
	}
	.fila .col.offset-m2 {
		margin-left: 16.66667%
	}
	.fila .col.offset-m3 {
		margin-left: 25%
	}
	.fila .col.offset-m4 {
		margin-left: 33.33333%
	}
	.fila .col.offset-m5 {
		margin-left: 41.66667%
	}
	.fila .col.offset-m6 {
		margin-left: 50%
	}
	.fila .col.offset-m7 {
		margin-left: 58.33333%
	}
	.fila .col.offset-m8 {
		margin-left: 66.66667%
	}
	.fila .col.offset-m9 {
		margin-left: 75%
	}
	.fila .col.offset-m10 {
		margin-left: 83.33333%
	}
	.fila .col.offset-m11 {
		margin-left: 91.66667%
	}
	.fila .col.offset-m12 {
		margin-left: 100%
	}
}

@media only screen and (min-width: 993px) {
	.fila .col.l1 {
		width: 8.33333%;
		margin-left: 0
	}
	.fila .col.l2 {
		width: 16.66667%;
		margin-left: 0
	}
	.fila .col.l3 {
		width: 25%;
		margin-left: 0
	}
	.fila .col.l4 {
		width: 33.33333%;
		margin-left: 0
	}
	.fila .col.l5 {
		width: 41.66667%;
		margin-left: 0
	}
	.fila .col.l6 {
		width: 50%;
		margin-left: 0
	}
	.fila .col.l7 {
		width: 58.33333%;
		margin-left: 0
	}
	.fila .col.l8 {
		width: 66.66667%;
		margin-left: 0
	}
	.fila .col.l9 {
		width: 75%;
		margin-left: 0
	}
	.fila .col.l10 {
		width: 83.33333%;
		margin-left: 0
	}
	.fila .col.l11 {
		width: 91.66667%;
		margin-left: 0
	}
	.fila .col.l12 {
		width: 100%;
		margin-left: 0
	}
	.fila .col.offset-l1 {
		margin-left: 8.33333%
	}
	.fila .col.offset-l2 {
		margin-left: 16.66667%
	}
	.fila .col.offset-l3 {
		margin-left: 25%
	}
	.fila .col.offset-l4 {
		margin-left: 33.33333%
	}
	.fila .col.offset-l5 {
		margin-left: 41.66667%
	}
	.fila .col.offset-l6 {
		margin-left: 50%
	}
	.fila .col.offset-l7 {
		margin-left: 58.33333%
	}
	.fila .col.offset-l8 {
		margin-left: 66.66667%
	}
	.fila .col.offset-l9 {
		margin-left: 75%
	}
	.fila .col.offset-l10 {
		margin-left: 83.33333%
	}
	.fila .col.offset-l11 {
		margin-left: 91.66667%
	}
	.fila .col.offset-l12 {
		margin-left: 100%
	}

}
.tv_encabezado {
	color: #fff;
	float: left;
	background-color: #49677f;
	width: 100%;
	border-bottom: 1.06pt solid #406079;
	height: 83px;
}
.tv_encabezado_izq {
	width: 60%;
	padding: 15px 0;
	float: left;
}
.tv_encabezado_izq .tv_encabezado_titulo {
	font-size: 14pt;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}
.tv_encabezado_izq .tv_encabezado_eslogan {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 9pt;
	font-weight: 300;
}
.tv_encabezado .tv_subencabezado {
	background-color: #54728a;
	width: 100%;
	height: 38.917pt;
	float: left;
	border-bottom: 1pt solid #7F95A7;
}

.tarjeta_producto {
	padding: 5px;
	height: 222px;
	border-radius: 10px;
	border: 1px solid #9A999E;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70%;
}
.tarjeta_producto .icono_circulo{
	position: absolute;
		width: 35px;
		height: 35px;
		background-color: #88a4b8;
		border-radius: 20px;
		right: 11px;
		box-shadow: 1px 2px 3px 1px rgba(91, 91, 95, 0.15);
		background-image: url('https://farm1.staticflickr.com/457/31284940234_867b9a4351_o.png');
		background-size: 76%;
		background-repeat: no-repeat;
		background-position: 47% 43%;
}
.nombre_producto, .ai0007_contBotones {
	height: 50px;
	padding: 5px;

}
.caja0007{
  float: left;
  width: 33%;
}

.contenedorCajasMenu{
  float: left;
  width: 100%;
}
.botonCen007{
  text-align: center;
  clear: both;
}
.nombre_producto .descripcion {
	width: 49%;
	float: left;
}

.nombre_producto .descripcion p {
	margin: 4px;
	font-size: 8pt;
	color: #666666; /* 88a4b8 */
	text-transform: uppercase;
}
.marginLeft10{
	margin-left: 10em;
}

.ai0007_descripcion p, .ai0007_descripcion a, .ai0007_atributos .atributo{
	text-align: justify;
	line-height: 18px;
	color: #88a4b8;
	text-decoration: none;
}


.precio_antes0007{
  color: #e03b3b;
}
.ContenedorBotones0007{
  text-align: center;
  padding: 1em 0;
  clear: both;
}

.nombre_producto .precio,
.nombre_producto .antes {
	float: right;
	width: 49%;
	text-align: right;
}
.nombre_producto .precio {
	color: #88a4b8;
	font-size: 11pt;
}
.nombre_producto .antes {
	color: #333333;
	font-size: 8pt;
	margin: 2px;
	position: relative;
}
.nombre_producto .antes:after {
	content: ' ';
	position: absolute;
	width: 60px;
	height: 1px;
	background-color: #000;
	top: 6px;
	right: 1px;
	transform: rotate(-11deg);
}

.tarjeta_producto .control_flecha {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 1px;
	cursor: pointer;
	z-index: 2;
}
.tarjeta_producto .control_flecha .uno,
.tarjeta_producto .control_flecha .dos {
	width: 14px;
	height: 3px;
	background-color: #88a4b8;
	position: absolute;
	transition: all .45s;
}

.tarjeta_producto .control_flecha .uno {
	transform: rotate(45deg);
	top: 8px;
	left: 7px;
}
.tarjeta_producto .control_flecha .menosuno {
	transform: rotate(-45deg);
	background-color: #fff;
}
.tarjeta_producto .control_flecha .dos {
	transform: rotate(-45deg);
	top: 16px;
	left: 7px;
}
.tarjeta_producto .control_flecha .menosdos {
	transform: rotate(45deg);
	background-color: #fff;
}
.tarjeta_producto .acciones {
	width: 100%;
	padding: 48px 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #acbfcd;
	opacity: .9;
	border-radius: 10px;
	z-index: 1;
	transition: all .45s;
	text-align: center;
	display: none;
}
.tarjeta_producto .acciones.visible {
	display: block;
}

.tarjeta_producto .acciones.visible .anadir,
.tarjeta_producto .acciones.visible .detalle,
.tarjeta_producto .acciones.visible .galeria {
	width: 100px;
	display: block;
	border-radius: 11px;
	padding: 9px 12px;
	text-transform: uppercase;
	margin: 10px auto;
	text-decoration: none;
	font-weight: 700;
	font-size: 9pt;
	letter-spacing: 1px;
}
.tarjeta_producto .acciones.visible .anadir,
.tarjeta_producto .acciones.visible .detalle {
	background-color: #406179;
	color: #fff;
}
.tarjeta_producto .acciones.visible .galeria {
	background-color: #fff;
	color: #406179;
}
.titulo_categoria{
	text-transform: uppercase;
		font-size: 10pt;
		font-weight: 500;
		color: #333333;
}
.mostrar_todos_ul, .menu_categorias ul,
.menu_categorias {
	list-style:none;
	padding-left: 24px;
	margin-top: 7px;
}
.mostrar_todos_ul li .circulo , .menu_categorias li .circulo{
	width: 16px;
	height: 16px;
	background-color: #88a4b8;
	float: left;
	border-radius: 10px;
	margin-right: 5px;
}

.menu_categorias li.item{
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: 500;
	padding-bottom: 20px;
	color: #333333;
	border-right: 1px solid #9A999E;
	cursor:pointer;
}
.mostrar_todos_ul li.item{
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: 500;
	padding-bottom: 20px;
	color: #333333;
	cursor:pointer;
}
.mostrar_todos_ul li ul li, .menu_categorias li ul li {
	font-weight: 300;
	padding: 3px 0px;
	text-transform: capitalize;
	line-height: 13px;
}
.menu_categorias li ul li a {
	text-decoration: none;
  color: #345670;
  font-size: 16px;
}


#tv_navegacion{
		width: 100%;
}
#tv_navegacion #tv_menu{
	height: 84px;
	background-color: #545454;
}
#tv_navegacion #tv_submenu{
	background-color: #a0a0a0;
		height: 40px;
}
#tv_navegacion #tv_menu .titulo{
	margin: 24px 0px 5px 0px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#tv_navegacion #tv_menu .subtitulo{
	margin: 0px;
		font-weight: 300;
		text-transform: uppercase;
		color: #fff;
		font-size: 10pt;
		letter-spacing: 1px;
}

#tv_navegacion #tv_menu input.input_buscar{
	/*margin: 24px 0px 5px 0px;
		height: 26px;
		border-radius: 13px;
		padding: 5px 23px;
		border: none;
		color: #C2C3C9;
		font-weight: 500;
		font-size: 11pt;*/
    margin: 24px auto;
     width: 100%;
    background: rgba(245, 245, 245, 0.93);
    border: none;
    border-radius: 5px;
    padding: 10px 0 10px 5px;
    color: #545454;

}

.caja0007 .campo_input{
  width: 80%;
  margin: 0 auto;
}

.caja0007 .subcaja{
	width: 59%;
  margin: 0 42px;
  float: left;
  display: inline-block;
}

.item ul{
	display: none;
}

.item.mostrar ul{
	display: block;
}
.add {
	position: relative
}
.add::before{
	position: absolute;
		width: 10px;
		height: 2px;
		content: '';
		background-color: #fff;
		top: 7px;
		left: 3px;
}
.add::after{
	position: absolute;
		width: 2px;
		height: 10px;
		content: '';
		background-color: #fff;
		top: 3px;
		left: 7px;
}
</pre></body></html>