/* General */

	body.content_type_clase_edito {
		font-size: 2rem;
		font-family: inherit;
	}

	body.content_type_clase_edito #actividad .content img {
		padding: 5px;
	}

	h4 {
		font-size: 22px;
		font-weight: bold;
		color: #1e8e40;
	}

	.is_app.content_type_clase_edito {
		padding-top: 0px;
	}

	.content_type_clase_edito #actividad {
		margin-bottom: 0px;
		-webkit-transform: none;
		-webkit-transform-style: flat;
	}

	.content_type_clase_edito #actividad .slide-concatenate {
		margin-top: 30px;
	}

	.content_type_clase_edito #actividad .content .header .title img,
	.content_type_clase_edito #actividad .content .header .chapter {
		display: none;
	}

	#indice .unit-content .header .title {
		color: #fff;
		float: left;
		background: #41090270;
		font-size: 30px;
		font-weight: 700;
		padding: 6px;
		height: 45px;
		line-height: 34px;
		margin: 20px 140px 20px 30px;
		overflow: hidden;
		z-index: 1;
		display: block;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}


	.content_type_clase_edito #actividad .content .header {
		border: none;
		margin-bottom: 0;
	}

	.content_type_clase_edito #actividad .content .header .title {
		background: none;
	}

	.content_type_clase_edito #actividad .content .slide-concatenate .header .title {
		display: none;
	}

	.content_type_clase_edito #actividad .content .header .title h3 {
		display:none;
	}

	.content_type_clase_edito #actividad .content .header .title h3 span {
		display: none;
	}

	.content_type_clase_edito #actividad .slide_content_type_1 .pregunta .texto_curso,
	.content_type_clase_edito #actividad .texto_curso,
	.html-book {
		font-size: 1.8rem;
	}

	.btn {
		border-radius: 2px;
	}

	.js-slide-wrapper > .header .single-pagination {
		display: none;
	}

	.content_type_clase_edito .slide_main {
		padding: 0 97px;
	}

	@media screen and (max-width: 480px) {
		.content_type_clase_edito .slide_main {
			padding: 0 35px;
		}
	}

	.content_type_clase_edito .slide_main input,
	.content_type_clase_edito .slide_main .img-input-container {
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
				border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
			 box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
		-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		-moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
	}

	.content_type_clase_edito .slide_main input:focus,
	.content_type_clase_edito .slide_main .img-input-container:focus {
		border-top-color: #3AC62A;
		border-right-color: #3AC62A;
		border-bottom-color: #3AC62A;
		border-left-color: #3AC62A;
		outline-width: 0px;
		outline-style: none;
		-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0.6);
		   -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0.6);
				box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0.6);
	}

	.content_type_clase_edito .slide_main input[disabled],
	.content_type_clase_edito .slide_main input[readonly],
	fieldset[disabled] .content_type_clase_edito .slide_main input,
	.content_type_clase_edito .slide_main .img-input-container {
		cursor: not-allowed;
		background-color: #eee;
		opacity: 1;
	}

	.content_type_clase_edito .slide_main .img-input-container input[readonly],
	.content_type_clase_edito .slide_main .img-input-container input[disabled] {
		opacity: 0;
		filter: alpha(opacity=0);
	}

	.content_type_clase_edito .slide_main input.respuesta_ok,
	.content_type_clase_edito .slide_main .img-input-container.respuesta_ok {
		border-color: #57e900;
		background: #D1F3BD;
	}

	.content_type_clase_edito .slide_main input.respuesta_ko,
	.content_type_clase_edito .slide_main .img-input-container.respuesta_ko {
		border-color: #FF3626;
		background: #FFA49D;
	}

	.content_type_clase_edito .slide_main input.solucion,
	.content_type_clase_edito .slide_main .img-input-container.solucion {
		border-color: #00BDFF;
		background: #B6ECFF;
	}

/**/

	/*hover toc*/
	li.item.js-item.nivel_1 a:hover {
		color: #004a8e;
	}

/* Navbar */
	.navbar-bottom {
		background: #e5e5e5;
	}

	.logo-publisher {
		display: inline-block;
		position: absolute;
		top: 0;
		left: 10px;
		width: 190px;
		height: 44px;
		background: url(images/logo-didier-opt.png) 0 0 no-repeat;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-position: center center;
	}

	@media only screen and (max-width: 640px) {
		.logo-publisher {
			background-image: url(images/logo-didier-opt.png);
		}
	}

	#bottom-navigator li.active {
		background: #004a8e;
	}

/*toc*/

#indice .units ul li.active:not(.disabled), body:not(.isTablet) #indice .units ul li:hover:not(.disabled), #indice .units ul li:focus:not(.disabled) {
	background: #004a8e;
}

#indice .units ul li {
		border-radius: 0px;
}

.btn-primary {
	background: #3AC62A;
} 

