@charset "utf-8";

:root {
	Alto Top: 60px;
	Alto Menu: 60px;
	Alto Logo: 45px;
	Tipografia Sitio: Georgia, Helvetica, sans-serif;
	Tipografia Botonera: "Arial Narrow", Arial, Helvetica, sans-serif;
	Tamanio Tipo Botonera: 18px;
	Tamanio Iconos Botonera: 20px;
	Color Institucional: #1F901E;
	Color Fondo Pie: #202020;
	Color Fondo Titulo Destacado: #E1E1E1;
	Fondo Pasador Novedades: #E2E2E2;
	Fondo Pasador Destacados: #E2E2E2;
	Fondo Pasador Ofertas: #E2E2E2;
	Fondo Pasador Relacionados; #E2E2E2;
}

/* estilos.css */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
BODY {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #F6F6F6;
}

@font-face {
	font-family: "Mostra Nuova Bold";
	src: url('/fonts/mostra_nuova_bold-webfont.eot');
	src: url('/fonts/mostra_nuova_bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/mostra_nuova_bold-webfont.woff') format('woff'),
		 url('/fonts/mostra_nuova_bold-webfont.ttf') format('truetype'),
		 url('/fonts/mostra_nuova_bold-webfont.svg#mostra_nuovabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Mostra Nuova Light";
	src: url('/fonts/mostra_nuova_light-webfont.eot');
	src: url('/fonts/mostra_nuova_light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/mostra_nuova_light-webfont.woff') format('woff'),
		 url('/fonts/mostra_nuova_light-webfont.ttf') format('truetype'),
		 url('/fonts/mostra_nuova_light-webfont.svg#mostra_nuovalight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Mostra Nuova Regular";
	src: url('/fonts/mostra_nuova_regular-webfont.eot');
	src: url('/fonts/mostra_nuova_regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/mostra_nuova_regular-webfont.woff') format('woff'),
		 url('/fonts/mostra_nuova_regular-webfont.ttf') format('truetype'),
		 url('/fonts/mostra_nuova_regular-webfont.svg#mostra_nuova_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Mostra Nuova Thin";
	src: url('/fonts/mostra_nuova_thin-webfont.eot');
	src: url('/fonts/mostra_nuova_thin-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/mostra_nuova_thin-webfont.woff') format('woff'),
		 url('/fonts/mostra_nuova_thin-webfont.ttf') format('truetype'),
		 url('/fonts/mostra_nuova_thin-webfont.svg#mostra_nuovathin') format('svg');
	font-weight: normal;
	font-style: normal;
}


#top {
	background-color: transparent;
	height: 60px;
}
.sitio {
	clear: both;
	margin: 0 auto;
	margin-top: 20px;
	width: 96%;
	max-width: 1200px;
}
.contenido {
	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;
}
.content_interior {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
}

/* 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: 60px;
	background: rgba(0,0,0, 0.75);	/* background: url('/img/bg_alpha.png'); */
	z-index: 1000;
}
.top_telefono {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom: 1px solid #0F11C3;
}
.top_telefono_movil {
	display: none;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-bottom: 1px solid #0F11C3;
}
@media (max-width: 560px) {
	.top_telefono {
		display: none;
	}
	.top_telefono_movil {
		display: block;
	}
}

.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_iconos_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_iconos_menu {
		display: block;
	}
}

#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: 14px;
	line-height: 22px;
	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_logo_txt {
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: 45px;
	color: #FFFFFF;
	margin-left: 12px;
}
@media (max-width: 600px) {
	.top_desktop {
		display: none;
	}
	.top_mobile {
		display: block;
	}
	.top_iconos_menu {
		display: none;
	}
	.logo_fijo {
		height: 30px;
		margin-top: 12px;
	}
	.top_logo_txt {
		margin-top: 6px;
		font-size: 16px;
	}
}




/* 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: 170px;
	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;
	line-height: 40px;
}
.nav LI UL LI A {
	line-height: 40px;
}
.nav LI UL LI UL {
	right: -171px; /* separo 1 px la caja de nivel 3 de la caja de nivel 2 (de 170px de ancho) */
	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: 60px;
	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_item A {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
	display: block;
}
.top_botonera_item A:hover {
	color: #CCCCCC;
}
.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 */


.formulario_caja {
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 100%;
	border-top: 1px dotted #999999;
	text-align: center;
}



