<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#square {
   width: 0px;
   height: 0px;
   border-top:60px solid green;
   border-right:60px solid blue;
   border-bottom:60px solid yellow;
   border-left:60px solid red;
}

/* General */
	.cke_contents  table {
		margin-bottom: 10px;
	}

	.body_clase:not(.edit) .content-wrapper {
		padding-top: 100px;
		padding-bottom: 0px;
	}

	.body_clase.edit .content-wrapper {
		top: 0px;
	}

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

	.is_app.content_type_clase_editex:not(.offline-pc) .content-wrapper {
		padding-top: 55px;
	}

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

	.content_type_clase_editex .slide-wrapper,
	.cke_contents {
		text-align: justify;
	}

	#actividad .carousel-inner .item-container {
		background-image: none;
		margin: 20px auto 30px;
		padding: 0px;
		padding-bottom: 90px;
		position: relative;
	}

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

	#indice .units ul li a .number,
	#indice .unit-content .header .number
	 {
		visibility: hidden;
	}

	.content_type_clase_editex #actividad .content .header {
		border: none;
	}

	.content_type_clase_editex #actividad .content .header .title {
		background: #AFD2B9;
		border: 5px solid #008A42;
		border-top: 0;
		text-align: center;
		margin-top: -40px;
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.content_type_clase_editex #actividad .content .header .title h3 {
		font-size: 3.0rem;
		margin-top: 0px;
		font-weight: bold;
		display: block;
	}

	.content_type_clase_editex #actividad .content .no-title .header .title {
		display: none;
	}

	.content_type_clase_editex #actividad .content .header .title h3 span.index {
		color: #008A42;
	}

	.content_type_clase_editex #actividad .texto_curso {
		font-size: 1.9rem;
	}

	.texto_curso p:last-of-type {
		margin-bottom: 15px;
	}

	.content_type_clase_editex #actividad .texto_curso li,
	.content_type_clase_editex #actividad .workspace ul li li {
		margin-bottom: 10px;
	}

	#actividad .class_slide {
    	padding: 40px 97px 0px;
	}

	#actividad .class_slide:last-of-type {
	    padding-bottom: 100px;
	}

	#actividad .slide-concatenate .class_slide {
	    padding-bottom: 20px;
	}

	#actividad .slide-concatenate:last-of-type .class_slide {
	    padding-bottom: 100px;
	}

	.content_type_clase_editex .slide_main input {
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		-webkit-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;
		transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	}

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

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

	.content_type_clase_editex .slide_main input.respuesta_ok {
		border-color: #57e900;
		background: #D1F3BD;
	}

	.content_type_clase_editex .slide_main input.respuesta_ko {
		border-color: #FF3626;
		background: #FFA49D;
	}

	.content_type_clase_editex .slide_main input.solucion {
		border-color: #00BDFF;
		background: #B6ECFF;
	}

	table {
		margin-bottom: 20px;
	}

	figcaption {
		text-align: justify;
	}

	.zoom_flag_img {
	    top: 20px;
	}
/**/

