@charset "utf-8";

:root {
	Alto Top: 90px;
	Alto Menu: 60px;
	Alto Logo: 45px;
	Tipografia Sitio: Georgia, Helvetica, sans-serif;
	Tipografia Botonera: "Arial Narrow", Arial, Helvetica, sans-serif;
	Tipografia Pie: Arial, Helvetica, sans-serif;
	Tamanio Tipo Botonera: 18px;
	Tamanio Iconos Botonera: 20px;
	Color Institucional: #1F901E;
	Color Fondo Pie: #202020;
}

/* antasjardin.css */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
BODY {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#top {
	background-color: transparent;
	height: 90px;
}
#sitio_antas {
	margin: 0 auto;
	margin-top: 20px;
	width: 96%;
	max-width: 1200px;
}
#contenido {
	margin: 0 auto;
	width: 100%;
	min-height: 500px;
	display: table;
	background-color: #FCFCFC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.contenido_interior {
	width: 96%;
	margin: 0 auto;
	max-width: 1100px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	padding: 0px;
}
.contenido_marcas {
	clear: both;
	width: 96%;
	margin: 0 auto;
	max-width: 1100px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	padding: 0px;
}
.selector_categorias {
	clear: both;
	display: none;
	margin-bottom: 20px;
}
.campo_selector_categoria {
	background-color: #1F901E;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #F2F2F2;
	padding: 4px;
	border: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.caja_categorias {
	float: left;
	min-width: 200px;
	width: 28%;
	display: inline;
}
.caja_contenido {
	float: right;
	width: 68%;
}



/* titulos y columna izquierda */
.caja_recuadro {
	border: 1px none #CCCCCC;
	margin-bottom: 40px;
}
.titulo_destacado {
	background-color: #1F901E;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #F2F2F2;
	text-decoration: none;
	width: 100%;
	padding: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.categoria_activa {
	color: #1F901E;
	font-size: 14px;
	line-height: 16px;
	font-weight: 800;
	text-decoration: none;
}
.categoria_item {
}
.subcategoria_activa {
	color: #1F901E;
	padding-left: 20px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 800;
	text-decoration: none;
}
.subcategoria_item {
	padding-left: 20px;
}
.item_link_categoria {
	font-size: 14px;
	line-height: 16px;
	color: #666666;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.item_link_categoria:hover {
	color: #000000;
}
.item_link {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	font-weight: 100;
	text-decoration: none;
	text-transform: uppercase;
}
.item_link:hover {
	color: #000000;
}
.icono_listado {
	float: right;
}
.link_icono {
	font-family: "FontAwesome";
	font-size: 20px;
	line-height: 30px;
	font-weight: lighter;
	color: #EFEFEF;
	text-decoration: none;
	background-color: transparent;
	border: 0;
}
.link_icono:hover {
	color: #FFFFFF;
}

/* cajas de items */
.caja_item {
	float: left;
	width: 33.3%;
	display: block;
}
@media (max-width: 980px) {
	.caja_item {
		width: 49.5%;
	}
}
@media (max-width: 767px) {
	.caja_categorias {
		display: none;
	}
	.selector_categorias {
		display: block;
	}
	.caja_contenido {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.caja_item {
		width: 99.9%;
	}
}

.caja_item_interior {
	clear: both;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 96%;
	display: block;
}
.caja_item_interior_listado {
	padding: 10px;
}
.caja_item_imagen {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 200px;
}
.caja_item_imagen:hover {
	cursor: pointer;
}
.item_imagen {
	width: 100%;
}
.caja_item_titulo {
	margin: 0 auto;
	height: 50px;
}
.centrado {
	text-align: center;
}
.link_item_caja {
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	color: #333333;
	text-decoration: none;
}
.link_item_caja:hover {
	color: #000000;
}

.caja_item_listado {
	clear: both;
	margin-top: 10px;
	display: table;
	border-bottom: 1px dotted #999999;
}
.caja_item_imagen_listado {
	float: left;
	width: 22%;
	margin-right: 10px;
}
.caja_item_titulo_listado {
	float: left;
	width: 55%;
}
.caja_item_precio {
	float: left;
	width: 16%;
}



.producto_ficha_oferta_precio_anterior {
	font-size: 14px;
	font-weight: 700;
	color: #DD0440;
	text-decoration: line-through;
}



/* top */
/*
.logo_main {
	height: 45px;
}
.logo_fixed {
	height: 45px;
}
.logo_movil {
	height: 32px;
}
.top_header {
	display: block;
	position: absolute;
	height: 120px;
	overflow: visible;
	z-index: 900;
}
.top_header_desplegable {
	position: fixed;
	display: none;
	top: 0;
	height: 90px;
	z-index: 950;
	background-color: #FFFF33;
	border-bottom: 2px solid #333333;
}
.top_header_mobile {
	display: none;
	position: fixed;
	top: 0;
	z-index: 950;
	background-color: #FFCCCC;
	border-bottom: 2px solid #333333;
}
.top_caja_centrada {
	width: 100%;	
	max-width: 1200px;
}
.top_header .top_logo, .top_header_desplegable .top_logo {
	float: left;
	margin: 10px;
	display: block;
}
.top_logo_movil {
	display: none;
	margin: 0 auto;
}
.img_logo {
	width: 20%;
	max-width: 197px;
	border: 0px none;
}
.img_logo_movil {
	width: 40%;
	max-width: 197px;
	border: 0px none;
	top: 10px;
	bottom: 10px;
}
.top_funciones {
	float: right;
	margin: 10px;
	display: block;
}
@media (max-width: 600px) {
	.top_header {
		display: none;
	}
	.top_header_mobile {
		display: block;
	}
}
*/


/* botonera */
/* atencion: usa fontello */
.top_fijo {
	width: 100%;
	position: fixed;
	height: 90px;
	background: rgba(0,0,0, 0.75);	/* background: url('/img/bg_alpha.png'); */
	z-index: 1000;
}
.top_interior {
	margin: 0 auto;
	width: 96%;
	max-width: 1200px;
}
.top_desktop {
	display: block;
}
.top_mobile {
	display: none;
}
.top_logo_desktop {
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}
.logo_fijo {
	height: 45px;
	border: 0;
}
.top_menu {
	float: left;
	margin-left: 20px;
}
.top_iconos {
	float: right;
}
.top_mas_iconos {
	display: none;
	float: right;
}
.top_icono_menu {
	float: right;
	display: none;
}
.fo_menu {
	font-family: "fontello";
	font-size: 24px;
	line-height: 60px;
	color: #FFFFFF;
	text-decoration: none;
}
.fo_menu:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.fo_icono {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
	margin-left: 5px;
}
.fo_icono:hover {
	color: #CCCCCC;
	text-decoration: none;
}

@media (max-width: 900px) {
	.top_iconos {
		display: none;
	}
	.top_mas_iconos {
		display: block;
	}
}

@media (max-width: 850px) {
	.top_menu {
		display: none;
	}
	.top_iconos {
		display: none;
	}
	.top_mas_iconos {
		display: none;
	}
	.top_icono_menu {
		display: block;
	}
}
@media (max-width: 600px) {
	.logo_fijo {
		height: 30px;
		margin-top: 12px;
		margin-left: 20px;
	}
}
@media (max-width: 430px) {
	.logo_fijo {
		height: 20px;
		margin-top: 16px;
		margin-left: 5px;
	}
}
.top_icono_menu_icono {
	position: absolute;
	right: 4px;
}
.top_txt_menu {
	position: absolute;
	margin-top: 36px; 
	right: 20px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


#top_caja_buscar {
	display: none;
	position: fixed;
	right: 100px;
	top: 60px;
	background: rgba(0,0,0, 0.75);	/* background: url('/img/bg_alpha.png'); */
	z-index: 1000;
}
.input_buscar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
	border: 0px none transparent;
	border-bottom: 1px solid #CCCCCC;
	background: transparent;
}
.top_nombre_idioma {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 20px;
}
.top_idioma_item {
}
.top_idioma_item:hover {
	cursor: pointer;
	background: rgba(0,0,0, 0.5);	/* background: url('/img/bg_alpha.png'); */
}
.top_txt_carrito {
	text-align: left;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
}
.top_boton_carrito {
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	text-decoration: none;
	background: transparent;
	border: 1px solid #FFFFFF;
}
.top_boton_carrito:hover {
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	background: rgba(0,0,0, 0.5);
}
.top_interior_caja {
	margin: 25px;
}

#botonera_mobile {
	display: none;
	width: 100%;
}
.top_telefono {
	width: 100%;
	height: 30px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 700;
	background: rgba(0,0,0, 0.3);
	border-bottom: 1px solid #1F901E;
}
.top_link {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 300;
}
@media (max-width: 400px) {
	.top_telefono {
		font-size: 12px;
	}
	.top_link {
		font-size: 12px;
	}
}

.posicion_idioma {
	margin-top: 22px;
	margin-right: 5px;
}




/* botonera desktop */
UL, OL {
	list-style: none;
}
.nav {
}
.nav > LI {
	float: left;
}
.nav LI A {
	/* background-color: #000; */
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 60px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	display: block;
}
.nav LI A:hover {
	/* background-color: #434343; */
	color: #CCCCCC;
}
.nav LI UL {
	display: none;
	position: absolute;
	min-width: 140px;
	background: rgba(0,0,0, 0.75);	/* background: url('/img/bg_alpha.png'); */
	z-index: 1000;
}
.nav LI:hover > UL {
	display: block;
}
.nav LI UL LI {
	position: relative;
}
.nav LI UL LI UL {
	right: -140px;
	top: 0px;
	z-index: 1000;
}
.nav-der {
}
.nav-der > LI {
	float: right;
}
.nav-der LI A {
	/* background-color: #000; */
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 60px;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}
.nav-der LI A:hover {
	/* background-color: #434343; */
	color: #CCCCCC;
}
.nav-der LI UL {
	display: none;
	position: absolute;
	min-width: 140px;
	background: rgba(0,0,0, 0.75);	/* background: url('/img/bg_alpha.png'); */
	z-index: 1000;
	right: 150px;
}
.nav-der LI:hover > UL {
	display: block;
}
.nav-der LI UL LI {
	position: relative;
	margin: 25px;
	margin-top: 15px;
	right: 0px;
}
@media (max-width: 1550px) {
	.nav-der LI UL {
		right: 120px;
	}
}
@media (max-width: 1350px) {
	.nav-der LI UL {
		right: 50px;
	}
}
@media (max-width: 1250px) {
	.nav-der LI UL {
		right: 30px;
	}
}
@media (max-width: 1000px) {
	.nav-der LI UL {
		right: 20px;
	}
}
.nav-mobile {
	background: rgba(0,0,0, 0.75);	/* background: url('/img/bg_alpha.png'); */
	width: 100%;
	max-width: 500px;
	position: fixed;
	top: 90px;
	z-index: 2000;
}
.nav-mobile A {
}
.top_botonera_item {
	border-bottom: 1px dotted #CCCCCC;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}
.top_botonera_item:hover {
	color: #CCCCCC;
	background: rgba(0,0,0, 0.5);	/* background: url('/img/bg_alpha.png'); */
	cursor: pointer;
}
.top_botonera_submenu {
	display: none;
}
.top_flecha_abajo {
	float: right;
	font-family: "fontello";
	font-size: 22px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
	display: block;
}
.top_flecha_arriba {
	float: right;
	font-family: "fontello";
	font-size: 22px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
	display: none;
}
/* fin top */



/* boton submit */
.submit {
	padding: 0 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	border: none;
	line-height: 32px;
	background: #bc945e;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 8px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	text-shadow: none;
	position: relative;
	letter-spacing: 0.4px;
	-webkit-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	z-index: 2;
}
.submit:before {
	content: "";
	text-decoration: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #bb793c;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	z-index: -1;
}
.submit:hover, .submit:focus {
	color: #000;
	border-color: #bb793c;
}
.submit:hover:before, .submit:focus:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}



/* marcas */
.marca_content {
	clear: both;
	display: block;
	margin-bottom: 20px;
}
.marca_caja {
	clear: both;
	margin-top: 5px;
}
.marca_img {
	/* border: 1px solid #666666; */
	width: 100%;
	max-width: 230px;
}
.marca_img:hover {
	/* border: 1px solid #000000; */
}
.marca_content_movil {
	display: none;
}
.marca_caja_movil {
	float: left;
	margin: 5px;
}
.marca_img_movil {
	/* border: 1px solid #666666; */
	height: 70px;
	width: 100%;
	max-width: 320px;
}
.marca_img_movil:hover {
	/* border: 1px solid #000000; */
}

@media (max-width: 767px) {
	.marca_content {
		display: none;
	}
	.marca_content_movil  {
		display: block;
	}
}




/* secciones y ficha de producto */
.link_c {
	color: #666666;
	text-transform: uppercase;
	text-decoration: none;
}
.link_c:hover {
	color: #000000;
}
.producto_ficha {
	clear: both;
	margin-top: 20px;
}
.producto_fotos {
	float: left;
	width: 100%;
	max-width: 481px;
}
 .producto_titulo_form_compra {
 	text-align: center;
 	font-size: 14px;
	color: #666666;
 }
 .producto_form_compra {
	float: right;
	display: table;
}
.producto_foto_principal {
	clear: both;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imagen_principal {
	width: 100%;
	max-width: 481px;
	border: 1px solid #CCCCCC;
}
.producto_foto_secundario {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imagen_secundario {
	width: 108px;
	height: 78px;
	border: 1px solid #CCCCCC;
}
.imagen_secundario:hover {
	border: 1px solid #333333;
}

.producto_form_centro {
	clear: both;
	margin: 0 auto;
}
.producto_oferta {
	margin-bottom: 15px;

}
.producto_codigo {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: 800;
	margin-bottom: 15px;
}
.producto_envio {
	margin-bottom: 15px;

}
.producto_sin_stock {
	margin-bottom: 15px;

}
.producto_oferta_precio_anterior {
	font-size: 18px;
	font-weight: 700;
	color: #DD0440;
	text-decoration: line-through;
}
.producto_precio {
	font-size: 28px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 15px;
}
.producto_caja_iconos {
	clear: both;
	width: 100%;
}
.producto_icono_info {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 83px;
	height: 110px;
}
.producto_icono {
	clear: both;
	margin: 0 auto;
	text-align: center;
}
.producto_info {
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.boton_comprar {
	background-color: #666666;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 15px;
}
.boton_comprar:hover {
	
}
.icono_form_compra {
	width: 80px;
	height: 80px;
	/* border: 1px solid #FF0000; /* quitar */
}
.producto_detalle {
	clear: both;
	color: #333333;
}
.producto_videos {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* Para que el contenedor tenga relaci�n de aspecto 16/9 */
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.link_descarga {
	font-size: 36px;
	color: #666666;
	text-decoration: none;
}
.link_descarga:hover {
	color: #000000;
}

@media (max-width: 1120px) {
	.producto_fotos {
		float: none;
		clear: both;
		margin: 0 auto;
	}
	.producto_form_compra  {
	    float: none;
		clear: both;
	    width: 100%;
		padding-top: 10px;
		border-top: 2px solid #BB793C;
	}
}
@media (max-width: 380px) {
	.imagen_secundario {
		width: 100px;
		height: 82px;
	}
	.producto_icono_info {
		width: 70px;
		height: 100px;
	}
}
.formulario_caja {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	border-top: 1px dotted #999999;
	text-align: center;
}









#pie {
	background-color: #000000;
	clear: both;
	margin-top: 40px;
	width: 100%;
	min-height: 100px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border: 1px none #000000;
	display: table;
}
.pie_interior {
	padding: 10px;
	padding-bottom: 30px;
}

/* pie */
.pie_texto {
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.pie_diseno {
	float: right;
}
.pie_link {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
.pie_link:hover {
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
.pie_caja_enlaces {
	clear: both;
	width: 100%;
}
.pie_caja_columna {
	float: left;
	width: 24%;
	min-width: 200px;
	margin-right: 5px;
	margin-bottom: 15px;
}
.pie_titulo {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.pie_txt {
	clear: both;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.pie_caja_iconos {
	border-bottom: 1px solid #1F901E;
	margin-bottom: 10px;
}
.pie_producto_icono_info {
	text-align: center;
}
.pie_producto_icono {
	clear: both;
	margin: 0 auto;
}
.pie_producto_info {
	clear: both;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

