
body {
  /* Ubicación de la imagen */
  /*background-image: url(../_image/fondo1.jpg);*/

  /* Nos aseguramos que la imagen de fondo este centrada vertical y
    horizontalmente en todo momento */
  background-position: center center;

  /* La imagen de fondo no se repite */
  background-repeat: no-repeat;

  /* La imagen de fondo está fija en el viewport, de modo que no se mueva cuando
     la altura del contenido supere la altura de la imagen. fixed o scroll*/
  background-attachment: fixed;

  /* La imagen de fondo se reescala cuando se cambia el ancho de ventana
     del navegador */
  background-size: cover;

	-webkit-transition:background 1s ease-out;
	-moz-transition:background 1s ease-out;
	-o-transition:background 1s ease-out;
	-ms-transition:background 1s ease-out;
	transition:background 1s ease-out;
  /* Fijamos un color de fondo para que se muestre mientras se está
    cargando la imagen de fondo o si hay problemas para cargarla  */
  background-color: #ffffff;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;


}


html, body {
    height: 100%;
    margin: 0;
    font-size:16px;
    width: 100%;
}


@font-face {
  font-family: 'BebasNeue';
  src: url('../_fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),  url('../_fonts/BebasNeue-Regular.otf')  format('opentype'),
       url('../_fonts/BebasNeue-Regular.woff') format('woff'), url('../_fonts/BebasNeue-Regular.woff2') format('woff'), url('../_fonts/BebasNeue-Regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0.05em; 
}

#div_cabecera {
  background: #ffffff;
  /*color: white;*/
  height: 100px;
  
  width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
  left: 0; /* Posicionamos la cabecera al lado izquierdo */
  top: 0; /* Posicionamos la cabecera pegada arriba */
  position: fixed; /* Hacemos que la cabecera tenga una posición */
  z-index:999;

}

#collapse1 {
  background-color: #f8f8f8;
  min-width: 200px;
}

.li-menu{
  width: 100%;
}

#div_rubros{
  padding-top: 60px;
  margin-bottom: 10px;
}

#div_contacto {
  padding: 5% 5%;
}

#div_preguntas {
  padding: 5% 5%;
}

.bt_whatsapp_cto{
  margin-left: -20px;
}

.bt_menu {
  display:inline-block;
}

.img-line {
  display:inline-block;
}

.img-inicio{
  max-height: 22px;
}

.header-carrito{
    position: relative;
    display: inline-block;
    text-align: center;
}

.ver-contenido{
  position: absolute;
  line-height:normal;
  color:#fff;
  padding:2px 5px 2px 5px;
  /*float:left;*/
  background:#000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.footer {
	background-color: #dfdfdf;
    display: table-row;

}

.div-footer{
  max-width: 900px;
}

footer{
  /*min-height: 70px;*/
  /*margin-top: 1em;*/
  background-color: #2e79ba;
}


.font-footer-tit{
  font-family: Arial, Helvetica, sans-serif, Verdana ;
  font-size:1.0em;
  color:#efefef;
}

.font-footer-tit1{
  font-family: Arial, Helvetica, sans-serif, Verdana ;
  font-size:1.3em;
  color:#f2b76e;
}

.font-footer-tit2{
  font-family: Arial, Helvetica, sans-serif, Verdana ;
  font-size:1.0em;
  color:#f2b76e;
}

.font-footer{
  font-family: Arial, Helvetica, sans-serif, Verdana;
  font-size:0.95em;
  color:#efefef;
}

.font-08 {font-size: 0.8em;}

.font-07 {font-size: 0.7em;}

.text-nav{
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:0.85em;
}

.div_copy{
  padding-top: 10px;
  background-color: #1464a9;
}


.text-pack{
  line-height:5px;
  font-size:1.5em;
}

.text-pack-n{
  line-height:5px;
  font-size:1.3em;
}

.btn-pack{
padding: 2px;
margin-right: 30px;
}






.header-compras {
  padding: 7px 0px 0px 0px;
  margin-right: 10px;
}