/* Navbar (Breadcums) */
	.content_type_clase_editex .publisher-navbar {
		position: fixed;
		top: 44px;
		background-color: #FFF;
		width: 100%;
		left: 0;
		z-index: 100;
	}

	.is_app.content_type_clase_editex .publisher-navbar {
		position: sticky;
		top: 0px;
	}

	#top-navigator {
		height: 55px;
		overflow: hidden;
		position: relative;
		margin-right: 40px;
	}

	#top-navigator.show_left:before {
		color: #004393;
        background: linear-gradient(to right, #FFF, transparent);
    }

    #top-navigator.show_right:after {
    	color: #004393;
        background: linear-gradient(to left, #FFF, transparent);
    }

	.content_type_clase_editex .publisher-navbar .navbar-content {
		max-width: 960px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		position: relative;
	}

	.content_type_clase_editex .navbar-content:before {
		content: " ";
		background-image: url(logo.png);
		height: 35px;
		background-repeat: no-repeat;
		width: 90px;
		margin-top: 10px;
		position: relative;
		left: 10px;
		float: left;
	}

	.content_type_clase_editex .slider-indicators {
		padding: 10px 0px;
		display: inline-block;
		text-align: left;
		position: static;
		width: auto;
	}

	.content_type_clase_editex .publisher-navbar .dropdown button,
	.content_type_clase_editex .publisher-navbar li {
		border-radius: 5px;
		border: none;
		background-color: white;
		color: #004393;
		vertical-align: middle;
		margin: 0px 5px;
		text-indent: 0px;
		line-height: 3.5rem;
		font-size: 2.0rem;
		font-weight: bold;
		cursor: pointer;
	}

	.content_type_clase_editex .slider-indicators li {
		width: 35px;
		height: 35px;
		background-color: #FFF;
		margin: 0px 5px;
		text-align: center;
	}

	.content_type_clase_editex .slider-indicators li.active,
	.content_type_clase_editex .publisher-navbar li:hover,
	.content_type_clase_editex .publisher-navbar .dropdown button:hover {
		background-color: #004393;
		color: #FFF;
	}

	.content_type_clase_editex .publisher-navbar .dropdown button {
		width: auto;
		padding: 0px 10px;
	}

	/*.content_type_clase_editex .slider-indicators li:first-of-type {
		width: auto;
		padding: 0px 10px;
	}*/



	.content_type_clase_editex .publisher-navbar .dropdown {
		display: block;
		float: left;
		margin-top: 10px;
	}

	.content_type_clase_editex .publisher-navbar .dropdown button {
		border: none;
	}

	.content_type_clase_editex .publisher-navbar .dropdown button:focus {
		outline: none;
	}

	.content_type_clase_editex .publisher-navbar .dropdown li {
		display: list-item;
		width: auto;
	}

	.content_type_clase_editex .publisher-navbar .dropdown li a {
		color: #004393;
		font-weight: bold;
	}

	.content_type_clase_editex .publisher-navbar .dropdown .caret {
		border-color: #004393 transparent transparent transparent;
	}

	.content_type_clase_editex .publisher-navbar .dropdown:hover .caret {
		border-color: #FFF transparent transparent transparent;
	}
/**/

