/* 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;
	}

	.libro .footer .powered,
	.libro .footer .legal-notes,
	.libro .footer .about-us,
	.libro .footer .contact-us,
	.libro .footer .faq {
		display: none;
	}

	.is_app.content_type_clase_brunyo-ef {
		padding-top: 0px;
	}

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

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

	.content_type_clase_brunyo-ef .slide-wrapper {
		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_brunyo-ef #actividad .content .header .title img,
	.content_type_clase_brunyo-ef #actividad .content .header .chapter {
		display: none;
	}

	.content_type_clase_brunyo-ef #actividad .content .header {
		border: none;
	}


	.content_type_clase_brunyo-ef #actividad .content .header .title h3 {
		font-size: 3.0rem;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		margin-left: 20px;
		color: #4667ae;
		line-height: 4.0rem;
		padding-right: 20px;
	}

	.content_type_clase_brunyo-ef #actividad .content .header .title h3 .index {
		display: inline-block;
		padding: 40px 5px 0px;
		margin-right: 5px;
		border-right: 1px solid #4667ae;
		font-size: 5.0rem;
	}

	.content_type_clase_brunyo-ef #actividad .texto_curso {
		font-size: 1.8rem;
		line-height: 2.1rem;
	}

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

	.content_type_clase_brunyo-ef #actividad .texto_curso li:last-of-type,
	.content_type_clase_brunyo-ef #actividad .workspace ul li li:last-of-type {
		margin-bottom: 0px;
	}

	#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;
	}

	#actividad .content .header .title {
		min-height: 0px;
	}

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

/* Curso */
	#indice .units ul li a .number {
		visibility: hidden;
	}

	#indice .unit-content .header .number {
		display: none;
	}

	#indice .unit-content .header.default {
		background-image: url(../../../images/libro/transparente.png) ! important;
		background-color: #005ba4;
	}
/**/

