/* ----------------
 * Estilos carousel
 */

.carousel-promociones {
	width: 80%;
	float: left;
}

.carousel-promociones img {
	border-radius: 16px;
	display: none;
}

.no-js .carousel-promociones img {
	display: inline;
}

.carousel-promociones img.enabled {
	display: inline;
}

.ie8 .promociones > ul#carousel,
.ie7 .promociones > ul#carousel {
	width: 80%;
	float: left;
	position: relative;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 99%;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width: 99%;
	border-radius: 16px;
}

.carousel-promociones ul:first-child li {
	position: relative;
}

.ie8 .promociones > ul#carousel li,
.ie7 .promociones > ul#carousel li {
	position: relative;
}

.carousel-promociones ul:first-child li > img {
	border-radius: 16px;
}

.ie7.js .carousel-promociones ul:first-child li > img {
	width: 99.9%;
}

.ie8 .promociones ul#carousel li > img {
	width: 100%;
}

.carousel-controles,
.caja-destacados.caja4 .carousel-caja-controles {
	list-style: none outside none;
	margin: 0 5px;
	width: 100%;
	float: left;
}

.caja-destacados.caja4 .carousel-caja-controles {
	margin: 0;
	padding: 0;
}

.carousel-controles li,
.caja-destacados.caja4 .carousel-caja-controles li {
	float: left;
	height: 17px;
	width: 17px;
	display: inline-block;
}

.carousel-controles li a,
.caja-destacados.caja4 .carousel-caja-controles li a {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url("../img/botones-carousel.png");
	background-repeat: no-repeat;
	font-size: 0;
	color: transparent;
	float: left;
}

.carousel-controles li a span,
.caja-destacados.caja4 .carousel-caja-controles li a span {
	margin-top: 0;
}

.ie8 .carousel-controles li a span,
.ie8 .caja-destacados.caja4 .carousel-caja-controles li a span {
	margin-top: 3px;
}

.carousel-controles li a.carousel-activo,
.caja-destacados.caja4 .carousel-caja-controles li a.carousel-activo {
	background-position: -14px 0;
}

.carousel-controles li a.carousel-pausa-inicio,
.caja-destacados.caja4 .carousel-caja-controles li a.carousel-caja-pausa-inicio {
	margin-left: 10px;
	cursor: pointer;
	height: 13px;
	background: none;
	position: relative;
	height: 88%;
	float: left;
}

.ie7 .carousel-controles li a.carousel-pausa-inicio,
.ie7 .caja-destacados.caja4 .carousel-caja-controles li a.carousel-caja-pausa-inicio {
	margin: 0;
}

.carousel-controles li a.carousel-pausa-inicio span,
.caja-destacados.caja4 .carousel-caja-controles li a.carousel-caja-pausa-inicio span {
	position: absolute;
	bottom: 0;
}

.carousel-controles.disabled,
.caja-destacados.caja4 .carousel-caja-controles.disabled {
	display: none;
}

.descripcion-promocion-tipo1 {
	bottom: 3%;
	left: 2.5%;
	position: absolute;
	width: 49%;
	background:
		-moz-radial-gradient(6px -50px, circle, transparent 93px, rgba(0, 0, 0, 0.4) 15px);
	background:
		-o-radial-gradient(6px -50px, circle, transparent 93px, rgba(0, 0, 0, 0.4) 15px);
	background:
		-webkit-radial-gradient(6px -50px, circle, transparent 93px, rgba(0, 0, 0, 0.4) 15px); 
}

.descripcion-promocion-tipo2 {
	bottom: 3%;
	left: 2%;
	position: absolute;
	width: 45%;
	background:
		-moz-radial-gradient(-64px 5px, ellipse, transparent 146px, rgba(0, 0, 0, 0.4) 15px);
	background:
		-o-radial-gradient(-64px 5px, ellipse, transparent 146px, rgba(0, 0, 0, 0.4) 15px);
	background:
		-webkit-radial-gradient(-64px 5px, ellipse, transparent 146px, rgba(0, 0, 0, 0.4) 15px);
}

.ie7 .descripcion-promocion-tipo1, 
.ie8 .descripcion-promocion-tipo1, 
.ie9 .descripcion-promocion-tipo1, 
.ie7 .descripcion-promocion-tipo2, 
.ie8 .descripcion-promocion-tipo2, 
.ie9 .descripcion-promocion-tipo2 {
	background: #626262;
}