/* Navigators */
	.navigator {
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
		padding: 0px 97px;
	}

	.navigator .title {
		width: calc(100% - 20px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 1.6rem;
		line-height: 4.0rem;
		display: inline-block;
		vertical-align: top;
	}

	.main-navigator {
		padding: 15px 0px;
		width: 100%;
		border-top: 1px solid #e5e5e5;
	}

	.navigator .left, .navigator .right {
		width: 49%;
		display: inline-block;
		cursor: pointer;
	}

	.navigator .left {
		padding-left: 20px;
	}

	.navigator .right {
		text-align: right;
		padding-right: 20px;
	}

	.navigator .slider-control.left,
	.navigator .slider-control.right {
		position: static;
		height: auto;
		width: 100%;
		background-color: transparent;
		border-radius: 0px;
		margin: 0px;
		opacity: 1;
		text-shadow: none;
		color: #999;
		font-size: 2.3rem;
	}

	.navigator .slider-control.left:before,
	.navigator .slider-control.right:after {
		font-family: 'FontAwesome';
		position: absolute;
		margin-top: 9px;
	}

	.navigator .slider-control.left:before {
		margin-left: -20px;
		content: "\f104";
	}

	.navigator .slider-control.right:after {
		margin-left: 20px;
		content: "\f105";
	}

	.navigator .slider-control span {
		position: static;
		margin: 0px;
        cursor: pointer;
	}
/**/

/* CKEDITOR */

	.bck-title1 {
		font-size: 2.7rem;
		font-weight: bold;
		border: 3px solid #FCB040;
		background: #AFD2B9;
		padding: 10px;
	}

	.bck-num-title1{
		position: absolute;
		left: -3px;
		color: #fff;
		width: 40px;
		text-indent: 0px;
		text-align: center;
	}

	.bck-title2 {
		color: #008A42;
		font-size: 2.4rem;
		font-weight: bold;
	}

	.bck-title3 {
		color: #008A42;
		font-size: 2.0rem;
		font-weight: bold;
	}

	.bck-title-bar {
		color: #497ac7;
		background-color: #c2afa9;
	    margin-top: -10px;
	    margin-left: 38px;
	    padding: 1px 11px;
	    line-height: 2.0rem;
	    font-size: 2.0rem;
	}

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

	.content .bck-ol li {
		counter-increment: bck-li-counter 1;
		position: relative;
		padding-left: 38px;
		z-index: 11111111111111;
	}

	.content .bck-ol li:before {
		content: counter(bck-li-counter)'.';
		position: absolute;
		margin-left: -34px;
		font-family: Arial;
		text-align: right;
		color: #008A42;
		font-size: larger;
		margin-top: -2px;
		z-index: -1;
	}

	.content .bck-ol li .bck-exercise {
  		z-index: 0;
	}

	.content .bck-ol li .bck-exercise:before{
		content: "";
		width: 0px;
 		height: 0px;
 		display: inline-block;
 		margin-left: -53px;
  		margin-right: 57px;
  		margin-top: 8px;
		border-bottom: 15px solid #fff;
  		border-left: 15px solid #fff;
  		z-index: 11111;
  		position: absolute;
	}

	.content .bck-ol li .bck-exercise.medium:before{
  		border-left: 15px solid #6DAC1D;
	}

	.content .bck-ol li .bck-exercise.hard:before{
		border-bottom: 15px solid #6DAC1D;
  		border-left: 15px solid #6DAC1D;
	}

	.content .bck-ul li {
		padding-left: 27px;
	}

	.content .bck-ul li:before {
	    content: "";
	    height: 6px;
	    width: 6px;
	    background-color: #008A42;
	    position: absolute;
	    border-radius: 100%;
	    margin-top: 8px;
	    margin-left: -15px;
	    border-radius: 0;
	}


	.bck-enfasis {
		color: #008A42;
		font-weight: bold;
	}


	.bck-ico-ccl:before {
		content: "";
		background-image: url(icons/ico_ccl.png);
		background-size: contain;
		background-repeat: no-repeat;
		height: 30px;
		width: 30px;
		display: inline-block;
	    position: relative;
	}

	.bck-ico-cd:before {
		content: "";
	    background-image: url(icons/ico_cd.png);
	    background-size: contain;
		background-repeat: no-repeat;
		height: 30px;
		width: 30px;
		display: inline-block;
	    position: relative;
	}

	.bck-ico-cec:before {
		content: "";
	    background-image: url(icons/ico_cec.png);
	    background-size: contain;
		background-repeat: no-repeat;
		height: 30px;
		width: 30px;
		display: inline-block;
	    position: relative;
	}

	.bck-ico-cmct:before {
		content: "";
	    background-image: url(icons/ico_cmct.png);
	    background-size: contain;
		background-repeat: no-repeat;
		height: 37px;
		width: 30px;
		display: inline-block;
	    position: relative;
	}

	.bck-ico-cpaa:before {
		content: "";
	    background-image: url(icons/ico_cpaa.png);
	    background-size: contain;
		background-repeat: no-repeat;
		height: 30px;
		width: 30px;
		display: inline-block;
	    position: relative;
	}

	.bck-ico-csc:before {
		content: "";
	    background-image: url(icons/ico_csc.png);
	    background-size: contain;
		background-repeat: no-repeat;
		height: 30px;
		width: 30px;
		display: inline-block;
	    position: relative;
	}

	.bck-ico-sie:before {
		content: "";
	    background-image: url(icons/ico_sie.png);
	    background-size: contain;
		background-repeat: no-repeat;
		height: 30px;
		width: 30px;
		display: inline-block;
	    position: relative;
	}


	#actividad .content img{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#actividad .content .bck-img.right,
	#actividad .content img[style~="float:right"] {
		margin-left: 20px;
		float: right;
	}

	#actividad .content .bck-img.left,
	#actividad .content img[style~="float:left"] {
		margin-right: 20px;
		float: left;
	}

	.bck-box {
		padding: 10px 20px;
		border: 10px 0px;
		margin-bottom: 15px;
		word-break: break-word;
	}

	.bck-box.center {
		margin: 0 auto;
	}

	.box-simple {
		padding: 0;
	}

	.box-simple .bck-title {
		background: #FCB040;
		border: 3px solid #C2B6B1;
		border-bottom: 0;
		color: white;
		font-weight: bold;
		display: inline-block;
		padding: 2px 20px;
	}

	.box-simple .bck-content {
		border: 3px solid #FCB040;
		padding: 10px 20px;
	}

	.box-simple2 {
		border: 3px solid #008A42;
	}

	.box-simple2 .bck-title {
		border-bottom: 3px solid #008A42;
		background: #F2EFED;
		margin-top: -10px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: bold;
	}

	.box-simple3 {
		background: #F2EFED;
	}

	.box-simple4 {
		background: #FFF4D5;
	}

	.bck-box.left {
		float: left;
		margin-right: 25px;
	}

	.bck-box.right {
		float: right;
		margin-left: 25px;
	}

	.bck-table {
		border: 1px solid #008A42;
	}

	.bck-table th,
	.bck-table td {
		border: 1px solid #008A42;
		padding: 7px;
		text-align: left;
	}

	.bck-table th {
		font-weight: bold;
		text-align: center;
		background: #C3B7B2;

	}

	.bck-table .bck-td {
		font-weight: bold;
		text-align: center;
		background: #DDD6D3;
	}

	.bck-table .bck-td2 {
		font-weight: bold;
		text-align: center;
		background: #F6A427;
	}
