/* ---- VERSION DANI ---- */

html, body{
	padding:0px;
	margin:0px;
	font-family:Arial;
}

div, p, a, ul, li, ol{
	box-sizing:content-box;
	text-decoration:none;
	padding:0px;
	margin:0px;
	list-style:none;
}

header, section, footer{
	overflow:hidden;
	width:100%;
}

.todo{
	max-width:1100px;
	margin:auto;
	height:auto;
}

header #encabezadoGris{
	float:left;
	width:100%;
/*	background-color: #CCC; */
	background-color: #c7d34d;
}

header #ingresarRegistrar{
	float:left;
	width:16%;
}

header .botonesEncabezado{
	float:left;
	width:50%;
}

header .botonesEncabezado a{
	float:left;
	width:100%;
	text-align:center;
	color:#000;
	margin-right:10px;
	font-size:12px;
	padding:10px 0px 10px 0px;
}

header .botonesEncabezado a:hover, header #verTutorial a:hover {
	color: #FFF;
	text-decoration:none;
/*
	background: rgba(77,77,77,1);
	background: -moz-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(102,102,102,1) 50%, rgba(77,77,77,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(77,77,77,1)), color-stop(50%, rgba(102,102,102,1)), color-stop(100%, rgba(77,77,77,1)));
	background: -webkit-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(102,102,102,1) 50%, rgba(77,77,77,1) 100%);
	background: -o-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(102,102,102,1) 50%, rgba(77,77,77,1) 100%);
	background: -ms-linear-gradient(top, rgba(77,77,77,1) 0%, rgba(102,102,102,1) 50%, rgba(77,77,77,1) 100%);
	background: linear-gradient(to bottom, rgba(77,77,77,1) 0%, rgba(102,102,102,1) 50%, rgba(77,77,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#4d4d4d', GradientType=0 );
*/
	background: #000;
}

header #telefono{
	float:left;
	width:54%;
	text-align:left;
	color:#000;
	padding:7px 0px 0px 0px;
	font-size:15px;
}

header #telefono a {
	color: #000;
}

header #telefono a:hover {
	text-decoration: none;
	color: #da2c30;
}

header #telefono span {
	margin-left: 10px;
	margin-right: -5px;
}

header #verTutorial{
	float:left;
	width:9%;
}

header #verTutorial a{
	float:left;
	width:100%;
	color:#000;
	padding:10px 5px 10px 5px;
	font-size:12px;
}

header #miCuenta{
	float:right;
	width:35%;
}

header .botonesMiCuenta{
	float:left;
	width:75%;
	margin-left: 2%;
}

header .botonesMiCuenta a{
	float:right;
	width:100%;
	text-align:right;
	color:#000;
	font-size:12px;
	padding:11px 20px 9px 0px;

}

header .botonesMiCuenta a:hover{
	color: #FFF;
	text-decoration: none;
/*
	background: rgba(77,77,77,1);
	background: -moz-linear-gradient(left, rgba(77,77,77,1) 0%, rgba(102,102,102,1) 50%, rgba(77,77,77,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(77,77,77,1)), color-stop(50%, rgba(102,102,102,1)), color-stop(100%, rgba(77,77,77,1)));
	background: -webkit-linear-gradient(left, rgba(77,77,77,1) 0%, rgba(102,102,102,1) 50%, rgba(77,77,77,1) 100%);
	background: -o-linear-gradient(left, rgba(77,77,77,1) 0%, rgba(102,102,102,1) 50%, rgba(77,77,77,1) 100%);
	background: -ms-linear-gradient(left, rgba(77,77,77,1) 0%, rgba(102,102,102,1) 50%, rgba(77,77,77,1) 100%);
	background: linear-gradient(to right, rgba(77,77,77,1) 0%, rgba(102,102,102,1) 50%, rgba(77,77,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#4d4d4d', GradientType=1 );
*/
	background: #000;
}

header #encabezadoPrincipal{
	float:left;
	width:100%;
	margin-top:10px;
}

header #encabezadoPrincipal #logo{
	float:left;
	width:22%;
	margin-bottom: 5px;
}

header #encabezadoPrincipal #logo img{
	width:100%;
}

header #encabezadoPrincipal #formBuscar{
	float:left;
	width:72%;
	margin-left:60px;
	background-color:#666666;
	padding:5px 0px 5px 5px;
	border-radius:5px;
/*	margin-top:20px; */
	margin-top:0px;
}

header #encabezadoPrincipal #formBuscar input[type="text"]{
	float:left;
	width:94%;
	border:0px;
	padding:8px 0px 8px 5px;
	font-size:12px;
	border-radius:5px;
}

header #encabezadoPrincipal #formBuscar a{
	float:left;
	width:4%;
	color:#fff;
	text-align:center;
	margin-left:10px;
	margin-top:5px;
	font-size:15px;
	cursor:pointer;
}

header #encabezadoPrincipal #ayudaLinea{
	float:left;
	width:6.5%;
	/*margin-left:40px; */
	text-align:center;
	background: #FFFFFF;
	margin-top:-30px; 
	margin-left:25px;
}

header #encabezadoPrincipal #ayudaLinea a{
	float:left;
	width:100%;
	text-align:center;
	font-size:10px;
	background: #FFFFFF;
}

header #encabezadoPrincipal #ayudaLinea a:hover{
	cursor: pointer;
}

header .boton_blog {
	width:100%;
}

header .slogan {
	font-size:29px; 
	font-weight:bold; 
	text-transform:uppercase; 
	position:relative; 
	left:60px;
	top:0px;
	height: 29px;
}

header #encabezadoPrincipal #ayudaLinea a img{
	width:100%;
	background: #FFFFFF;
}

header #carritoVerificacion{
	float:right;
	width:23%;
}

header #carritoVerificacion #carrito{
	float:left;
	width:100%;
	padding:7px 0px 2px 0px;
	background-color: #cc0000;
	color:#fff;
}

header #carritoVerificacion #carrito #precio{
	float:left;
	width:100%;
	text-align:center;
	margin-left:20px;
	margin-top:8px;
}

header #carritoVerificacion #carrito #carro{
	float:left;
	width:32%;
	text-align:center;
	margin-left: 21px;
	vertical-align: bottom;
}

header #carritoVerificacion #carrito #piezas{
	float:left;
	width:25%;
	color:#000;
	text-align:center;
	font-size:10px;
	margin-left:-3px;
	margin-top: -5px;
}

header #carritoVerificacion #carrito #piezas #piezasCirculos{
	float:left;
	width:100%;
	border-radius:50px;
	color:#000;
	margin-bottom:0px;
	font-size:12px;
	background:#fff;
	padding:3px 0px 3px 0px;
	text-align:center;
}

header #carritoVerificacion #verificarCodigo{
	border-radius:5px 5px 0px 0px;
	text-align: center;
	float:left;
	width:100%;
	background-color:#cc0000;
	padding:5px 0px 5px 0px;
	margin-bottom:35px;
	color: #FFF;
}

header #encabezadoPrincipal #menu{
	float:left;
	width:59.6%;
	max-width:1100px;
	margin-top:3px;
	position:absolute;
	clear: both;
}

header #encabezadoPrincipal #menu ul li a:hover{
	background: rgba(1,17,17,1);
	color:#fff;
}

#menu_opciones_usuario {
    position: absolute;
    margin-top: 37px;
    background: #eee;
    width: 282px;
    min-height: 80px;
    border: 2px solid #c7d34d;
    border-top: none;
    z-index: 2000;
    display: none;
}

#div_cerrar_submenu_usuario {
    position: absolute;
    right: -1px;
}

#div_submenu_usuario {
    float: left;
    padding: 0px 3px 10px 3px;
    width: 100%;
    text-align: center;
}

.parrafo_submenu_usuario {
    font-weight: bold!important;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 10px;
}

#btn_cerrar_submenu_usuario {
    margin: 0!important;
    padding: 5px 2px 5px 5px!important;
    font-size: 16px;
}


section #contenidoBanner{
	float:left;
	width:100%;
	background: #FFF;
}

section #contenidoBanner #banner{
	float:left;
	width:100%;
	background-color: #04602E;
}

section #contenidoBanner #banner img{
	float:left;
	width:100%;
}

section #puntos{
	float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	background: rgba(102,102,102,1);
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(50%, rgba(77,77,77,1)), color-stop(100%, rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: linear-gradient(to bottom, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666', GradientType=0 );
}

section #puntos #acumulaCompras{
	float:left;
	text-align:center;
	width:37%;
	color:#fff;
	font-weight:bold;
	font-size:20px;
	padding:10px 0px 10px 0px;
}