.descripcion-promocion-tipo2 > img {
	float: right;
	margin: 1.2% 7.2% 0 0;
	width: 60%;
}

.descripcion-promocion-tipo1 h2, 
.descripcion-promocion-tipo2 h2 {
	color: #FFFF00;
	font-size: 1.5em;
	font-weight: normal;
	margin-right: 0.5em;
	text-align: right;
	margin-bottom: 0;
	padding-left: 1em;
}

.descripcion-promocion-tipo2 h2 {
	margin-left: 6.2%;
	float: left;
	margin-top: 0;
}

.ie8 .descripcion-promocion-tipo2 h2,
.ie7 .descripcion-promocion-tipo2 h2 {
	margin-left: 0;
}

.descripcion-promocion-tipo1 p,
.descripcion-promocion-tipo2 p {
	color: #FFFFFF;
	font-size: 0.8em;
	font-weight: bold;
	margin-left: 6.2%;
	margin-right: 0.5em;
}

.descripcion-promocion-tipo2 p {
	float: left;
}

.descripcion-promocion-tipo1 a.boton {
	float: right;
	margin: 0 2.5% 2.5% 0;
}

.descripcion-promocion-tipo2 a.boton {
	float: right;
	margin: 0 2.5% 2.5% 0;
}

.ie7 .carousel-promociones.banner {
	height: 80%;
}

.carousel-promociones.banner .jcarousel-skin-tango .jcarousel-clip-horizontal {
	border: none;
	border-radius: 16px;
}

.caja-destacados.caja4 .carousel-promociones ul {
	border: none;
	background-color: transparent;
}

.ie7.js .caja-destacados.caja4 .carousel-promociones ul {
	height: 15.6em;
}

.ie9 .caja-destacados.caja4 .carousel-promociones ul li,
.ie8 .caja-destacados.caja4 .carousel-promociones ul li {
	margin: 0;
}

.ie7 .caja-destacados.caja4 .carousel-promociones ul.jcarousel-list li {
	height: 100%;
	margin: 0;
}

.caja-destacados.caja4 .carousel-promociones ul li a,
.caja-destacados.caja4 .carousel-promociones ul li img {
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	border-radius: 16px;
}

.caja-destacados.caja4 .carousel-promociones.banner #carousel-caja a {
	display: inline-block;
	height: 15.2em;
	width: 100%;
}

.ie9 .caja-destacados.caja4 .carousel-promociones.banner #carousel-caja a,
.ie8 .caja-destacados.caja4 .carousel-promociones.banner #carousel-caja a {
	height: 14.8em;
}

.ie7 .caja-destacados.caja4 .carousel-promociones.banner #carousel-caja a {
	height: 100%;
}

.ie7 .carousel-controles li a {
	text-indent: -9000px;
	text-transform: capitalize;
}

.ie7 .carousel-controles li a.carousel-pausa-inicio {
	margin-left: 5px;
}

.ie7 .carousel-controles li a.carousel-pausa-inicio span {
	left: 0;
}



/* ------------------------------
 * Estilos promociones destacadas
 */

