/* > sm */
@media (min-width: 768px) {
	#menuCarrito1 {
		color: #b2002a;
		height: 46px;
		background-image: url('/images/menupunta4.png');
		background-repeat:no-repeat;
		background-position:right center;  
		text-align: center;
		justify-content: center;
		flex-direction: column;	
	}
	#menuCarrito2 {
		color: white;
		background-color: #b2002a;
		height: 46px;
		background-image: url('/images/menupunta3.png');
		background-repeat:no-repeat;
		background-position:right center;  
		display: flex;
		text-align: center;
		justify-content: center;
		flex-direction: column;	
	}
	#menuCarrito3 {
		color: #777777;
		background-color: #dddddd;
		height: 46px;
		background-image: url('/images/menupunta2.png');
		background-repeat:no-repeat;
		background-position:right center;  
		display: flex;
		text-align: center;
		justify-content: center;
		flex-direction: column;	
	}
	#menuCarrito4 {
		color: #777777;
		background-color: #dddddd;
		height: 46px;
		background-image: url('/images/menupunta.png');
		background-repeat:no-repeat;
		background-position:right center;  
		display: flex;
		text-align: center;
		justify-content: center;
		flex-direction: column;
	}
	#fondoMenu {height: 46px; background-image: url('/images/fondomenu.jpg');}
	#pagoSeguro {margin-top:14px;}
}	
/* == xs */
@media screen and (max-width: 767px) {
	#menuCarrito1 {
		color: #b2002a;
		text-align: center;
	}
	#menuCarrito2 {
		color: white;
		background-color: #b2002a;
		text-align: center;
	}
	#menuCarrito3 {
		color: #777777;
		background-color: #dddddd;
		text-align: center;
	}
	#menuCarrito4 {
		color: #777777;
		background-color: #dddddd;
		text-align: center;
	}
}