.btn-primary.disabled {
	background: #004a8e;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus {
	background: #004a8e;
}

#indice .unit-content {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
	border: 1px solid;
	border-color: #c3c2c2;
}

/*TITULO 1*/

.bck-title1 {
	display: block;
	position: absolute;
	top: -98px;
	left: 43%;
	width: 15%;
	height: 60px;
	text-align: center;
	line-height: 60px;
	background: #1e8e40;
	color: #fff;
	font-size: 2.7rem;
	box-shadow: none;
	padding: 0px;
	text-shadow: none;
	letter-spacing: 0px;
	font-family: inherit;
}

.bck-title2 {
	display: block;
	border: none;
	padding: 4px 8px;
	color: #1e8e40;
	font-family: unset;
	font-size: 8rem;
	font-weight: bold;
}

/*document - verde*/

.bck-title3 {
	display: block;
	border: none;
	padding: 3px 15px 3px 6px;
	width: fit-content;
	color: #fff;
	background: #a0c096;
	border-radius: 0px 20px 20px 0px;
	font-family: unset;
	font-size: 3rem;
	margin-left: -11px;
	font-weight: bold;

}

/*document - morado*/

.bck-title4 {
	display: block;
	border: none;
	padding: 3px 15px 3px 6px;
	width: fit-content;
	color: #fff;
	background: #be9dc4;
	border-radius: 0px 20px 20px 0px;
	font-family: unset;
	font-size: 3rem;
	margin-left: -11px;
	font-weight: bold;
}

/*document - oliva*/

.bck-title5 {
	display: block;
	border: none;
	padding: 3px 15px 3px 6px;
	width: fit-content;
	color: #fff;
	background: #c0c68b;
	border-radius: 0px 20px 20px 0px;
	font-family: unset;
	font-size: 3rem;
	margin-left: -11px;
	font-weight: bold;
}

/*document - rojo*/

.bck-title6 {
	display: block;
	border: none;
	padding: 3px 15px 3px 6px;
	width: fit-content;
	color: #fff;
	background: #db9d92;
	border-radius: 0px 20px 20px 0px;
	font-family: unset;
	font-size: 3rem;
	margin-left: -11px;
	font-weight: bold;
}

/*document - celeste*/

.bck-title7 {
	display: block;
	border: none;
	padding: 3px 15px 3px 6px;
	width: fit-content;
	color: #fff;
	background: #9bc1b9;
	border-radius: 0px 20px 20px 0px;
	font-family: unset;
	font-size: 3rem;
	margin-left: -11px;
	font-weight: bold;
}

/*document - naranja*/

.bck-title8 {
	display: block;
	border: none;
	padding: 3px 15px 3px 6px;
	width: fit-content;
	color: #fff;
	background: #e2af84;
	border-radius: 0px 20px 20px 0px;
	font-family: unset;
	font-size: 3rem;
	margin-left: -11px;
	font-weight: bold;
}

/*libro - verde*/

.bck-title9 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #008f37;
	border-radius: 0px 20px 20px 0px;
}

.bck-title9:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #008f37;
	background-image: url(images/libro.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*libro - morado*/

.bck-title10 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #9b1e8a;
	border-radius: 0px 20px 20px 0px;
}

.bck-title10:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #9b1e8a;
	background-image: url(images/libro.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*libro - oliva*/

.bck-title11 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #80940a;
	border-radius: 0px 20px 20px 0px;
}

.bck-title11:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #80940a;
	background-image: url(images/libro.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*libro - rojo*/

.bck-title12 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #de003d;
	border-radius: 0px 20px 20px 0px;
}

.bck-title12:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #de003d;
	background-image: url(images/libro.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*libro - celeste*/

.bck-title13 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #008b7c;
	border-radius: 0px 20px 20px 0px;
}

.bck-title13:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #008b7c;
	background-image: url(images/libro.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*libro - naranja*/

.bck-title14 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #e76000;
	border-radius: 0px 20px 20px 0px;
}

.bck-title14:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #e76000;
	background-image: url(images/libro.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*bocadillo - verde*/

.bck-title15 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #008f37;
	border-radius: 0px 20px 20px 0px;
}

.bck-title15:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #008f37;
	background-image: url(images/bocadillo.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*bocadillo morado */

.bck-title16 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #a61f84;
	border-radius: 0px 20px 20px 0px;
}

.bck-title16:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #a61f84;
	background-image: url(images/bocadillo.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*bocadillo oliva */

.bck-title17 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #80940a;
	border-radius: 0px 20px 20px 0px;
}

.bck-title17:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #80940a;
	background-image: url(images/bocadillo.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*bocadillo rojo */

.bck-title18 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #de003d;
	border-radius: 0px 20px 20px 0px;
}

.bck-title18:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #de003d;
	background-image: url(images/bocadillo.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*bocadillo celeste */

.bck-title19 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #008c7c;
	border-radius: 0px 20px 20px 0px;
}