section #puntos #acumulaCompras .botonCompras{
	float:left;
	width:50%;
	color:#fff;
	background: rgba(255,0,0,1);
	background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,0,1)), color-stop(51%, rgba(176,0,0,1)), color-stop(100%, rgba(255,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000', GradientType=0 );
	text-align:center;
	padding:5px 0px 5px 0px;
	border-radius:5px;
	margin-left:25%;
	margin-top:10px;
	cursor:pointer;
}

section #puntos #acumulaCompras .botonCompras:hover{
	background: rgba(255,0,0,1);
	background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(51%, rgba(176,0,0,1)), color-stop(100%, rgba(255,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000', GradientType=1 );
}

section #puntos #puntosActuales{
	float:left;
	width:20%;
	margin-left:20px;
	margin-bottom:5px;
}

section #puntos #puntosRojo{
	float:left;
	width:100%;
	background: rgba(255,0,0,1);
	background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,0,1)), color-stop(51%, rgba(176,0,0,1)), color-stop(100%, rgba(255,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000', GradientType=0 );
	text-align:center;
	padding:10px 0px 10px;
	color:#fff;
	font-size:25px;
	font-weight:bold;
}

section #puntos #textoPuntos{
	float:left;
	width:100%;
	background: rgba(102,102,102,1);
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(50%, rgba(77,77,77,1)), color-stop(100%, rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: linear-gradient(to bottom, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666', GradientType=0 );
	text-align:center;
	color:#fff;
	padding:10px 0px 10px 0px;
	font-size:15px;
}

section #puntos #recomendar{
	float:right;
	width:35%;
	text-align:center;
	margin-top:10px;
	color:#fff;
}

section #puntos #formularioRecomendados{
	float:left;
	width:100%;
	margin-bottom:10px;
	border-radius:5px;
	padding:5px 0px 5px 4px;
	background: rgba(102,102,102,1);
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(50%, rgba(77,77,77,1)), color-stop(100%, rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	background: linear-gradient(to bottom, rgba(102,102,102,1) 0%, rgba(77,77,77,1) 50%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#666666', GradientType=0 );
}

section #puntos #formularioRecomendados input[type="email"]{
	float:left;
	width:68%;
	border-radius:5px;
	border:0px;
	color:#000;
	font-size:12px;
	padding:7px 0px 7px 10px;
}

section #puntos #formularioRecomendados a{
	float:left;
	width:29%;
	color:#fff;
	text-align:center;
	margin-top:5px;
	cursor:pointer;
}

section #puntos #formularioRecomendados a:hover{
	text-decoration:underline;
}

section #productosRecomendados{
	float:left;
	width:100%;
	background-color:#f3f3f3;
}

section #productosRecomendados .slider3_wrapper{
	display: block;
	width:100%;
}

footer #beneficiosCompra{
	float:left;
	width:100%;
	background-color:#4d4d4d;
	border-top:4px solid #111;
	border-bottom:4px solid #111;
	margin-top:5px;
}

footer #beneficiosCompra #beneficiosCompraRojo{
	float:left;
	width:100%;
	background: rgba(1,17,17,1);
	background: -moz-linear-gradient(top, rgba(1,17,17,1) 0%, rgba(84,84,84,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,17,17,1)), color-stop(100%, rgba(84,84,84,1)));
	background: -webkit-linear-gradient(top, rgba(1,17,17,1) 0%, rgba(84,84,84,1) 100%);
	background: -o-linear-gradient(top, rgba(1,17,17,1) 0%, rgba(84,84,84,1) 100%);
	background: -ms-linear-gradient(top, rgba(1,17,17,1) 0%, rgba(84,84,84,1) 100%);
	background: linear-gradient(to bottom, rgba(1,17,17,1) 0%, rgba(84,84,84,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#011111', endColorstr='#545454', GradientType=0 );
	color:#fff;
	padding:5px 0px 5px 0px;
}

footer #beneficiosCompra #beneficiosCompraRojo #textoBeneficios{
	float:left;
	width:45%;
	color:#fff;
	text-align:center;
	font-size:23px;
}

footer #beneficiosCompra #beneficiosCompraRojo #contacto{
	float:left;
	width:11%;
	font-size:20px;
	margin-left:30px;
	margin-top:2px;
	color:#fff;
}

footer #beneficiosCompra #beneficiosCompraRojo #contacto img{
	float:right;
}

footer #beneficiosCompra #beneficiosCompraRojo #siguenos{
	float:left;
	width:30%;
	font-size:20px;
	margin-top:2px;
	margin-left:100px;
}

footer #beneficiosCompra #beneficiosCompraRojo #siguenos .redes{
	float:right;
	width:29px;
	margin-left:10px;
}

footer #beneficiosCompra #beneficiosCompraRojo #siguenos .redes img{
	float:left;
	width:100%;
	transition: 2s ease;
	-moz-transition: 2s ease; /* Firefox */
	-webkit-transition: 2s ease; /* Chrome - Safari */
	-o-transition: 2s ease; /* Opera */
}

footer #beneficiosCompra #beneficiosCompraRojo #siguenos .redes:hover img{
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}

footer #beneficiosCompra #beneficiosCompraRojo #imagenBeneficios img{
	float:left;
	width:100%;
	margin-top:10px;
}

footer #pieAzul{
	float:left;
	width:100%;
	background-color:#FFF;
	border-top: 1px solid #BBB;
	margin-top:5px;
	margin-bottom:5px;
}

footer #pieAzul .pieContenedor {
	width: 100%;
	float: left;
	clear: both;
	color: #000;
	margin-top: 17px;
	margin-bottom: 20px;
}

footer #pieAzul .pieContenedor .pieSeccion {
	width: 25%;
	float: left;
	text-align: center;
}

footer #pieAzul .pieContenedor .pieSeccion p {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 7px;
}

footer #pieAzul .pieContenedor .pieSeccion p.subtitulo {
	font-weight: bold;
	font-size: 16px;
	margin-top: 7px;
	margin-bottom: -5px;
}
footer #pieAzul .pieContenedor .pieSeccion #formularioSuscribirse {
	text-align: center;
	margin: auto;
}

footer #pieAzul .pieContenedor .pieSeccion #formularioSuscribirse input[type="email"]{
	width:90%;
	color:#000;
	font-weight:normal;
	font-size:12px;
	padding:5px 0px 5px 10px;
	margin-top: 10px;
	height: 35px;
	border: 1px solid #999;
}

footer #pieAzul .pieContenedor .pieSeccion #formularioSuscribirse button{
	border: 1px solid #333;
	width:90%;
	text-align:center;
	color:#333;
	font-size:14px;
	margin-top:15px;
	background-color: #fff;
	height: 35px;
	line-height: 30px;
}

footer #pieAzul .pieContenedor .pieSeccion #formularioSuscribirse button:hover {
	background: #eee;
}

footer #pieAzul .pieContenedor .pieSeccion a {
	line-height: 30px;
	font-size: 14px;
	color: #000;
}

footer #pieAzul .pieContenedor .pieSeccion .domicilio {
	margin: 10px 0 30px 0;
}

footer #pieAzul .pieContenedor .pieSeccion .redesSociales {
	font-size: 30px;
}

/* ------------------- VERSION PABLO  ------------------------ */

#popUp_cargando {
  margin: auto;
  width: 100%;
  text-align: center;
  display: none;
}

#popUp_mensajes {
  margin: auto;
  text-align: center;
  display: none;
  background: #CCCCCC;
  color: 000000;
  padding: 30px;
}

.banners_promocionales {
	width:48.8%; 
	display: inline-block;
	text-align: left;
}

.banner_promocionales_izq {
	margin-right:17px;
}

/*  ----------------------------------- popUps  --------------------------- */

#tabsRegistro ul {
  width: 100%;
}

#tabsRegistro li {
  width: 50%;
  background: #e6821e;
  border-bottom: 4px solid #e6821e;
}

#tabsRegistro li a {
  color: #FFFFFF;
  background: none;
  text-align: center;
  border: none;
}

#tabsRegistro li.active {
  background: #131c76;
  border-bottom: 4px solid #131c76;
  color:#000;
}

#tabsRegistro .tab-content {
  padding: 10px;
}

#tabsRegistro .input-group {
  margin-top: 5px;
  margin-bottom: 10px;
}



.signin_terminos {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}


/* -------------- listado de Categorias -------------------------- */
.banner_categoria_back {
  width: 100%;
  background: #CCCCCC;
} 