/* pie */
#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 {
	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: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.pie_diseno {
	float: right;
}
.pie_link {
	font-family: Helvetica, 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: Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.pie_txt {
	clear: both;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.pie_caja_iconos {
	border-bottom: 1px solid #0F11C3;
	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: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}





/* 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);
}


/* secciones */
.titulo_seccion {
	font-family: "Mostra Nuova Light", Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
	text-decoration: none;
}
.texto_seccion {
	clear: both;
	text-decoration: none;
}
/* secciones - destacados */
.caja_destacado {
	clear: both;
	width: 100%;
	max-height: 350px;
}
.caja_derecha {
	float: right;
	width: 50%;
	max-height: 350px;
	overflow: hidden;
}
.caja_izquierda {
	float: left;
	width: 50%;
	max-height: 350px;
	overflow: hidden;
}
.destacado_imagen {
	width: 100%;
	min-height: 250px;
}
.destacado_texto_izquierda {
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
}
.destacado_texto_derecha {
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 24px;
}
.destacado_titulo {
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.caja_destacado {
		max-height: 100%;
	}
	.caja_derecha {
		float: none;
		clear: both;
		margin: 0 auto;
		width: 94%;
	}
	.caja_izquierda {
		float: none;
		clear: both;
		margin: 0 auto;
		width: 94%;
	}
	.destacado_texto_izquierda {
		text-align: center;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.destacado_texto_derecha {
		text-align: center;
		margin-bottom: 15px;
		font-size: 14px;
	}
}

.descalce_titulo {
	clear: both;
	height: 0px;
}
.caja_titulo_destacado {
	clear: both;
	background-color: Color_Fondo_Titulo_Destacado;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.titulo_destacado {
	font-size: 24px;
	font-weight: 400;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

@media only screen and (max-width: 480px) {
	.titulo_destacado {
		font-size: 18px;
	}
	.destacado_titulo {
		font-size: 16px;
	}
	.destacado_texto_izquierda {
		font-size: 14px;
	}
	.destacado_texto_derecha {
		font-size: 14px;
	}
}

/* fondos de sliders */
.titulo_slider {
	font-family: "Mostra Nuova Thin";
	font-size: 60px;
	letter-spacing: -3px;
	line-height: 60px;
	color: #000000;
	text-align: right;
	height: 55px; /* 40px; */
	overflow: visible;
}
.caja_slider_novedades {
	width: 100%;
	background-color: #E1E1E1;
	padding-top: 0px;
	padding-bottom: 10px;
}
.caja_slider_destacados {
	width: 100%;
	background-color: #E0E0E0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.caja_slider_ofertas {
	width: 100%;
	background-color: Fonod_Pasador_Ofertas;
	padding-top: 10px;
	padding-bottom: 10px;
}
.caja_slider_relacionados {
	width: 100%;
	background-color: #0F11C3;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* producto.inc */
.producto_caja {
	float: left;
	position: relative;
	width: 200px;
	height: 300px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin-left: 20px;
	margin-right: 0px;
	overflow: hidden;
	margin-bottom: 15px;
}
.producto_caja_imagen {
	margin-top: 10px;
	width: 100%;
	height: 185px;
	overflow: hidden;
}
.producto_imagen {
	border: 0;
}
.producto_caja_texto {
	width: 100%;
	margin-top: 10px;
}
.producto_titulo {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Mostra Nuova Regular", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #202020;
	text-decoration: none;
}
.producto_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.producto_link:hover {
	color:#666666;
}
.producto_icono_comprar {
	position: absolute;
	bottom: 6px;
	right: 6px;
}
.producto_icono {
	font-family: "fontello";
	font-size: 20px;
	color: #000000;
	text-decoration: none;
}
.producto_icono:hover {
	color: #666666;
}
@media only screen and (max-width: 480px) {
	.producto_caja {
		width: 160px;
		height: 250px;
	}
	.producto_caja_imagen {
		margin-top: 7px;
		height: 115px;
	}
	.producto_imagen {
	}
}


/* categoria.inc */
.categoria_caja {
	float: left;
	position: relative;
	width: 200px;
	height: 220px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 5px;
	margin-bottom: 15px;
	overflow: hidden;
}
.categoria_caja_imagen {
	margin-top: 10px;
	width: 100%;
	height: 140px;
	overflow: hidden;
}
.categoria_imagen {
	border: 0;
}
.categoria_caja_texto {
	width: 100%;
	margin-top: 10px;
}
.categoria_titulo {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Mostra Nuova Regular", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #202020;
	text-decoration: none;
}
.categoria_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.categoria_link:hover {
	color:#666666;
}

/* categoria.index */
.categoria_caja_index {
	float: left;
	position: relative;
	width: 200px; /* 108px; */
	height: 200px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 2px;
	overflow: hidden;
}
.categoria_caja_index:hover {
	border: 1px solid #000000;
	-webkit-box-shadow: inset 0px 0px 20px 8px rgba(50,50,50,0.62);
	-moz-box-shadow: inset 0px 0px 20px 8px rgba(50,50,50,0.62);
	box-shadow: inset 0px 0px 20px 8px rgba(50,50,50,0.62);
}
.categoria_caja_imagen_index {
	margin-top: 24px;
	width: 100%;
	height: 120px;
	text-align: center;
	overflow: hidden;
}
.categoria_imagen_index {
	max-width: 140px;
	border: 0;
}
.categoria_caja_texto_index {
	width: 100%;
	margin-top: 6px;
}
.categoria_titulo_index {
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}
.categoria_link_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
}
.categoria_link_index:hover {
	color:#666666;
}


/* buscador de mandos */
#caja_buscador_mandos {
	clear: both;
	/* position: relative; */
}
.capa_fondo {
	position: absolute;
	width: 100%;
	min-height: 50px;
}
.texto_fondo {
	font-family: "Mostra Nuova Thin";
	font-size: 50px;
	letter-spacing: -3px;
	line-height: 50px;
	color: #000000;
	text-align: left;
}
.capa_buscador {
	/* position: absolute; */
	width: 100%;
	z-index: 100;
	/* background: rgba(20,20,20, 0.5); /* quitar */
	min-height: 38px;
	padding-top: 6px;
	padding-bottom: 6px;
	display: table;
}
.caja_selector {
	float: right!important;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 5px;
}
.b_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A1A1A1;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 2px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.b_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A1A1A1;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	padding: 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.b_bt_buscar {
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #333333;
	border: 1px solid #666666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.b_bt_buscar:hover {
	color: #CCCCCC;
}
.buscador_descalce {
	clear: both;
	height: 50px;
}

@media (max-width: 830px) {
	.buscador_descalce {
		height: 80px;
	}
}
@media (max-width: 470px) {
	.buscador_descalce {
		height: 110px;
	}
}



/* ficha grande de producto */
.caja_detalle {
	width: 100%;
	clear: both;
}
.titulo_categoria {
	margin: 0px;
}
.link_categoria {
	font-family: "Mostra Nuova Regular", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color: #000000;
}
.link_categoria:hover {
	color: #666666;
}
.caja_atributos {
	float: right;
}
.caja_fotos {
	float: left;
	max-width: 730px;
}
.caja_imagen {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}
.src_imagen {
	border: 0;
}
@media only screen and (max-width: 1105px) {
	.caja_fotos {
		max-width: 585px;
	}
}
@media only screen and (max-width: 960px) {
	.caja_fotos {
		max-width: 440px;
	}
}
@media only screen and (max-width: 810px) {
	.caja_fotos {
		max-width: 294px;
	}
}
@media only screen and (max-width: 620px) {
	.caja_fotos {
		clear: both;
		float: none;
		max-width: 294px;
	}
	.caja_atributos {
		float: none;
		clear: both;
		margin;: 0 auto;
	}
}




.atributos_col_1 {
	border-top: 1px solid #333333;
	background-color: #CCCCCC;
	border-bottom: 1px dotted #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	text-align: left;
}
.atributos_col_2 {
	border-top: 1px solid #333333;
	background-color: #FCFCFC;
	border-bottom: 1px dotted #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#202020;
	text-align: left;
}
.atributos_col_precio {
	border-top: 1px solid #333333;
	background-color: #2C2C2C;
	border-bottom: 1px dotted #999999;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	color:#FFFFFF;
	text-align: center;
}


/* descargas x producto */
.caja_descargas {
	float: left;
	
}

/* form de compra */
.caja_form_comprar {
	float: right;
}
.form_comprar_table {
	border: 0;
}
.form_comprar_td {
	padding: 3px;
	padding-left: 10px;
	font-family: "Mostra Nuova Regular", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #111111;
	text-decoration: none;
}
.form_comprar_input {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.form_comprar_bt {
	height: 24px;
	font-family: "Mostra Nueva Bold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #333333;
	border: 1px solid #666666;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.form_comprar_bt:hover {
	color: #CCCCCC;
}
.fo_icono {
	font-family: "Fontello";
	font-size: 24px;
	line-height: 24px;
	color: #000000;
	text-decoration: none;
}
.fo_icono:hover {
	color: #666666;
}

