
/************************************************************************
MOEDAS
*************************************************************************/

.DIVcajaGeralMoeda{
	width: 100%;
}

.DIVmakerCoin{
	margin: 5px auto;
	text-align: center;
		
	background-image: url("../media/MakerCoin-Full.png");
	background-size: cover; /* Resize the background image to cover the entire container */

	cursor: pointer;
}
	.DIVmakerCoin:hover{
		opacity: 0.8;
	}

	.DIVmakerCoin > div{
		color: rgb(192, 125, 0);
		font-weight: bold;
		padding-top: 26px;
		font-size: 2.2em;
	}

	.makerCoin_G{
		width: 350px;
		height: 140px;
	}
	.makerCoin_M{
		width: 260px;
		height: 120px;
	}
	.makerCoin_P{
		width: 220px;
		height: 90px;
	}


/*----CARACTERISTICAS CUANDO PANTALLA CELULAR--------------------------------------*/
@media all and (max-width: 800px) {
	.makerCoin_G, .makerCoin_M, .makerCoin_P{
		width: 350px;
		height: 140px;
	}
	.DIVmakerCoin > div{
		padding-top: 44px;
		font-size: 3.2em;
	}
}


@media all and (max-width: 1000px) {

}