@charset "utf-8";

:root {
	Alto Top: 80px;
	Alto Menu: 80px;
	Alto Logo: 50px;
	Tipografia Sitio: Georgia, Helvetica, sans-serif;
	Tipografia Botonera: "FuriousStyles", Arial, Helvetica, sans-serif;
	Tamanio Tipo Botonera: 24px;
	Tamanio Iconos Botonera: 24px;
	Color Institucional: #1F901E;
	Color Fondo Pie: #202020;
	Color Fondo Titulo Destacado: #E1E1E1;
	Tipografia Slider: "DINRegular", Helvetica, sans-serif;
	Color Fondo Botonera RGB: 0,0,0;
}

/* estilos.css */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
BODY {
	margin: 0;
	background-color: #000000;
	font-family: Helvetica, sans-serif;
}
.caja_sitio {
	background-color: #F6F6F6;
}
#top {
	position: fixed;
	background-color: transparent;
	/* background: rgba(0,0,0, 0.75); */
	height: 80px;
	width: 100%;
	z-index: 2000;
}
.top_descalce {
	height: 80px;
}
.sitio {
	position: absolute;
	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;
	display: block;
}

/* top */
/*
.logo_main {
	height: 50px;
}
.logo_fixed {
	height: 50px;
}
.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_arriba {
	width: 100%;
	height: 80px;
	position: absolute;
	z-index: 2000;
}
.top_fijo {
	width: 100%;
	position: fixed; /* */
	height: 80px;
	background: rgba(49,40,95, 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 #1f901E;
}
.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 #1f901E;
}
@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: 15px;
	margin-left: 0px;
}
.logo_fijo {
	height: 50px;
	border: 0;
}
.top_menu {
	float: right; /* left; */
	margin-right: 20px;
	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: 80px;
	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: 80px;
	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: 80px;
	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: 20px;
	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: 20px;
	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: 50px;
	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: 40px;
		margin-top: 20px;
	}
	.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: 20px;
	line-height: 80px;
	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: 20px;
	line-height: 80px;
	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: 80px;
	z-index: 2000;
}
.nav-mobile A {
}
.top_botonera_item {
	border-bottom: 1px dotted #CCCCCC;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
	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: 20px;
	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: #202020;
	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: #202020;
	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_texto {
	float: left;
	font-family: Tipografia_Pie;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.pie_diseno {
	float: right;
}
.pie_link {
	font-family: Tipografia_Pie;
	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: Tipografia_Pie;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.pie_txt {
	clear: both;
	font-family: Tipografia_Pie;
	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: Tipografia_Pie;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
*/


/* pie */
.descalce_caja_pie {
	clear: both;
	width: 100%;
	height: 150px;
}
.caja_pie {
	/* position: fixed; */
	/* bottom: 0px; */
	width: 100%;
	background-color: #000000;
	border-top: 1px solid #d3d3d3;
	display: table;
}
.pie_titulo {
	font-family: "DINRegular", Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 700;
	text-decoration: none;
}
.pie_link {
	font-family: "DINLight", Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
.pie_link:hover {
	color: #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
}
.pie_texto {
	font-family: "DINLight", Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.pie_texto A {
	text-decoration: none;
	color: #FFFFFF;
}
.pie_texto A:hover {
	color: #CCCCCC;
}



/* 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: #e1e1e1;
	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;
}

/* producto.inc */
.producto_caja {
	float: left;
	position: relative;
	width: 200px;
	height: 300px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 5px;
	overflow: hidden;
}
.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;
	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;
}






.caja_sitio {
	position: absolute;
	width: 100%;
}
.caja_con_fondo {
	width: 100%;
	display: block;
	margin-top: 10px;
	background-position: center center;
	background-repeat: repeat;
}
.caja_interior_texto {
	float: left;
	width: 45%;
	min-width: 240px;
	margin: 5px;
}
.caja_interior_foto {
	float: right;
	width: 35%;
	min-width: 240px;
	margin: 5px;
	margin-top: 35px;
}
.caja_foto_seccion {
	margin: 0 auto;
}
.foto_seccion {
	width: 100%;
	/* border: 2px solid #FFFFFF; */
}
.caja_foto_polaroid {
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	/* sombra caja */
	box-shadow: 0px 0px 12px #999;
	-webkit-box-shadow: 0px 0px 12px #999;
	-moz-box-shadow: 0px 0px 12px #999;
}
.caja_foto_polaroid_top {
	height: 1px;
}
.caja_foto_polaroid_bottom {
	height: 1px;
}
.foto_polaroid {
	clear: both;
	margin: 8px;
}
.epigrafe_polaroid {
	width: 100%;
	margin: 8px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "DINRegular", Helvetica, sans-serif;
	font-size: 16px;
	color: #131313;
	text-decoration: none;
	text-align: center;
}



@media (max-width: 810px) {
	.caja_interior_texto {
		float: none;
		width: 96%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.caja_interior_foto {
		float: none;
		width: 96%;
		margin: 0 auto;
	}
}




.top_imagen_cabecera {
	width: 100%;
	display: block;
}

.imagen_cabecera {
	width: 100%;
}
.seccion_titular {
	text-align: center;
	font-family: "DINRegular", Helvetica, sans-serif;
	letter-spacing: 0.5px;
	font-size: 32px;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 30px;
}
.seccion_texto {
	text-align: center;
	font-family: "DINRegular", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
}
.caja_producto {
	float: left;
	margin: 10px;
}
@media (max-width: 813px) {
	.caja_producto {
		float: none;
	}
}






.imagen_producto {
	width: 100%;
	max-width: 360px;
	border: 1px solid #CCCCCC;
}


/* ficha de producto */
.producto_miniatura {
	float: left;
}
.producto_precio {
	clear: both;
	text-align: left;
	padding-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}
.producto_precio_tachado {
	clear: both;
	text-align: left;
	padding-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration: line-through;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}
.producto_sumario {
	clear: both;
	font-family: "DINLight", Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	padding-top: 20px;
}
.producto_formulario {
	text-align: left;
}
.producto_caja_talle {
	clear: both;
	margin-top: 40px;
}
.hanover_talle {
	margin-top: 4px;
	border: 1px solid #ECECEC;
	background-color: #ECECEC;
	padding: 2px;
	width: 100px;
}
.producto_caja_cantidad {
	clear: both;
	margin-top: 20px;
}
.hanover_cantidad {
	margin-top: 4px;
	width: 60px;
	border: 1px solid #ECECEC;
	background-color: #ECECEC;
	padding: 3px;
}
.producto_boton_comprar {
	margin: 0 auto;
}
.hanover_bt_comprar {
	font-family: "DINRegular", Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 14px;
	padding-bottom: 11px;
	border: 1px none #999999;
	background-color: #000000;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.hanover_bt_comprar:hover {
	background-color: #333333;
}

/* ficha chica del producto */
.producto_ficha {
	float: left;
	margin: 10px;
}
.producto_ficha_foto {
	text-align: center;
	
}
.img500 {
	width: 100%;
	max-width: 400px;
}
.producto_ficha_detalles {
	font-family: "DINRegular", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #505050;
	text-align: center;
}
.producto_ficha_precio {
	font-family: "DINRegular", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	text-align: center;
}
.producto_ficha_precio_tachado {
	font-family: "DINRegular", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #D03F2F;
	text-decoration: line-through;
	text-align: center;
}

@media (max-width: 860px) {
	.img500 {
		width: 100%;
		max-width: 320px;
	}
}
@media (max-width: 700px) {
	.img500 {
		width: 100%;
		max-width: 500px;
	}
}



/* interna de producto */
.catalogo_caja {
	position: relative;
	width: 96%;
	max-width: 1160px;
	text-align: center;
	margin: 0 auto;
	/* border: 1px solid #00FF00; /* quitar */
}
.producto_nombre_movil {
	text-align: center;
	display: none;
	font-size: 46px;
	padding-bottom: 10px;
}
.producto_foto {
	float: left;
	width: 490px;
	margin-right: 0px;
}
.producto_detalle {
	float: left;
	margin-left: 60px;
	text-align: left;
	width: 590px;
	/* background-color: #FFFF99; /* quitar */
}
.producto_nombre {
	display: block;
	font-size: 46px;
	padding-top: 10px;
	letter-spacing: -2px;
}
.producto_precio {
	clear: both;
	text-align: left;
	padding-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}
.producto_precio_tachado {
	clear: both;
	text-align: left;
	padding-left: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	text-decoration: line-through;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}
.producto_sumario {
	clear: both;
	font-family: "DINLight", Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	padding-top: 20px;
}
.producto_formulario {
	text-align: left;
}
.producto_caja_talle {
	clear: both;
	margin-top: 40px;
}
.producto_caja_cantidad {
	clear: both;
	margin-top: 20px;
}
.producto_boton_comprar {
	margin: 0 auto;
}
.img700 {
	width: 100%;
	max-width: 650px;
	border: 1px solid #CCCCCC;
}
.imgMiniatura {
	margin-right: 5px;
	margin-bottom: 5px;
	height: 60px;
	border: 1px solid #CCCCCC;
}

@media (max-width: 1260px) {
	.catalogo_caja {
		width: 96%;
		max-width: 1060px;
		text-align: center;
	}
	.producto_detalle {
		width: 490px;
	}
}
@media (max-width: 1160px) {
	.catalogo_caja {
		width: 96%;
		max-width: 1060px;
		text-align: center;
	}
	.producto_detalle {
		width: 390px;
	}
}
@media (max-width: 1060px) {
	.catalogo_caja {
		width: 96%;
		max-width: 960px;
		text-align: center;
	}
	.producto_detalle {
		width: 340px;
	}
	.img700 {
		max-width: 600px;
	}
}
@media (max-width: 960px) {
	.catalogo_caja {
		width: 96%;
		max-width: 860px;
		text-align: center;
	}
	.producto_detalle {
		width: 340px;
	}
	.img700 {
		max-width: 500px;
	}
}
@media (max-width: 860px) {
	.catalogo_caja {
		clear: both;
		width: 96%;
		max-width: 800px;
		text-align: center;
	}
	.producto_nombre_movil {
		display: block;
	}
	.producto_nombre {
		display: none;
	}
	.producto_foto {
		clear: both;
		float: none;
		width: 95%;
		margin: 0 auto;
	}
	.producto_detalle {
		clear: both;
		float: none;
		width: 90%;
		margin: 0 auto;
	}
}

.producto_miniatura {
	float: left;
}




/* boton para ir al tope de pagina */
.scroll_to_top {
	display: none;
	position: fixed;
	width: 3em;
	height: 3em;
	line-height: 3em;
	text-align: center;
	bottom: 2em;
	right: 2em;
	color: #FFFFFF;
	background: #000000;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	cursor: pointer;
	z-index: 100001;
	-webkit-transition: all ease 1.5s;
	-moz-transition: all ease 1.5s;
	-ms-transition: all ease 1.5s;
	-o-transition: all ease 1.5s;
	transition: all ease 1.5s;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.scroll_to_top .show {
	filter: alpha(opacity=80);
	opacity: 0.8;
	bottom: 2em;
}
.scroll_to_top:hover {
	background-color: #808080;
	filter: alpha(opacity=100);
	opacity: 1;
}

@media (max-width: 959px) {
    .scroll_to_top {
        right: 1em;
		bottom: 1em;
    }
}



/* slider */
.slider {
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 2000px;
	max-height: 700px;
	min-widht: 1800px;
	min-height: 650px;
	overflow: hidden;
	display: block;
}
.cajaSlider {
	position: relative;
	display: block;
	width: 100%;
	max-width: 2000px;
	max-height: 700px;
	min-widht: 1800px;
	min-height: 650px;
	overflow: hidden;
}
.imagenSlider {
	position: absolute;
	width: 100%;
	max-width: 2000px;
	max-height: 700px;
	min-widht: 1800px;
	min-height: 650px;
	overflow: hidden;
	background-position: center center;
}
.innerSlider {
	position: absolute;
	width: 100%;
	max-width: 2000px;
	max-height: 700px;
	z-index: 100;
	/* background-color: #66CCFF; */
	text-align: center;
	min-widht: 1800px;
	min-height: 650px;
	overflow: hidden;
}
.tituloSlider {
	text-align: center;
	font-family: Arial, sans-serif;
	letter-spacing: -1px;
	color: #FFFFFF; /* color por defecto */
	text-shadow: -4px 3px 0 #646464;
	font-size: 40px;
	line-height: 50px;
	font-weight: 300;
	margin-top: 1.75em;
	margin-bottom: 1em;
}
.textoSlider {
	text-align: center;
	font-family: Arial, sans-serif;
	color: #F2F2F2;
	font-size: 28px;
	margin-bottom: 20px;
}
.bt_slider {
	text-align: center;
	margin-top: 10px;
}
.botonSlider {
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	font-size: 20px;
	padding-top: 6px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 6px;
	
	color: #060606;
	background-image: url('/img/bg_alpha_blanco_75.png');
	text-decoration: none;
	border: 1px solid #606060;
	
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.botonSlider:hover {
	background-color: #303030;
	color: #FFFFFF;
}
@media only screen and (max-width: 920px) {
	.tituloSlider {
		font-size: 32px;
		margin-top: 1.2em;
		margin-bottom: 2px;
	}
	.textoSlider {
		font-size: 20px;
		margin-bottom: 4px;
	}
	.botonSlider {
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.tituloSlider {
		font-size: 22px;
		margin-top: 1em;
		margin-bottom: 5px;
	}
	.textoSlider {
		display: none;
	}
	.botonSlider {
		font-size: 14px;
	}
	.slider {
		min-height: 500px;
	}
	.cajaSlider {
		min-height: 500px;
	}
	.imagenSlider {
		min-height: 500px;
	}
	.innerSlider {
		min-height: 500px;
	}
}

@media only screen and (max-width: 420px) {
	.slider {
		min-height: 400px;
	}
	.cajaSlider {
		min-height: 400px;
	}
	.imagenSlider {
		min-height: 400px;
	}
	.innerSlider {
		min-height: 400px;
	}
}

.contenedor_video {
	clear: both;
	margin: 0;
	width: 100%;
	max-height: 650px;
	overflow: hidden;
	display: block;
	background: none rgba(19, 16, 14, 0.7);
}
.cajaVideo {
	width: 100%;
}

video::-webkit-media-controls-panel {
	position: absolute;
    top: 0px;
}