.centro_categoria {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.centro_categoria .breadcrumbs {
  width: 100%;
  margin-top: 30px;
  font-size: 18px;
  color: #ff0000;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff0000;
  margin-bottom: 10px;
}

.centro_categoria .breadcrumbs a {
  color: #666666;
  text-decoration: none;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.centro_categoria .breadcrumbs a:hover {
  color: #ff0000;
}


.centro_categoria .contenido_derecha {
  float: left;
  width: 100%;
}

.centro_categoria .contenido_derecha h1 {
  padding: 10px 0;
  margin: 0;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  color: #666666;
}

.centro_categoria .contenido_derecha div > p {
  text-align: center;
  font-size: 18px;
  color: #04602E;
}

.centro_categoria .contenido_derecha .lista_categorias_hijas {
	float:left;
	width:100%;
  	margin-top: 30px;
}

.centro_categoria .contenido_derecha .lista_categorias_hijas .categoriaProductos{
	float:left;
	width:32%;
	margin-left:10px;
	margin-bottom:20px;
}

.centro_categoria .contenido_derecha .lista_categorias_hijas .categoriaProductos .imagen{
	float:left;
	width:100%;
	text-align:center;
}

.centro_categoria .contenido_derecha .lista_categorias_hijas .categoriaProductos .imagen img{
	height:150px; 
	width:auto;
}

.centro_categoria .contenido_derecha .lista_categorias_hijas .categoriaProductos .tituloCat{
	float:left;
	width:100%;
	background: rgba(0,113,188,1);
	background: -moz-linear-gradient(left, rgba(0,113,188,1) 0%, rgba(0,75,188,1) 51%, rgba(0,113,188,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,113,188,1)), color-stop(51%, rgba(0,75,188,1)), color-stop(100%, rgba(0,113,188,1)));
	background: -webkit-linear-gradient(left, rgba(0,113,188,1) 0%, rgba(0,75,188,1) 51%, rgba(0,113,188,1) 100%);
	background: -o-linear-gradient(left, rgba(0,113,188,1) 0%, rgba(0,75,188,1) 51%, rgba(0,113,188,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,113,188,1) 0%, rgba(0,75,188,1) 51%, rgba(0,113,188,1) 100%);
	background: linear-gradient(to right, rgba(0,113,188,1) 0%, rgba(0,75,188,1) 51%, rgba(0,113,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071bc', endColorstr='#0071bc', GradientType=1 );
	color:#fff;
	margin-top:10px;
	text-align:center;
}

/* ----------------------- listado de productos  ------------------------ */
.centro_productos {
  width: 100%;
  margin: auto;
  overflow: hidden;
  float:left;
  margin-bottom:20px;
}

.centro_productos .productos_izq {
	width: 100%;
	float: left;
	margin-top: 8px;
}

.centro_productos .producto_titulo {

}

.centro_productos .producto_titulo #h1_nombre {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0;
    padding-top: 10px;
}

.centro_productos .producto_titulo #h6_sku {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  padding-top: 7px;
}

.centro_productos .producto_titulo #h5_marca {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}

.centro_productos .producto_titulo #h5_marca a {
	color: #5c4684;
}

#prod_desc_corta {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	width: 100%;
	padding: 10px 0px;
	margin-top: 15px;
}

#prod_desc_corta #span {
	padding: 0 8px;
}

#prod_desc_corta h2 {
	font-size: 20px;
	font-weight: bold;
}

.centro_productos .atributos_producto {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 10px 0px;
	margin-top: 15px;
}

.centro_productos .agregarBotones {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
	width: 100%;
	padding: 10px 0px;
}

.centro_productos .agregarBotones .agregarBotones_izq {
	width: 39%;
	text-align: center;
	display: inline-block;
	padding: 0px 15px 0 10px;
}


.agregarBotones .agregarBotones_izq .producto_cantidad_2022 {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.agregarBotones .agregarBotones_izq .producto_cantidad_2022 input {
  padding: 0;
  margin: 0 8px;
  width: 40px;
  text-align: center;
  color: #2F378F;
  font-size: 18px;
}

.agregarBotones .agregarBotones_izq .btn-agregarDDetalles {
	margin-bottom: 10px!important;
	width: 210px;
}

.centro_productos .agregarBotones .agregarBotones_der {
	width: 53%;
	text-align: center;
	display: inline-block;
	color: #777;
	line-height: 16px;
	padding: 5px 0px 0 5px;
}

.centro_productos .agregarBotones .agregarBotones_der .renglon_medio {
	padding: 8px 0;
}

#fondo_bloqueo {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.69);
	z-index: 1000;
}

#panelCarrito {
    width: 450px;
    padding:5px;
    position:fixed;
    right:-500px;
    top:0px;
    z-index:2;
    background: #f6f6f6;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

#panelCarrito #panelCarrito_header {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}

#panelCarrito #panelCarrito_header #panelCarrito_header_left {
	width: 90%;
	display: inline-block;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 3px;
}

#panelCarrito #panelCarrito_header #panelCarrito_header_right {
	width: 7%;
	display: inline-block;
	text-align: right;
	font-size: 22px;
}


.centro_productos .productos_izq_bread {
  margin-top: 10px;
  padding-bottom: 6px;
  border-bottom: 1px solid #F15A24;
  margin-bottom: 5px;
  overflow: hidden;
  padding-left: 5px;
}

.centro_productos .productos_izq_bread .productos_izq_bread_bread {
  float: left;
  font-size: 16px;
  color: #ff0000;
}

.centro_productos .productos_izq_bread .productos_izq_bread_bread h1 {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}

.centro_productos .productos_izq_bread .productos_izq_bread_bread a {
	color: #666666;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.centro_productos .productos_izq_bread .productos_izq_bread_bread a:hover {
	color: #ff0000;
}

.centro_productos .productos_izq_bread .productos_izq_bread_tipo {
	float: right;
	font-size: 16px;
	margin-top:20px;
}