a .ver-contenido-top{
  font-size:15px;
  line-height:normal;
  color:#FFF;
  margin:0px 0 0 0px;
  padding:0 0 0 0px;
  text-decoration:none; 
}
a:hover .ver-contenido-top{
  color:#165878;
  text-decoration:none; 
}
a:active .ver-contenido-top{
  color:#165878;
  text-decoration:none; 
}


.text-nombre{
  color: #6778c6;
  font-size: 1.0em;
}



.img-carrito{
	margin-top: -5%;
  margin-right: 5%;
}




.input-text-height{height: 33px;font-size:1.0em;}



::placeholder {
  color: #767676;
  opacity: 0.8; /* Firefox */
  /*text-transform: lowercase !important;*/
}



.text-agregar{
  font-size: 14px;
  font-style: normal !important;
  padding:0px 10px 0px 5px;
}

.text-min{
  font-size: 0.6em;
}

.glyphicons1 {
  opacity: 0.5;
  filter:  alpha(opacity=50);
  max-width: 40%;
}

#div_search{
  margin-top: 25px;
}

.pad-1{
  margin-left: 2%;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.div-producto {
  width: 200px;
  height: 330px;
  padding: 0.2em;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #A4A4A4;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  display: inline-block;
  text-align: center;

}

#div_img_detalle{
  z-index: 10000;
}

#div_detalle {
  max-width: 600px;
  height: 485px;
  padding: 0.8em;
  margin: 10px 2px 10px 2px;
  background-color: #fff;
  border: 2px solid #A4A4A4;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

hr {
  background: #e0dfdf;
  height: 1px;
  border: none;
}

.p-detalle-titulo{
  font-size:15px;
  font-weight:bold;
  line-height:18px;
  color:#004494;
}
.p-detalle-codigo{
  font-size:13px;
  font-weight:normal;
  line-height:18px;
  color:#004494;
  margin-bottom: -10px;
}

.p-texto-ft{
  font-size:13px;
  font-weight:normal;
  line-height:17px;
  color:#000;
  padding:0 0 0 0;
  margin-top: -10px;
}

.p-img-detalle{
  height:200px;
  margin:0 auto;
  background:#ffffff;
  z-index:10000;
}

.img-detalle{
  max-height: 200px;
}

.p-detalle{
  font-family: 'BebasNeue';
  color:#5c5d5f;
  font-size:1.3em;
  font-weight:normal;
}

#t_carrito_detalle{
  background-color: #ffffff;
}

#div_carrito {
  
  min-height: 185px;
  padding: 0.8em;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #70bee6;
  border: 1px solid #70bee6;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

#div_formulario {
  
  min-height: 185px;
  padding: 0.8em;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #70bee6;
  border: 1px solid #70bee6;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.subform{
  font-size:12px;
  font-weight:normal;
  text-align:left;
}


.text-label {
  color:#5c5d5f;
  font-size: 1.0em;
  font-weight:normal;
}

.text-campo {
  color:#5c5d5f;
  font-size: 1.0em !important;
  font-weight:normal;
}

.text-tienda-tot{font-size:15px;color: #d94e0f;}

.text-tienda-desc{font-size:15px;color: #675cf8;}

.p-negro{
  color:#000;
  font-size:1em;
  line-height:17px;
}



.h2-blanco{
  color:#FFF;
  font-size:12px;
}


.ui-autocomplete {
    position: absolute;
    z-index: 10000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
      font-size: 1.2em;
      max-width: 300px;
      height: 200px;
      overflow-y:scroll;
      overflow-x:hidden;

}
.ui-autocomplete > li {
  padding: 3px 20px;
}
.ui-autocomplete > li.ui-state-focus {
  background-color: #f5d265;
}

#text_nombre{
  font-size:0.8em;
}



.p-titulo{
  font-family: 'BebasNeue';
  height:45px;
  font-size:18px;
  color:#5c5d5f;
  font-weight:normal;
  line-height:22px;
  margin:10px 10px 10px 10px;
  padding:0px 10px 0px 10px;
  text-align:center;
}

.p-img{
  width: 100%;
  height:180px;
  margin:0 auto;
  background:#ffffff;
  overflow:hidden;
  z-index:100;
}

#ul_productos{
  background:#f8f8f8;
  height:300px;
  width: 250px;
  overflow-y:scroll;
}

