/*
==============================================
ESTA HOJA DE ESTILOS SE AGREGA PORQUE TODAS
LAS ACTIVIDADES LLEVAN EL MISMO FONDO DE
CONTENIDO Y LA MISMA ESTRUCTURA DE PERSONAJE.
ES PARA HABILIDADES BÁSICAS DEL PENSAMIENTO
==============================================
*/
/*
==============================================
CSS CONTENIDO GENERAL
==============================================
*/
.d_general{
	width:100%;
	height:100%;
    max-width:1270px;
	max-height:585px;
    top:0px;
	left:0px;
	position:absolute;
}
.d_margen{
	width:98%;
	height:96%;
	left:1%;
	top:2%;
	position:relative;
    background-color: rgba(255,255,255,.25);
    border-radius: 10px;
}
.d_escenario{
    width: 96%;
    height: 92%;
    position: absolute;
    top: 4%;
    left: 2%;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .35);
}
/*
==============================================
CSS PERSONAJE
==============================================
*/
.d_personajebp{
    width: 25%;
    height: 90%;
    position: absolute;
    left: -5%;
    bottom: -12%;
    //background-size: 800% 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}