/**/

/* BK-8403 */
#indice .unit-content .header {
    background-image: none !important;
    background-color: #005cb9;
}

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

.btn-primary, .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
    background-color: #005cb9;
}

a:hover, a:active, a:focus {
    color: #005cb9;
}

/* END BK-8403 */



/* SECCION PRIMERA */

	.content_type_clase_editex #actividad .content .primera .header .title {
		background: #D31145;
		border: 0;
		text-align: left;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		color: white;
	}

	.content_type_clase_editex #actividad .content .primera .header .title h3 {
		font-size: 3.4rem;
		margin-top: 0px;
		font-weight: bold;
		display: block;
		padding: 2px 10px 2px 30px;
	}

	.primera .bck-title1 {
	 	border: 3px solid #C3B7B2;
	 	position: relative;
	 	padding-left: 45px;
	 	background: transparent;
	 	min-height: 40px;
	 	padding: 0px 10px;
		text-indent: 40px;
		line-height: 3.3rem;
	}

	.primera .bck-title1:before {
		content: attr(data-index);
		display: block;
		color: white;
		background: #D31145;
		height: 40px;
		width: 40px;
		text-align: center;
		position: absolute;
		top: -3px;
		left: -3px;
		border: 3px solid #C3B7B2;
		text-indent: 0;
	}

	.primera .bck-title2 {
	 	color: #D31145;
	}

	.primera .bck-title3 {
	 	color: #D31145;
	}

	.primera .bck-actividad,
	.primera .bck-actividad2 {
		color: #000;
		font-weight: bold;
	 	position: relative;
	 	padding-left: 45px;
	 	min-height: 40px;
	 	padding-top: 5px;
	}

	.primera .bck-actividad:before,
	.primera .bck-actividad2:before {
		display: block;
		color: white;
		height: 40px;
		width: 40px;
		text-align: center;
		position: absolute;
		top: -3px;
		left: -3px;
		font-weight: bold;
		font-size: 3.0rem;
		line-height: 1;
	}

	.primera .bck-actividad {
	 	border: 3px solid #D31145;
	 	background: #C3B7B2;
	}

	.primera .bck-actividad2 {
		border: 3px solid #DEA03D;
	 	background: #60A42B;
	}

	.primera .bck-actividad:before {
		background: #e5331e;
		border: 3px solid #D31145;
		content: attr(data-index);
	}

	.primera .bck-actividad2:before {
		border: 3px solid #DEA03D;
	 	background: #C6D89C;
	 	content: attr(data-index);
	}

	.content .primera .bck-ol li:before {
		color: #D31145;
	}

	.content .primera .bck-ul li:before {
	    background-color: #D31145;
	}

	.primera .bck-enfasis {
		color: #D31145;
		font-weight: bold;
	}

	.primera .bck-table th,
	.primera .bck-table td {
		border: 1px solid #D31145;
	}

	.primera .box-simple .bck-title {
		background: #D31145;
		height: 44px;
  		font-size: 2.5rem;
	}

	.primera .box-simple .bck-content {
		border: 3px solid #D31145;
	}

	.primera .box-simple2 {
		border-color: #D31145;
		background: #FAE6E3;
	}

	.primera .box-simple2 .bck-title {
		border-bottom: 0;
		background: transparent;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}