/* Navbar (Breadcums) */
	.content_type_clase_brunyo-ef .brunyo-navbar {
		position: fixed;
		top: 44px;
		background-color: #005BA4;
		width: 100%;
		left: 0;
		z-index: 100;
	}

	.is_app.content_type_clase_brunyo-ef .brunyo-navbar {
		position: sticky;
		top: 0px;
	}

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

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

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

	.content_type_clase_brunyo-ef .brunyo-navbar .navbar-content {
		max-width: 960px;
		margin: 0 auto;
		padding-left: 90px;
		padding-right: 50px;
	}

	.content_type_clase_brunyo-ef .navbar-content:before {
		content: " ";
		background-image: url(logo.jpg);
		height: 35px;
		background-size: cover;
		width: 100px;
		margin-left: -100px;
		margin-top: 8px;
		position: absolute;
	}

	.content_type_clase_brunyo-ef .slider-indicators {
		padding: 10px 0px;
		display: inline-block;
		text-align: left;
		position: absolute;
		width: 5000px;
		bottom: 0px;
		left: 0px;
		z-index: 0;
	}

	.content_type_clase_brunyo-ef .brunyo-navbar .dropdown button,
	.content_type_clase_brunyo-ef .brunyo-navbar li {
		border-radius: 5px;
		border: none;
		background-color: white;
		color: #005BA4;
		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_brunyo-ef .brunyo-navbar li:hover {
		background-color: #eee;
	}

	.content_type_clase_brunyo-ef .slider-indicators li {
		width: 35px;
		height: 35px;
		background-color: white;
		margin: 0px 5px;
		text-align: center;
	}

	.content_type_clase_brunyo-ef .slider-indicators li.active {
		background-color: #ddd;
	}

	.content_type_clase_brunyo-ef .brunyo-navbar .dropdown button {
		width: auto;
		padding: 0px 10px;
	}

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



	.content_type_clase_brunyo-ef .brunyo-navbar .dropdown {
		display: block;
		float: left;
		margin-top: 10px;
	}

	.open > .dropdown-menu {
		display: block;
		max-height: 300px;
		overflow-y: auto;
	}

	.dropdown-menu>li>a {
		padding: 3px 20px 0px 20px;
	}

	.dropdown-menu .title {
		display: inline-block;
		width: 300px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
		margin-top: -4px;
	}


	.content_type_clase_brunyo-ef .brunyo-navbar .dropdown button {
		border: none;
	}

	.content_type_clase_brunyo-ef .brunyo-navbar .dropdown button:focus {
		outline: none;
	}

	.content_type_clase_brunyo-ef .brunyo-navbar .dropdown li {
		display: list-item;
		width: auto;
	}

	.content_type_clase_brunyo-ef .brunyo-navbar .dropdown li a {
		color: #005BA4;
		font-weight: bold;
	}

	.content_type_clase_brunyo-ef .brunyo-navbar .dropdown .caret {
		border-color: #005BA4 transparent transparent transparent;
	}

	.content_type_clase_brunyo-ef .slider-indicators li:first-child span,
	.content_type_clase_brunyo-ef .dropdown li:first-child span.num {
		font-family: "Palatino Linotype", Times;
	}

	.dropdown-menu li span:first-child {
	    display: inline-block;
	    min-width: 20px;
	    float: left;
	}
/**/

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

	.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 .title {
		font-size: 16px;
		line-height: 40px;
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 20px);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.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: 23px;
	}

	.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 */
	#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-caption {
	    font-size: 1.4rem;
	    line-height: 1.5 !important;
	    margin-top: 0px;
	    display: inline-block;
	    max-width: 100%;
	}

	.bck-title.title1 {
		color: #4667ae;
		font-weight: bold;
	}

	.bck-header {
		color: #4667ae;
	}

	.content ul.bck-ul li {
		list-style: none;
		margin-left: 15px;
	    padding-left: 0;
	}

	.content .bck-ul li:before {
		position: relative;
		display: inline-block;
		margin-top: 0px;
	}

	.content .bck-ul.arrow li:before {
		color: #4667ae;
		background-color: transparent;
		font-family: 'FontAwesome';
		content: "\f178";
		margin-right: 17px;
  		margin-left: -25px;
	}

	.content .bck-ul.circle li:before {
		background-color: #4667ae;
		width: 8px;
		height: 8px;
		margin-right: 7px;
		margin-bottom: 2px;
	}

	.content .bck-ol {
		list-style-type: none;
	}

	.content .bck-ol li {
		counter-increment: bck-li-counter 1;
	}

	.content ol.bck-ol li:before {
		content: counter(bck-li-counter);
		font-weight: bold;
		margin-left: -50px;
		position: absolute;
		color: #4667ae;
		width: 43px;
		font-size: 2.2rem;
		text-align: center;
	}

	.content ol.bck-ol.ol-2 li:before {
		background-color: #753295;
		color: #FFF;
		border-radius: 100%;
		width: 30px;
  		height: 30px;
  		line-height: 3.0rem;
	}

	.content ol.bck-ol.word li:before {
		content: counter(bck-li-counter, lower-alpha) ")";
		color: #4667ae;
	}

	.content ol.bck-ol.word-2 li:before {
		content: counter(bck-li-counter, lower-alpha) ")";
		color: #E74C39;
		background-color: transparent;
	}

	.bck-box {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.bck-box.center {
		margin-left: auto;
		margin-right: auto;
	}

	.bck-box.left,
	.bck-box.right {
		width: 300px;
	}

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

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

	.bck-box img {
		max-width: 100%;
	}

	.bck-box .bck-content {
		text-align: justify;
		padding: 10px;
	}

	.bck-box.simple {
		background-color: #eff1f8;
		color: #4667ae;
		font-weight: bold;
	}

	.box-icon .bck-title {
		display: inline-block;
		padding: 3px 7px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		font-weight: bold;
	}

	.box-icon .bck-title:before {
		font-family: 'FontAwesome';
		display: inline-block;
		margin-right: 7px;
	}

	.box-icon .bck-title > p {
		display: inline-block;
	}

	.box-icon ul,
	.box-icon ol {
		margin-bottom: 0px;
	}

	.box-icon ul li {
		padding-left: 15px;
	}

	.content .box-icon ul li:before {
		font-family: 'FontAwesome';
		position: relative;
		display: inline-block;
		margin-top: 0px;
	}

	.box-icon.resumen .bck-title,
	.box-icon.resumen .bck-content {
		border: 1px solid #20a238;
	}

	.box-icon.resumen .bck-title {
		background-color: #cfe4c6;
		color: #20a238;
		border-bottom: none;
	}

	.box-icon.resumen .bck-title:before,
	.content .box-icon.resumen ul li:before {
		content: '';
		background-color: #20a238;
	}

	.box-icon.resumen .bck-title:before {
		width: 12px;
		height: 12px;
	}

	.content .box-icon.resumen ul li:before {
		width: 10px;
		height: 10px;
		border-radius: 0px;
		margin-right: 4px;
	}

	.box-icon.recuerda .bck-title,
	.box-icon.recuerda .bck-content {
		border: 1px solid #e72e87;
	}

	.box-icon.recuerda .bck-title {
		background-color: #f8cfe1;
		color: #e72e87;
		border-bottom: none;
	}

	.box-icon.recuerda .bck-title:before,
	.content .box-icon.recuerda ul li:before {
		content: '';
		background-color: #e72e87;
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.box-icon.recuerda .bck-title:before {
		width: 12px;
		height: 12px;
	}

	.content .box-icon.recuerda ul li:before {
		width: 10px;
		height: 10px;
		border-radius: 0px;
		margin-right: 4px;
	}

	.box-icon.actividades .bck-title,
	.box-icon.actividades .bck-content {
		border: 1px solid #4667ae;
	}

	.box-icon.actividades .bck-title {
		background-color: #4667ae;
		color: #FFF;
		border-bottom: none;
	}

	.box-icon.actividades .bck-title:before {
		content: "\f040";
		width: 12px;
		height: 12px;
	}

	.box-icon.actividades ol {
		list-style-type: none;
		padding-left: 30px;
	}

	.box-icon.actividades ol li {
		counter-increment: bck-li-counter 1;
	}

	.box-icon.actividades ol li:before {
		content: counter(bck-li-counter);
		font-weight: bold;
		margin-left: -40px;
		position: absolute;
		color: #4667ae;
		width: 32px;
		font-size: 2.2rem;
		text-align: right;
	}

	.box-icon.sabias .bck-title,
	.box-icon.sabias .bck-content {
		border: 1px solid #753295;
	}

	.box-icon.sabias .bck-title {
		background-color: #d2c1dc;
		color: #753295;
		border-bottom: none;
	}

	.box-icon.sabias .bck-title:before,
	.content .box-icon.sabias ul li:before {
		content: '\f067';
		color: #753295;
		background-color: transparent;
	}

	.box-icon.sabias .bck-title:before {
		width: 12px;
		height: 12px;
	}

	.content .box-icon.sabias ul li {
		padding-left: 25px;
	}

	.content .box-icon.sabias ul li:before {
		width: 20px;
		height: 20px;
		margin-right: 4px;
		margin-left: -25px;
	}

	.box-icon.cuenta .bck-title,
	.box-icon.cuenta .bck-content {
		border: 1px solid #ea611a;
	}

	.box-icon.cuenta .bck-title {
		background-color: #fad3b5;
		color: #ea611a;
		border-bottom: none;
	}

	.box-icon.cuenta .bck-title:before,
	.content .box-icon.cuenta ul li:before {
		content: '\f005';
		background-color: transparent;
		color: #ea611a;
	}

	.box-icon.cuenta .bck-title:before {
		width: 12px;
		height: 12px;
	}

	.content .box-icon.cuenta ul li {
		padding-left: 25px;
	}

	.content .box-icon.cuenta ul li:before {
		width: 20px;
		height: 20px;
		margin-right: 4px;
		margin-left: -25px;
	}

	.box-icon.red {
		margin-top: 50px;
	}

	.box-icon.red .bck-title,
	.box-icon.red .bck-content {
		border: 1px solid #3d3d3c;
	}

	.box-icon.red .bck-title {
		background-color: #bbb6b5;
		color: #3d3d3c;
		border-bottom: none;
		border-top-left-radius: 0px;
	}

	.box-icon.red .bck-title:before {
		width: 30px;
		height: 30px;
		content: '\f109';
		color: #FFF;
		background-color: #3d3d3c;
		text-align: center;
		line-height: 3.0rem;
		position: absolute;
		margin-top: -33px;
		display: block;
		margin-left: -8px;
		border-top-left-radius: 7px;
		border-top-right-radius: 7px;
	}

	.content .box-icon.red ul li:before {
		content: '@';
		background-color: transparent;
		color: #3d3d3c;
		font-weight: bold;
	}

	.content .box-icon.red ul li {
		padding-left: 25px;
	}

	.content .box-icon.red ul li:before {
		width: 20px;
		height: 20px;
		margin-right: 4px;
		margin-left: -25px;
	}

	.content .bck-table:not(.bck-table-clean),
	.content .bck-table:not(.bck-table-clean) td,
	.content .bck-table:not(.bck-table-clean) th {
		border: 1px solid #0067ae;
	}

	.content .bck-table td {
		padding: 5px;
	}

	.content .bck-table-clean,
	.content .bck-table-clean td {
		border: none;
	}

	.bck-td {
		font-weight: bold;
	}

	.bck-td.td-1 {
		background-color: #0067ae;
		color: #FFF;
	}

	.bck-td.td-2 {
		background-color: #c0cde7;
	}

	.bck-td.td-3 {
		background-color: #ebeef7;
	}
/**/

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

	.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;
	}

}

@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;
    }
}

/* TMPUX STYLES */
.tmpux.content_type_clase_brunyo-ef .brunyo-navbar,
.tmpux.modo_revision .brunyo-navbar,
.tmpux.modo-correccion .brunyo-navbar,
.tmpux.modo-deber .brunyo-navbar {
    top: 0;
}

.tmpux.modo_revision #actividad .carousel-inner .item-container,
.tmpux.modo-correccion #actividad .carousel-inner .item-container,
.tmpux.modo-deber #actividad .carousel-inner .item-container {
	margin-top: 67px;
}

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