.bck-title19:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #008c7c;
	background-image: url(images/bocadillo.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*bocadillo naranja */

.bck-title20 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #e76000;
	border-radius: 0px 20px 20px 0px;
}

.bck-title20:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #e76000;
	background-image: url(images/bocadillo.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*bocadillo azul */

.bck-title21 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #006f9e;
	border-radius: 0px 20px 20px 0px;
}

.bck-title21:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #006f9e;
	background-image: url(images/bocadillo.png);
	background-repeat: no-repeat;
	background-size: contain;
}


/*oreja verde*/

.bck-title22 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #008f37;
	border-radius: 0px 20px 20px 0px;
}

.bck-title22:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #008f37;
	background-image: url(images/oreja.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*oreja morado*/

.bck-title23 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #9b1e8a;
	border-radius: 0px 20px 20px 0px;
}

.bck-title23:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #9b1e8a;
	background-image: url(images/oreja.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*oreja oliva*/

.bck-title24 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #80940a;
	border-radius: 0px 20px 20px 0px;
}

.bck-title24:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #80940a;
	background-image: url(images/oreja.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*oreja rojo*/

.bck-title25 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #de003d;
	border-radius: 0px 20px 20px 0px;
}

.bck-title25:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #de003d;
	background-image: url(images/oreja.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*oreja celeste*/

.bck-title26 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #008b7c;
	border-radius: 0px 20px 20px 0px;
}

.bck-title26:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #008b7c;
	background-image: url(images/oreja.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*oreja naranja*/

.bck-title27 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #e76000;
	border-radius: 0px 20px 20px 0px;
}

.bck-title27:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #e76000;
	background-image: url(images/oreja.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*boli verde*/

.bck-title28 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #008f37;
	border-radius: 0px 20px 20px 0px;
}

.bck-title28:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #008f37;
	background-image: url(images/boli.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*boli morado*/

.bck-title29 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #9b1e8a;
	border-radius: 0px 20px 20px 0px;
}

.bck-title29:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #9b1e8a;
	background-image: url(images/boli.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*boli oliva*/

.bck-title30 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #80940a;
	border-radius: 0px 20px 20px 0px;
}

.bck-title30:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #80940a;
	background-image: url(images/boli.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*boli rojo*/

.bck-title31 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #de003d;
	border-radius: 0px 20px 20px 0px;
}

.bck-title31:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #de003d;
	background-image: url(images/boli.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*boli celeste*/

.bck-title32 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #008b7c;
	border-radius: 0px 20px 20px 0px;
}

.bck-title32:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #008b7c;
	background-image: url(images/boli.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*boli naranja*/

.bck-title33 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #e76000;
	border-radius: 0px 20px 20px 0px;
}

.bck-title33:before {
	content: " ";
	padding: 16px;
	border-radius: 50%;
	position: absolute;
	top: inherit;
	left: 0px;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	border: 3px solid #fff;
	background: #e76000;
	background-image: url(images/boli.png);
	background-repeat: no-repeat;
	background-size: contain;
}

/*fondo verde*/

.bck-title34 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	padding: 4px 15px 3px 15px;
	width: fit-content;
	color: #fff;
	margin-left: 30px;
	margin-bottom: 25px;
	background: #008f37;
	border-radius: 0px 20px 20px 0px;
}



/* Lista */

.texto_curso ul li,
.workspace ul li ul li,
.cke_contents ul li {
	padding-left: 30px;
}

.texto_curso ul li:before,
.workspace ul li ul li:before,
.cke_contents ul li:before {
	width: 4px;
	height: 4px;
	background-color: #414141;
}

.content .bck-ol,
.cke_contents .bck-ol,
.content ol,
.cke_contents ol {
	list-style-type: none;
	padding-left: 0;
	counter-reset: bck-li-counter;
}

.content .bck-ol li,
.cke_contents .bck-ol li,
.content ol li,
.cke_contents ol li {
	list-style-type: none;
	padding-left: 28px;
	margin-bottom: 16px;
	counter-increment: bck-li-counter;
	position: relative;
	line-height: 1.1rem;
}

.content ol li:before,
.cke_contents ol li:before {
	content: counter(bck-li-counter);
	position: absolute;
	left: 0px;
	width: 24px;
	height: 24px;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	background: none;
	box-shadow: none;
	border: none;
}

/*Lista morada 1*/


.content .bck-ol1 li:before,
.cke_contents .bck-ol1 li:before {
	color: #9a4e7d;
	content: counter(bck-li-counter);
	font-weight: bold;
	text-align: center;
	background: none;
	box-shadow: none;
	border: none;
	font-size: 2rem;
}

.content .bck-ol1 li,
.cke_contents .bck-ol1 li {
	font-weight: bold;

}

/*Lista morada 2*/