#div_contenido {
  padding: 0;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(214,211,214,1) 99%, rgba(214,211,214,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(246,246,246,1)), color-stop(99%, rgba(214,211,214,1)), color-stop(100%, rgba(214,211,214,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(214,211,214,1) 99%, rgba(214,211,214,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(214,211,214,1) 99%, rgba(214,211,214,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(214,211,214,1) 99%, rgba(214,211,214,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 0%, rgba(214,211,214,1) 99%, rgba(214,211,214,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d3d6', GradientType=0 );
  padding-top: 20px; /* Relleno superior igual a la altura de la cabecera*/

}

#div_productos_row{  
  min-height: 800px;
  margin-top: 55px;
  text-align: center;
}

@media (min-width: 250px) {

body{
  padding-top: 60px; /* Relleno superior igual a la altura de la cabecera*/
}

#div_cabecera {
  height: 60px;
}

/* ------ BOTON MENU ------ */
#div_btn_menu {
  margin-top: 25px;
  margin-left: 15px;
  z-index: 999;
}

.botonmenu{
  max-width: 70%;
}

.item-menu{
  font-family: 'BebasNeue';
  font-size: 1.2em !important;
  color:#5c5d5f;
}
/* ------ BOTON MENU ------ */


/* ------ LOGO CENTRAL ------ */
#div_logo_header{
  margin-top: 10px;
  margin-left: -15px;
}
/* ------ LOGO CENTRAL ------ */


/* ------ CARRITO ------ */
#div_header_carrito{
  margin-top: 20px;
  margin-left: -15px;
}

#id_img_carrito {
  max-width: 70%;
}

.ver-contenido{
  top: 12px;
  left: 10px;
  font-size:10px;
  width: 25px;
}
/* ------ CARRITO ------ */


/* ------ BUSCAR ------ */
#div_buscar {
  background-color: #fff;
  height: 45px;
  position: fixed; /* Hacemos que la cabecera tenga una posición */
  z-index:99;
}

.text-search1{
  margin-top: 0px;
  margin-left: -20px;
}

.text_buscar{
  padding: 0px 10px;
  font-size: 0.9em !important;
}
/* ------ BUSCAR ------ */


/* ------ PRODUCTOS ------ */
#div_productos_row{  
  margin-top: 35px;
}

.div-producto {
  width: 170px;
  height: 230px;
}

.p-titulo{
  height:25px;
  font-size:14px;
  color:#5c5d5f;
  font-weight:normal;
  line-height:13px;
  margin:5px 5px 5px 5px;
  padding:0px 5px 0px 5px;
  text-align:center;
}

.p-img{
  width: 100%;
  height:110px;
  margin:0 auto;
  background:#ffffff;
  overflow:hidden;
  z-index:100;
}
/* ------ PRODUCTOS ------ */

.btn {
  padding: 4px 4px !important;
  font-size: 12px !important;
}

#div_detalle {height: 525px;}

.text-totcompra{
  color: #343434;
  font-size: 1.1em;
  font-weight:bold;
  text-align: center;
}

.p1-negro{
  color:#000;
  font-size:0.7em;
  line-height:17px;
}

.img-lista{
    max-width: 100%;
}

.img-cesto{
    max-width: 80%;
}

#div_preguntas, #div_contacto {
  margin-top: 30px;
}

.font-pago {font-size: 0.8em;}

}

@media (min-width: 400px) {
}

@media (min-width: 500px) {


body{
  padding-top: 60px; /* Relleno superior igual a la altura de la cabecera*/
}

#div_cabecera {
  height: 60px;
}

/* ------ BOTON MENU ------ */
#div_btn_menu {
  margin-top: 25px;
  margin-left: 15px;
  z-index: 999;
}

.botonmenu{
  max-width: 60%;
}

.item-menu{
  font-family: 'BebasNeue';
  font-size: 1.2em !important;
  color:#5c5d5f;
}
/* ------ BOTON MENU ------ */


