@charset "utf-8";

:root {
	Alto Top: 60px;
	Alto Logo Desktop: 40px; /* al menos 20px menos que Alto Top */
	Alto Logo Movil: 30px;
	Tipografia Botonera: "Arial Narrow", Arial, Helvetica, sans-serif;
	Tamanio Tipo Botonera: 18px;
	Alto Tipo Botonera: 22px;
	Tamanio Iconos Botonera: 20px;
	Ancho Submenu: 240px;
}

/* atencion: usa fontello.css */
.top_fijo {
	width: 100%;
	position: fixed;
	height: 60px;
	/* background: rgba(255,255,255,1);	/* background: url('/img/bg_alpha.png'); */
	background: rgba(0,0,0,0.75);
	z-index: 1000;
}
.top {
	margin: 0px;
	width: 100%;
	height: 60px;
}
.top_logo_desktop {
	float: left;
	margin: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
}
.logo_desktop {
	height: 30px;
	border: 0;
}
.top_menu_desktop {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	display: block;
}
.top_iconos_desktop {
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 20px;
}
.top_logo_mobile {
	float: left;
	display: none;
	margin-top: 10px;
	margin-left: 20px;
}
.logo_mobile {
	height: 30px;
	border: 0;
}
.top_iconos_mobile {
	float: right;
	display: none;
	margin-top: 10px;
	margin-right: 20px;
}

@media (max-width: 900px) {
	.top_logo_desktop {
		display: none;
	}
	.top_menu_desktop {
		display: none;
	}
	.top_iconos_desktop {
		display: none;
	}
	.top_logo_mobile {
		display: block;
	}
	.top_iconos_mobile {
		display: block;
	}
}

.fo_menu {
	font-size: Tamanio_Icono_Botonera;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
}
.fo_menu:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.fo_icono {
	font-size: 26px;
	line-height: 36px; 
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
	margin-left: 5px;
}
.fo_icono:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#top_caja_buscar {
	display: none;
	position: fixed;
	right: 100px;
	top: 60px;
	background: rgba(0,0,0,0.75);
	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: "BebasNeue Regular", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	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);
}
.top_txt_carrito {
	text-align: left;
	font-family: "BebasNeue Regular", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	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%;
}

/* botonera desktop */
UL, OL {
	list-style: none;
}
.nav {
}
.nav > LI {
	float: left;
}
.nav LI A {
	font-family: "BebasNeue Regular", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	padding-left: 12px;
	padding-right: 12px;
	display: block;
}
.nav LI A:hover {
	color: #CCCCCC;
	background-color: transparent;
}
.nav LI UL {
	display: none;
	position: absolute;
	min-width: 280px;
	background: rgba(20,20,20,1);
	z-index: 1000;
	/* margin-top: 10px; */
}
.nav LI:hover > UL {
	display: block;
}
.nav LI UL LI {
	position: relative;
	margin-left: -40px; /* ??? */
}
.nav LI UL LI UL {
	right: -280px;
	top: 0px;
	z-index: 1000;
}
.nav-der {
}
.nav-der > LI {
	float: right;
}
.nav-der LI A {
	font-family: "BebasNeue Regular", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}
.nav-der LI A:hover {
	color: #CCCCCC;
	background-color: transparent;
}
.nav-der LI UL {
	display: none;
	position: absolute;
	min-width: 280px;
	background: rgba(0,0,0,0.75);
	z-index: 1000;
	right: 150px;
}
.nav-der LI:hover > UL {
	display: block;
}
.nav-der LI UL LI {
	position: relative;
	margin: 10px;
	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);
	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: "BebasNeue Regular", Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	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);
	cursor: pointer;
}
.top_botonera_submenu {
	display: none;
}
.top_flecha_abajo {
	float: right;
	font-family: "Fontello";
	font-size: 24px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: 100;
	text-decoration: none;
	display: block;
}
.top_flecha_arriba {
	float: right;
	font-family: "Fontello";
	font-size: 24px;
	line-height: 36px;
	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);
}
*/