.content .bck-ol2 li:before,
.cke_contents .bck-ol2 li:before {
	content: counter(bck-li-counter);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #9a4e7d;
	box-shadow: none;
	border-radius: 0%;
}

.content .bck-ol2 li,
.cke_contents .bck-ol2 li {
	font-weight: bold;
}

/*Lista morada 3*/

.content .bck-ol3 li:before,
.cke_contents .bck-ol3 li:before {
	content: counter(bck-li-counter, lower-alpha);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #9a4e7d;
	border-radius: 0%;
}

/*Lista verde 1*/

.content .bck-ol4 li:before,
.cke_contents .bck-ol4 li:before {
	color: #1e8e40;
	content: counter(bck-li-counter);
	font-weight: bold;
	text-align: center;
	background-color: inherit;
}

.content .bck-ol4 li,
.cke_contents .bck-ol4 li {
	font-weight: bold;

}


/*Lista verde 2*/

.content .bck-ol5 li:before,
.cke_contents .bck-ol5 li:before {
	content: counter(bck-li-counter);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #1e8e40;
	border-radius: 0%;
}

.content .bck-ol5 li,
.cke_contents .bck-ol5 li {
	font-weight: bold;

}


/*Lista verde 3*/

.content .bck-ol6 li:before,
.cke_contents .bck-ol6 li:before {
	content: counter(bck-li-counter, lower-alpha);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #1e8e40;
	border-radius: 0%;
}

/*Lista naranja 1*/

.content .bck-ol7 li:before,
.cke_contents .bck-ol7 li:before {
	color: #d69806;
	content: counter(bck-li-counter);
	font-weight: bold;
	text-align: center;
}

.content .bck-ol7 li,
.cke_contents .bck-ol7 li {
	font-weight: bold;

}


/*Lista naranja 2*/

.content .bck-ol8 li:before,
.cke_contents .bck-ol8 li:before {
	content: counter(bck-li-counter);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #d69806;
	border-radius: 0%;
}

.content .bck-ol8 li,
.cke_contents .bck-ol8 li {
	font-weight: bold;

}

/*Lista naranja 3*/

.content .bck-ol9 li:before,
.cke_contents .bck-ol9 li:before {
	content: counter(bck-li-counter, lower-alpha);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #d69806;
	border-radius: 0%;
}

/*Lista azul 1*/

.content .bck-ol10 li:before,
.cke_contents .bck-ol10 li:before {
color: #006f9e;
	content: counter(bck-li-counter);
	font-weight: bold;
	text-align: center;
}

.content .bck-ol10 li,
.cke_contents .bck-ol10 li {
	font-weight: bold;

}



/*Lista azul 2*/

.content .bck-ol11 li:before,
.cke_contents .bck-ol11 li:before {
	content: counter(bck-li-counter);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #006f9e;
	border-radius: 0%;
}

.content .bck-ol11 li,
.cke_contents .bck-ol11 li {
	font-weight: bold;
}


/*Lista azul 3*/

.content .bck-ol12 li:before,
.cke_contents .bck-ol12 li:before {
	content: counter(bck-li-counter, lower-alpha);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #006f9e;
	border-radius: 0%;
}

/*Lista roja 1*/

.content .bck-ol13 li:before,
.cke_contents .bck-ol13 li:before {
color: #be003e;
	content: counter(bck-li-counter);
	font-weight: bold;
	text-align: center;
}

.content .bck-ol13 li,
.cke_contents .bck-ol13 li {
	font-weight: bold;

}


/*Lista roja 2*/

.content .bck-ol14 li:before,
.cke_contents .bck-ol14 li:before {
	content: counter(bck-li-counter);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #be003e;
	border-radius: 0%;
}

.content .bck-ol14 li,
.cke_contents .bck-ol14 li {
	font-weight: bold;

}


/*Lista roja 3*/

.content .bck-ol15 li:before,
.cke_contents .bck-ol15 li:before {
	content: counter(bck-li-counter, lower-alpha);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #be003e;
	border-radius: 0%;
}

/*Lista celeste 1*/

.content .bck-ol16 li:before,
.cke_contents .bck-ol16 li:before {
color: #008b7c;
	content: counter(bck-li-counter);
	font-weight: bold;
	text-align: center;
}

.content .bck-ol16 li,
.cke_contents .bck-ol16 li {
	font-weight: bold;

}


/*Lista celeste 2*/

.content .bck-ol17 li:before,
.cke_contents .bck-ol17 li:before {
	content: counter(bck-li-counter);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #008b7c;
	border-radius: 0%;
}

.content .bck-ol17 li,
.cke_contents .bck-ol17 li {
	font-weight: bold;

}


/*Lista celeste 3*/

.content .bck-ol18 li:before,
.cke_contents .bck-ol18 li:before {
	content: counter(bck-li-counter, lower-alpha);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #008b7c;
	border-radius: 0%;
}

/*Lista oliva 1*/

