/* CSS Document */
/**************************Menu******************************/
.Menu_2020{
	width: 100%;
	padding: 10px 0%;
	overflow: hidden;
	background-color: black;
	position: fixed;
	top: 0;
	z-index: 100;
}
.Menu_Movil_2020{
	cursor:pointer;
	float: left;
	margin-top: 15px;
}	
.Menu_Movil_2020 div{
	background-color:#fff;	
	height:5px;
	width:30px;
	margin-bottom:3px;
	border-radius:10px;
	transition: all .5s;
}
.Menu_Movil_2020:hover div{
	background-color:#e2b22b;
}

.Menu_Logo_2020{
	width:90%;
	max-width:189px;
	float: left;
	margin-left: 20px;
}

.Alert_Notificaciones_2020{
	width: 23px;
	float: left;
	cursor: pointer;
	margin-left: 10px;
}
.Alert_Notificaciones_2020 img{
	width: 100%;
}
.No_Notificaciones_2020{
	height: 15px;
	width: 15px;
	font-size: 10px;
	font-family: "Open Sans Bold";
	color: red;
	position: absolute;
	margin-top: -30px;
	margin-left: 14px;
	background-color: white;
	text-align: center;
	border-radius: 100px;
	z-index: 100;
}
.Menu_2020_Left{
	margin-left: 1%;
}
.Menu_2020_Right{
	float: right;
	overflow: hidden;
	width: fit-content;
	color: #fff;
	font-family: "Open Sans Bold";
	margin-right: 1%;
}
.Menu_2020_Right div{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.Menu_2020_Icon{
	width: 30px;
	cursor: pointer;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	transition: all .5s;
}
.Menu_2020_Icon:hover{
	transform: scale(0.8);
}
#Menu_2020_UserIcon{
	margin-left: 0;
}
.Menu_2020_UserName{
	padding-left: 20px;
	font-size: 14px;
	padding-top: 5px;
}

.Menu_No_Carrito_2020{
	height: 15px;
	width: 15px;
	font-size: 10px;
	font-family: "Open Sans Bold";
	color: #333333;
	position: absolute;
	background-color: white;
	text-align: center;
	border-radius: 100px;
	z-index: 100;
	right: -10px;
}

@media only screen and (max-width: 900px) {
	.Menu_2020{
		width: 100%;
		padding: 10px 0%;
	}
	.Menu_2020_Left{
		margin-left: 2%;
	}
	.Menu_2020_Right{
		margin-right: 2%;
	}
}
@media only screen and (max-width: 550px) {
	.Menu_2020{
		width: 100%;
		padding: 10px 0%;
	}
	.Menu_2020_Left{
		margin-left: 3%;
	}
	.Menu_2020_Right{
		margin-right: 3%;
	}
	.Menu_Movil_2020{
		margin-top: 10px;
	}
	.Menu_Movil_2020 div{	
		height:5px;
		width:30px;
	}
	.Menu_Logo_2020{
		max-width:150px;
		margin-left: 15px;
	}
	.Menu_2020_Icon{
		width: 30px;
		margin-top: 3px;
	}
	.Menu_2020_UserName{
		font-size: 12px;
		padding-top: 0px;
	}
}
@media only screen and (max-width: 550px){
	.Menu_2020_UserName{
		font-size: 12px;
		padding-top: 0px;
	}
}