.centro_productos .productos_izq_bread .productos_izq_bread_tipo a {
	color: #5c4684;
	padding-left: 20px;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.centro_productos .productos_izq_bread .productos_izq_bread_tipo a span {
	font-size: 20px;
	padding-left: 3px;
	color: #5c4684;
}

.centro_productos .productos_izq_bread .productos_izq_bread_tipo a:hover {
	color: #ff0000;
}

.centro_productos .productos_izq .productos_izq_filtros {
	width: 20%;
	float: left;
}

.centro_productos .productos_izq .productos_izq_filtros ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.centro_productos .productos_izq .productos_izq_filtros > ul > li {
	font-size: 17px;
	text-align: left;
	color: #ff0000;
	padding-right: 15px;
}

.centro_productos .productos_izq .productos_izq_filtros > ul > li > ul > li {
	font-size: 10px;
	text-align: left;
	color: #000000;
}

.centro_productos .productos_izq .productos_izq_listado {
	width: 77%;
	float: left;
	padding-left:20px;
	border-left:1px solid #000;
}

.centro_productos .productos_izq .productos_izq_listado .productos_izq_listado_selects {
	width: 100%;
	clear: both;
	text-align: right;
}

.centro_productos .productos_izq .productos_izq_listado .productos_izq_listado_selects span {
	margin-left: 35px;
}

.centro_productos .productos_izq .productos_izq_listado .productos_izq_listado_selects select {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	appearance:none;
	background: url(../imagenes/flecha_select.png) no-repeat 95% center;
	width: 200px; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
	color: #666666;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 3px 5px;
	border: 1px solid #2F378F !important;
}

.centro_productos .productos_izq .productos_izq_listado .productos_izq_listado_selects select.mostrar {
	background: url(../imagenes/flecha_select.png) no-repeat 90% center;
	width: 70px;
}


.selects {
	float:left;
	width:45%;
}

.selects span{
	float:left;
	font-size:18px;
	margin-left:10px;
}

.selects select{
	float:left;
	width:100%;
	margin-left:10px;
	margin-bottom:10px;
}

.centro_productos .productos_izq .productos_izq_listado .productos_izq_listado_paginacion {
	float:left;
	width: 99%;
	clear: both;
	margin-top:10px;
	text-align: left;
	padding:5px;
	color:#333;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.productos_izq_listado .productos_izq_listado_paginacion_izq {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-weight:bold;
}

.productos_izq_listado .productos_izq_listado_paginacion_izq a {
}

.productos_izq_listado .productos_izq_listado_paginacion_izq .paginacion {
	display: inline-block;
	color: #666;
    background-image: -webkit-linear-gradient(107deg, #e3e0e0 0%, #fafafa 93%);
    background-image:    -moz-linear-gradient(107deg, #e3e0e0 0%, #fafafa 93%);
    background-image:     -ms-linear-gradient(107deg, #e3e0e0 0%, #fafafa 93%);
	border:  1px solid #666;
	padding: 5px 3px;
	min-width: 20px;
	text-align: center;
}

.productos_izq_listado .productos_izq_listado_paginacion_izq .paginacion_selected {
	display: inline-block;
	color: #ff0000;
	background: #FFF;
	border:  1px solid #ff0000;
	padding: 5px 9px;
	min-width: 20px;
	text-align: center;
}

.productos_izq_listado .productos_izq_listado_paginacion_izq .paginacion_puntos {
	color: #777;
	padding: 0 5px;
	padding-top: 10px;
	font-weight: bold;
}

.productos_izq_listado_paginacion_der {
	float: right;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}

.productos_izq_listado .productos_wrapper {
	float: left;
	width: 100%;
	clear: both;
}

.productos_izq_listado .productos_wrapper .no_productos_en_categoria {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #4FC183;
  margin: 40px 0;
}

.productos_izq_listado .productos_wrapper .producto {
	float: left;
	width: 24.4%;
	height: 295px;
	padding: 3px;
	margin: 8px 0;
	text-align:center;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.productos_izq_listado .productos_wrapper .producto:nth-child(4n+1){
	float: left;
	clear:both;
}


.productos_izq_listado .productos_wrapper .producto:hover {
	background: #CCCCCC;
}

.productos_izq_listado .productos_wrapper .productoMargenDer {
	margin:0px;
	padding:0px;
	margin-top:8px;
	padding:3px 0px 0px 2px;
}

.productos_izq_listado .productos_wrapper .producto .imagenProducto{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: -10px;
	max-height: 150px;
}

.productos_izq_listado .productos_wrapper .producto .imagenProducto img {
	max-width: 80%;
	height: 100px;
	max-height: 100px;
}

.productos_izq_listado .productos_wrapper .producto .producto_precio {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}

.productos_izq_listado .productos_wrapper .producto .producto_precio a {
  display: block;
  color: #2F378F;
  text-decoration: none;
}

.productos_izq_listado .productos_wrapper .producto h3 {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	padding: 0 0 3px 0;
	margin: 0;
	display: block;
	overflow: hidden;
	height:auto;
	max-height: 30px;
}

.productos_izq_listado .productos_wrapper .producto h3 a {
  display: block;
  color: #000000;
  text-decoration: none;
}

.productos_izq_listado .productos_wrapper .producto .producto_cantidad {
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}

.productos_izq_listado .productos_wrapper .producto .producto_cantidad a {
  color: #2F378F;
  text-decoration: none;
}

.productos_izq_listado .productos_wrapper .producto .producto_cantidad input {
  border: none;
  padding: 0;
  margin: 0 8px;
  width: 45px;
  text-align: center;
  color: #2F378F;
  font-size: 22px;
}

.productos_izq_listado .productos_wrapper .producto .producto_medida {
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.productos_izq_listado .productos_wrapper .producto .producto_medida a {
  display: block;
  color: #000000;
  text-decoration: none;
}

.productos_izq_listado .productos_wrapper .producto .producto_boton {
  text-align: center;
  padding: 8px 0 0 0;
  margin: 0;
}

/* --------------------- PRODUCTO LISTADO TIPO LISTA  ------------------------------- */
.productos_izq_listado .productos_wrapper .productoLista {
	float: left;
	width: 100%;
	height: 150px;
	padding: 3px;
	margin: 8px 0;
	overflow: hidden;
}

.productos_izq_listado .productos_wrapper .productoLista:hover {
	background: #CCCCCC;
}

.productos_izq_listado .productos_wrapper .productoLista img {
	float: left;
	max-width: 100%;
	max-height: 100px;
	margin-right:20px;
}

.productos_izq_listado .productos_wrapper .productoLista .producto_precio {
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	padding: 3px 0;
	margin: 0;
	float: left;
}

.productos_izq_listado .productos_wrapper .productoLista .producto_precio a {
	display: block;
	color: #2F378F;
	text-decoration: none;
}

.productos_izq_listado .productos_wrapper .productoLista h3 {
	float: left;
	font-weight: normal;
	font-size: 12px;
	padding: 3px 0;
	margin: 0;
	display: block;
	overflow: hidden;
	height: 44px;
/*	width: 70%; */
}

.productos_izq_listado .productos_wrapper .productoLista h3 a {
  display: block;
  color: #000000;
  text-decoration: none;
}

.productos_izq_listado .productos_wrapper .productoLista .productosForm {
	float:right;
	width:30%;
}

.productos_izq_listado .productos_wrapper .productoLista .producto_cantidad {
	float:right;
	width:100%;
	font-weight: normal;
	font-size: 17px;
	text-align: center;
	padding: 3px 0;
	margin: 0;
}

.productos_izq_listado .productos_wrapper .productoLista .producto_cantidad a {
	color: #2F378F;
	text-decoration: none;
}

.productos_izq_listado .productos_wrapper .productoLista .producto_cantidad input {
	border: none;
	padding: 0;
	margin: 0 8px;
	width: 45px;
	text-align: center;
	color: #2F378F;
	font-size: 22px;
}

.productos_izq_listado .productos_wrapper .productoLista .producto_medida {
	float:right;
	width:100%;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin: 0;
}

.productos_izq_listado .productos_wrapper .productoLista .producto_medida a {
	display: block;
	color: #000000;
	text-decoration: none;
}

.productos_izq_listado .productos_wrapper .productoLista .producto_boton {
	text-align: center;
	padding: 8px 0 0 0;
	margin: 0;
}

.centro_productos .productos_der {
	float: right;
	width: 30%;
}

.centro_productos .productos_der .productos_der_redes {
	float:left;
	margin-left:60px;
	margin-top:40px;
	margin-bottom:20px;
	text-align: center;
}

.centro_productos .productos_der .productos_der_redes a{
	float:left;
	margin-left:10px;
}

.centro_productos .productos_der .productos_der_redes a:hover{
	-webkit-transform:rotateY(360deg);
	-moz-transform:rotateY(360deg);
	-ms-transform:rotateY(360deg);
	-o-transform:rotateY(360deg);
	transform:rotateY(360deg);
}

.centro_productos .productos_der .productos_der_carro {
	float:left;
	background: rgba(255,0,0,1);
	background: -moz-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,0,0,1)), color-stop(51%, rgba(176,0,0,1)), color-stop(100%, rgba(255,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	background: linear-gradient(to right, rgba(255,0,0,1) 0%, rgba(176,0,0,1) 51%, rgba(255,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff0000', GradientType=1 );
	width: 90%;
	float: right;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-top: 25px;
}

.centro_productos .productos_der .productos_der_carro h8 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  padding: 5px 0;
  color: #FFFFFF;
}

.centro_productos .productos_der .productos_der_carro h8 img {
  width: 55px;
  padding-right: 15px;
  vertical-align: middle;
}

.centro_productos .productos_der .productos_der_carro .cart_derecha_lista_back {
  background: #FFFFFF;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  margin: 2%;
  width: 95%;
  padding: 8px 2px;
}

.centro_productos .productos_der .productos_der_carro .cart_derecha_lista {
  display: table;
  width: 100%;
  color: #000000;
}

.cart_derecha_cantidad {
	float:left;
	text-align: center;
	font-size: 13px;
	width: 50px;
}

.cart_derecha_nombre {
	float:left;
	width:150px;
	margin-left:10px;
	font-size: 11px;
}

.cart_derecha_importe {
	float:right;
	width:70px;
	text-align: right;
	font-size: 13px;
}

.cart_derecha_total {
  display: block;
  width: 100%;
  color: #000000;
  text-align: right;
  font-weight: bold;
  padding-right: 8px;
}

.centro_productos .productos_der .productos_der_carro .cart_derecha_lista > div {
  display: table-cell;
}

.centro_productos .productos_der .productos_der_carro .cart_derecha_lista_back p {
  padding-top: 10px;
}

.centro_productos .productos_der .productos_der_carro #cart_btn_vaciar_carro {
  color: #F15A24;
}

/* --------------- PRODUCTO DETALLES (SE USAN ALGUNAS DE PRODUCTOS LISTADO) ------------------ */
.productos_izq_producto {
  width: 100%;
}
.prod_datos .producto_wrapper {
  width: 100%;
  float: left;
  margin-left: 2%;
}

.prod_datos .producto_wrapper .producto_imgs {
  float: left;
  width: 40%;
}

#popUpImagenProducto {
  display: none;
  margin: auto;
}


.prod_datos .producto_wrapper .producto_dts {
  float: left;
  width: 100%;
  display: block;
  color: #000000;
  font-weight: normal;
}

.prod_datos .producto_wrapper .producto_dts h1 {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 24px;
  padding-top: 5px;
  font-weight: bold;
}

.prod_datos .producto_wrapper .producto_dts h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
}

.prod_datos .producto_wrapper .producto_dts h6 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  padding-top: 10px;
}

#prod_desc_larga {
	display: block;
	width: 99%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#prod_desc_larga #prod_desc_larga_titulo {
	display: block;
	background: #DA2B30;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 7px 15px;
}

#prod_desc_larga #prod_desc_larga_dts {
	display: block;
	padding: 7px 12px;
}

.prod_datos .producto_wrapper #producto_inventario {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  padding: 3px 0;
  margin: 0;
  color: #4FC183;
}

.prod_datos .producto_wrapper .producto_precio {
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  padding: 3px 0;
  margin: 0;
  color: #F15A24;
}