/* ------ LOGO CENTRAL ------ */
#div_logo_header{
  margin-top: 10px;
  margin-left: -15px;
}
/* ------ LOGO CENTRAL ------ */


/* ------ CARRITO ------ */
#div_header_carrito{
  margin-top: 30px;
  margin-left: 0px;
}

#id_img_carrito {
  max-width: 50%;
}

.ver-contenido{
  top: 15px;
  left: 15px;
  font-size:10px;
  width: 30px;
}
/* ------ CARRITO ------ */


/* ------ BUSCAR ------ */
#div_buscar {
  background-color: #fff;
  height: 60px;
  position: fixed; /* Hacemos que la cabecera tenga una posición */
  z-index:99;
}

.text-search1{
  margin-top: 15px;
}

.text_buscar{
  padding: 0px 10px;
  font-size: 1em !important;
}
/* ------ BUSCAR ------ */


/* ------ PRODUCTOS ------ */
#div_productos_row{  
  margin-top: 55px;
}

.div-producto {
  width: 180px;
  height: 230px;
}

.p-titulo{
  height:25px;
  font-size:15px;
  color:#5c5d5f;
  font-weight:normal;
  line-height:13px;
  margin:5px 5px 5px 5px;
  padding:0px 5px 0px 5px;
  text-align:center;
}

.p-img{
  width: 100%;
  height:110px;
  margin:0 auto;
  background:#ffffff;
  overflow:hidden;
  z-index:100;
}
/* ------ PRODUCTOS ------ */


.btn {
  padding: 6px 12px !important;
  font-size: 14px !important;
}

.p1-negro{
  color:#000;
  font-size:0.9em;
  line-height:17px;
}

.img-lista{
    max-width: 80%;
}

.img-cesto{
    max-width: 100%;
}

#div_preguntas, #div_contacto {
  margin-top: 0px;
}

.font-pago {font-size: 1.0em;}

}

@media (min-width: 768px) {

body{
  padding-top: 100px; /* Relleno superior igual a la altura de la cabecera*/
}

#div_cabecera {
  height: 100px;
}

/* ------ BOTON MENU ------ */
#div_btn_menu {
  margin-top: 45px;
  margin-left: 35px;
   z-index: 999;
}

.botonmenu{
  max-width: 100%;
}

.item-menu{
  font-family: 'BebasNeue';
  font-size: 1.2em !important;
  color:#5c5d5f;
}
/* ------ BOTON MENU ------ */


/* ------ LOGO CENTRAL ------ */
#div_logo_header{
  margin-top: 13px;
  margin-left: -35px;
}
/* ------ LOGO CENTRAL ------ */


/* ------ CARRITO ------ */
#div_header_carrito{
  margin-top: 40px;
  margin-left: 0px;
}

#id_img_carrito {
  max-width: 50%;
}

.ver-contenido{
  top: 25px;
  left: 35px;
  font-size:14px;
  width: 40px;
}
/* ------ CARRITO ------ */


/* ------ BUSCAR ------ */
#div_buscar {
  background-color: #fff;
  height: 60px;
  position: fixed; /* Hacemos que la cabecera tenga una posición */
  z-index:99;
}

.text-search1{
  margin-top: 10px;
}

.text_buscar{
  padding: 0px 10px;
  font-size: 1.4em !important;
}
/* ------ BUSCAR ------ */


/* ------ PRODUCTOS ------ */
.div-producto {
  width: 300px;
  height: 330px;
}

.p-titulo{
  height:45px;
  font-size:22px;
  color:#5c5d5f;
  font-weight:normal;
  line-height:22px;
  margin:10px 10px 10px 10px;
  padding:0px 10px 0px 10px;
  text-align:center;
}

.p-img{
  width: 100%;
  height:180px;
  margin:0 auto;
  background:#ffffff;
  overflow:hidden;
  z-index:100;
}
/* ------ PRODUCTOS ------ */


.text-totcompra{
  color:#5c5d5f;
  font-size: 1.4em;
  font-weight:normal;
  text-align: center;
}

