body{
	padding: 0px;
	margin: 0px;
}

#carrito{
	width: 64px;
	height: 64px;
	background-color: orange;
	border-radius: 50%;
	position: fixed;
	top: 80px;
	left: 50%;
	margin-left: 670px;
	transition: all 0.2s;
}

#carrito:hover{
	background-color: green;
}

#imgCar{transition: all 0.5s;}

#total_art_nav{
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: blue;
	color: #fff;
	width: 30px;
	text-align: center;
	height: 30px;
	border-radius: 50%;
	line-height: 28px;"
}


/*---------------------------------------*/


/*#total_art_nav{transition: all 0.5s;}*/

/********** Ocualtos ***********/
.salir{display: none !important;}


#lista{
	position: absolute;
	right: 30px;
	display: none;
	top: 8px;
	color: #2c256e;
	font-weight: 500;
}

#lista:hover{
	text-decoration: none;
}

.menu-contenedor{
	top: 0px;
	width: 1600px;
	background-color: #e1e2e7;
	position: fixed;
	height: auto;
	z-index: 10;
	border-bottom: 1px solid #ccc;
	margin-left: 50%;
	left: -800px;
}

.banderas{
	position: absolute;
	top: 65px;
	left: 25px;
	display: flex;
	flex-wrap: wrap;
}

.ban-item{padding: 0px 5px;}

#ven:hover,#usa:hover{margin-top: -5px; transition: all 0.3s;}

.menu-contenedor2{
	max-width: 1600px;
	display: flex;
	height: auto;
	align-items: center;
	justify-self: center;
	margin: auto;
}

.menu-logo{
	margin-top: 2px;
	margin-left: 30px;
}

#menu{
	margin-left: auto;
	margin-right: 30px;
}

#menu>ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu>ul>li{
	display: inline-block;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
}

.menu-item>a{
	width: 150px;
	text-decoration: none;
	padding: 20px 20px;
	display: block;
	font-family: calibri;
	color:#57585d;
	font-size: 16px;
	transition: background 0.5s;
	margin-right: -5px;
}


.menu-item>a:hover{
	text-decoration: none;
	background: #57585d;
	color: #fff;
}

.logoLogin{
	width: 20px;
	position: relative;
	padding: 0px 5px;
}

#dropdownMarcas{
	border-top: 2px solid #57585d;
	border-bottom: 2px solid #57585d;
	position: absolute;
	background-color: #e1e2e7;
	display: none;
}

#dropdownMarcas>a{
	width: 150px;
	padding: 3px 20px;
	text-decoration: none;
	font-family: calibri;
	font-size: 15px;
	color:#57585d;
	display: block;
	border-top: 1px solid #b9b9b9;
	transition: background-color 0.5s;
}

#dropdownMarcas>a:hover{
	background-color: #57585d;
	color: #fff;
}

@media screen and (max-width: 1600px){
	#carrito{
		left: auto;	margin-left: auto; right: 4%;
	}

	.menu-contenedor{
		width: 100%; margin-left: 0%; left: 0px;
	}
}

@media screen and (max-width: 1060px){
	.menu-contenedor{
		height: 64px;
	}

	#lista{
		display: block;
	}
	
	#menu{
		position: absolute;
		top:  64px;
		background-color: #e1e2e7;
		right: 0px;
		margin-right: 0px;
		text-align: right;
		border-top: 2px solid #57585d;
		border-bottom: 2px solid #57585d;
		display: none;
	}

	#menu>ul>li{
		display: list-item;
		right: 100px;
	}

	.menu-item>a{
		width: 180px;
		text-decoration: none;
		padding: 10px 20px;
		display: block;
		font-family: calibri;
		color:#57585d;
		font-size: 16px;
		margin-right: 0px;
	}

	#dropdownMarcas{
		position: relative;
		border-top: 1px solid #57585d;
		border-bottom: 1px solid #57585d;
	}
	#dropdownMarcas>a{
		width: 180px;
	}
}