.prod_datos .producto_wrapper .producto_cantidad {
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  padding: 3px 0;
  margin: 0;
  margin-top: 20px;
}

.prod_datos .producto_wrapper .producto_cantidad input {
  border: 1px solid #666;
  padding: 0;
  margin: 0 8px;
  width: 45px;
  text-align: center;
  color: #2F378F;
  font-size: 20px;
  line-height: 34px;
  height: 30px;
}

.prod_datos .producto_wrapper .producto_cantidad button {
	margin-top: -6px;
}

.prod_datos .producto_wrapper .producto_medida {
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.prod_datos .producto_wrapper .producto_medida a {
  display: block;
  color: #000000;
  text-decoration: none;
}

.prod_datos .producto_wrapper .producto_boton {
  text-align: center;
  padding: 8px 0 0 0;
  margin: 0;
}

/* ---------------------- PEDIDO Y VISTA PREVIA ----------------------------- */
.centro {
	float:left;
  width: 100%;
  margin: auto;
}
.centro .centro_titulo {
	float:left;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  color: #ff0000;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff0000;
  margin-bottom: 10px;
}

.centro .cart_tabla {
  width: 100%;
  margin-top: 15px;
  border: 1px solid #CCCCCC;
}

.centro .cart_tabla th {
  text-align: center;
  border: 1px solid #CCCCCC;
}

.centro .cart_tabla td {
  vertical-align: middle;
  padding: 3px;
  border: 1px solid #CCCCCC;
}

.centro .cart_tabla td div {
  color: #4FC183;
}

.centro .cart_tabla .celda_imagen {
  width: 10%;
  text-align: center;
}

.centro .cart_tabla .celda_imagen img {
  width: 100%;
}

.centro .cart_tabla .celda_descripcion {
  text-align: left;
  font-size: 20px;
}

.centro .cart_tabla .celda_cantidad {
  text-align: center;
  width: 80px;
}

.centro .cart_tabla .celda_importe, .centro .cart_tabla .celda_precio {
  text-align: right;
  width: 130px;
}

.centro .cart_tabla .celda_del {
  font-size: 18px;
  width: 1%;
}

.centro .cart_tabla .celda_total_productos, .centro .cart_tabla .celda_total_envio {
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.centro .cart_tabla .celda_total {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.centro .cart_tabla #input_cp_envio {
  width: 80px;
  margin: 2px 25px 2px 2px;
}

.div_botones {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.centro .div_botones .div_seguir_comprando {
  float: left;
}

.centro .div_botones .div_ir_a_caja {
  float: right;
}

.centro .etiqueta_vista_previa {
  text-align:right;
  padding-top:12px;
}

.centro .resumen_vista_previa {
  border: 1px solid #CCCCCC;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 15px;
}

.centro .resumen_vista_previa h3 {
  margin: 0;
  padding: 8px 0;
  border: 1px solid #CCCCCC;
  text-align: center;
  background: #CCCCCC;
  color: #000000;
  font-size: 18px;
}

.centro .resumen_vista_previa .div_dts_generales {
  padding: 10px;
  overflow: hidden;
}

.centro .resumen_vista_previa .div_dts_generales > div {
  float: left;
  width: 50%;
}

.centro .resumen_vista_previa .div_dts_generales > div > span {
  font-weight: bold;
}

.centro .resumen_vista_previa .divs_pagos_textos {
  margin: auto;
  width: 90%;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
}


.btn-primary{
	background-color:#cbd44f;
	color:#5c4684;
	border:none;
}

.btn-primary:hover{
	background-color:#dbdfa1;
	color:#5c4684;
}

.btn-secundary{
	background-color:#eef871;
	color:#5c4684;
	border:none;
}

.btn-secundary:hover{
	background-color:#f6f9d0;
	color:#5c4684;
}

.btn-third{
	background-color:#ddd;
	color:#5c4684;
	border:none;
	font-size: 13px;
	width: 210px;
}

.btn-third:hover{
	background-color:#eee;
	color:#5c4684;
}


.div_trick {
	clear:both; 
	position:relative;
}

.div_trick2 {
	height:90px; 
	position:relative;
}

@media screen and (min-width:1200px) and (max-width: 1880px){
	.navbar-default{
		width:1100px;
	}
}

@media screen and (min-width:1121px) and (max-width: 1199px){
	header #encabezadoPrincipal #menu{
		width:100%;
		max-width:auto;
	}

	.container{
		float:left;
		width:100%;

	}
	
	.div_trick {
		display: block;
	}

	.navbar-default{
		float:left;
		width:100%;
	}
	
	.navbar-default .navbar-nav > li > a{
	}
	
	header #ingresarRegistrar{
		width:18%;
	}
	
	header #telefono{
		width:52%;
	}
		
	header #encabezadoPrincipal #carritoVerificacion #verificarCodigo input[type="text"]{
		width:55%;
	}
	
	header #encabezadoPrincipal #carritoVerificacion #verificarCodigo button{
		width:42%;
	}
	
	section #puntos #acumulaCompras{
		width:38%;
	}
	
	section #puntos #acumulaCompras .botonCompras{
		width:60%;
	}
	
	.centro_productos .productos_der .productos_der_redes {
		margin-left:40px;
	}
	
	footer #beneficiosCompra #beneficiosCompraRojo #textoBeneficios{
		width:43%;
		font-size:22px;
	}
	
	footer #beneficiosCompra #beneficiosCompraRojo #contacto{
		width:12%;
		font-size:20px;
	}
	
	footer #beneficiosCompra #beneficiosCompraRojo #siguenos{
		width:33%;
		margin-left:60px;
	}
	
	footer #pieAzul #subscripcion{
		width:55%;
	}
	
	footer #pieAzul #subscripcion #imagen{
		width:32%;
	}
	
	footer #pieAzul #subscripcion #formularioTitulos{
		width:64%;
	}
}

@media screen and (min-width:990px) and (max-width: 1120px){
	header #encabezadoPrincipal #menu{
		width:100%;
		max-width:auto;
	}
	
	.navbar-default .navbar-nav > li > a{
		width: 20px;
		padding: 3px 15px;
	}


}

@media screen and (max-width: 989px){
	header #encabezadoPrincipal #menu{
		width:100%;
		max-width:auto;
	}

	.navbar-default .navbar-nav > li > a{
		width: 20px;
		padding: 3px 7px;
	}
	
	.container{
		float:left;
		width:100%;
	}

	.div_trick2 {
		height: 90px;
	}

	
	header #ingresarRegistrar{
		float:left;
		width:25%;
	}
	
	header #telefono{
		width:73%;
		font-size:13px;
		padding-top:10px;
	}

	header #verTutorial{
		clear:both;
		width:25%;
	}
	
	header #miCuenta{
		width:30%;
	}

	header #encabezadoPrincipal #logo{
		float:left;
		width:25%;
		margin-left:0px;
	}


	header #encabezadoPrincipal #formBuscar{
		width:43%;
		margin-left:20px;
		margin-top:10px;
	}


	header #encabezadoPrincipal #formBuscar input[type="text"]{
		width:91%;
		font-size:12px;
		border-radius:5px;
	}
	
	header #encabezadoPrincipal #formBuscar a{
		width:5%;
		margin-left:10px;
		margin-top:5px;
		font-size:14px;
	}
	
	header #encabezadoPrincipal #ayudaLinea{
		width:6.5%;
		margin-left:20px;
		margin-top: 0px;
		display: none;
	}
	
	header #encabezadoPrincipal #carritoVerificacion{
		width:27%;
		margin-top:5px;
	}
	
	header #encabezadoPrincipal #carritoVerificacion #verificarCodigo input[type="text"]{
		width:95%;
	}
	
	header #encabezadoPrincipal #carritoVerificacion #verificarCodigo button{
		width:100%;
		margin-top:5px;
	}

	.banner_promocionales_izq {
		margin-right:14px;
	}
	
	section #puntos #acumulaCompras{
		width:100%;
		margin-bottom:20px;
	}
	
	section #puntos #puntosActuales{
		width:50%;
		margin-left:0px;
	}
	
	section #puntos #recomendar{
		width:45%;
	}
	
	.centro_productos .productos_izq {
		width: 98%;
		float: left;
		margin-left:7px;
		margin-top:20px;
	}
	
	.centro_productos .productos_der {
		float: left;
		width: 90%;
	}
	
	.centro_productos .productos_der .productos_der_redes {
		margin-left:38%;
	}
	
	.centro_productos .productos_der .productos_der_redes a{
		margin-left:10px;
	}
	
	.cart_derecha_cantidad {
		font-size: 18px;
		width: 100px;
	}
	
	.cart_derecha_nombre {
		width:250px;
		font-size: 18px;
	}
	
	.cart_derecha_importe {
		width:100px;
		font-size: 18px;
	}
	
	.cart_derecha_total {
		width: 100%;
		margin-top:10px;
		font-size:20px;
	}

	footer #beneficiosCompra #beneficiosCompraRojo #textoBeneficios{
		width:60%;
		margin-bottom:20px;
	}
	
	footer #beneficiosCompra #beneficiosCompraRojo #contacto{
		width:17%;
		margin-left:80px;
	}
	
	footer #beneficiosCompra #beneficiosCompraRojo #siguenos{
		width:42%;
		margin-left:200px;
	}
	
	footer #pieAzul #subscripcion{
		width:75%;
		margin-left:20%;
	}
	
	footer #pieAzul #subscripcion #imagen{
		width:32%;
	}
	
	footer #pieAzul #subscripcion #formularioTitulos{
		width:64%;
	}
	
	footer #pieAzul #menuPie{
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	footer #pieAzul #menuPie ul{
		margin-left:100px;
	}
	
}