.content .bck-ol19 li:before,
.cke_contents .bck-ol19 li:before {
color: #859326;
	content: counter(bck-li-counter);
	font-weight: bold;
	text-align: center;
}

.content .bck-ol19 li,
.cke_contents .bck-ol19 li {
	font-weight: bold;

}

/*Lista oliva 2*/

.content .bck-ol20 li:before,
.cke_contents .bck-ol20 li:before {
	content: counter(bck-li-counter);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #859326;
	border-radius: 0%;
}

.content .bck-ol20 li,
.cke_contents .bck-ol20 li {
	font-weight: bold;

}


/*Lista oliva 3*/

.content .bck-ol21 li:before,
.cke_contents .bck-ol21 li:before {
	content: counter(bck-li-counter, lower-alpha);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #859326;
	border-radius: 0%;
}

/*Lista naranjaoscuro 1*/

.content .bck-ol22 li:before,
.cke_contents .bck-ol22 li:before {
color: #cb6005;
	content: counter(bck-li-counter);
	font-weight: bold;
	text-align: center;
}

.content .bck-ol22 li,
.cke_contents .bck-ol22 li {
	font-weight: bold;

}


/*Lista naranjaoscuro 2*/

.content .bck-ol23 li:before,
.cke_contents .bck-ol23 li:before {
	content: counter(bck-li-counter);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #cb6005;
	border-radius: 0%;
}

.content .bck-ol23 li,
.cke_contents .bck-ol23 li {
	font-weight: bold;

}

/*Lista naranjaoscuro 3*/

.content .bck-ol24 li:before,
.cke_contents .bck-ol24 li:before {
	content: counter(bck-li-counter, lower-alpha);
	left: -5px;
	text-align: center;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #cb6005;
	border-radius: 0%;
}

/*Lista cuadrada*/

.content .bck-ol25 li:before,
.cke_contents .bck-ol25 li:before {
	color: #ffffff;
	content: counter(bck-li-counter);
	font-weight: 600;
	text-align: center;
	background: #db9600;
	font-size: 1.8rem;
	width: 22px;
	height: 22px;
	border-radius: 4px;
}


/*Lista A verde*/

.content .bck-ol26 li:before,
.cke_contents .bck-ol26 li:before {
	color: #ffffff;
	content: counter(bck-li-counter, upper-alpha);
	font-weight: bold;
	text-align: center;
	background: #1e8e40;
	margin-bottom: 20px;
	top: 1px;
	position: absolute;
	left: -10px;
	font-size: 1.8rem;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}


/*Lista A rojo*/

.content .bck-ol27 li:before,
.cke_contents .bck-ol27 li:before {
	color: #ffffff;
	content: counter(bck-li-counter, upper-alpha);
	font-weight: bold;
	text-align: center;
	background: #be003e;
	margin-bottom: 20px;
	top: 1px;
	position: absolute;
	left: -10px;
	font-size: 1.8rem;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

/*Lista A morado*/

.content .bck-ol28 li:before,
.cke_contents .bck-ol28 li:before {
	color: #ffffff;
	content: counter(bck-li-counter, upper-alpha);
	font-weight: bold;
	text-align: center;
	background: #9a4e7d;
	margin-bottom: 20px;
	top: 1px;
	position: absolute;
	left: -10px;
	font-size: 1.8rem;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

/*Lista A oliva*/

.content .bck-ol29 li:before,
.cke_contents .bck-ol29 li:before {
	color: #ffffff;
	content: counter(bck-li-counter, upper-alpha);
	font-weight: bold;
	text-align: center;
	background: #859326;
	margin-bottom: 20px;
	top: 1px;
	position: absolute;
	left: -10px;
	font-size: 1.8rem;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

/*Lista A celeste*/

.content .bck-ol30 li:before,
.cke_contents .bck-ol30 li:before {
	color: #ffffff;
	content: counter(bck-li-counter, upper-alpha);
	font-weight: bold;
	text-align: center;
	background: #008b7c;
	margin-bottom: 20px;
	top: 1px;
	position: absolute;
	left: -10px;
	font-size: 1.8rem;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

/*Lista A naranja*/

.content .bck-ol31 li:before,
.cke_contents .bck-ol31 li:before {
	color: #ffffff;
	content: counter(bck-li-counter, upper-alpha);
	font-weight: bold;
	text-align: center;
	background: #d69806;
	margin-bottom: 20px;
	top: 1px;
	position: absolute;
	left: -10px;
	font-size: 1.8rem;
	width: 28px;
	height: 28px;
	border-radius: 0px;
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg);
}



/*LISTA DESORDENADA POR DEFECTO*/

.texto_curso ul li:before, .workspace ul li ul li:before, .cke_contents ul li:before {
	background-color: #006f9e;
	width: 8px;
	height: 8px;
	margin-top: 7px;
}

/*lista desordenada - morada*/

#actividad .content ul.bck-ul li {
	list-style: none;
}


.cke_contents .bck-ul li:before,
#actividad .content .texto_curso .bck-ul li:before,
#actividad .content .workspace ul li .bck-ul li:before {
	background-color: #9a4e7d;
	width: 8px;
	height: 8px;
	margin-top: 7px;
	
}

/*desordenada 2 - verde */ 

#actividad .content .texto_curso  ul.bck-ul-2 li,
#actividad .content .workspace ul li ul.bck-ul-2 li {
	list-style: none;
}