.section > div > div.promociones {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.ie8 .promociones > ul,
.ie7 .promociones > ul {
	position: absolute;
	right: 0px;
	width: 25%;
	height: 100%;
}

.promociones .destacado1,
.promociones .destacado2,
.promociones .destacado3 {
	position: absolute;
	right: 0;
	height: 24%;
	width: 25%;
}

.promociones .destacado1 img,
.promociones .destacado2 img,
.promociones .destacado3 img {
	float: left;
	max-height: 100%;
	border-radius: 8px 0 0 8px;
}

.ie8 .promociones .destacado1 img,
.ie8 .promociones .destacado2 img,
.ie8 .promociones .destacado3 img {
	height: 100%;
}

.promociones .destacado1 div,
.promociones .destacado2 div,
.promociones .destacado3 div {
	background-color: #F6F6F8;
	border: 2px solid #9A9A9D;
	border-radius: 0 32px 32px 0;
	float: left;
	height: 95%;
	padding: 0 1.4em 0 0.5em;
	text-align: center;
	vertical-align: middle;
	width: 58%;
}

.ie8 .promociones .destacado1 div,
.ie8 .promociones .destacado2 div,
.ie8 .promociones .destacado3 div {
	width: 45%;
}

.promociones .destacado1 div,
.promociones .destacado2 div,
.promociones .destacado3 div {
	font-family: verdana;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.4em;
}

.promociones .destacado1 a,
.promociones .destacado2 a,
.promociones .destacado3 a {
	float: left;
	height: 100%;
	width: 100%;
}

.destacado1 {
	top: 5%;
}

.destacado2 {
  top: 35%;
}

.destacado3 {
  top: 65%;
}



/* ------------------------------------
 * Estilos caja de productos destacados
 */

.section > div > div.linea-productos {
	float: left;
	height: 100%;
	padding-top: 1.1em;
	position: relative;
	width: 100%;
}

.ie7.js .linea-productos {
	height: 14em;
}

.caja-destacados {
	color: #746F6F;
	float: left;
	width: 23.5%;
	margin: 0 0 1.8em 2%;
  position: relative;
  height: 100%;
}

.ie7 .caja-destacados {
	width: 23%;
}

.caja-destacados:first-child {
	margin: 0 0 1.5em;
}

.caja-destacados h2 {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 0.3em;
	text-align: center;
  width: 100%;
  top: 0;
}

.caja-destacados ul {
	background-color: #ECECEE;
	border: 2px solid #B2B2B2;
	border-radius: 16px 16px 16px 16px;
	font-size: 0.7em;
	min-height: 76%;
	padding: 0.7em;
	width: 96%;
	float: left;
}

.caja-destacados.productos1 ul {
	min-height: 13.5em;
}

.caja-destacados ul li {
  display: table;
  font-weight: bold;
  padding: 0;
  width: 100%;
}

.ie9 .caja-destacados ul li {
	margin-top: 0.5em;
}

.ie8 .caja-destacados ul li {
	margin-top: 0.5em;
}

.banner {
  margin-top: 1.7em;
  height: 85.8%;
  width: 100%;
}

.ie7 .banner {
  margin-top: 1.9em;
  height: 81.5%;
}

.carousel-promociones.banner {
	margin-top: 1.9em;
}

.ie7 .carousel-promociones.banner { 
	margin-top: 2em;
}

.caja-destacados .banner > a {
  display: inline-block;
  height: 10.7em;
  width: 100%;
}

.caja-destacados .banner > a img {
	border-radius: 16px;
}

.ie9 .banner > a,
.ie8 .banner > a, {
  height: 10.4em;
}

.ie7 .caja-destacados .banner > a img,
.ie8 .caja-destacados .banner > a img {
	height: inherit;
}

.caja-destacados ul li:first-child {
	margin-top: 0;
}

.caja-destacados ul li img {
	margin-left: 0.4em;
}

.caja-destacados ul li a {
  display: list-item;
  padding: 0.5em 0.5em 0;
}

.herramientas {
	background-color: transparent;
	border: none;
	padding: 0;
	width: 100%;
	margin-bottom: 0;
}

.ie7.js .herramientas {
	position: relative;
}

.herramientas h2 {
	font-weight: bold;
	color: #746F6F;
}

.ie7.js .herramientas ul {
	top: 1em;
	width: 92%;
}

.herramientas ul li {
  background-color: #F8F8FA;
  border-radius: 4px 4px 4px 4px;
  display: list-item;
  margin-top: 0.73em;
  width: auto;
  border: 1px solid #CECECE;
}

.ie9 .herramientas ul li,
.ie8 .herramientas ul li {
	width: 100%;
	display: inline-block;
	margin-top: 0.4em;
}

.ie7.js .herramientas ul li {
	width: 100%;
	display: inline-block;
}

.herramientas ul li a {
	padding: 0;
	color: #00457D;
	font-size: 1.1em;
	padding: 0.37em 0.5em 0.37em 3.5em;
	background-position: 0.3em center;
	background-repeat: no-repeat;
}

.ie7.js .herramientas ul li a {
	width: 72%;
	float: left;
	padding-left: 0;
}

.productos2 ul li {
	margin: 0.7em 0 0.8em;
}

.ie7.js .productos2 ul li {
	position: relative;
}

.productos2 ul li:first-child {
	margin-top: 0;
	margin-bottom: 0;
}

.productos2 ul li div {
	margin-left: 0;
	border-radius: 0 32px 32px 0;
	display: table-cell;
	float: none;
	height: 100%;
	left: 0;
	top: 0;
	vertical-align: middle;
	width: 100%;
}

.ie7 .productos2 ul li div {
	width: 63%;
	float: left;
}

.productos2 ul li div:first-child {
	height: 5.3em;
	width: auto;
}

.ie9 .productos2 ul li div:first-child, 
.ie8 .productos2 ul li div:first-child {
	height: 5.5em;
}

.ie7 .productos2 ul li div:first-child {
	height: 5.5em;
	width: auto;
}

.ie9 .productos2 ul li.ver-todo div:first-child,
.ie8 .productos2 ul li.ver-todo div:first-child {
	height: 1.5em;
}

.productos2 ul li a img {
	border-radius: 8px 0 0 8px;
	height: 100%;
	margin: 0;
	float: left;
}

.productos2 ul li a {
	border: 1px solid #CECECE;
	background-color: #F8F8FA;
	border-radius: 8px 32px 32px 8px;
	height: 100%;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	font-size: 1.1em;
	display: table;
	padding: 0;
	position: relative;
}

.productos2 ul li.ver-todo a {
	border: none;
}

.ie7.js .productos2 ul li.ver-todo a {
	right: 0;
	float: right;
	left: inherit;
	line-height: 1em;
}

.ie7.js .caja-destacados {
	position: relative;
}

.ie7.js .caja-destacados ul {
	width: 92%;
	min-height: 71%;
}

.caja-destacados ul li.ver-todo {
	bottom: -30px;
	position: absolute;
	right: 0.8em;
	width: auto;
}

.ie7 .caja-destacados ul li.ver-todo {
	position: absolute;
	width: 100%;
	bottom: -12px;
}

.ie7 .caja-destacados .productos1 ul li.ver-todo {
	bottom: -32px;
	width: auto;
}

.caja-destacados ul li.ver-todo a {
	background-color: transparent;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 10.5em;
}

.caja-destacados ul li.ver-todo a div,
.ie7.js .caja-destacados ul li.ver-todo a div {
	border: none;
	height: 1.5em;
	margin: 0;
	width: 1.5em;
}

.ie7.js .caja-destacados ul li.ver-todo a div {
	margin-right: 0.5em;
	float: left;
}

.ie7.js .productos1 ul li.ver-todo a div {
	margin-top: 0.8em;
}

.caja-destacados ul li.ver-todo a div img {
	margin: 0;
	width: auto;
}

.productos1 {
	min-height: 10.65em;
}

.ie7 .productos1 {
	min-height: auto;
}

.productos1 ul {
	min-height: 13.3em;
	position: relative;
}

.ie9 .productos1 ul,
.ie8 .productos1 ul {
	min-height: 13.8em;
}

.productos1 ul li {
	text-align: center;
	margin: 0.9em 0 0.8em;
}

.productos1 ul li:first-child {
	margin-bottom: 0;
}

.productos1 ul li.ver-todo {
  text-align: inherit;
}

.productos1 ul li div {
	background-color: #F8F8FA;
	border: 1px solid #CECECE;
	border-radius: 8px 8px 8px 8px;
	bottom: 0.7em;
	display: inline-block;
	left: 4%;
	margin: 1.5em 0 0;
	padding: 0.35em 0;
	position: absolute;
	text-align: center;
	width: 91%;
}

.productos1 ul li div:first-child {
	background: none;
	border: medium none;
	margin: 0;
	position: relative;
}

.productos1 ul li img {
	border-radius: 8px;
	margin: 0;
	width: 40%;
}

.productos1 ul li.ver-todo div {
	border-radius: 8px 8px 8px 8px;
	float: left;
	display: inherit;
	text-align: inherit;
	padding: 0;
	left: 0;
	position: inherit;
	background: none;
}

.productos1 ul li a {
	border-radius: 4px;
	margin: 0 0.5em;
	padding: 0.5em;
	text-align: center;
	font-size: 1.1em;
}

.todos-los-productos {
	position: absolute;
	right: 0.5%;
	top: 0.5em;
	width: 100%;
}

.todos-los-productos div.dropdown {
	float: right;
	width: 14em;
}

.todos-los-productos div.dropdown > ul.dropdown-menu {
	width: 100%;
}

.todos-los-productos div.dropdown a.dropdown-toggle {
	float: right;
	padding-right: 0.5em;
}

.video-promocional {
	min-height: 10.65em;
}

.video-promocional ul {
	padding: 0;
	background-color: #565656;
	min-height: 14.95em;
}

.ie9 .video-promocional,
.ie9 .video-promocional ul {
	min-height: auto;
}

.video-promocional ul li {
	text-align: center;
	display: inherit;
}

.caja2 .video-promocional,
.caja3 .video-promocional,
.caja4 .video-promocional {
	margin-top: 1.8em;
}

.promo-video {
	border-radius: 13px 13px 13px 13px;
	height: 14.3em;
	max-width: 100%;
	width: 100%;
}

.ie9 .promo-video, 
.ie8 .promo-video {
	height: 14.5em
}

.ie7 .promo-video {
	height: 15.4em
}

footer {
  margin-top: 0;
  padding-bottom: 1.5em;
}

.carousel-promociones.banner img {
	border: none;
}



/* PCs y Portatiles ----------- */
@media only screen and (max-width : 1015px) {
	.carousel-promociones {
		width: 100%;
		display: inline-block;
	}

	.columna-destacados {
		position: inherit;
		width: 100%;
	}

	.columna-destacados ul li.destacado1, 
	.columna-destacados ul li.destacado2, 
	.columna-destacados ul li.destacado3 {
		display: table;
		float: left;
		margin: 2% 0 2% 2%;
		width: 30%;
		position: inherit;
	}

	.promociones .destacado1 a,
	.promociones .destacado2 a,
	.promociones .destacado3 a {
		display: inline-table;
	}

	.promociones .destacado1 div, 
	.promociones .destacado2 div, 
	.promociones .destacado3 div {
		background-color: #F6F6F8;
		border: 2px solid #9A9A9D;
		border-radius: 0 32px 32px 0;
		display: table-cell;
		float: none;
		height: 95%;
		padding: 0 1.4em 0 0.5em;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}

	.section > div > div.linea-productos {
		padding-top: 2.5em;
	}

	.productos1 ul li img {
		width: 24%;
	}
}


/* Chrome y Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width : 1015px) {
	.promociones .destacado1 img, 
	.promociones .destacado2 img, 
	.promociones .destacado3 img {
		width: 28%;
	}

	.productos2 ul li a div {
		width: 69%;
		padding-right: 1em;
	}

	.productos2 ul li.ver-todo a div {
		width: 1.5em;
		padding-right: 0;
	}
}


/* Chrome y Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width : 1015px) {
	.columna-destacados {
		float: left;
		width: 100%;
		display: inline-block;
		height: 6em;
		margin-top: 1em;
	}

	.columna-destacados ul {
		float: left;
		width: 100%;
		display: inline-block;
		height: 100%;
	}

	.columna-destacados ul li.destacado1, 
	.columna-destacados ul li.destacado2, 
	.columna-destacados ul li.destacado3 {
		margin: 0 0 0 1.3333333%;
		height: 100%;
		width: 32%;
	}

	.promociones .destacado1 div, 
	.promociones .destacado2 div, 
	.promociones .destacado3 div {
		background-color: #F6F6F8;
		border: 2px solid #9A9A9D;
		border-radius: 0 32px 32px 0;
		display: table-cell;
		float: left;
		height: 79%;
		padding: 0 1.4em 0 0.5em;
		text-align: center;
		vertical-align: middle;
		width: 45%;
	}

	.productos2 ul li a div {
		width: 76%;
		padding-right: 1em;
	}

	.productos2 ul li.ver-todo a div {
		width: 1.5em;
		padding-right: 0;
	}
}


/* PCs y Portatiles ----------- */
@media only screen and (max-width : 1015px) {
	.caja-destacados {
		width: 49%;
	}

	.caja3 {
		margin-left: 0;
	}

	.linea-productos {
		padding-top: 2.5em;
	}
}


/* Smartphones (portrait y landscape) ----------- */
@media only screen and (max-width : 938px) {
	.jcarousel-skin-tango.disabled {
		display: inline-block;
		float: left;
		width: 100%;
	}

	.jcarousel-skin-tango.disabled > li {
		float: left;
		width: 100%;
	}

	.descripcion-promocion-tipo1.disabled,
	.descripcion-promocion-tipo2.disabled {
		background: none repeat scroll 0 0 transparent;
		bottom: 0;
		float: left;
		left: 0;
		position: inherit;
		width: 100%;
	}

	.descripcion-promocion-tipo1.disabled h2,
	.descripcion-promocion-tipo1.disabled p, 
	.descripcion-promocion-tipo2.disabled h2,
	.descripcion-promocion-tipo2.disabled p {
		color: #000000;
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		padding-left: 0;
	}

	.descripcion-promocion-tipo1.disabled h2,
	.descripcion-promocion-tipo2.disabled h2 {
		font-weight: bold;
		color: #239BCD;
	}

	.descripcion-promocion-tipo1.disabled p,
	.descripcion-promocion-tipo2.disabled p {
		font-weight: normal;
	}

	.descripcion-promocion-tipo1.disabled a.boton,
	.descripcion-promocion-tipo2.disabled a.boton {
		bottom: 0;
		float: right;
		margin: 1em 0 2em;
		position: inherit;
		right: 0;
	}

	.descripcion-promocion-tipo2.disabled > img {
		display: none;
	}

	.productos1 ul li img {
		width: 26%;
	}
}


/* Smartphones (portrait y landscape) - Devices ----------- */
@media only screen and (max-width : 757px) {
	.columna-destacados {
		margin-bottom: 0.5em;
		float: left;
	}

	.columna-destacados ul {
		width: 50%;
		float: left;
		margin: 0 25%;
	}

	.columna-destacados ul li.destacado1, 
	.columna-destacados ul li.destacado2, 
	.columna-destacados ul li.destacado3 {
		float: none;
		width: 100%;
		margin: 5% 0;
	}

	.productos1 ul li img {
		width: 30%;
	}
}


/* Chrome y Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width : 757px) {
	.columna-destacados {
		height: 20em;
	}

	.columna-destacados ul li.destacado1,
	.columna-destacados ul li.destacado2,
	.columna-destacados ul li.destacado3 {
		height: 6em;
	}

	.productos2 ul li a div {
		width: 80%;
		padding-right: 1em;
	}
}


/* Smartphones (portrait y landscape) - Devices ----------- */
@media only screen and (max-width : 585px) {
	.caja-destacados,
	.caja-destacados.banner,
	.caja-destacados.video-promocional {
		width: 100%;
		margin: 1.5em 0 0;
	}

	.caja-destacados .banner > a {
		height: auto;
	}

	.caja-destacados:first-child {
		margin: 1em 0 0 0;
	}

	.caja-destacados .banner > a img {
		height: auto;	
	}

	.video-promocional ul li {
		display: list-item;
	}
	
	.promo-video {
		height: auto;
	}

	.productos1 ul li img {
		width: 20%;
	}
}


/* Smartphones (portrait y landscape) - Devices ----------- */
@media only screen and (max-width : 555px) {
	.columna-destacados ul {
		width: 70%;
		margin: 0 15%;
	}

	.promociones .destacado1 div, 
	.promociones .destacado2 div, 
	.promociones .destacado3 div {
		width: 79%;
	}

	.productos1 ul li img {
		width: 22%;
	}
}


/* Chrome y Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width : 555px) {
	.promociones .destacado1 div, 
	.promociones .destacado2 div, 
	.promociones .destacado3 div {
		width: 62%;
	}
}


/* Smartphones (portrait y landscape) - Devices ----------- */
@media only screen and (max-width : 475px) {
	.columna-destacados ul {
		width: 100%;
		margin: 0;
	}

	.promociones .destacado1 div, 
	.promociones .destacado2 div, 
	.promociones .destacado3 div {
		width: 83%;
	}

	.productos1 ul li img {
		width: 24%;
	}
}


/* Chrome y Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width : 475px) {
	.promociones .destacado1 div, 
	.promociones .destacado2 div, 
	.promociones .destacado3 div {
		width: 49%;
	}
}


/* Smartphones (portrait y landscape) - Devices ----------- */
@media only screen and (max-width : 425px) {
	.productos1 ul li img {
		width: 30%;
	}
}