@charset "utf-8";
/* CSS Document */

.enhorabuena {
	position: absolute;
	z-index: 10000000000;
	height: 250px;
	width: 500px;
	background-color: #FFF;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	background-color: rgba(249,185,53,0.9);
	border-radius : 20px;
	padding-bottom: 20px;
	margin-left: 30%;
	margin-top: 20%;
	padding-top: 15px;
	padding-left: 15px;
	display: none;
}
.enhorabuena-botones a {
	color: #FFF;
	text-decoration: none;
}

.enhorabuena-contenedor {
	height: 300px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
}
.enhorabuena-botones {
	height: 80px;
	width: 100%;
	margin-top:20%;
}