.cke_contents .bck-ul-2 li:before,
#actividad .content .texto_curso .bck-ul-2 li:before,
#actividad .content .workspace ul li .bck-ul-2 li:before {
	background-color: #1e8e40;
	width: 8px;
	height: 8px;
	margin-top: 7px;
}


/*desordenada 3 - roja */ 

#actividad .content .texto_curso  ul.bck-ul-3 li,
#actividad .content .workspace ul li ul.bck-ul-3 li {
	list-style: none;
}

.cke_contents .bck-ul-3 li:before,
#actividad .content .texto_curso .bck-ul-3 li:before,
#actividad .content .workspace ul li .bck-ul-3 li:before {
	background-color: #be003e;
	width: 8px;
	height: 8px;
	margin-top: 7px;
}


/*desordenada 4 - celeste */ 

#actividad .content .texto_curso  ul.bck-ul-4 li,
#actividad .content .workspace ul li ul.bck-ul-4 li {
	list-style: none;
}

.cke_contents .bck-ul-4 li:before,
#actividad .content .texto_curso .bck-ul-4 li:before,
#actividad .content .workspace ul li .bck-ul-4 li:before {
	background-color: #008b7c;
	width: 8px;
	height: 8px;
	margin-top: 7px;
}


/*desordenada 5 - oliva */ 

#actividad .content .texto_curso  ul.bck-ul-5 li,
#actividad .content .workspace ul li ul.bck-ul-5 li {
	list-style: none;
}

.cke_contents .bck-ul-5 li:before,
#actividad .content .texto_curso .bck-ul-5 li:before,
#actividad .content .workspace ul li .bck-ul-5 li:before {
	background-color: #859326;
	width: 8px;
	height: 8px;
	margin-top: 7px;
}


/*desordenada 6 - naranjaoscuro */ 

#actividad .content .texto_curso  ul.bck-ul-6 li,
#actividad .content .workspace ul li ul.bck-ul-6 li {
	list-style: none;
}

.cke_contents .bck-ul-6 li:before,
#actividad .content .texto_curso .bck-ul-6 li:before,
#actividad .content .workspace ul li .bck-ul-6 li:before {
	background-color: #cb6005;
	width: 8px;
	height: 8px;
	margin-top: 7px;
}


/*hueca verde */ 

#actividad .content .texto_curso  ul.bck-ul-7 li,
#actividad .content .workspace ul li ul.bck-ul-7 li {
	list-style: none;
}

.cke_contents .bck-ul-7 li:before,
#actividad .content .texto_curso .bck-ul-7 li:before,
#actividad .content .workspace ul li .bck-ul-7 li:before {
	background: white;
	width: 10px;
	height: 10px;
	border-color: #1e8e40!important;
	border: 2px solid;
	margin-top: 7px;
	padding: 1px;
}

/*hueca rojo */ 

#actividad .content .texto_curso  ul.bck-ul-8 li,
#actividad .content .workspace ul li ul.bck-ul-8 li {
	list-style: none;
}

.cke_contents .bck-ul-8 li:before,
#actividad .content .texto_curso .bck-ul-8 li:before,
#actividad .content .workspace ul li .bck-ul-8 li:before {
	background: white;
	width: 10px;
	height: 10px;
	border-color: #be003e!important;
	border: 2px solid;
	margin-top: 7px;
	padding: 1px;
}


/*hueca azul */ 

#actividad .content .texto_curso  ul.bck-ul-9 li,
#actividad .content .workspace ul li ul.bck-ul-9 li {
	list-style: none;
}

.cke_contents .bck-ul-9 li:before,
#actividad .content .texto_curso .bck-ul-9 li:before,
#actividad .content .workspace ul li .bck-ul-9 li:before {
	background: white;
	width: 10px;
	height: 10px;
	border-color: #006f9e!important;
	border: 2px solid;
	margin-top: 7px;
	padding: 1px;
}

/*hueca morada */ 

#actividad .content .texto_curso  ul.bck-ul-10 li,
#actividad .content .workspace ul li ul.bck-ul-10 li {
	list-style: none;
}

.cke_contents .bck-ul-10 li:before,
#actividad .content .texto_curso .bck-ul-10 li:before,
#actividad .content .workspace ul li .bck-ul-10 li:before {
	background: white;
	width: 10px;
	height: 10px;
	border-color: #9a4e7d!important;
	border: 2px solid;
	margin-top: 7px;
	padding: 1px;
}