@media screen and (max-width: 767px){
	header #encabezadoPrincipal #menu{
		width:100%;
		max-width:auto;
	}
	
	.container{
		float:left;
		width:100%;
	}
	
	.navbar-default{
		float:left;
		width:99%;
		margin-top:0px;
	}

	.div_trick2 {
		height: 56px;
	}
	
	.navbar-header button{
		display:block;
		margin-left:0px;
		right: 7px;
	}
	
	.navbar-default .navbar-nav > li {
		float:left;
		width:92%;
		display: block;
		height: auto;
	}
	
	.navbar-default .navbar-nav > li > a{
		float:left;
		width:100%;
		display: block;
		width: 100%;
		border: none;
		text-align: left;
		padding: 10px 20px;
		font-size: 16px;
	}

	.submenu_li {
		background: #777;
		padding: 0 !important;
		margin: 0 !important;
		display: block;
	}
	.cambiarColor {
		display: block;
		padding: 10px 27px !important;
		font-size: 16px;
	}
	
	.megamenu{
		margin-left: 0 ;
		margin-right: 0 ;
	}
	.megamenu> li {
		margin-bottom: 30px;
	}
	.megamenu> li:last-child {
		margin-bottom: 0;
	}
	.megamenu.dropdown-header {
		padding: 3px 15px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header{
		color:#fff;
	}
	
	header #ingresarRegistrar{
		float:left;
		width:100%;
	}
	
	header #telefono{
		width:100%;
		font-size:15px;
		padding-top:5px;
		padding-bottom: 5px;
	}
	
	header #verTutorial{
		clear:both;
		width:25%;
	}
	
	header #miCuenta{
		width:75%;
	}
	
	header #encabezadoPrincipal #logo{
		width:35%;
		margin-left:10px;
	}

	header #encabezadoPrincipal .slogan {
		font-size: 18px;
	}
	
	header #encabezadoPrincipal #formBuscar{
		width:57%;
		margin-left:20px;
		margin-top:10px;
	}
	
	header #encabezadoPrincipal #formBuscar input[type="text"]{
		width:87%;
		font-size:12px;
		border-radius:5px;
	}
	
	header #encabezadoPrincipal #formBuscar a{
		width:9%;
		margin-left:10px;
		margin-top:7px;
		font-size:13px;
	}
	
	header #encabezadoPrincipal #ayudaLinea{
		display:none;
	}
	
	header #encabezadoPrincipal #carritoVerificacion{
		width:98%;
		clear:both;
		margin-right:5px;
		margin-top:10px;
	}
	
	header #encabezadoPrincipal #carritoVerificacion #verificarCodigo input[type="text"]{
		width:97%;
	}
	
	header #encabezadoPrincipal #carritoVerificacion #verificarCodigo button{
		width:100%;
		font-size:16px;
		margin-top:5px;
	}
	
	header #encabezadoPrincipal #carritoVerificacion #verificarCodigo{
	}
	
	.banner_promocionales_izq {
		margin-right:6px;
	}

	section #puntos #acumulaCompras{
		width:100%;
		margin-bottom:20px;
	}
	
	section #puntos #puntosActuales{
		width:35%;
		margin-left:0px;
	}
	
	section #puntos #recomendar{
		width:60%;
	}

	.centro_productos {
	}
	.centro_productos .prod_imagen {
		display: block;
		float: left;
		width: 98% !important;
		padding-left: 1%;
		clear: both;
	}

	.centro_productos .prod_datos {
		display: block;
		width: 96% !important;
		clear: both;
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid #DDD;
	}
	
	.prod_datos .producto_wrapper {
		width: 100%;
	}
	
	.centro_productos .productos_izq {
		width: 98%;
		float: left;
		margin-left:2px;
		margin-top:20px;
	}
	
	.centro_productos .productos_der {
		float: left;
		width: 100%;
	}
	
	.centro_productos .productos_der .productos_der_redes {
		margin-left:23%;
	}
	
	.centro_productos .productos_der .productos_der_redes a{
		margin-left:10px;
	}
	
	.centro_productos .productos_der .productos_der_carro {
		float:left;
		width: 90%;
		margin-left:20px;
	}

	
	.cart_derecha_cantidad {
		font-size: 18px;
		width: 100px;
	}
	
	.cart_derecha_nombre {
		width:250px;
		font-size: 18px;
	}
	
	.cart_derecha_importe {
		width:100px;
		font-size: 18px;
	}
	
	.cart_derecha_total {
		width: 100%;
		margin-top:10px;
		font-size:20px;
	}
	
	.productos_izq_listado .productos_wrapper .producto {
		float: left;
		width: 48%;
	}

	footer #beneficiosCompra #beneficiosCompraRojo #textoBeneficios{
		width:90%;
		margin-left:20px;
		margin-bottom:20px;
	}
	
	footer #beneficiosCompra #beneficiosCompraRojo #contacto{
		width:30%;
		margin-left:150px;
		margin-bottom:20px;
	}
	
	footer #beneficiosCompra #beneficiosCompraRojo #siguenos{
		width:75%;
		margin-left:50px;
	}
	
	footer #pieAzul #subscripcion{
		width:95%;
		margin-left:5px;
	}
	
	footer #pieAzul #subscripcion #imagen{
		float:left;
		width:30%;
	}
	
	footer #pieAzul #subscripcion #imagen img{
		float:none;
		width:100%;
	}
	
	footer #pieAzul #subscripcion #formularioTitulos{
		margin-left:10px;
		margin-top:10px;
		width:65%;
		font-size:18px;
	}
	
	footer #pieAzul #subscripcion #formularioTitulos #tituloGrande{
		font-size:20px;
	}
	
	footer #pieAzul #subscripcion #formularioTitulos #formularioSuscribirse{
		width:100%;
		margin-top:5px;
		padding:5px;
	}
	
	footer #pieAzul #subscripcion #leidoAviso{
		font-size:10px;
		margin-top:5px;
	}

	footer #pieAzul #menuPie{
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	footer #pieAzul #menuPie ul{
		margin-left:30px;
	}
	
}

