@font-face{
	font-family: 'cabin-regular'; /*a name to be used later*/
    src: url('../../../common/fonts/cabin-regular-webfont.ttf'); /*URL to font*/
}

.ggb_contenidoInterno{
	background-color:white;
	background-image:url("../img/background_arboles.png");
	background-repeat:repeat-x;
	background-position:bottom;
	background-size:50%;
}

#contenedor_opciones{
	width:97%;
	top:14.3%;
	position:absolute;
	height:7%;
	border-radius:10px 10px 0 0;
}


.custom_btn{
	position:absolute;
	z-index:10;
	width:4%;
	height:6%;
	background:white;
	border-radius:10px;
	border:solid 3px #ED3879;
}

.custom_btn i{
	color:#ED3879;
	font-size:2.5em;
	margin:0 0 0 23%;
	line-height:1.2em;
}

#btn_ayuda{
	bottom:6%;
	left:4%;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
}

#btn_ayuda:hover{
	cursor:pointer;
	opacity:0.85;
}

#ayuda{
	position:absolute;
	bottom:5%;
	height:8%;
	background:white;
	width:88%;
	left:9%;
	border-radius:10px;
	border: solid 3px #ED3879;
	display:none;
	z-index:10;
}

#ayuda p{
	margin:0.5% 1% 0 4%;
	font-size:2.5em;

}

.tab{
	width:97%;
	position:absolute;
	height:75.6%;
	top:21.6%;
}

#yt_player_1{
	position:absolute;
	top:4% !important;
	left:15% !important;
	width:70%;
	height:80%;
	display:none;
}


.yt_play{
	width:15%;
	height:30%;
	position:absolute;
	left:42%;
	top:30%;
}

.yt_play:hover{
	width:15.5%;
	height:31.5%;
	cursor:pointer;
}

#yt_play_1{
	background:rgba(237, 56, 121, 0.4);
	border-radius:10px;
}

#yt_play_1:hover{
	background:rgba(237, 56, 121, 0.6);
}

#yt_play_1 div{
	border-color: transparent transparent transparent #ED3879;
}

.yt_play div{
	position:absolute;
	width:60%;
	height:80%;
	top:10%;
	left:20%;
	padding:0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70.5px 0 70.5px 140px;
}

#yt_player{
	position:absolute;
	width:85%;
	height:90%;
	left:10%;
	top:5%;
}

.last{
	border-radius:10px 10px 0 0 !important;
}
.fa-circle{
	color:#ED3879;
	position:absolute;
	margin-top:2%;
	margin-left:1.5%;
}