@import url("M_G06_U01_L06.css");

.cntVerde{
background-color: #72c184;
width: 1010px;
height: 440px;
margin: 3% auto 0 auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.lineaDivision{
background-color: #a0a0a0;
width: 922px;
height: 2px;
position: absolute;
top: 90%;
left: 50%;
transform: translate(-50%);
}

.txt{
font-family: 'cabinbold';
font-size: 35px;
color: #5e5e5e;
letter-spacing: 0;
white-space: nowrap;
left: 50%;
top: 15%;
transform: translate(-50%);
position: absolute;

}

.juegoAnotacion{
	background-image: url(../img/juego/juegoAnotacion.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width:1010px;
	height:587px;
	position: absolute;
	left: 50%;
	top: 3%;
	transform:translate(-50%);
}