/*hueca oliva */ 

#actividad .content .texto_curso  ul.bck-ul-11 li,
#actividad .content .workspace ul li ul.bck-ul-11 li {
	list-style: none;
}

.cke_contents .bck-ul-11 li:before,
#actividad .content .texto_curso .bck-ul-11 li:before,
#actividad .content .workspace ul li .bck-ul-11 li:before {
	background: white;
	width: 10px;
	height: 10px;
	border-color: #859326!important;
	border: 2px solid;
	margin-top: 7px;
	padding: 1px;
}

/*hueca celeste */ 

#actividad .content .texto_curso  ul.bck-ul-12 li,
#actividad .content .workspace ul li ul.bck-ul-12 li {
	list-style: none;
}

.cke_contents .bck-ul-12 li:before,
#actividad .content .texto_curso .bck-ul-12 li:before,
#actividad .content .workspace ul li .bck-ul-12 li:before {
	background: white;
	width: 10px;
	height: 10px;
	border-color: #008b7c!important;
	border: 2px solid;
	margin-top: 7px;
	padding: 1px;
}

/*hueca naranja */ 

#actividad .content .texto_curso  ul.bck-ul-13 li,
#actividad .content .workspace ul li ul.bck-ul-13 li {
	list-style: none;
}

.cke_contents .bck-ul-13 li:before,
#actividad .content .texto_curso .bck-ul-13 li:before,
#actividad .content .workspace ul li .bck-ul-13 li:before {
	background: white;
	width: 10px;
	height: 10px;
	border-color: #e76000!important;
	border: 2px solid;
	margin-top: 7px;
	padding: 1px;
}

/*CAJAS*/

.bck-box {
	border: 2px solid #999;
}

/*caja 1*/
.bck-box-1 .bck-title {
	text-align: center;
}

.bck-box.bck-box-1 {
	border: 5px solid #f3ec80;
	background: #ffffff;
	padding: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	margin-top: 50px;
	border-radius: 40px;
}


/*caja morada*/

.bck-box.bck-box-2 {
	border: none;
}

.bck-box-2 .bck-title {
	color: #fff;
	font-weight: bold;
	background-color: #9a4e7d;
	padding: 5px 35px 1px 35px;
	border-radius: 40px 40px 0px 0px;
	width: fit-content;
	margin-bottom: -13px;
	
}

.bck-box.bck-box-2 .bck-content {
	padding: 5px 15px 5px 15px;
	background-color: #f7f3e7;
	border: 1px solid #9a4e7d;
	margin-top: 0px;
	width: fit-content;
}


/*caja verde*/

.bck-box.bck-box-3 {
	border: none;
}

.bck-box-3 .bck-title {
	color: #fff;
	font-weight: bold;
	background-color: #1e8e40;
	padding: 5px 35px 1px 35px;
	border-radius: 40px 40px 0px 0px;
	width: fit-content;
	margin-bottom: -13px;
	
}

.bck-box.bck-box-3 .bck-content {
	padding: 5px 15px 5px 15px;
	background-color: #f7f3e7;
	border: 1px solid #1e8e40;
	margin-top: 0px;
	width: fit-content;
}


/*caja naranja*/

.bck-box.bck-box-4 {
	border: none;
}

.bck-box-4 .bck-title {
	color: #fff;
	font-weight: bold;
	background-color: #d69806;
	padding: 5px 35px 1px 35px;
	border-radius: 40px 40px 0px 0px;
	width: fit-content;
	margin-bottom: -13px;
	
}

.bck-box.bck-box-4 .bck-content {
	padding: 5px 15px 5px 15px;
	background-color: #f7f3e7;
	border: 1px solid #d69806;
	margin-top: 0px;
	width: fit-content;
}


/*caja azul*/

.bck-box.bck-box-5 {
	border: none;
}

.bck-box-5 .bck-title {
	color: #fff;
	font-weight: bold;
	background-color: #006f9e;
	padding: 5px 35px 1px 35px;
	border-radius: 40px 40px 0px 0px;
	width: fit-content;
	margin-bottom: -13px;
	
}

.bck-box.bck-box-5 .bck-content {
	padding: 5px 15px 5px 15px;
	background-color: #f7f3e7;
	border: 1px solid #006f9e;
	margin-top: 0px;
	width: fit-content;
}


/*caja rojo*/

.bck-box.bck-box-6 {
	border: none;
}

.bck-box-6 .bck-title {
	color: #fff;
	font-weight: bold;
	background-color: #be003e;
	padding: 5px 35px 1px 35px;
	border-radius: 40px 40px 0px 0px;
	width: fit-content;
	margin-bottom: -13px;
	
}

.bck-box.bck-box-6 .bck-content {
	padding: 5px 15px 5px 15px;
	background-color: #f7f3e7;
	border: 1px solid #be003e;
	margin-top: 0px;
	width: fit-content;
}