/**/

/* SECCION SEGUNDA */

	.content_type_clase_editex #actividad .content .segunda .header .title {
		background: #4F91CD;
		border: 0;
		text-align: left;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		color: white;
		padding: 2px;
	}

	.content_type_clase_editex #actividad .content .segunda .header .title h3 {
		font-size: 3.4rem;
		margin-top: 0px;
		font-weight: bold;
		display: block;
		padding: 2px 10px 2px 30px;
	}

	.segunda .bck-title1 {
	 	border: 3px solid #C3B7B2;
	 	position: relative;
	 	padding-left: 45px;
	 	background: transparent;
	 	min-height: 40px;
	 	padding: 0px 10px;
		text-indent: 40px;
		line-height: 3.3rem;
	}

	.segunda .bck-title1:before {
		content: attr(data-index);
		display: block;
		color: white;
		background: #4F91CD;
		height: 40px;
		width: 40px;
		text-align: center;
		position: absolute;
		top: -3px;
		left: -3px;
		border: 3px solid #C3B7B2;
		text-indent: 0;
	}

	.segunda .bck-title2 {
	 	color: #4F91CD;
	}

	.segunda .bck-title3 {
	 	color: #4F91CD;
	}

	.segunda .bck-actividad,
	.segunda .bck-actividad2 {
		color: #000;
		font-weight: bold;
	 	position: relative;
	 	padding-left: 45px;
	 	min-height: 40px;
	 	padding-top: 5px;
	}

	.segunda .bck-actividad:before,
	.segunda .bck-actividad2:before {
		display: block;
		color: white;
		height: 40px;
		width: 40px;
		text-align: center;
		position: absolute;
		top: -3px;
		left: -3px;
		font-weight: bold;
		font-size: 3.0rem;
		line-height: 1;
	}

	.segunda .bck-actividad {
	 	border: 3px solid #4F91CD;
	 	background: #C3B7B2;
	}

	.segunda .bck-actividad2 {
		border: 3px solid #DEA03D;
	 	background: #60A42B;
	}

	.segunda .bck-actividad:before {
		background: #e5331e;
		border: 3px solid #4F91CD;
		content: attr(data-index);
	}

	.segunda .bck-actividad2:before {
		border: 3px solid #DEA03D;
	 	background: #C6D89C;
	 	content: attr(data-index);
	}

	.content .segunda .bck-ol li:before {
		color: #4F91CD;
	}

	.content .segunda .bck-ul li:before {
	    background-color: #4F91CD;
	}

	.segunda .bck-enfasis {
		color: #4F91CD;
		font-weight: bold;
	}

	.segunda .bck-table th,
	.segunda .bck-table td {
		border: 1px solid #4F91CD;
	}

	.segunda .box-simple .bck-title {
		background: #4F91CD;
		height: 44px;
  		font-size: 2.5rem;
	}

	.segunda .box-simple .bck-content {
		border: 3px solid #4F91CD;
	}

	.segunda .box-simple2 {
		border-color: #4F91CD;
		background: #D7E3F4;
	}

	.segunda .box-simple2 .bck-title {
		border-bottom: 0;
		background: transparent;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
/**/

/* SECCION TERCERA */

	.content_type_clase_editex #actividad .content .tercera .header .title {
		background: #6EB43F;
		border: 0;
		text-align: left;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		color: white;
		padding: 2px;
	}

	.content_type_clase_editex #actividad .content .tercera .header .title h3 {
		font-size: 3.4rem;
		margin-top: 0px;
		font-weight: bold;
		display: block;
		padding: 2px 10px 2px 30px;
	}

	.tercera .bck-title1 {
	 	border: 3px solid #C3B7B2;
	 	position: relative;
	 	padding-left: 45px;
	 	background: transparent;
	 	min-height: 40px;
	 	padding: 0px 10px;
		text-indent: 40px;
		line-height: 3.3rem;
	}

	.tercera .bck-title1:before {
		content: attr(data-index);
		display: block;
		color: white;
		background: #6EB43F;
		height: 40px;
		width: 40px;
		text-align: center;
		position: absolute;
		top: -3px;
		left: -3px;
		border: 3px solid #C3B7B2;
		text-indent: 0;
	}

	.tercera .bck-title2 {
	 	color: #6EB43F;
	}

	.tercera .bck-title3 {
	 	color: #6EB43F;
	}

	.tercera .bck-actividad,
	.tercera .bck-actividad2 {
		color: #000;
		font-weight: bold;
	 	position: relative;
	 	padding-left: 45px;
	 	min-height: 40px;
	 	padding-top: 5px;
	}

	.tercera .bck-actividad:before,
	.tercera .bck-actividad2:before {
		display: block;
		color: white;
		height: 40px;
		width: 40px;
		text-align: center;
		position: absolute;
		top: -3px;
		left: -3px;
		font-weight: bold;
		font-size: 3.0rem;
		line-height: 1;
	}

	.tercera .bck-actividad {
	 	border: 3px solid #6EB43F;
	 	background: #C3B7B2;
	}

	.tercera .bck-actividad2 {
		border: 3px solid #DEA03D;
	 	background: #60A42B;
	}

	.tercera .bck-actividad:before {
		background: #e5331e;
		border: 3px solid #6EB43F;
		content: attr(data-index);
	}

	.tercera .bck-actividad2:before {
		border: 3px solid #DEA03D;
	 	background: #C6D89C;
	 	content: attr(data-index);
	}

	.content .tercera .bck-ol li:before {
		color: #6EB43F;
	}

	.content .tercera .bck-ul li:before {
	    background-color: #6EB43F;
	}

	.tercera .bck-enfasis {
		color: #6EB43F;
		font-weight: bold;
	}

	.tercera .bck-table th,
	.tercera .bck-table td {
		border: 1px solid #6EB43F;
	}

	.tercera .box-simple .bck-title {
		background: #6EB43F;
		height: 44px;
  		font-size: 2.5rem;
	}

	.tercera .box-simple .bck-content {
		border: 3px solid #6EB43F;
	}

	.tercera .box-simple2 {
		border-color: #6EB43F;
		background: #EDF5E7;
	}

	.tercera .box-simple2 .bck-title {
		border-bottom: 0;
		background: transparent;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
/**/

/* SECCION CUARTA */

	.content_type_clase_editex #actividad .content .cuarta .header .title {
		background: #F5920F;
		border: 0;
		text-align: left;
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		color: white;
	}

	.content_type_clase_editex #actividad .content .cuarta .header .title h3 {
		font-size: 3.4rem;
		margin-top: 0px;
		font-weight: bold;
		display: block;
		padding: 2px 10px 2px 30px;
	}

	.cuarta .bck-title1 {
	 	border: 3px solid #C3B7B2;
	 	position: relative;
	 	padding-left: 45px;
	 	background: transparent;
	 	min-height: 40px;
	 	padding: 0px 10px;
		text-indent: 40px;
		line-height: 3.3rem;
	}

	.cuarta .bck-title1:before {
		content: attr(data-index);
		display: block;
		color: white;
		background: #F5920F;
		height: 40px;
		width: 40px;
		text-align: center;
		position: absolute;
		top: -3px;
		left: -3px;
		border: 3px solid #C3B7B2;
		text-indent: 0;
	}

	.cuarta .bck-title2 {
	 	color: #F5920F;
	}

	.cuarta .bck-title3 {
	 	color: #F5920F;
	}

	.cuarta .bck-actividad,
	.cuarta .bck-actividad2 {
		color: #000;
		font-weight: bold;
	 	position: relative;
	 	padding-left: 45px;
	 	min-height: 40px;
	 	padding-top: 5px;
	}

	.cuarta .bck-actividad:before,
	.cuarta .bck-actividad2:before {
		display: block;
		color: white;
		height: 40px;
		width: 40px;
		text-align: center;
		position: absolute;
		top: -3px;
		left: -3px;
		font-weight: bold;
		font-size: 3.0rem;
		line-height: 1;
	}

	.cuarta .bck-actividad {
	 	border: 3px solid #F5920F;
	 	background: #C3B7B2;
	}

	.cuarta .bck-actividad2 {
		border: 3px solid #DEA03D;
	 	background: #60A42B;
	}

	.cuarta .bck-actividad:before {
		background: #e5331e;
		border: 3px solid #F5920F;
		content: attr(data-index);
	}

	.cuarta .bck-actividad2:before {
		border: 3px solid #DEA03D;
	 	background: #C6D89C;
	 	content: attr(data-index);
	}

	.content .cuarta .bck-ol li:before {
		color: #F5920F;
	}

	.content .cuarta .bck-ul li:before {
	    background-color: #F5920F;
	}

	.cuarta .bck-enfasis {
		color: #F5920F;
		font-weight: bold;
	}

	.cuarta .bck-table th,
	.cuarta .bck-table td {
		border: 1px solid #F5920F;
	}

	.cuarta .box-simple .bck-title {
		background: #D31145;
		height: 44px;
  		font-size: 2.5rem;
	}

	.cuarta .box-simple .bck-content {
		border: 3px solid #F5920F;
	}

	.cuarta .box-simple2 {
		border-color: #D31145;
		background: #FAE6E3;
	}

	.cuarta .box-simple2 .bck-title {
		border-bottom: 0;
		background: transparent;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}


