/* GRID Y CLEARS
-------------------------*/
.grid-col {
    float: left;
    display: inline;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
.grid-col.padded {
    padding-left: 1em;
    padding-right: 1em;
}
.grid-col.no-left {
    padding-left: 0;
}
.grid-col.no-right {
    padding-right: 0;
}
.grid-row {
    margin-bottom: 1em;
}
.grid-one {
    width: 6.25%;
}
.grid-two {
    width: 12.5%;
}
.grid-three {
    width: 18.75%;
}
.grid-four {
    width: 25%;
}
.grid-five {
    width: 31.25%;
}
.grid-six {
    width: 37.5%;
}
.grid-seven {
    width: 43.75%;
}
.grid-eight {
    width: 50%;
}
.grid-nine {
    width: 56.25%;
}
.grid-ten {
    width: 62.5%;
}
.grid-eleven {
    width: 68.75%;
}
.grid-twelve {
    width: 75%;
}
.grid-thirteen {
    width: 81.25%;
}
.grid-fourteen {
    width: 87.5%;
}
.grid-fifteen {
    width: 92.75%;
}
.grid-sixteen {
    width: 100%;
}
.grid-one-third {
    width: 33.33%;
}
.grid-two-thirds {
    width: 66.66%;
}
.clearfix:before, .clearfix:after, .row:before, .row:after, .av-row:before, .av-row:after, .headerEnum:after, .headerIcon:after, .headerTabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after, .row:after, .av-row:after, .headerEnum:after, .headerIcon:after, .headerTabs:after {
    clear: both;
}
.clearfix, .row, .av-row, .headerEnum, .headerIcon, .headerTabs {
    zoom: 1;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* FONTS
-------------------------*/
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url("fonts/OpenSans-Light.woff") format("woff"), url("fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans-Regular"), url("fonts/OpenSans-Regular.woff") format("woff"), url("fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("fonts/OpenSans-Semibold.woff") format("woff"), url("fonts/OpenSans-Semibold.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/OpenSans-Bold.woff") format("woff"), url("fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: local("Open Sans Light Italic"), local("OpenSans-LightIt"), url("fonts/OpenSans-LightItalic.woff") format("woff"), url("fonts/OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-It"), url("fonts/OpenSans-Italic.woff") format("woff"), url("fonts/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldIt"), url("fonts/OpenSans-SemiboldItalic.woff") format("woff"), url("fonts/OpenSans-SemiboldItalic.ttf") format("truetype");
}
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src: local("Open Sans Bold Italic"), local("OpenSans-BoldIt"), url("fonts/OpenSans-BoldItalic.woff") format("woff"), url("fonts/OpenSans-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'iconos-recursos';
  src:  url('fonts/iconos-recursos.eot?1fevbo');
  src:  url('fonts/iconos-recursos.eot?1fevbo#iefix') format('embedded-opentype'),
    url('fonts/iconos-recursos.ttf?1fevbo') format('truetype'),
    url('fonts/iconos-recursos.woff?1fevbo') format('woff'),
    url('fonts/iconos-recursos.svg?1fevbo#iconos-recursos') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iconos-recursos-2';
  src:
    url('fonts/iconos-recursos-2.ttf?i80hez') format('truetype'),
    url('fonts/iconos-recursos-2.woff?i80hez') format('woff'),
    url('fonts/iconos-recursos-2.svg?i80hez#iconos-recursos-2') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
    font-family: "iconos-recursos" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="ICONO_"]:before, [class*=" ICONO_"]:before {
    font-family: "iconos-recursos" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-picture:before {
  content: "\e061";
}
.icon-scloud:before {
  content: "\e061";
}

.ICONO_recursos-hotspot:before {
  content: "\e900";
}
.ICONO_recursos-default:before {
  content: "\2a";
}
.ICONO_27:before {
  content: "\41";
}
.ICONO_28:before {
  content: "\42";
}
.ICONO_29:before {
  content: "\43";
}
.ICONO_31:before {
  content: "\44";
}
.ICONO_30:before {
  content: "\45";
}
.ICONO_32:before {
  content: "\46";
}
.ICONO_33:before {
  content: "\47";
}
.ICONO_34:before {
  content: "\48";
}
.ICONO_35:before {
  content: "\49";
}
.ICONO_36:before {
  content: "\4a";
}
.ICONO_37:before {
  content: "\4b";
}
.ICONO_38:before {
  content: "\4c";
}
.ICONO_39:before {
  content: "\4d";
}
.ICONO_40:before {
  content: "\4e";
}
.ICONO_listado-ico:before {
  content: "\4f";
}
.ICONO_grid-ico:before {
  content: "\50";
}
.ICONO_slider:before {
  content: "\51";
}
.ICONO_242:before {
  content: "\52";
}
.ICONO_252:before {
  content: "\53";
}
.ICONO_pasoapaso:before {
  content: "\54";
}

.icon_cloud_other_files {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconos-recursos-2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_cloud_other_files:before {
    content: "\e900";
}


.ICONO_1:before {
  content: "\61";
}
.ICONO_2:before {
  content: "\62";
}
.ICONO_3:before {
  content: "\63";
}
.ICONO_4:before {
  content: "\64";
}
.ICONO_5:before {
  content: "\65";
}
.ICONO_6:before {
  content: "\66";
}
.ICONO_7:before {
  content: "\67";
}
.ICONO_8:before {
  content: "\68";
}
.ICONO_9:before {
  content: "\69";
}
.ICONO_10:before {
  content: "\6a";
}
.ICONO_11:before {
  content: "\6b";
}
.ICONO_12:before {
  content: "\6c";
}
.ICONO_13:before {
  content: "\6d";
}
.ICONO_26:before {
  content: "\6e";
}
.ICONO_25:before {
  content: "\6f";
}
.ICONO_24:before {
  content: "\70";
}
.ICONO_23:before {
  content: "\71";
}
.ICONO_22:before {
  content: "\72";
}
.ICONO_21:before {
  content: "\73";
}
.ICONO_20:before {
  content: "\74";
}
.ICONO_19:before {
  content: "\75";
}
.ICONO_18:before {
  content: "\76";
}
.ICONO_17:before {
  content: "\77";
}
.ICONO_16:before {
  content: "\78";
}
.ICONO_15:before {
  content: "\79";
}
.ICONO_14:before {
  content: "\7a";
}
.ICONO_recursos-ab:before {
  content: "\7b";
}
.ICONO_recursos-animacion:before {
  content: "\7c";
}
.ICONO_recursos-video:before {
  content: "\7d";
}
.ICONO_recursos-3d:before {
  content: "\7e";
}
.ICONO_recursos_cloud:before {
  content: "\e901";
}
.ICONO_recursos_ppt:before {
  content: "\e902";
}
.ICONO_recursos_02_web:before {
  content: "\e903";
}


@font-face {
  font-family: "libronet-flori";
  src:url("fonts/libronet-flori.eot");
  src:url("fonts/libronet-flori.eot?#iefix") format("embedded-opentype"),
    url("fonts/libronet-flori.woff") format("woff"),
    url("fonts/libronet-flori.ttf") format("truetype"),
    url("fonts/libronet-flori.svg#libronet-flori") format("svg");
  font-weight: normal;
  font-style: normal;

}
[data-icon]:before {
  font-family: "libronet-flori" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="flo-"]:before,
[class*=" flo-"]:before {
  font-family: "libronet-flori" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flo-ayuda:before {
  content: "a";
}
.flo-web:before {
  content: "b";
}
.flo-maletin:before {
  content: "c";
}
.flo-carpeta:before {
  content: "d";
}
.flo-herramientas:before {
  content: "e";
}
.flo-actividades:before {
  content: "f";
}

/* NORMALIZE
-------------------------*/
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

/* ESTRATOS
-------------------------*/
.ln2-area-strata, .ln2-area-strata table, .ln2-data-table {
	display: table;
	border-collapse: collapse;
    border-spacing: 0;
	table-layout: fixed;
}
.ln2-area-strata {
	/*margin-bottom: 50px;*/
	width: 999px;
}
.ln2-area-strata-full {
	margin-left: 25px;
	width: 974px;
}
/*.ln2-area-strata:first-of-type {
	margin-top: 50px;
}*/
.ln2-area-strata td{
	margin: 0;
	padding: 0;
	border: 0;
}
.ln2-col-left {
	vertical-align: top;
	width: 364px;
	height: 100%;
}
.ln2-col-left-container > tbody > tr > td:not(.ln2-area-links) {
	vertical-align: top;
}
.ln2-col-left-container > tbody > tr > td:not(.ln2-area-links) > *{
	margin-left: 25px;
	margin-right: 25px;
}
.ln2-col-left-container > tbody > tr > td:not(.ln2-area-links) > img{
	max-width:314px;
}
.ln2-col-left-container > tbody > tr > td > :first-child {
	margin-top: 0;
}
.ln2-col-left-container {
	width: 100%;
	height: 100%;
}
/*.ln2-col-left, .ln2-area-links {
	background-color: #ededec;
}*/
.ln2-col-right, .ln2-col-full {
	display: table-cell;
	vertical-align: top;
	background-color: #fff;
}
/*.ln2-col-full {
	padding-bottom: 25px!important;
}*/
.ln2-col-full {
	width: 974px;
}
.ln2-area-header {
	width: 100%;
}
.ln2-area-header .ln2-span-header-number {
	float: left;
}
.ln2-area-header + * {
    margin-top: 25px;
}
/*.ln2-area-main > *:first-child {
	margin-top: 0;
}
.ln2-area-main > *:last-child {
	margin-bottom: 0;
}*/
.ln2-area-links {
	display: table-cell;
	padding-top: 50px!important;
	vertical-align: bottom;
}
.ln2-area-links > p{
	margin: 0;
}
.ln2-area-links > br{
	display: block;
    height: 0;
}
.ln2-area-strata-footer {
	min-height: 60px;
	text-align: right;
}
.ln2-area-strata-footer .ln2-area-strata-footer-click{
	display: inline-block;
	width: 50px;
	height: 32px;
}
.ln2-area-strata-footer .ln2-icon {
	height: 30px;
    width: 30px;
    margin: 2px 10px;
}

/* Cabecera colapsable */
.ln2-area-header-collapse {
	position: relative;
}

.ln2-area-header-collapse .ln2-block-header {
	cursor: pointer;
}
.ln2-area-header-collapse .ln2-span-header-number.ln2-span-header-arrow{
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.ln2-area-header-collapse .ln2-span-header-number.ln2-span-header-arrow .ln2-icon{
	width: 32px;
	height: 32px;
	margin: 7px;
	fill: #fff;
}
.ln2-area-header-collapse-container {
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
.is-unblock > .ln2-area-header-collapse-container, .is-open > .ln2-area-header-collapse-container {
	height: auto;
	margin-bottom: 0;
	overflow: visible;
}

/* Galería fotográfica */
.ln2-photo-gallery {
	width: 974px;
	margin-left: 25px;
	/*margin-bottom: 50px;*/
}
.ln2-photo-col-left, .ln2-photo-col-right {
	position: relative;
	float: left;
	height: 510px;
}
.ln2-photo-col-left {
	width: 340px;
}
.ln2-photo-col-left:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.1);
}
.ln2-photo-col-left .ln2-photo-data {
	margin: 0;
	padding: 16px;
}
.ln2-hotspot .ln2-photo-data {
	padding: 0 25px 34px;
}
.ln2-photo-col-left .ln2-photo-data > *, .ln2-photo-title > *:last-child{
 margin: 0;
}
.ln2-photo-col-right {
	box-sizing: border-box;
	width: 634px;
	border-left: 1px solid #828282;
	background-color: #000;
    background-image: url('img/bg_galeria_hotspot.jpg');
	overflow: hidden;
}
.ln2-photo-previews {
    max-height: 510px;
    overflow: hidden;
}
.ln2-photo-preview {
	position: relative;
	float: left;
	width: 170px;
	height: 170px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover!important;
	border: 1px solid #000;
	cursor: pointer;
	box-sizing: border-box;
}
.ln2-photo-up, .ln2-photo-down, .ln2-photo-prev, .ln2-photo-next, .ln2-photo-col-right .ln2-photo-data, .ln2-photo-big, .ln2-photo-expand {
	position: absolute;
}
.ln2-photo-up, .ln2-photo-down {
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
}
.ln2-photo-up {
	right: 1px;
}
.ln2-photo-up .ln2-icon, .ln2-photo-down .ln2-icon {
	width: 32px;
	height: 32px;
	margin: 7px;
	fill: #fff;
	vertical-align: top;
}
.ln2-photo-up {
	top: 0;
}
.ln2-photo-down, .ln2-photo-col-right .ln2-photo-data {
	bottom: 0;
}
.ln2-photo-prev, .ln2-photo-next {
	top: 50%;
	background-color: rgba(255,255,255,.5);
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.ln2-photo-prev .ln2-icon, .ln2-photo-next .ln2-icon {
	width: 50px;
	height: 50px;
	margin: 15px;
	fill: rgba(0,0,0,.3);
	vertical-align: top;
}
.ln2-photo-prev:hover .ln2-icon, .ln2-photo-next:hover .ln2-icon {
	fill: rgba(0,0,0,1);
}
.ln2-photo-prev, .ln2-photo-col-right .ln2-photo-data {
	left: 0;
}
.ln2-photo-next, .ln2-photo-col-right .ln2-photo-data {
	right: 0;
}
.ln2-photo-big {
	top: 50%;
	left: 50%;
	max-width: 634px;
	max-height: 510px;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.ln2-photo-data {
	padding: 0 25px 34px;
	color: #fff;
	background-color: rgba(0,0,0,.47);
	box-sizing: border-box;
	z-index: 1;
}
.ln2-photo-expand {
	bottom: 0;
	right: 0;
	height: 34px;
	cursor: pointer;
}
.ln2-photo-expand .ln2-icon{
	width: 24px;
	height: 24px;
	margin: 5px;
	fill: #fff;
}
.ln2-photo-title {
	margin: 25px 0 5px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}
.ln2-photo-title > * {
	width: 100%;
	height: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ln2-photo-text {
	margin: 0!important;
	max-height: 2.8em;
	overflow: hidden;
}
.ln2-photo-text > *{
	margin: 0;
}
.bounceTextUp .ln2-photo-text {
	height: auto;
	overflow: visible;
}
.ln2-photo-col-left .ln2-photo-title {
    font-weight: 400;
}

/* TEMPLATES
-------------------------*/
.ln2-template {
	margin: 0 0 25px!important;
	width: 605px;
}
/*.ln2-template td{
	padding: 0 10px;
}*/

/* LISTAS
-------------------------*/
.ln2-list {
	margin: 0 25px 25px 0;
	padding: 0;
	list-style: none;
}
.ln2-list .ln2-list {
	margin: 15px 24px 20px 0;
}
.ln2-list > li {
	position: relative;
	margin-bottom: 15px;
	margin-left: 22px;
}
.ln2-list > li:last-child {
	margin-bottom: 0;
}
.ln2-list-numbered, .ln2-list-alpha, .ln2-list-alpha2 {
	counter-reset: counter;
}
.ln2-list-numbered > li, .ln2-list-alpha > li, .ln2-list-alpha2 > li {
	counter-increment: counter;
}
.ln2-list > li:before {
	content: '';
	position: absolute;
	display: inline-block;
	margin-left: -22px;
}
.ln2-list-numbered > li:before, .ln2-list-alpha > li:before {
	font-weight: 700;
}
.ln2-list-alpha2 > li:before {
	font-weight: 400;
}
.ln2-list-numbered > li:before {
	content: counter(counter)".";
}
.ln2-list-alpha-caps > li:before {
 	content: counter(counter, upper-alpha)")";
}
.ln2-list-alpha > li:before {
	content: counter(counter, lower-alpha)".";
}
.ln2-list-alpha2 > li:before {
	content: counter(counter, lower-alpha)")";
}
.ln2-list-disc > li:before {
	top: 8px;
	width: 5px;
	height: 5px;
	margin-left: -19px;
}
.ln2-list-square > li:before, .ln2-list-disc-maxi > li:before {
	top: 5px;
	width: 12px;
	height: 12px;
}
.ln2-list-disc > li:before {
	border-radius: 50%;
}
.ln2-list-square > li:before, .ln2-list-disc > li:before {
	background-color: #000;
}
.ln2-block-grey .ln2-list-square > li:before, .ln2-block-grey .ln2-list-disc > li:before {
	background-color: #585757!important;
}
.ln2-list-line > li {
	margin-left: 17px;
}
.ln2-list-arrow > li:before {
	content: "";
	position: absolute;
	top: 2px;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-left-color: #999;
	pointer-events: none;
}
.ln2-list-line > li:before {
	content: "";
	position: absolute;
	top: 10px;
	width: 6px;
	border: 1px solid #999;
	pointer-events: none;
}
.ln2-block-color-area-main .ln2-list-square > li:before, .ln2-block-color-area-main .ln2-list-disc > li:before {
	background-color: #fff;
}
.ln2-block-color-area-main .ln2-list-arrow > li:before {
	border-left-color: #fff;
}
.ln2-list-square-num {
	counter-reset: list-counter;
}
.ln2-list-square-num > li {
	margin-left: 40px;
	margin-bottom: 20px;
}
.ln2-list-square-num > li > b{
	display: block;
	margin-bottom: 5px;
}
.ln2-list-square-num > li:before {
	top: -4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: -40px;
	text-align: center;
	color: #fff!important;
	font-size: 12px;
	font-weight: 700;
	content: counter(list-counter);
	counter-increment: list-counter;
}

/*Listas de altura fija*/
.ln2-list-height li {
    height: 50px;
    position: relative;
}
.ln2-list-height li::before, .ln2-list-height li > span, .ln2-list-height li > img {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.ln2-list-height li > span, .ln2-list-height li > img {
    position: absolute;
}
.ln2-list-height td {
    vertical-align: top;
}
.ln2-list-height .ln2-text-hat {
    margin-top: -6px;
}

/* TEXTO
-------------------------*/

/* Número subepigrafe */
.ln2-area-header-number {
	width: 50px;
	vertical-align: top;
}
.ln2-span-header-number {
	display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
	color: #fff;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    vertical-align: top;
}
.ln2-tabs .ln2-span-header-number, .ln2-area-header-icon .ln2-span-header-number, .ln2-complex-highlight .ln2-span-header-number {
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 0 none;
}
.ln2-area-header-icon .ln2-span-header-number .ln2-icon, .ln2-complex-highlight .ln2-span-header-number .ln2-icon{
	fill: #fff;
	width: 46px;
    height: 46px;
}
.ln2-area-header-icon .ln2-area-header-number + td .ln2-block-header-02{
	padding-left: 16px;
}

/* Texto expositivo */
.ln2-span-text, .ln2-list li, .ln2-span-text-secondary, .ln2-span-text-2 {
	/*color: #000;*/
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 400;
    text-align: left;
}
.ln2-span-text, .ln2-list li, .ln2-span-text-2 {
    font-size: 14px;
    line-height: 1.4;
}
.ln2-block-grey {
    font-family: Georgia,Times,"Times New Roman",serif;
}
.ln2-text-eq {
	font-family: TimesNewRoman,Times New Roman,Times,Baskerville,Georgia,serif;
    font-size: 17px;
}
.ln2-text-eq sup, .ln2-text-eq sub{
  	font-size: 9px;
}
.ln2-text-eq sup{
	top: -8px;
	margin: 0 2px;
}
.ln2-text-eq sub{
	bottom: -2px;
	margin: 0 2px 0 1px;
}
.ln2-text-hat {
    display: inline-block;
    position: relative;
}
.ln2-text-hat:before {
    content: "";
    position: absolute;
    top: -3px;
    display: block;
    width: 100%;
    height: .5em;
    background-image: url(img/ln2-text-hat.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.ln2-span-text-secondary {
    font-size: 13px;
    line-height: 1.308;
}
.ln2-span-text, .ln2-span-text-secondary {
	margin: 16px 0;
}
.ln2-span-text-2 {
	margin: 0;
}
/*.ln2-photo-data .ln2-span-text, .ln2-block-color-area-main .ln2-span-text, .ln2-block-color-area-main .ln2-list li {
	color: #fff;
}*/

/* Pie de foto */
.ln2-span-pic-foot {
	margin: 10px 0 25px;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.357;
    color: #585757;
}

/* Espacios vacios */
.ln2-span-empty {
	padding: 0 5px;
	border-radius: 36px;
	cursor: default;
	white-space: nowrap;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/* Espacios vacios icono*/
.ln2-icon-empty{
	position: relative;
	top: -3px;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	overflow: hidden;
}
.ln2-icon-empty svg{
	position: relative;
	top: -9px;
	left: -9px;
	width: 42px;
	height: 42px;
}

/*Icono redondeado*/
.ln2-icon-caja {
	width:20px;
	height:20px;
	padding-top: 5px;
	border-radius:0 10px 10px 0
}

/* Versalitas */
.ln2-smallcaps {
	font-variant: small-caps;
	font-size: 110%;
}

/* BLOQUES
-------------------------*/

/* Titulo subepigrafe */
.ln2-block-header, .ln2-block-header-02 {
	margin: 16px 0;
	min-height: 20px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.176;
}
.ln2-span-header-number + .ln2-block-header {
	padding: 15px 25px 0 65px;
}
.ln2-span-header-number + .ln2-block-header, .ln2-block-header-02{
    margin: 0;
}
.ln2-block-header-02.bgPrimary {
	padding: 13px 25px;
}
.ln2-span-header-number + .ln2-block-header-02 {
	padding-left: 60px;
}
td > .ln2-block-header, td > .ln2-block-header-02 {
    max-width: 100%;
	/*min-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.ln2-block-header {
	color: #000;
}

/* Encabezado destacado general */
.ln2-block-header-02 {
	color: #000;
}
.ln2-block-header-02.bgPrimary {
	color: #fff;
}
.ln2-block-header-02.ln2-tab-hor {
    font-weight: 400;
    font-size: 15px;
}

/* Encabezado destacado contextual */
.ln2-block-header-highlight {
	margin: 16px 0;
    padding: 0 10px;
	color: #fff;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.133;
}

/* Encabezado del multiobjeto */
.ln2-block-multiobject-header {
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    vertical-align: top;
    margin-bottom: 1em;
}

/* Titulo actividad */
.ln2-block-header-activity {
	margin: 16px 0;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.267;
}

/* Titulo secundario */
.ln2-block-subheader {
	margin: 16px 0;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.133;
}

/* Texto introductorio actividad */
.ln2-block-text-expo {
	padding: 10px;
	margin: 0 0 25px;
}
.ln2-col-left .ln2-block-text-expo {
	/*margin: 0 25px;*/
	background-color: #ededec;
}
.ln2-col-right .ln2-block-text-expo {
	background-color: #dadada;
}

/* Enlace recurso */
.ln2-block-link, .ln2-block-link2 {
	display: block;
	width: 100%;
	padding: 0 21px 0 0;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 14px;
	line-height: 1.071;
	text-align: right;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
}
.ln2-block-link2 {
	display: table;
	width: 100%;
	padding: 0;
}
.ln2-block-link:hover, .ln2-block-link2:hover, .ln2-area-strata-footer-click:hover{
	background-color: rgba(0,0,0,.02);
}
.ln2-block-link:active, .ln2-block-link2:active, .ln2-area-strata-footer-click:active{
	background-color: rgba(0,0,0,.05);
}
/*.ln2-block-link:not(:last-child) {
	margin-bottom: 5px;
}*/
.ln2-block-link .ln2-icon, .ln2-block-link2 .ln2-icon{
	display: inline-block;
	width: 42px;
	height: 42px;
	vertical-align: middle;
}
.ln2-block-link2 .ln2-block-link-text, .ln2-block-link2 .ln2-icon {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.ln2-block-link2 .ln2-icon {
	margin: 0 21px 0 3px;
}
.ln2-block-link-text {
    width: 100%;
    padding-left: 25px;
}

/* Clave para empezar */
.ln2-block-key {
	padding-bottom: 7px;
	margin-bottom: 25px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1;
}
.ln2-block-key .ln2-icon {
	position: relative;
	top: -2px;
	width: 32px;
	height: 32px;
	vertical-align: middle;
}

/* Bloque gris y relleno de color */
.ln2-block-grey, .ln2-block-colorfill {
	margin: 25px 0;
	padding: 15px;
	box-sizing: border-box;
}
.ln2-block-grey {
	color: #585757;
}
.ln2-block-grey, .ln2-block-grey-text {
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 15px;
	line-height: 1.4;
	/*font-style: italic;*/
}
.ln2-block-grey p{
	margin: 0 0 10px;
}
.ln2-block-grey > *:last-child{
	margin-bottom: 0;
}
.ln2-col-left .ln2-block-grey, .ln2-col-left .bgGrey {
	background-color: #dadada;
}
.ln2-col-right .ln2-block-grey, .ln2-col-right .bgGrey {
	background-color: #ededec;
}
.ln2-col-right > .ln2-block-subheader:first-child {
	margin-top: 0;
}

/* Bloque color */
.ln2-block-color {
	width: 100%;
	margin: 25px 0;
	color: #fff;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	box-sizing: border-box;
}
.ln2-block-color thead td {
	height: 32px;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}
.ln2-block-color .ln2-block-header-highlight {
	margin: 0;
	/*text-transform: uppercase;*/
}
.ln2-block-color-area-icon, .ln2-block-color-area-number, .ln2-block-color-area-arrow {
	width: 37px;
	text-align: center;
}
.ln2-block-color-area-arrow {
	cursor: pointer;
}
.ln2-block-color-area-arrow .ln2-icon {
	width: 26px;
	height: 26px;
	fill: #fff;
}
.ln2-block-color-area-icon {
	border-right: 1px solid #fff!important;
}
.ln2-block-color-area-number span {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-family: Georgia,Times,"Times New Roman",serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}
.ln2-block-color-area-icon .ln2-icon{
	width: 32px;
	height: 32px;
	fill: #fff;
}
.ln2-col-right .ln2-block-color {
	margin: 25px 0;
}
.ln2-block-color-area-main {
	padding: 17px 20px 20px!important;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
}
.ln2-block-color-area-main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.ln2-block-color-area-main > :first-child {
	margin-top: 0;
}
.ln2-block-color-area-main > :last-child {
	margin-bottom: 0;
}
.ln2-block-color-area-main ul li:not(:last-child) {
	margin-bottom: 15px;
}
.ln2-block-color .ln2-span-text {
	color: #fff;
}
.ln2-col-left .ln2-block-color.ln2-nobottom {
    width: 314px!important;
}
.ln2-block-color.ln2-block-color-area-main {
    margin-top: 0;
}
.ln2-block-color.ln2-block-color-area-main.is-closed {
    height: 0;
    padding: 0!important;
    overflow: hidden;
}

/* Bloque relleno de color */
.ln2-block-colorfill {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.ln2-block-colorfill > :first-child {
	margin-top: 0;
}
.ln2-block-colorfill > :last-child {
	margin-bottom: 0;
}

/* Bloques coloreados inline */
.ln2-block-colored {
	padding: 10px;
	margin: 16px 0;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 14px;
}
.ln2-block-colored:not(:last-child) {
	margin-right: 16px;
}
.ln2-block-colored.borderPrimary {
	border-width: 2px;
}

/* Texto de enlace URL */
.ln2-block-url {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.4;
}

/* Recuadro borde */
.ln2-block-bordered, .ln2-span-bordered {
	border-width: 2px!important;
}
.ln2-block-bordered {
	padding: 16px;
	margin: 25px 0;
}
.ln2-span-bordered {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	padding: 0;
	box-sizing: border-box;
}
br + .ln2-span-bordered {
	margin-left: 0;
}
.ln2-block-bordered > *:first-child {
	margin-top: 0;
}
.ln2-block-bordered > *:last-child {
	margin-bottom: 0;
}

/* Boton de calculadora */
.ln2-span-calc, .ln2-span-calc-solved {
	position: relative;
    top: -2px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 4px;
	border: 1px solid #bcbbbb;
	background: #ffffff;
	background: linear-gradient(to bottom, #ffffff 0%,#d9d9d9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9',GradientType=0 );
}
.ln2-span-calc-solved {
	background: #cccccc;
	background: linear-gradient(to bottom, #cccccc 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#e5e5e5',GradientType=0 );
}

/* Enlaces externos */
.ln2-ext-link {
	color: inherit;
	text-decoration: underline;
    cursor: pointer;
}
.ln2-ext-link .ln2-block-link-text {
	padding: 10px 21px 10px 10px;
}

/* COMPLEX
-------------------------*/
.ln2-complex-highlight {
	width: 100%;
}
.ln2-complex-imageblock {
	margin-bottom: 25px;
}
.ln2-complex-highlight .ln2-area-header-number {
	height: 46px;
	width: 46px;
}

.ln2-complex-sectionsub {
	border-top: 1px solid #dbdada;
}
.ln2-complex-sectionsub > *{
	margin-left: 25px;
	margin-right: 25px;
}

.ln2-para-comenzar {
	position: relative;
	width: 1024px;
	height: 768px;
	overflow: hidden;
}
.ln2-para-comenzar-menu {
    position: absolute;
	bottom: 20px;
    right: 20px;
    width: 300px;
}
.ln2-para-comenzar-item {
	display: block;
    margin-bottom: 1px;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.ln2-para-comenzar-icon {
	float: left;
    width: 40px;
    height: 40px;
    text-align: center;
}
.ln2-para-comenzar-icon .ln2-icon{
    fill: #fff;
    width: 30px;
    height: 30px;
    margin: 5px;
}
.ln2-para-comenzar-txt {
	display: block;
	height: 40px;
	line-height: 40px;
	width: 255px;
	padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #000;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.ln2-para-comenzar-item:hover .ln2-para-comenzar-txt {
	background-color: rgba(0,0,0,.03);
}
.ln2-para-comenzar-item:active .ln2-para-comenzar-txt {
	background-color: rgba(0,0,0,.1);
}
.ln2-para-comenzar-img {
	min-width: 1024px;
	min-height: 768px;
}

/* TABS
-------------------------*/

/* Tabs verticales */
.ln2-tab-hor {
	background-color: #dadada;
	padding: 13px 25px;
	margin: 0 0 0 25px;
	box-sizing: border-box;
	cursor: pointer;
}
.ln2-multiobject .ln2-tab-hor:first-child {
	margin-top: 46px;
}
.ln2-tab-hor.is-active {
	background-color: #fff;
}
.ln2-tab-container {
	height: 347px;
    /*padding: 33px;*/
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
/*.ln2-tab-container iframe {
	height: 347px!important;
}*/
.ln2-tab-container .contentHtmlMO {
	padding: 5px 33px 34px;
}
/*.ln2-tab-container .contentHtmlMO .ln2-block-header-activity, .ln2-tab-container .contentHtmlMO .ln2-list li {
	margin-bottom: 34px;
}*/
.ln2-tab-container.ln2-error {
	background: url('img/error-bg.png') center center no-repeat transparent;
}

/* Tabs horizontales */
.ln2-tabs {
	display: table;
	width: 585px;
	height: 46px;
	table-layout: fixed;
}
.ln2-multiobject .ln2-tabs {
	margin: 0 16px;
}
.ln2-tab {
	display: table-cell;
	cursor: pointer;
	width: 46px;
	vertical-align: top;
	text-align: center;
}
.ln2-tabs .ln2-block-multiobject-header {
	display: table-cell;
	margin: 0;
    padding: 0;
    height: 46px;
    line-height: 46px;
    font-size: 19px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ln2-span-header-sep {
	width: 20px!important;
}

/* Hover y active */
.ln2-tab:not(.is-active):hover, .ln2-tab-hor:not(.is-active):hover {
	background-color: rgba(0,0,0,.05);
}
.ln2-tab:not(.is-active):active, .ln2-tab-hor:not(.is-active):active {
	background-color: rgba(0,0,0,.1);
}

/* TABLAS
-------------------------*/
.ln2-data-table {
    /*max-width: 585px;*/
    margin: 25px 0;
	table-layout: fixed;
    border-spacing: 1px;
}
.ln2-data-table-white-bg {
    background-color: #fff;
}

.ln2-data-table tr > td{
	height: 20px;
    padding: 11px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    /*text-align: center;*/
    color: #000;
    vertical-align: middle;
}
.ln2-data-table tr > .borderPrimary.bgPrimary:not(:last-child):not(.ln2-data-table-vert) {
    border-right-color: #fff;
}
.ln2-data-table tr > .bgPrimary, .ln2-data-table tr > .bgPrimaryLight {
    color: #fff;
}
.ln2-data-table tr > .bgPrimary {
    font-weight: 700;
}
.ln2-data-table tr > .bgPrimaryLight {
    font-weight: 400;
}

.ln2-data-table-vert {
	width: 20px;
}
.ln2-data-table-vert-text {
	display: inline-block;
	white-space: nowrap;
    -webkit-transform: rotate(-90deg) translateX(-60%);
            transform: rotate(-90deg) translateX(-60%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
}

/* Tipo de línea */
.ln2-data-table-border-dot-top {
    border-top-style: dotted!important;
}
.ln2-data-table-border-dot-bottom {
    border-bottom-style: dotted!important;
}
.ln2-data-table-border-dot-left {
    border-left-style: dotted!important;
}
.ln2-data-table-border-dot-right {
    border-right-style: dotted!important;
}
.ln2-data-table-border-dash-top {
    border-top-style: dashed!important;
}
.ln2-data-table-border-dash-bottom {
    border-bottom-style: dashed!important;
}
.ln2-data-table-border-dash-left {
    border-left-style: dashed!important;
}
.ln2-data-table-border-dash-right {
    border-right-style: dashed!important;
}
.ln2-data-table-border-none-top {
    border-top: 1px solid transparent!important;
}
.ln2-data-table-border-none-bottom {
    border-bottom: 1px solid transparent!important;
}
.ln2-data-table-border-none-left {
    border-left: 1px solid transparent!important;
}
.ln2-data-table-border-none-right {
    border-right: 1px solid transparent!important;
}
.bgPrimary.ln2-data-table-border-none-top {
    border-top-color: #fff!important;
}
.bgPrimary.ln2-data-table-border-none-bottom {
    border-bottom-color: #fff!important;
}
.bgPrimary.ln2-data-table-border-none-left {
    border-left-color: #fff!important;
}
.bgPrimary.ln2-data-table-border-none-right {
    border-right-color: #fff!important;
}
.ln2-data-table-border-solid-top {
    border-top: 1px solid!important;
}
.ln2-data-table-border-solid-bottom {
    border-bottom: 1px solid!important;
}
.ln2-data-table-border-solid-left {
    border-left: 1px solid!important;
}
.ln2-data-table-border-solid-right {
    border-right: 1px solid!important;
}

/* Tablas de divisiones simples */
.ln2-table-division tr td:first-child {
	padding-right: 10px;
}
.ln2-table-division thead tr td:last-child {
	padding-left: 5px;
	border: solid #000;
	border-width: 0 0 1px 1px;
}

/* TOOLTIP
-------------------------*/
.ln2-has-tooltip {
	cursor: pointer;
}
.ln2-tooltip-set {
	position: absolute;
    opacity: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
    -webkit-transform: translate(-40%,100%);
            transform: translate(-40%,100%);
	z-index: 999;
}
.ln2-tooltip-set-left {
    -webkit-transform: translate(-10%,100%);
            transform: translate(-10%,100%);
}
.ln2-tooltip-set-right {
    -webkit-transform: translate(-90%,100%);
            transform: translate(-90%,100%);
}
.tooltip-open .ln2-area-main {
	position: relative;
}
.tooltip-open .ln2-tooltip-set {
    opacity: 1;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    pointer-events: auto;
}
.ln2-tooltip {
	position: relative;
	border: 1px solid #e3e3e3;
	background: #f5f5f5;
	z-index: 2;
}
.ln2-tooltip, .ln2-tooltip-shadow {
	width: 200px;
	padding: 10px 20px;
	/*text-align: justify;*/
	font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
    color: #575757;
    box-sizing: border-box;
}
.ln2-tooltip:after, .ln2-tooltip:before, .ln2-tooltip-shadow:after, .ln2-tooltip-shadow:before {
	content: " ";
	position: absolute;
	left: 50%;
	height: 0;
	width: 0;
	border: solid transparent;
	pointer-events: none;
}
.ln2-tooltip-set-top .ln2-tooltip:after, .ln2-tooltip-set-top .ln2-tooltip:before, .ln2-tooltip-set-top .ln2-tooltip-shadow:after, .ln2-tooltip-set-top .ln2-tooltip-shadow:before {
	bottom: 100%;
}
.ln2-tooltip-set-bottom .ln2-tooltip:after, .ln2-tooltip-set-bottom .ln2-tooltip:before, .ln2-tooltip-set-bottom .ln2-tooltip-shadow:after, .ln2-tooltip-set-bottom .ln2-tooltip-shadow:before {
	top: 100%;
}
.ln2-tooltip-set-left .ln2-tooltip:after, .ln2-tooltip-set-left .ln2-tooltip:before, .ln2-tooltip-set-left .ln2-tooltip-shadow:after, .ln2-tooltip-set-left .ln2-tooltip-shadow:before {
	left: 10%;
}
.ln2-tooltip-set-right .ln2-tooltip:after, .ln2-tooltip-set-right .ln2-tooltip:before, .ln2-tooltip-set-right .ln2-tooltip-shadow:after, .ln2-tooltip-set-right .ln2-tooltip-shadow:before {
	left: 90%;
}
.ln2-tooltip:after, .ln2-tooltip-shadow:after {
	margin-left: -8px;
	border-color: transparent;
	border-width: 8px;
}
.ln2-tooltip:before, .ln2-tooltip-shadow:before {
	margin-left: -9px;
	border-color: transparent;
	border-width: 9px;
}
.ln2-tooltip-set-top .ln2-tooltip:after {
	border-bottom-color: #f5f5f5;
}
.ln2-tooltip-set-top .ln2-tooltip:before {
	border-bottom-color: #e3e3e3;
}
.ln2-tooltip-set-bottom .ln2-tooltip:after {
	border-top-color: #f5f5f5;
}
.ln2-tooltip-set-bottom .ln2-tooltip:before {
	border-top-color: #e3e3e3;
}
.ln2-tooltip-shadow {
	position: absolute;
	top: 4px;
	left: 2px;
	color: rgba(0,0,0,.2);
	border: 0 none;
	background: rgba(0,0,0,.2);
	z-index: 1;
}
.ln2-tooltip-set-top .ln2-tooltip-shadow:after {
	border-bottom-color: rgba(0,0,0,.2);
}
.ln2-tooltip-set-top .ln2-tooltip-shadow:before {
	border-bottom-color: rgba(0,0,0,.2);
}
.ln2-tooltip-set-bottom .ln2-tooltip-shadow:after {
	border-top-color: transparent;
}
.ln2-tooltip-set-bottom .ln2-tooltip-shadow:before {
	border-top-color: rgba(0,0,0,.2);
}

/* HELPERS
-------------------------*/
.ln2-area-main table:not(.ln2-table-division), .ln2-area-main:not(.ln2-col-full) img:not(.ln2-fullwidth-img), .ln2-area-main .ln2-list {
	max-width: 585px;
}
.ln2-col-left > * {
	max-width: 364px;
}
.ln2-col-left-container table:not(.ln2-col-left-container) {
	max-width: 314px;
}
.ln2-col-left .ln2-area-header {
	max-width: 314px;
}
.ln2-area-main.ln2-col-full table:not(.ln2-table-division), .ln2-area-main.ln2-col-full img:not(.ln2-fullwidth-img), .ln2-area-main.ln2-col-full .ln2-list, .ln2-area-main.ln2-col-full .ln2-data-table, .ln2-area-strata-full .ln2-block-header {
	max-width: 924px;
}
.ln2-col-full .ln2-block-header {
    width: 924px;
}
.ln2-fullwidth-img {
	width: 632px;
	margin: 0;
}
/*.ln2-area-main > table:not(.ln2-table-division), .ln2-area-main > img, .ln2-area-main > .ln2-list {
	width: 585px;
}*/
.ln2-table-division, .ln2-col-left .ln2-block-color {
	width: auto;
}
.ln2-area-main .ln2-inline-block {
	margin-top: 0;
	margin-bottom: 0;
}
.ln2-area-main > *:not(.ln2-area-header):not(.ln2-block-text-expo):not(.ln2-complex-sectionsub):not(.ln2-block-header-02):not(.ln2-fullwidth-img):not(.ln2-tab-container):not(hr):not(.ln2-complex-highlight) {
	margin-left: 25px;
	margin-right: 25px;
}
.ln2-area-strata:not(.ln2-multiobject) .ln2-area-main > :last-child {
	margin-bottom: 25px;
}
.ln2-uppercase {
	text-transform: uppercase;
}
table svg, table img {
	vertical-align: top;
}
.ln2-cursorauto {
	cursor: auto;
}
.ln2-cursorauto:hover {
	background-color: transparent!important;
}
hr {
	border: 0 none;
    border-top: 1px solid #dadada;
    height: 1;
    margin: 25px 0;
}
.ln2-inline-block {
	display: inline-block;
}
.ln2-nobottom {
    margin-bottom: 0!important;
}
.ln2-mb {
    margin-bottom: 1em;
}
.ln2-mbs {
    margin-bottom: .5em;
}
label.ln2-mbs {
    display: block;
}
.ln2-img-afull {
	margin: 0;
	width: 100%;
}
.ln2-align-center {
	text-align: center;
}
/* Nuevo Modal Milibro */
div.m-modals {
	background-color:  rgba( 0, 0, 0, 0.8 ) ;
	bottom: 0px ;
	left: 0px ;
	position: fixed ;
	right: 0px ;
	top: 0px ;
	z-index: 300;
}

div.m-modals.ng-hide {
	background-color: rgba( 0, 0, 0, 0 );
}

div.m-modals.ng-hide-add.ng-hide-add-active,
div.m-modals.ng-hide-remove.ng-hide-remove-active {
	transition: 250ms ease all ;
}

div.m-modals > .basic-modal {

	background-color: #f7f6f2;
	border-radius: 3px 3px 3px 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	position: fixed;
	left: 50%;
	top: 30%;
	width: 400px;
	margin-left: -200px;
	min-height: 150px;
}

div.m-modals.ng-hide > .basic-modal.ng-enter {
	top: -200px ;
	transition: 250ms ease top ;
}

div.m-modals.ng-hide > .basic-modal.ng-enter.ng-enter-active {
	top: 200px;
}

a.jump {
	color: #999999 ;
}

div.m-modals .btn-modal{
    color:white;
    bottom:0;
    position:absolute;
    height: 50px;
    width:50%;
    border: 0px;
}

div.m-modals .btn-modal-left{
    float:left;
    left:0;
}

div.m-modals .btn-modal-right{
    float:right;
    right:0;
}
.ln2-overline::before {
    position: relative;
    display: block;
    content: "";
    border-top: 1px solid #000;
    width: 100%;
    top: 3px;
}
.ln2-overline {
    position: relative;
    display: inline-block;
}

/*Formulas*/
.ln2-text-triangle {
    display: inline-block;
}
.ln2-text-triangle:before {
    content: "";
    position: relative;
    top: 5px;
    display: block;
    width: 100%;
    height: 0.5em;
    background-image: url('img/ln2-text-triangle.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

/*Listas*/
ol.ln2-list-line > li:before {
    content: "-";
    padding-right: 5px;
}
ol.ln2-list-line li {
    list-style-type: none;
}


/*RECURSO SOBRE IMAGEN*/
div.image-ico{
    position: relative;
}
div.image-ico svg{
    width: 42px;
    height: 44px;
    position: absolute;
    bottom: 0;
    left: 0;
    fill: #fff;
    padding: 8px 10px;
}


/*SLIDER IMAGENES*/
.ln2-block-header-02 p{
  margin: 0.5rem 0 !important;
}

.ln2-rangeslider-content {
  width: 974px;
  margin-left: 25px;
  min-height:  468px;
  z-index: 0;
  position: relative;
  /*margin-bottom: 50px;*/
}
.enunciado{
  padding: 1.2rem 1.5rem 0.8rem;
}
.main-slider{
  margin: 0;
  min-height: 468px;
}
.img_slider img {
  width: 974px;
  height: 468px;
  display: block;
}

.img_slider {
  position: absolute;
  width: 100%;
  height: 468px;
  overflow: hidden;
  display: block;
}

.img_slider_container{
  position: absolute;
  width: 974px;
  height: 468px;
}


/* barra Slider */
.content_slider{
  padding: 1.5rem 2rem 3.5rem;
  position: relative;
  z-index: 500;
  top: 350px;
}
.slider-container {
  clear: left;
  height: 46px;
  margin-right: 20px;
  position: relative;
  bottom: 25px;
}
.slider-bar,
.slider-bar-stub,
.slider-bar-highlight{
  height: 1px;
  background: #B3B3B3;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 9px;
}
.slider-bar-stub {
  width: 20px;
  left: 100%;
}

.slider-handle {
  width: 33px;
  height: 32px;
  background-image: url(img/hotspot_backcolor.png) !important;
  background-position: center !important;
  position: absolute;
  top: -7px;
  border-radius: 50%;
  cursor: pointer;
}

.slider label {
  position: absolute;
  min-width: 50px;
  margin-top: 30px;
  text-align: center;
}
.slider label span{
  display: block;
}
.slider label .titulo{
  color: #B3B3B3;
  font-size: 0.9rem;
}
.slider label .texto{
  font-size: 0.8rem;
}
.slider span.titulo:before {
  white-space:pre;
  content: counter(span, disc)'\A';;
}
.slider .active span.titulo:before {
  content: '\A';;
}
.label_content{
	position: absolute;
    width: 100%;
    left: -8px;
}

/* PASO A PASO */
.boxsizing{box-sizing: border-box;}
.left{float: left !important;}
.right{float: right !important;}

nav.line-menu li.step-li-menu{
    cursor: pointer;
}

div.content-scroll{
    /*height: 510px;*/
    height: 475px;
}
div.content-scroll section.ln2-photo-gallery{
    height: 100%;
    /*overflow: auto;*/
    /*padding: 1rem 2rem 1rem;*/
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    background-color: #E6E6E6;
    margin-left: 0px !important;
}
div.content-scroll section.ln2-photo-gallery img{
    display: block;
    max-height: 350px;
    /*margin-bottom: 1.5rem;*/
    width: 100%;

}
div.content-scroll section.ln2-photo-gallery video{
    display: block;
    max-height: 350px;
    /*margin-bottom: 1.5rem;*/
    width: 100%;
}
div.content-scroll section.ln2-photo-gallery div{
	padding:1.5em;
    /*margin-bottom: 1.5rem;*/
    overflow-x:hidden;
    overflow-y:auto;
    height:75px;
    background-color:white;
}
div.content-scroll section.ln2-photo-gallery div.bottom{
	border-bottom: 1px solid #828282;
}
div.content-scroll section.ln2-photo-gallery div.top{
	border-top: 1px solid #828282;
}
/*
div.content-scroll section.section-left video{
    width: 340px;
    margin: 60px 0 0 -32px;
    max-width: none;
}
*/
div.content-scroll section.ln2-photo-col-right video{
    width: 100%;
    margin-top: 30px;
}

/*Titulo seccion*/
article h2.ln2-block-header-02 {
    font-size: 1rem;
}

/*Menu navegacion*/
nav.line-menu{
    display: block;
    width: auto;
    font: 0.9rem Georgia, serif;
    height: auto;
}
ul.line-tabs{
    list-style: none;
    display: block;
    width: auto;
    height: auto;
    background-color: white;
    overflow: auto;
    border-bottom: 1px solid #E6E6E6;
}
ul.line-tabs li{
    float: left;
    width: 15%;
    box-sizing: border-box;
}
ul.line-tabs li.flecha-nav{
    border-left: 1px solid #E6E6E6;
    width: 5%;
    display: none;
}
/*cuando visualizamos las flechas*/
ul.flechas-nav li.flecha-nav{
    display: block;
}
ul.line-tabs li+li, ul.line-tabs li.left{
    border-right: 1px solid #E6E6E6;
}
ul.line-tabs a{
    display: block;
    padding: 0.8rem;
    color: #808080;
    text-decoration: none;
    pointer-events: none;
    text-align: center;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
ul.line-tabs a.active{
    color: #000;
    background-color: #EFEFEF;
    pointer-events: none;
    font-weight: bold;
}

/*Contenido*/

section.section-right{
    width: 633px;
    border-left: 1px solid #828282;
    position: relative;
    float: left;
    height: 475px;
}
section.section-right.text{
	padding: 1.5em;
    overflow: auto;
    background-color: white;
}
section.section-right.obj{
	padding:0px;
	overflow: hidden;
	background-color: #EFEFEF;
}
section.section-left.text{
	background-color: white;
	padding:1.5em;
	overflow: auto;
}
section.section-left.obj{
	background-color: #E6E6E6;
	padding:0px;
	overflow: hidden;
}

section.section-left.obj img, section.section-left.obj video{
	max-width: 340px;
}

section.section-right.obj img, section.section-right.obj video{
	max-width: 633px;
}

section.section-left{
    padding: 1.5rem;
    /*background-color: white;*/
    width: 340px;
    float: left;
    height: 475px;
    overflow-y: auto;
    /*border-right: 1px solid #E6E6E6;*/
}
section.section-left header{
    font-weight: bold;
    margin-bottom: 1rem;
}

section.section-full{
	width: 100%;
    position: relative;
    float: left;
    height: 475px;
}

section.section-full .content{
	width: 100%;
    max-width: 974px;
    max-height: 475px;
}
section.section-full .content.text{
	padding: 1.5em;
	background:white;
	overflow-x:hidden;
	overflow-y:auto;
	max-width: 925px;
	height: 425px;
}
/*Estilos nuevos en Multiobjeto*/
.ln-mo-1colum-width{
	width: 925px;
}
table.ln2-area-strata.ln2-multiobject.ln-mo-1colum-main {
	width: 975px !important;
    margin-left:22px;
}

.ln-mo-1colum-size{
	width:975px;
	height: 525px;
}

.ln-mo-1colum-size.ln-mo-1colum-noscroll{
	overflow-y:hidden;
	overflow-x:hidden;
}
/*TOSTART*/
.ln2-tostart-button{
	left: 467px;
}

.ln2-tostart-video{
	min-height: 100%;
	min-width: 100%;
	/*Si lo dejo se queda dentro*/
	position: fixed !important;
	width: auto;
	height: auto !important;
}

/*EDITOR DE LOS RECURSOS TEXTOS*/
.ln2-tab-edit-resource{
	margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 275px;
    color: snow;
    font-size: 2em;
    font-weight: bold;
}

/*OBJETO 3D*/
.ln2-obj3d-container{
	width: 975px !important;
	margin-left:22px;
}

.ln2-obj3d-container .ln2-obj3d-colum{
	width: inherit;
	height: 525px;
	display: table-cell;
	vertical-align: top;
}

.ln2-obj3d-container .ln2-obj3d-iframe{
	margin:0px;
	width:100%;
	border:none;
	height:inherit;
}

/* REJILLA RECURSOS */

/* Botones Presentación Rejilla */
.icos-rejilla{
    display: table-cell;
    vertical-align: middle;
    width: 115px;
}
.icos-rejilla .icon{
    display: inline-block;
    width: 44px;
    height: 44px;
    margin-right: 3px;
    background-color: #ECECEC;
    color: #b1b1b1;
    position: relative;
    cursor: pointer;
}
.icos-rejilla .icon span{
    position: absolute;
}
span.ICONO_grid-ico {
    font-size: 21px;
    top: 10px;
    left: 12px;
}
span.ICONO_listado-ico{
    font-size: 1.5rem;
    top: 9px;
    left: 9px;
}
.icos-rejilla .bgPrimaryDark span{
    color: white;
}


/* Etiquetas Estado */
span.estado {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin: -32px 0 8px 162px;
}
span.estado::after {
    display: block;
    width: 100%;
    padding-top: 4px;
    font-size: 0.7rem;
    color: black;
    text-align: center;
    font-weight: bold;
}
span.borrador{background-color: #CFCEC9;}
span.borrador::after {content: "D";}
span.revision{background-color: #F0FCA5;}
span.revision::after {content: "R";}
span.publicada{background-color:  #5FFB8F;}
span.publicada::after {content: "P";}
span.finalizada{background-color: #00D052;}
span.finalizada::after {content: "F";}
span.lectura{background-color: #FFA637;}
span.lectura::after {content: "L";}
span.correccion{background-color: #FCF34C;}
span.correcion::after {content: "C";}
span.importacion{background-color: #FF5E1F;}
span.importacion::after {content: "RI";}
span.desarrollo{background-color: #CFCEC9;}
span.desarrollo::after {content: "D";}
span.fin-lectura{background-color: #F0FCA5;}
span.fin-lectura::after {content: "FL";}

.recurso-item h3{
    line-height: 1.2rem;
}
h4.id{
    font-size: 0.8rem;
    text-transform: uppercase;
}
article div.recurso-item{
    margin-bottom: 30px !important;
}


/*Maquetación Listado*/
article.listado{
    /*! border: 1px dotted red; */
}
.listado .recurso-item:first-child{
    border-top: 1px solid #d9d9d9;
}
.listado .recurso-item{
    position: relative;
    width: auto;
    border-bottom: 1px solid #d9d9d9;
    float: none;
    height: auto;
    padding: 0.7rem 0;
    margin: 0 0 0 54px !important;
}
.listado .recurso-item-frame{
    position: absolute;
    left: -46px;
    width: auto;

    border: none;
    height: auto;
    line-height: normal;
    /*! top: 0; */
    font-size: 32px;
    top: 2px;
}
.listado .estado{
    position: absolute;
    right: 0;
    top: 80%;
}
.listado .recurso-item h3, .listado .recurso-item h4{
    width: 95%;
}

.listado .resource-imagen a{
    position: absolute;
    left: -46px;
    width: auto;
    border: none;
    height: 120px;
    line-height: normal;
    font-size: 32px;
    float: left;
    top: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.listado .resource-imagen h3{
    height: 115px;
    margin-left: 160px;
}