@media screen and (max-width: 375px){
	header #encabezadoPrincipal #menu{
		width:100%;
		max-width:auto;
	}
	
	.container{
		float:left;
		width:100%;
	}
	
	.navbar-default{
		float:left;
		width:100%;
	}
	
	.navbar-header button{
		display:block;
		margin-left:10px;
	}
	
	.navbar-default .navbar-nav > li {
		float:left;
		width:97%;
		display: block;
		height: auto;
	}
	
	.navbar-default .navbar-nav > li > a{
		float:left;
		width:100%;
		display: block;
		width: 100%;
		border: none;
		text-align: left;
	}
	
	.megamenu{
		margin-left: 0 ;
		margin-right: 0 ;
	}
	.megamenu> li {
		margin-bottom: 30px;
	}
	.megamenu> li:last-child {
		margin-bottom: 0;
	}
	.megamenu.dropdown-header {
		padding: 3px 15px !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header{
		color:#fff;
	}
	
	header #ingresarRegistrar{
		float:left;
		width:65%;
	}
	
	header #telefono{
		display:none;
	}
	
	header #verTutorial{
		clear:none;
		width:35%;
	}
	
	header #miCuenta{
		width:100%;
	}
	
	header #encabezadoPrincipal #logo{
		width:95%;
		margin-left:10px;
	}
	
	header #encabezadoPrincipal #formBuscar{
		width:95%;
		margin-left:5px;
		margin-top:10px;
	}
	
	header #encabezadoPrincipal #formBuscar input[type="text"]{
		width:87%;
		font-size:12px;
		border-radius:5px;
	}

	header #encabezadoPrincipal #formBuscar a{
		width: 7%;
	}
	
	header #encabezadoPrincipal #ayudaLinea{
		display:none;
	}
	
	header #encabezadoPrincipal #carritoVerificacion{
		width:98%;
		clear:both;
		margin-right:2px;
		margin-top:20px;
	}
	
	header #encabezadoPrincipal #carritoVerificacion #verificarCodigo input[type="text"]{
		width:97%;
	}
	
	header #encabezadoPrincipal #carritoVerificacion #verificarCodigo button{
		width:100%;
		font-size:16px;
		margin-top:5px;
	}
	
	header #encabezadoPrincipal #carritoVerificacion #verificarCodigo{
		margin-bottom:55px;
	}
	
	.banners_promocionales {
		width:47.8%; 
	}


	section #puntos #acumulaCompras{
		width:100%;
		margin-bottom:20px;
	}
	
	section #puntos #puntosActuales{
		width:35%;
		margin-left:0px;
	}
	
	section #puntos #recomendar{
		width:60%;
	}
	
	.centro_productos .productos_izq {
		width: 98%;
		float: left;
		margin-left:2px;
		margin-top:20px;
	}
	
	.centro_productos .productos_der {
		float: left;
		width: 100%;
	}
	
	.centro_productos .productos_der .productos_der_redes {
		margin-left:14%;
	}
	
	.centro_productos .productos_der .productos_der_carro {
		width: 95%;
		margin-left:10px;
	}

	.cart_derecha_cantidad {
		font-size: 15px;
		width: 50px;
	}
	
	.cart_derecha_nombre {
		width:150px;
		font-size: 15px;
	}
	
	.cart_derecha_importe {
		width:50px;
		font-size: 15px;
	}
	
	.cart_derecha_total {
		width: 100%;
		margin-top:10px;
		font-size:20px;
	}
	
	.productos_izq_listado .productos_wrapper .producto {
		float: left;
		width: 98%;
		height:auto;
		margin-bottom:20px;
		padding-bottom:20px;
		border-bottom:1px solid #000;
	}

	footer #beneficiosCompra #beneficiosCompraRojo #textoBeneficios{
		width:90%;
		margin-left:20px;
		margin-bottom:20px;
	}
	
	footer #beneficiosCompra #beneficiosCompraRojo #contacto{
		width:40%;
		margin-left:100px;
		margin-bottom:20px;
	}
	
	footer #beneficiosCompra #beneficiosCompraRojo #siguenos{
		width:100%;
		margin-left:0px;
	}
	
	footer #pieAzul #subscripcion{
		width:95%;
		margin-left:5px;
	}
	
	footer #pieAzul #subscripcion #imagen{
		float:left;
		width:100%;
		text-align:center;
	}
	
	footer #pieAzul #subscripcion #imagen img{
		float:none;
		width:50%;
	}
	
	footer #pieAzul #subscripcion #formularioTitulos{
		margin-left:10px;
		margin-top:10px;
		width:95%;
		font-size:18px;
	}
	
	footer #pieAzul #subscripcion #formularioTitulos #tituloGrande{
		font-size:20px;
	}
	
	footer #pieAzul #subscripcion #formularioTitulos #formularioSuscribirse{
		width:100%;
		margin-top:5px;
		padding:5px;
	}
	
	footer #pieAzul #subscripcion #leidoAviso{
		font-size:10px;
		margin-top:5px;
	}

	footer #pieAzul #menuPie{
		width:100%;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	footer #pieAzul #menuPie ul{
		margin-left:10px;
	}
}


#productosRelacionados{
	clear: both;
	float: left;
	width: 98%;
	padding: 0px;
	margin-top: 20px;
	text-align: center;
}

#productosRelacionados h2{
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	margin: 0;
	background-color: #da2b30;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#productosRelacionados .producto {
	float: left;
	width: 32.5%;
	height: 400px;
	padding: 3px;
	margin: 8px 0;
	text-align:center;
	overflow: hidden;
	text-align: center;
}

#productosRelacionados .producto:nth-child(4n+1){
	float: left;
	clear:both;
}


#productosRelacionados .producto:hover {
	background: #CCCCCC;
}

#productosRelacionados .productoMargenDer {
	margin:0px;
	padding:0px;
	margin-top:8px;
	padding:3px 0px 0px 2px;
	text-align: center;
}

#productosRelacionados .producto .imagenProducto{
	display: block;
	width: 100%;
	text-align: center !important;
	margin-bottom: 20px;
}

#productosRelacionados .producto .imagenProducto img {
	max-height: 200px;
}

#productosRelacionados .producto .producto_precio {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}

#productosRelacionados .producto .producto_precio a {
  display: block;
  color: #2F378F;
  text-decoration: none;
}

#productosRelacionados .producto h3 {
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	padding: 3px 0;
	margin: 0;
	display: block;
	overflow: hidden;
	height:30px;
}

#productosRelacionados .producto h3 a {
  display: block;
  color: #000000;
  text-decoration: none;
}

#productosRelacionados .producto .producto_cantidad {
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  padding: 3px 0;
  margin: 0;
}

#productosRelacionados .producto .producto_cantidad a {
  color: #2F378F;
  text-decoration: none;
}

#productosRelacionados .producto .producto_cantidad input {
  border: none;
  padding: 0;
  margin: 0 8px;
  width: 45px;
  text-align: center;
  color: #2F378F;
  font-size: 22px;
}

#productosRelacionados .producto .producto_medida {
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  padding: 0;
  margin: 0;
}

#productosRelacionados .producto .producto_medida a {
  display: block;
  color: #000000;
  text-decoration: none;
}

#productosRelacionados .producto .producto_boton {
  text-align: center;
  padding: 8px 0 0 0;
  margin: 0;
}

.tituloCentro{
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background-color: #CCC;
	color: #333;
	margin-top: 20px;
}

.contenidoTextual{
	float: left;
	padding: 0px 20px 0px 20px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 20px;
}

.contenidoTextual .tituloTexto{
	font-size: 20px;
	font-weight: bold;
}

.contenidoTextual p{
	margin-top: 20px;
	font-size: 15px;
}

.contenidoTextual ol{
	padding: 10px 30px 10px 30px;
}

.contenidoTextual ol li{
	list-style: decimal;
}

.contenidoTextual ul{
	padding: 10px 30px 10px 30px;
}

.contenidoTextual ul li{
	list-style: circle;
}


#categoriaSeleccionada{float:left;width:90%;border:1px solid #c7b299;margin-bottom:20px;padding:0 5px}
#categoriaSeleccionada h5{padding:5px 0 0 0;font-size:12px;text-align:center;font-weight:700}
#categoriaSeleccionada a{color:#C1272D}
#categoriaSeleccionada a:hover{color:#333}


.centro_productos .prod_imagen {
	float: left;
	width: 53%;
	padding-top: 10px;
}

.centro_productos .prod_datos {
	float: left;
	width: 45%;
	padding-top: 10px;
}

.full-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#slideshow {
	margin: auto;
	width: 100%;
	text-align: center;	
}

figure {
  margin: 0;
  width: 100%;
  max-width: 100px;
  display: inline-block;
  margin: 3px;
  border: 1px solid #DDD;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

#div_rating {
	display: block;
	width: 99%;
	clear: both;
	border: 1px solid #ddd;
	margin-top: 20px;
	float: left;
}

#div_rating h4 {
	padding: 0;
	margin: 0;
	padding-bottom: 8px;
	margin-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

#div_rating_izq {
	width: 60%;
	padding: 10px 15px;
	float: left;
}

#div_rating_der {
	width: 34%;
	padding: 10px 15px;
	float: right;
	border-left: 1px solid #ddd;
}

#titulo_estrellas {
	width: 100%;
}

#comentario_estrellas {
	width: 100%;
	height: 100px;
}

#estrellas_boton {
	width: 100%;
}

.estrella_radio { 
	display:none;
	/*position: absolute;top: -1000em;*/
}
.label_radio { 
	color:grey;
	font-size: 20px;
}

.clasificacion{
	text-align: left;
    direction: rtl;
    unicode-bidi: bidi-override;
}

.label_radio:hover,
.label_radio:hover ~ .label_radio {
	color:orange;
	cursor: pointer;
}

.estrella_radio:checked ~ .label_radio { 
	color:orange;
}

.div_clasificacion_disebled {
	position: relative;
	float: right;
	margin-right: 0;
}

.clasificacion_disebled {
    direction: rtl;
    unicode-bidi: bidi-override;
}

.clasificacion_disebled_numero {
	display: inline-block;
	padding: 1px 5px;
}

.label_radio_disabled { 
	color:grey;
	font-size: 20px;
}

.estrella_radio_disabled {
	display:none;
}

.estrella_radio_disabled:checked ~ .label_radio_disabled { 
	color:orange;
}

.padding_top_estrellas {
	padding: 0;
	margin: 0;
}