.img-lista{
    max-width: 60%;
}


}

@media (min-width: 900px) {

body{
  padding-top: 110px; /* Relleno superior igual a la altura de la cabecera*/
}

#div_cabecera {
  height: 110px;
}

  #div_header_carrito{
    margin-top: 45px;
    margin-left: 0px;
  }
}

@media (min-width: 1024px) {

}

@media (min-width: 1200px) {

body{
  padding-top: 110px; /* Relleno superior igual a la altura de la cabecera*/
}

#div_cabecera {
  height: 110px;
}

/* ------ BOTON MENU ------ */
#div_btn_menu {
  margin-top: 45px;
  margin-left: 35px;
   z-index: 999;
}

.botonmenu{
  max-width: 100%;
}

.item-menu{
  font-family: 'BebasNeue';
  font-size: 1.2em !important;
  color:#5c5d5f;
}
/* ------ BOTON MENU ------ */


/* ------ LOGO CENTRAL ------ */
#div_logo_header{
  margin-top: 15px;
  margin-left: -35px;
}
/* ------ LOGO CENTRAL ------ */


/* ------ CARRITO ------ */
#div_header_carrito{
  margin-top: 50px;
  margin-left: 0px;
}

#id_img_carrito {
  max-width: 50%;
}

.ver-contenido{
  top: 30px;
  left: 30px;
  font-size:15px;
  width: 40px;
}
/* ------ CARRITO ------ */


/* ------ BUSCAR ------ */
#div_buscar {
  background-color: #fff;
  height: 60px;
  position: fixed; /* Hacemos que la cabecera tenga una posición */
  z-index:99;
}

.text-search1{
  margin-top: 12px;
}

.text_buscar{
  padding: 0px 10px;
  font-size: 1.4em !important;
}
/* ------ BUSCAR ------ */


.text-totcompra{
  color: #343434;
  font-size: 1.4em;
  font-weight:bold;
  text-align: center;
}

.img-lista{
    max-width: 80%;
}

#div_detalle {height: 485px;}


}

@media (min-width: 1367px) {
}









.text-link{
	font-size:1.0em;
	color:#9e9e9e;
	text-decoration: underline;
}

.text-copy{
	font-size:0.9em;
	color:#9e9e9e;
}

.text-info{
  /*font-family: 'PierSans-Bold';*/
  color:#7b7a7a;
  font-size:0.8em;
}

.footer-link{
	padding-top: 2%;
}

.info {
	display: inline-block;
}



#id_inicio{margin-top:3px;  }






#fila1-prod{
  margin-top: 0px;
/*  background-color: #E6E6E6;
*/  z-index:100;
}




.text-descrip{
  font-size:1.5em;
  color:#f2931f;
  font-style:bold;
  text-align:center;
}
.text-comen1{
  font-size:14px;
  color:#f2931f;
  font-style:italic;
  text-align:left;
}




.p-titulo-detalle{
  font-family: 'BebasNeue';
  font-size:24px;
  color:#5c5d5f;
  font-weight:normal;
  line-height:20px;
  text-align:center;
}

.p-subtitulo-detalle{
  font-family: 'BebasNeue';
  font-size:20px;
  color:#d43a16;
  font-weight:normal;
  line-height:20px;
  text-align:center;
}



.img-prod{
  max-height: 100%;
}

.p-descrip{
  height:55px;
  text-align:center;
  margin:0 auto;
  line-height:15px;
  padding: 9px 0 4px 0;
  font-size: 12px;
  font-weight:bold;
  color:#000;
}

.p-precio{
  /*font-family: 'PierSans';*/
  font-size:0.8em;
  color:#DF2027;
  font-weight:bold;
  line-height:15px;
  margin:2px 0 0 0;
  padding: 6px 0 2px 0;
  text-align:center;
}

.p-precio-oferta{
  font-family: 'BebasNeue';
  font-size:2.0em;
  color:#5c5d5f;
  font-weight:normal;
  line-height:20px;
  margin:6px 0 5px 0;
  padding: 6px 0 2px 0;
  text-align:center;
}