/**/

@media screen and (max-width: 1099px) {
    .body_clase .content-wrapper {
        max-width: 100%;
    }

    #actividad .content {
        border-radius: 0;
    }

    #actividad .carousel-inner .item-container {
        margin: 0;
        width: 100% !important;
        max-width: none;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .ipad #actividad .carousel-inner .item-container {
  		border-right: 1px solid #eee;
    }
}



@media screen and (max-width: 768px) {
    #actividad .carousel-inner .class_slide {
        padding: 40px 20px 0px;
    }
	.revision-budget {
		margin-top: -50px;
	}
    .navigator {
        padding: 0px 20px;
    }

    .bck-img.right, img[style~="float:right"] {
        max-width: 50%
    }

    .bck-img.left, img[style~="float:left"] {
        max-width: 50%
    }

}

@media screen and (max-width: 480px) {

    .bck-img.right, img[style~="float:right"] {
        width: 100%;
    }

    .bck-img.left, img[style~="float:left"] {
        width: 100%;
    }

    #actividad .carousel-inner .item-container {
		padding: 40px 20px 90px;
	}

}

/* TMPUX CSS */
.tmpux.modo-correccion.body_clase:not(.edit) .publisher-navbar{
	display: none;
}

.tmpux.content_type_clase_editex .publisher-navbar{
	top:0;
}

.tmpux.body_clase:not(.modo-revision,.modo-correccion,.modo-deber,.edit) .content-wrapper{
	top:44px;
	padding-top: 0px;
	padding-bottom: 0px;
}

</pre></body></html>