/*caja celeste*/

.bck-box.bck-box-7 {
	border: none;
}

.bck-box-7 .bck-title {
	color: #fff;
	font-weight: bold;
	background-color: #008b7c;
	padding: 5px 35px 1px 35px;
	border-radius: 40px 40px 0px 0px;
	width: fit-content;
	margin-bottom: -13px;
	
}

.bck-box.bck-box-7 .bck-content {
	padding: 5px 15px 5px 15px;
	background-color: #f7f3e7;
	border: 1px solid #008b7c;
	margin-top: 0px;
	width: fit-content;
}


/*caja oliva*/

.bck-box.bck-box-8 {
	border: none;
}

.bck-box-8 .bck-title {
	color: #fff;
	font-weight: bold;
	background-color: #859326;
	padding: 5px 35px 1px 35px;
	border-radius: 40px 40px 0px 0px;
	width: fit-content;
	margin-bottom: -13px;
	
}

.bck-box.bck-box-8 .bck-content {
	padding: 5px 15px 5px 15px;
	background-color: #f7f3e7;
	border: 1px solid #859326;
	margin-top: 0px;
	width: fit-content;
}


/*caja naranjaoscuro*/

.bck-box.bck-box-9 {
	border: none;
}

.bck-box-9 .bck-title {
	color: #fff;
	font-weight: bold;
	background-color: #cb6005;
	padding: 5px 35px 1px 35px;
	border-radius: 40px 40px 0px 0px;
	width: fit-content;
	margin-bottom: -13px;
	
}

.bck-box.bck-box-9 .bck-content {
	padding: 5px 15px 5px 15px;
	background-color: #f7f3e7;
	border: 1px solid #cb6005;
	margin-top: 0px;
	width: fit-content;
}


/*caja portada*/

.bck-box.bck-box-10 {
	border: none;
}

.bck-box-10 .bck-title {
	
	
}

.bck-box.bck-box-10 .bck-content {
	 margin: 10px;
	border: 8px solid #d0e0cb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 0px;
	background: #9abc90;
	padding: 20px;
	-moz-transform: skewX(-1deg) skewY(-1deg);
	-webkit-transform: skewX(-1deg) skewY(-1deg);
	-o-transform: skewX(-1deg) skewY(-1deg);
	-ms-transform: skewX(-1deg) skewY(-1deg);
	transform: skewX(-1deg) skewY(-1deg);
}


/*desplegable*/

.bck-dropdown-content {
	overflow-y: auto;
	display: none;
	max-height: 300px;
	padding: 10px;
	background-color: white;
}

/*TABLA POR DEFECTO*/
.content table:not(.rf-tablegrid) td,
.content table:not(.rf-tablegrid) th {
	border: 2px solid #d8e1ec;
	background: #fff;
}

/* Icons */

#actividad .player.audio {
	background: url(images/fancy_audio.png) center center / cover;
	height: 28px !important;
	width: 28px;
	display: inline-block;
	border-radius: 100%;
	margin: 0 5px;
	vertical-align: middle;
}

/* Forms */

.content_type_clase_edito .slide_main input,
.content_type_clase_edito .slide_main .img-input-container {
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
	   -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
			box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
	border: 0px solid #ccc;
	border-bottom: 2px solid #1e8e40;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
			border-radius: 0px;
}

.content_type_clase_edito .slide_main .fill-text .img-input-container {
	display: none;
}

.content_type_clase_edito .slide_main input:focus,
.content_type_clase_edito .slide_main .img-input-container:focus {
	border-top-color: #10A0C6;
	border-right-color: #10A0C6;
	border-bottom-color: #a0c096;
	border-left-color: #10A0C6;
	-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0);
	-moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(133, 200, 57, 0);
}

/* Slides */

#actividad .workspace.multiple-choice .opcion,
#actividad .workspace.matching .opcion,
#actividad .workspace.ordenar .js-rank-item {
	border: none;
	background: #fff;
}

#actividad .workspace.clasificar .clasificar_lista .classify-item {
	border: 2px solid #d8d8d8;
	padding: 2px;
	background-color: #e5eff2;
}

#actividad .workspace.clasificar .clasificar_conjuntos .conjunto .group-box {
	border: 3px solid #f3ec80;
}

#actividad .workspace.chooseblanks .inline-answer a {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #446593;
	padding: 3px 6px;
	background: #e2edefe0;
	margin: 0 2px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

body.content_type_clase_edito #actividad .content .fillblanks-draggable-wrapper
.response .bck-i-fullscreen,
body.content_type_clase_edito #actividad .content .fillblanks-draggable
.img-input-container.imgFilled img {
	width: auto;
	height: 100px !important;
	padding: 0;
}

.cke_contents .bck-title1 { 
	top: 0px; 
}