.resena_actual {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

.resena_actual p {
	padding: 0;
	margin: 0;
}

.clasificacion_disebled_numero_resenas {
	display: inline-block;
	padding: 1px 5px;
	float: right;
	font-size: 12px;
}

.recuadrosHome {
	max-width:1100px;
	margin:auto;
	height:auto;
	display: block;
	margin-top: 10px;;
}

.recuadrosHome > div {
	display: inline-block;
	width: 33%;
	text-align: center;
}

.recuadrosHome > div img {
	padding: 5px;
	width: 100%;
	transition: transform .2s;
}

.recuadrosHome > div img:hover {
	-ms-transform: scale(1.04); /* IE 9 */
	-webkit-transform: scale(1.04); /* Safari 3-8 */
	transform: scale(1.04); 
  }
  


.div_fabricantes {
	width:100%; 
	margin: 18px 0 15px 0; 
	clear:both; 
	display: block;
	text-align: center;
	font-weight: bold;
}

.titulo1Home {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding: 40px 40px 30px 40px;
	display: block;
	text-align: center;
}

#newsletterHome {
	background-color: #ff573d;
	text-align: center;
	color: #FFF;
	margin-top: 30px;
	padding-bottom: 25px;
}

#newsletterHomeIcon {
	clear: both;
	display: block;
	padding: 40px 0 0px 0;
	width: 100%;
	text-align: center;
}

#newsletterHomeIcon img {
	margin: auto;
	text-align: center;
	width: 100%;
	max-width: 140px;
}

.titulo1HomeBco {
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	padding: 20px 40px 10px 40px;
	display: block;
}

#newsletterHomeInfo {
	width: 100%;
	max-width: 500px;
	margin: auto;
	font-size: 14px;
}

#newsletterHomeForm {
	padding: 20px 0;
}

#input_newsletter_home {
	border: none;
	width: 100%;
	max-width: 300px;
	display: inline-block;
	background-color: #FFF;
	color: #000;
	height: 40px;
	font-size: 15px;
	padding: 3px 8px;
}

#boton_newsletter_home {
	border: none;
	width: 100px;
	display: inline-block;
	background-color: #FFF;
	color: #000;
	height: 40px;
	font-size: 15px;
	padding: 3px 8px;
	line-height: 19px;
	border-left: 1px solid #CCC;
}

#boton_newsletter_home:hover {
	background-color: #eee;
}

.pb-1 {
	padding-bottom: 30px;
}


@media screen and (max-width: 989px){
	.recuadrosHome > div {
		display: block;
		width: 95%;
		margin: auto;
		text-align: center;
	}
}

@font-face {
    font-family: 'Teko';
    src: url('Teko-Light.eot');
    src: url('Teko-Light.eot?#iefix') format('embedded-opentype'),
        url('Teko-Light.woff2') format('woff2'),
        url('Teko-Light.woff') format('woff'),
        url('Teko-Light.svg#Teko-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}



.navbar2{
	width: 100%;
	position: relative;
	font-family: 'Teko'; font-style: normal;
	text-align: center;
	height: 70px;
	vertical-align: middle;
	margin-top: 5px;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
  }
  .navbar2 .nav-links{
	display: inline-block;
	font-size: 17px;
	vertical-align: middle;
  }

   
  .navbar2 .nav-links a {
	display: inline-block;
	padding: 20px 8px 0 8px;
	text-decoration: none;
	color: #000;
	line-height: 19px;
	text-align: center;
  }
  /* Hover effects */
  .navbar2 .nav-links a:hover{
	background-color: #eee;
  }

  .navbar2 .nav-links a.nav-links-height {
	height: 50px!important;
	vertical-align:middle;
	border-right: 1px solid #eee;
	max-width: 80px;
	min-width: 70px;
  }

  .navbar2 .nav-links a.nav-links-height:last-child {
  	border-right: none;
  }

  /* responsive navbar toggle button */
  .navbar2 #nav-check, .navbar2 .nav-btn{
	display: none;
  }
   
  @media (max-width:800px) {
	.navbar2 .nav-btn{
	  display: inline-block;
	  position: absolute;
	  top: 0px;
	  right: 0px;
	  z-index: 10;
	}
	.navbar2 .nav-btn label {
	  display: inline-block;
	  width: 80px;
	  height: 70px;
	  padding: 25px;
	  padding-top: 15px;
	}
	.navbar2 .nav-btn label span {
	  display: block;
	  height: 10px;
	  width: 25px;
	  border-top: 3px solid #eee;
	}
	.navbar2 .nav-btn label:hover, .navbar2 #nav-check:checked ~ .nav-btn label {
	  background-color: #999;
	  transition: all 0.5s ease;
	}
	.navbar2 .nav-links{
	  position: absolute;
	  display: block;
	  text-align: center;
	  width: 80%;
	  background-color: #eee;
	  transition: all 0.3s ease-in;
	  overflow-y: hidden;
	  top: 70px;
	  right: 0px;
	  z-index: 1000;
	}
	.navbar2 .nav-links a {
	  display: block;
	}
   
	/* when nav toggle button not checked */
	.navbar2 #nav-check:not(:checked) ~ .nav-links {
	  height: 0px;
	}
   
	/* when nav toggle button is checked */
	.navbar2 #nav-check:checked ~ .nav-links {
	  height: calc(100vh - 70px);
	  overflow-y: auto;
	}
	/* Responsive dropdown code */
	.navbar2 .nav-links .dropdown, .navbar2 .nav-links .dropdown2 {
	  float: none;
	  width: 100%;
	  height: 30px;
		padding-top: 10px;
		border-bottom: 1px solid #ccc;
	}
	.navbar2 .nav-links .drop-content {
	  position: relative;
	  background-color: #fff;
	  top: 0px;
	  left: 0px;
	  width: 100%;
	}
	/* Text color */
	.navbar2 .nav-links .drop-content a {
	  color: #000;
	  display: block;
	  width: 96%;
	  text-align: center!important;
	}  


	  .drop-content {
	  	top: 30px;
	  }

	  .dropdown a.nav-links-height, .nav-links-height {
		display: block!important;
		width: 100%!important;
		max-width: 100%!important;
		height: 30px;
		min-height: 30px;
		max-height: 30px;
		padding: 0;
	  }

  }
   
  /* Dropdown menu CSS code */
  .dropdown{
	position: relative;
	display: inline-block;
  }
  .drop-content {
	display: none;
	position: absolute;
	background-color: #eee;
	min-width: 120px;
	font-size: 16px;
	top: 70px;
	z-index: 1;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
	width: 320px;
  	text-align: left;
  }
  .drop-content-last {
  	width: 200px;
  }
  .drop-content-last a {
  	width: 92%!important;
  }
  /* on hover show dropdown */
  .dropdown:hover .drop-content {
	display: block;
  }
  /* drondown links */
  .drop-content a.link_ver_todo {
  	width: 92%!important;
  	text-align: center!important;
  }

  .drop-content a {
  	text-align: left!important;
  	vertical-align: middle;
	padding: 8px 2px;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: 44%;
	transition: all 0.5s ease !important;
/*	max-height:10px; */
  }
  .drop-content a:nth-child(2n) {
	border-left: 1px solid #ccc;
  }
  .drop-content a:hover {
	background-color: #FFF!important;
  }
  .dropdown:hover .dropBtn, .dropdown2:hover .dropBtn2 {
	background-color: #eee;
  }


/* COMBINACIONES */
.titulo_combinaciones {
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	width: 85%;
	margin: 0 40px 5px 20px;
}

.inputs_combinaciones  {
  display: none;
}

.contenedor_combinaciones {
	margin-left: 20px;
}

.label_combinaciones {
  display: inline-block;
  padding: 0px 5px;
  cursor: pointer;
}


.label_combinaciones .span_combinaciones {
  position: relative;
  padding: 2px;
}

.label_combinaciones .span_combinaciones img {
    transition: 100ms;
    border: 1px solid #999;
	display: inline-block;
	height:70px;
}

.label_combinaciones input.inputs_combinaciones:checked+.span_combinaciones img {
  border: 3px solid #c7d34d;
}


.span_combinaciones .tooltiptext {
  visibility: hidden;
  background-color: #ddd;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 3px 8px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 210%;
  margin-left: -90%;
}

.span_combinaciones:hover .tooltiptext {
  visibility: visible;
}


.centro .cart_tabla td p {
	font-size: 13px;
	color: #666;
}

.centro .cart_tabla td p span {
	display: inline-block;
	padding-right: 10px;
}

#prod_desc_larga_dts .row {
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.contenedor_existencias {
	padding: 0;
	margin: 0;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
	color: #666;
}

.producto_cantidad_2026 {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.producto_cantidad_2026 > span {
	font-size:14px;
	padding-left: 4px;
}

.contenedor_leyenda {
	padding: 0;
	margin: 0;
	margin-top: 15px;
	font-size: 11px;
	margin-bottom: 10px;
	text-align: center;
	color: #666;
}