#tabs2 {
	background: url(../img/intro/M_G10_U05_L06fondo-01.png) no-repeat 360px 75px;
	height: 666px;
}

#tabs2 p:nth-child(2){
	position: absolute;
	top: 65px;
	left: 420px;
	font-size: 1.5em;
	color: #474747;
}

#tabs2 p:nth-child(3){
	position: absolute;
	top: 170px;
	left: 540px;
	font-size: 1.5em;
	color: #ffffff;
}

.start{
	position: absolute;
	top: 450px;
	left: 60px;
}

#tabs2 .boton_efect:hover{ box-shadow: none;
cursor: pointer; }

#tabs2 .dado{
	position: absolute;
	background: black;
	top: 200px;
	left: 120px;
}

#tabs2 .dado img{
	position: absolute;
	top: 0;
	left: 0;
}

#tabs2 .dado img.move{ display: none; }
#tabs2 .dado img.static{ 
	padding: 60px; 
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
} 

#tabs2 em{
	position: absolute;
	display: none;
	top: 469px;
	left: 108px;
	font-size: 1.6em;
	font-style: normal;
	color: #F4E3E8;
	width: 240px;
	text-align: center;
	background: #B7355A;
	pointer-events:none;
}
#tabs2 em.play{ display: block;}