#div_cantidad{
  max-width: 80%;
}

.text-cantidad{
  font-family: 'BebasNeue';
  font-size: 1.4em !important;
}

#text-categ{
    width: 110px;
    height: 35px;
    background:#f5dc84;
}

.text-categ{
  font-size:21px;
  color:#f6c20b;
  font-weight:bold;
}



/* ----------------------------------- FIN MEGALIBRERIA ----------------------------------- */


#id_carrito_detalle{
  margin-top: 10px;
    height: 350px;
    overflow-y:scroll;
}

.tooltip-inner {
  max-width: 500px;
}

.tips + .tooltip > .tooltip-inner {
    width: 250px;
    background-color: #fff;
    color: #9e9e9e;
    border: 3px solid #e8550c;
    padding: 5px;
    font-size: 1em;
}

/* Tooltip on top */
.tips + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #e8550c;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1.0;
}


.text-registro-tit{margin-top: 30px; margin-bottom: 30px; font-size:1.3em;font-family: 'PierSans-Bold';color: #666666;}

#div_registro{margin-top: 0px;margin-bottom: 10px}
#div_ingresar{margin-top: 30px;margin-bottom: 50px}

#id_categ{font-size:1.0em;font-family: 'PierSans-Bold';color: #808080;background-color: #ededed;padding: 10px;}

.text-form-tit{font-size:1.0em;font-family: 'PierSans-Bold';color: #808080;}

#id_usuario, #id_dempresa, #id_entrega, #bot_enviar_datos{margin-top: 50px;}

#id_tel_foot {
  width:192px;
}

.div_foot_comun{
  margin-bottom: 10px;
}

#slideshow-tel {
  position:relative;
  max-width:192px;
  height:67px;
  background:url(../_image/ft-telefonos.png) left top no-repeat;
  margin:0 10px 0 0;
  float:left;
}


.txt-azul{
    color:#034EA2;
}

#img-lista{
    max-width: 115px;
}


.v-middle {
	display: inline-block;
	vertical-align: middle;
}

.cpointer {
	cursor: pointer;
}

#div_centrado {
   width: 30%;
   height: 26%;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-left: -15%;   // Presta atencion al signo negativo!!!
   margin-top: -13%;   // Presta atencion al signo negativo!!!
   z-index: 99999;
}

/*-- Animación de Cargando --*/
.spiner {
    padding: 7px;
    margin: 0;
    height: 74px;
   z-index: 99999;

}
.ball1{
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 auto;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}


  /*-- Círculo interior --*/
.ball1 {
    border: 5px solid #d94e0f;
    border-top: 5px solid rgba(211, 108, 137, 0.31);
    border-left: 5px solid rgba(211, 108, 137, 0.31);
    width: 26px;
    height: 26px;
    position: relative;
    top: -48px;
    -webkit-animation: spinoff 1s infinite linear;
    -o-animation: spinoff 1s infinite linear;
    animation: spinoff 1s infinite linear;
}

/*-- Animación Spin --*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*-- SpinOff --*/

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@-moz-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}




.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0px;
}


/* Para que no aparezcan los mensajes de Autocomplete */
.ui-helper-hidden-accessible { display:none; }



.desc_oferta{
  font-size:13px;
  color:#3c5aa7;
  font-weight:bold;
  line-height:normal;
  margin:0px 0 0 3px;
  text-align:center;
}

.prec-ant{
  font-size:13px;
  color:#a3a4a4;
  text-decoration:line-through;  
  line-height:normal;
  text-align:center;
}

.buscador{
  font-size:13px;
  color:#ffffff;
  text-align:center;
}

.cartel-nuevo-busc{
  width:80px;
  height:60px;
  background:url(../_image/nuevo.png) left top no-repeat;
  float:left;
  position:absolute;
  z-index:9976;
  margin:-5px 0 0 -50px;
}



.modal-backdrop
{
    filter: alpha(opacity=80) !important;
    opacity:0.8 !important;
}


/*.hover1 figure img {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.hover1 figure:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}*/

.hoverzoom span img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.hoverzoom span:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


