﻿/*
 LIM 5.6.4
 Libro Interactivo Multimeda
 Fran Macias , http://educalim.org
 CC 3.0  BY 
*/

/*ASPECTO LIM */

@font-face {
  font-family: 'limfonte';
  src:
    local('Verdana');


}

.cladx-im {
	width: auto;
	height: auto;
	max-height: 99%;
	max-width: 99%;
}

.clpaxina {
	overflow: hidden;
}

.clpan {
	position: relative;
	height: 100%;
	width: 99%;
	min-height: 540px;
	min-width: 820px;
	margin: 0px auto;
	padding: 10px;
	overflow: auto;
}

.cllimtab {
	margin-top: -10px;
	height: 26px;
	margin-bottom: 6px;
	top: 0px;
}

.cllimtab li {
	display: inline;
}

.cllimtab li a {
	display: block;
	float: left;
	width: 26px;
	height: 20px;
	margin-left: 2px;
	font-family: Arial;
	color: #000000;
	font-size: 16px;
	border: 2px solid #cccccc;
	text-align: center;
	text-decoration: none;
}

.clflotmenu {
	position: absolute;
	top: 80px;
	left: -50px;
	list-style-type: none;
	font: 14px Helvetica, Verdana, Arial, sans-serif;
	line-height: 165%;
	width: 200px;
	display: block;
	z-index: 5988;
	border: 2px solid #cccccc;
	background-color: #FBFBEF;
	padding-top: 20px;
}

.clflotmenu ul {
	list-style-type: none;
	padding: 0px;
	padding-right: 5px;
}

.clflotmenu li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}

.clflotmenu li a {
	display: block;
	text-decoration: none;
	color: #111111;
	padding: 5px 0 0 5px;
}

.clflotmenu li a:hover {
	background-color: #ccccff;
}

.clmenulateral {
	float: left;
	margin-right: 5px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 14px Helvetica, Verdana, Arial, sans-serif;
	line-height: 165%;
	width: 200px;
	display: block;
}

.clmenulateral ul {
	list-style-type: none;
	padding: 0px;
	padding-right: 5px;
}

.clmenulateral li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.clmenulateral li a {
	display: block;
	text-decoration: none;
	color: #444444;
	padding: 5px 0 0 5px;
}

.clmenulateral li a:hover {
	background-color: #ccccff;
}

.selected {}

.cltitulo {
	float: left;
	width: 710px;
	height: 32px;
	top: 2px;
	margin-left: 40px;
	font-family: Arial;
	color: #000000;
	font-size: 30px;
}

.clsuperior {
	position: relative;
	width: 40px;
	height: 32px;
	top: 2px;
	left: 5px;
}

.clmenu {
	float: left;
	width: 35px;
	height: 22px;
	top: 0px;
	margin-left: 10px;
	margin-top: 4px;
	border: solid #555555 2px;
	background-color: #cccccc;
	clear: both;
}

.clcontmenu {
	position: relative;
	padding-top: 11px;
	width: 100%;
	height: 28px;
	left: 0px;
	overflow: hidden;
	z-index: 4000;
	display: none;
	clear: both;
}

.clinferior {
	float: left;
	width: 100%;
	height: 26px;
	display: none;
}

.clmensaxe {
	position: fixed;
	margin-top: 100px;
	width: 600px;
	min-height: 80px;
	box-shadow: 4px 4px 10px #222222;
	background-color: #98FB98;
	border-radius: 20px;
	text-align: center;
	font: bold 26px Arial;
	left: 50%;
	margin-left: -300px;
	padding: 10px;
	z-index: 6001;
	display: none;
	border-width: 9px;
	border-style: solid;
	border-color: #cccccc;
	text-decoration: none;
	color: #222222;
}

.oculta {
	display: none;
	opacity: 0;
	transform: scale(0.01);
	-webkit-transform: scale(0.01);
}

.visible {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: transform 0.4s ease-in-out;
	-webkit-transition: transform 0.4s ease-in-out;
}

.clfmodal {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 6000;
	opacity: 0.1;
	display: none;
}

.clsone {
	position: absolute;
	width: 170px;
	height: 22px;
	top: 2px;
	left: 0px;
}

.repson {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: url(p.png);
	background-repeat: no-repeat;
	background-position: center;
}

.clnumpax {
	float: right;
	width: 50px;
	height: 18px;
	margin-left: 2px;
	margin-top: 5px;
	margin-right: 20px;
	text-align: center;
	font: bold 20px Arial, serif;
	padding: 2px;
	border: solid #cccccc 2px;
	line-height: 1;
}

.clnave {
	float: right;
	width: 80px;
	height: 22px;
	text-align: center;
	background-color: #ff0;
	margin-left: 2px;
	margin-top: 5px;
	margin-right: 20px;
	cursor: pointer;
	border: 2px solid #938e6b;
	border-radius: 3px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	background-color: #a9a588;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a9a588, endColorstr=#8e865b);
}

.avanza {
	background-image: url(a.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	left: 300px;
}

.atras {
	background-image: url(r.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	left: 170px;
}

.clcir {
	position: absolute;
	border: 2px solid #EFFBF2;
	width: 50px;
	height: 50px;
	color: #000000;
	background-color: #FF8C00;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}

.clavz {
	right: -54px;
	top: 300px;
	z-index: 5982;
}

.clavz:before {
	font: 74px Arial, serif;
	content: "»";
	line-height: .5em;
	display: inline-block;
}

.clats {
	top: 300px;
	left: -54px;
	z-index: 5983;
}

.clats:before {
	font: 74px Arial, serif;
	content: "«";
	line-height: .5em;
	display: inline-block;
}

.clpax {
	float: right;
	margin-top: 2px;
	margin-right: 60px;
	font: bold 24px Arial, serif;
	border: 2px solid #938e6b;
	background-color: #FF8C00;
	width: 40px;
	height: 30px;
	text-align: center;
	z-index: 5981;
	padding-top: 2px;
}





.lim a[title]:hover:after {
	content: attr(title);
	padding: 4px 8px;
	color: #333;
	position: fixed;
	right: 100px;
	top: 5px;
	white-space: nowrap;
	z-index: 20000;
	border-radius: 5px;
	box-shadow: 0px 0px 4px #222;
	font: 14px Arial, serif;
}

.clnaves {
	float: left;
	width: 60px;
	height: 25px;
	text-align: center;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	border-color: #cccccc;
	cursor: pointer;
}

.clnaves :hover {
	background-color: #01DFD7;
}

.xson {}

.clvmenu {
	background-image: url(lm.png);
	background-repeat: no-repeat;
	background-position: center;
}

.clvmenu:hover {
	background-color: #01DFD7;
}

.clvtodo {
	background-image: url(mt.png);
	background-repeat: no-repeat;
	background-position: center;
}

.clvmnum {
	background-image: url(sp.png);
	background-repeat: no-repeat;
	background-position: center;
}

.clvif {
	background-image: url(li.png);
	background-repeat: no-repeat;
	background-position: center;
}

.clvsn {
	background-image: url(ls.png);
	background-repeat: no-repeat;
	background-position: center;
}

.clnpx {
	position: absolute;
	width: 42px;
	height: 24px;
	text-align: center;
	top: 2px;
	left: 256px;
	border: solid #111111 1px;
	font: bold 22px Arial, serif;
	background-color: #98FB98;
	border-radius: 6px;
}

.txop {
	position: absolute;
	width: 36px;
	height: 36px;
	text-align: center;
	font: bold 26px Arial, serif;
}

.txop.dest {
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
}

.tecla {
	position: absolute;
	width: 36px;
	height: 33px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	background-color: #98FB98;
	font: 26px Arial, serif;
	cursor: pointer;
	padding-top: 3px;
	box-shadow: 2px 2px 6px #999;
}

.tecla.teclam {
	cursor: move;
}

.etiqueta {
	position: absolute;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	background-color: #98FB98;
	z-index: 2000;
	font: bold 40px Arial, serif;
	padding-top: 8px;
	cursor: move;
}

.destino {
	position: absolute;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	background-color: #00F;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.etiquetacl {
	position: absolute;
	width: 220px;
	height: 40px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	background-color: #F3E2A9;
	font: 14px Arial, serif;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fix {}

.mov {
	background-color: #98FB98;
	cursor: move;
}

.dest {
	border-style: dashed;
	border-width: 2px;
	border-color: #00FF00;
}

.caixacl {
	position: absolute;
	width: 240px;
	height: 400px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	background-color: #0FF;
	font: bold 16px Arial, serif;
}

.caixaver {
	position: absolute;
	min-height: 40px;
	min-width: 200px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	background-color: #F1F8E0;
	padding-top: 10px;
	font: bold 20px Arial, serif;
	box-shadow: 4px 4px 8px #999;
}

.caixaver2 {
	position: absolute;
	min-height: 27px;
	width: 99%;
	text-align: center;
	background-color: #E6E6E6;
	font: bold 20px Arial, serif;
	box-shadow: 2px 1px 10px #999;
}

.etiquetauneimx {
	background-repeat: no-repeat;
	background-size: 90px auto;
	appearance: window;
}

.bandat {
	position: absolute;
	left: 0px;
	text-align: center;
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font: bold 14px Arial, serif;
	color: #000;
}

.clclose:hover {
	background: #00d9ff;
}

.clmodal {
	position: static;
	width: 400px;
	min-height: 80px;
	border-width: 3px;
	border-style: solid;
	border-color: #0174DF;
	background-color: #E0F8F7;
	text-align: center;
	font: bold 26px Arial;
	padding-left: 5px;
	left: 50%;
	margin-left: -200px;
	top: 300px;
	padding: 10px;
	z-index: 6001;
	box-shadow: 4px 4px 8px #999;
	cursor: pointer;
	border-radius: 10px;

}

.cltexto {
	position: absolute;
	overflow: auto;
	padding: 4px;
}

.clotexto {
	font: 22px Arial;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 10px;
	display: inline-block;
	cursor: pointer;
}

.clotexto.sel {
	background-color: #98FB98;
}

.clotexto.mov {
	position: absolute;
	background-color: #ADFF2F;
	height: 24px;
	padding-bottom: 2px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
}

.clotexto.lista {
	background-color: #ADFF2F;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.cllistad {
	position: absolute;
	border: 1px solid #999999;
	background: #FBFBEF;
	padding: 5px;
	font-size: 14px;
	line-height: 1;
	border-radius: 10px;
	height: 30px;
	-webkit-appearance: none;
	margin-top: -5px;
}

.entrada {
	background-color: #E0FFFF;
	border-width: 1px;
	border-style: solid;
}

.crece {
	padding: 2px;
}

.clmedida {
	position: absolute;
	background-color: #FFFFF0;
	border-width: 2px;
	border-style: solid;
	width: 650px;
	height: 200px;
}

.clmedidatxt {
	position: absolute;
	background-color: #FFFFF0;
	border-width: 1px;
	border-style: solid;
	font: bold 24px Arial;
	text-align: center;
	width: 300px;
	height: 28px;
}

.clmedidab {
	position: absolute;
	background-color: #FFFFF0;
	border-width: 1px;
	border-style: solid;
	font: bold 14px Arial;
	text-align: center;
	width: 140px;
	height: 18px;
}

.is-dragging {
	z-index: 7000;
	box-shadow: 4px 4px 5px #2F4F4F;
}

.clmas {
	position: absolute;
	display: inline-block;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 4px;
	border: solid #7f95a3 2px;
	text-decoration: none;
	cursor: pointer;
}

.clmini {
	background-color: white;
	width: 60px;
	height: 70px;
	padding: 2px;
	border: 2px solid rgb(65, 60, 60);
	margin: 2px;
	overflow: hidden;
	float: left;
}

.clpanelmenu {
	background-color: white;
	width: 150px;
	height: 400px;
	padding: 2px;
	border: 2px solid rgb(65, 60, 60);
	margin: 2px;
	overflow: auto;
	float: left;
}

.clpanelcanvas {
	float: left;
	background-color: white;
	width: 600px;
	height: 400px;
	padding: 2px;
	border: 2px solid rgb(65, 60, 60);
	margin: 2px;
}

.px_sombra {
	width: 96%;
	margin-bottom: 20px;
	box-shadow: 8px 8px 8px #cccccc;
	border: solid #cccccc 1px;
}

.hidden {
	display: none;
}

/*--------------------------*/
	
.pcldestino{
	
	border-color:blue;
background-color:#ff0000;	
}


.claxuda {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	margin-bottom: 2px;
	padding: 5px;
}

.visible {
	display: block;
	visibility: visible;
}

.invisible {
	visibility: hidden;
	display: none;
}

.claxd {
	position: absolute;
	width: 26px;
	height: 20px;
	top: 5px;
	right: 2px;
	text-align: center;
	background-color: #D8BFD8;
	border: 1px solid #666666;
	text-decoration: none;
	color: #000000;
	border-radius: 10px;
}

.claxd:before {
	font-size: 24px;
	content: "...";
	line-height: 20%;
}

.claxd:hover {
	box-shadow: 3px 3px 3px #cccccc;
}

.clim-adx {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	max-width: 100%;
	max-height: 100%;
}
.clim-tam {
	max-width: 100%;
	max-height: 100%;
	left:0px;
	margin-left:0px;
	margin:0px;
	padding:0px;
}

/* INFORME */

.clinf-c {
	float: left;
	width: 36px;
	height: 36px;
	font-size: 18px;
	text-align: center;
	line-height: 200%;
	box-shadow: 1px 1px 2px #999;
	background-color: #FFFFFF;
	border-radius: 30px;
	margin: 4px;
}

.clinf-tx {
	float: left;
	width: 660px;
	height: 400px;
	overflow: auto;
	margin-left: 20px;
}

.clinf-o {
	margin: 0px;
	padding: 0px;
	width: 98%;
	margin-bottom: 20px;
	overflow: auto;
}

.clinf-tb {
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #000000;
}

.clinf-tb table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.clinf-tb tr:hover td {}

.clinf-tb tr:nth-child(odd) {
	background-color: #e5e5e5;
}

.clinf-tb tr:nth-child(even) {
	background-color: #ffffff;
}

.clinf-tb td {
	vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: center;
	padding: 2px;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}

.clinf-tb tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.clinf-tb tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.clinf-tb tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.clinf-tb tr:first-child td {
	background-color: #cccccc;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
}

.clinf-tb tr:first-child:hover td {
	background-color: #cccccc;
}

.clinf-tb tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.clinf-tb tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}
.clinf-tbde {
	font-weight: 100;
}
.clinf-titulo {
	position: relative;
	margin-top: -15px;
	text-align: left;
	font-size: 20px;
}

.clinf-user {
	float: left;
	left: 0px;
	width: 90%;
	text-align: left;
	font-size: 16px;
	border: 0px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	padding: 5px;
	margin-bottom: 5px;
}

.clinf-aut {
	position: relative;
	text-align: left;
	font-size: 14px;
}

.clinf-nt {
	float: right;
	position: relative;
	text-align: left;
	font-size: 20px;
	clear: both;
	margin-top: 5px;
}

.clinf-close {
	position: absolute;
	top: -12px;
	right: -12px;
	background-color: #606061;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	width: 26px;
	height: 26px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 12px;
	box-shadow: 1px 1px 3px #000;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
	border-color: #cccccc;
	font-size: 30;
	font-family: Arial, Helvetica, sans-serif;
}

.clinf-b {
	background-color: #acff33;
}

.clinf-m {
	background-color: #e74c3c;
}

.clinf-n {
	background-color: #7dcea0;
}

.clinf-cn {
	float: left;
	display: inline-block;
	margin-left: 2px;
	height: 30px;
	width: 60px;
	border: 1px solid #cccccc;
	padding: 2px 5px 0px 5px;
	text-align: center;
}

.clinf-imprin {
	position: absolute;
	top: 70px;
	right: 50px;
	border: 2px solid #cccccc;
	background-color: #0fdaea;
	color: #333333;
	display: block;
	border-radius: 8px;
}


/* FIN INFORME */


/**/


/*Modal*/

.clmodal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 9994;
}

.clmodal-informe {
	position: absolute;
	top: -600px;
	right: 0;
	left: 0;
	width: 60%;
	height: 90%;
	margin: auto;
	background: #FFF;
	min-width: 400px;
	min-height: 80px;
	border-width: 3px;
	border-style: solid;
	border-color: #0174DF;
	background-color: #E0F8F7;
	text-align: center;
	font: bold 26px Arial;
	padding-left: 5px;
	padding: 10px;
	z-index: 9995;
	box-shadow: 4px 4px 8px #999;
	cursor: pointer;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}

.clmodal-informev {
	top: 10px;
}
@keyframes fadeIn {
  10% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

.clmodal-avalia {
	position: absolute;
	top: -600px;
	right: 0;
	left: 0;
	width: 80%;
	margin: auto;
	min-height: 80px;
	border-width: 4px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #FFFFFF;
	text-align: center;
	font: bold 26px 'limfonte';
	padding-left: 5px;
	padding: 10px;
	z-index: 9996;
	box-shadow: 10px 10px 8px #999;
	cursor: pointer;
	border-radius: 20px;
	transition: all 0.4s ease-in-out;
animation-name: uno;
}

.clmodal-avaliav {
	top: 30px;
	

}
.clmodal-avaliaf {
	top: -600px;
	transition: all 0.9s ease-in-out;
transition-delay: 3s;

}
.clmodal-wrapper {
	overflow: auto;
	height: 100%;
}

.clmodal-content {
	padding: 1em;
	color: #333333;
}

.clmodal-close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 40px;
	height: 40px;
	border: 3px solid red;
	border-radius: 50px;
	font: bold 26px Arial;
}


/*fin Modal*/



/*ASPECTO LIM */

 body{
margin: 0px;	 
 }
.pcllim {
min-height:440px;
margin:0px;
left:0px;
right:0px;
top:0px;
bottom:0px;
	margin: 0px;
	padding: 0;


}
.pcllim.fullscreen {
	z-index: 9990;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.pclfondo {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: -1;
	height:100%;
}
.pclbase {
	float: none;
	position: relative;
	bottom: 0;
	width: auto;
	overflow: visible;
	border: solid yellow 0px;
	background: transparent !important;
	border: 0px dotted #cccccc;
}
.pclcont {
	position: relative;
	border: dotted green 0px;
	bottom: 0px;
	overflow: visible;
}

.pclminbtn{
position:absolute;
top:1px;
right:80px;
width:50px;
height:30px;
z-index:100;	
}
.pclbot-min{
border-radius: 0.2em;
		color: #111111;
		cursor: pointer;
		font-size: 2em;
		font-weight: 600;
		margin-bottom: 4px;
		margin-left: 16px;
		line-height: 100%;
		text-decoration: none;
		width: 98%;
		height: 40px;
		text-align: center;
		border: 4px solid white;
		padding-bottom: 4px;
		box-shadow: 4px 4px 5px #cccccc;
		margin-right:-4px;
		background-color:#bbbbbb;		
}
@media screen and (min-width:700px) {
.pclcorpo {
	position: relative;
	overflow: auto;
	height: 99.6%;
	width: auto;
	border: dotted yellow 0px;
}
.pclbase-cm{
	margin-left:165px;
}
.pclbarra {
		width: 70px;
		height: 100%;
		float: right;
		padding: 0px;
		position: relative;
		opacity: 1;
		overflow: hidden;
		transition: width 0.5s, opacity 0.2s linear;	
background-color: transparent ;	


	}
	
	.pclbns {
		float: left;
		position: relative;
		margin-top: 20px;
		
	}
	
	.pclbot {
		border-radius: 0.3em 0 0 0.3em;
		color: #111111;
		cursor: pointer;
		font-size: 3.54em;
		font-weight: 900;
		margin-bottom: 4px;
		margin-left: 2px;
		line-height: 100%;
		text-decoration: none;
		width: 96%;
		min-width:70px;
		height: 70px;
		left:0px;
		top:0px;
		text-align: center;
		padding:2px;
		box-shadow: 4px 4px 5px #aaaaaa;
		margin-right:-1px;
		border:2px solid #999999;
		  -webkit-user-select: none;         
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none;
		
	}
	.pclnum {
		float: left;
		position: relative;
		color: #111111;
		cursor: pointer;
		font-family:Verdana;
		font-size: 1.8em;
		font-weight: 900;
		text-decoration: none;
		width: 60px;
		height: 34px;
		text-align: center;
		padding-bottom: 4px;
		margin-top: 20px;
		margin-left:14px;
		top: 0px;
		border-radius: 0.3em 0 0 0.3em;
		background: #eeeeee;
	}
	.nav {
		margin-bottom: 10px;
	}
	
	.pclbni {
		float: left;
		position: relative;
		margin-top: 14px;
		width: 98%;
		top: 0px;
	}
	.pclind {
	width: 160px;
	min-height: 80%;
	margin-top:1%;
	float: left;
	padding: 5px;
	display: none;
	opacity: 0;
	transition: display 0s, opacity 0.5s linear;
	border-right: solid #333333 2px;
	border-top: solid #333333 2px;
	border-bottom: solid #333333 2px;
	border-radius: 0 1em 1em 0;
	background-color: #d3ffdd;
	color:#222222;
	font-family:Verdana;
	box-shadow: 4px 4px 5px #cccccc;
	
}
.pclind a {
	text-decoration: none;
	color:#222222;
}
.pclind ul {
	list-style: none;
	padding-left: 0;
}
.pclind li {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5px;
	padding-top:6px;
	padding-bottom:6px;
}
.pclind.view {
	display: block;
	opacity: 1;
}
}
@media screen and (min-width:10px) and (max-width:700px) {

	.clavz {
		left: 460px;
		top: 560px;
		z-index: 5982;
	}
	.clats {
		left: 400px;
		top: 560px;
		z-index: 5983;
	}

.pclcorpo {
	position: relative;
	margin-bottom:60px;
    left: 0;
    right: 0;
	
}
.pclbarra {
		opacity: 1;
		overflow: hidden;
		transition: width 0.5s, opacity 0.2s linear;	
position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #abcdef;	
z-index: 5981;	
font-size: 0.8em;
	}
	.pclbni {
		position: absolute;
		right:50px;
		top: 6px;
		
		
	}
	.nav {
		margin-bottom: 1px;
	}
	.pclbns {
		float: left;
		position: relative;
		margin-top: 2px;
		padding:4px;
		
	}
	
	.pclbot {
		position:relative;
		border-radius: 0.1em;
		color: #111111;
		cursor: pointer;
		font-size: 2.5em;
		font-weight: 900;
		margin-bottom: 4px;
		margin-left: 16px;
		line-height: 100%;
		text-decoration: none;
		width: 70px;
		height: 40px;
		left:0px;
		top:0px;
		text-align: center;
		border: 1px solid white;
		padding:2px;
		box-shadow: 4px 4px 5px #cccccc;
			margin-right:-4px;
			  -webkit-user-select: none;         
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none;
	}
		.pclnum {
		
		position: absolute;
		color: #111111;
		cursor: pointer;
		font-size: 1.6em;
		font-weight: 900;
		text-decoration: none;
		width: 40px;
		height: 24px;
		text-align: center;
		padding-bottom: 2px;
		margin-top: 14px;
		right:8px;
		top: 0px;
		border-radius: 0.1em;
		background: #eeeeee;
	}
	.pclind {
	width: 97%;
	padding: 5px;
	display: none;
	opacity: 0;
	transition: display 0s, opacity 0.5s linear;
	border: solid #02dad0 2px;
	background: #d3ffdd;
	text-align:center;
	color:#222222;
	font-family:Verdana;
	font-weight: bold;
}
.pclind a {
	text-decoration: none;
	color:#222222;
}
.pclind ul {
	list-style: none;
	padding-left: 0;
}
.pclind li {
	border-bottom: 1px solid #cccccc;
	padding-top: 6px;
	padding-bottom:6px;
}
.pclind.view {
	display: block;
	opacity: 1;
}

}
.pclavance{
width:100%;
height:3px;
background: #444444;
}
.pclsuper {
	position: relative;
	padding: 2px 2px 2px 10px;
	font-family: Verdana;
	font-size: 24px;
	font-weight: bold;
	right: 0px;
	---border-bottom: 1px solid #dddddd;
}
.pclsub {
	background: #dddddd;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding:2px;
	---border-bottom: 1px solid #dddddd;
}
.pclsubtx {
	padding-right: 100px;
}
.pcllogo {
	vertical-align: middle;
	max-height: 100px;
	padding-right: 30px;
}


	.pclbotm {
		border-radius: 0.3em 0 0 0.3em;
		color: #111111;
		cursor: pointer;
		font-size: 3.2em;
		font-weight: 900;
		margin-bottom: 4px;
		margin-left: 16px;
		line-height: 100%;
		text-decoration: none;
		width: 90%;
		height: 70px;
		text-align: center;
		border: 4px solid white;
		padding-bottom: 4px;
		box-shadow: 4px 4px 5px #cccccc;
			margin-right:-4px;
			  -webkit-user-select: none;         
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none;
	}
	
	
	.pclbtbr {
		position: absolute;
		top: 4px;
		right: 4px;
		color: #111111;
		cursor: pointer;
		width: 40px;
		height: 10px;
		margin-bottom: 30px;
		z-index: 10;
		background: #003d99;
		border: solid grey 0px;
	}
	
	
	
	.pcltotal {
		position: absolute;
		color: #111111;
		cursor: pointer;
		font-size: 1.5em;
		text-decoration: none;
		bottom: 10px;
		right: 5px;
		margin-left: 4px;
		text-align: center;
		border: 4px solid white;
		padding-bottom: 4px;
	}
.pclminibarra {
	height: 58px;
	width: 97px;
	position: absolute;
	right: 0px;
	top: -8px;
	z-Index: 2000;
	background: #aaaaaa;
}
.pclbarra.noview {
	width: 0px;
	opacity: 0;
}


.pclHmenu {
	margin-left: 20px;
	top: 0px;
	list-style-type: none;
}
.pclHmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.pclHmenu li {
	float: left;
	background: #89cfe9;
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}
.pclHmenu li a {
	display: block;
	color: #333333;
	text-align: center;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
}
.pclHmenu li a:hover {
	background-color: #10fc86;
}
.cadro {
	width: 9000px;
	height: 100px;
	border: solid red 1px;
}

.pclbot:hover,
.pclbot:focus {
	background: #00FF00;
}




.pclactiv {
	position: relative;
	display: inline-block;
	overflow: visible;
	border: 0px dotted green;
	margin: auto !important;
	top:0px;
	bottom: 2px;
	width:99%;
	
}
.pclactiv *:focus {
	border-width: 2px;
	border-style: dashed;
	border-color: blue;
}

.pclactiv a:focus {
	border-width: 2px;
	border-style: dashed;
	border-color: blue;
}
.pclactivof {
	position: relative;
	display: block;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 1040px;
	padding: 10px;
	border-radius: 12px;
border: 0px dotted green;
min-width:400px;

}
.pclcabe {
	position: relative;
	top: 0px;
	left: 0;
	width: 98%;
	height: auto;
	text-align: center;
	font: bold 30px 'limfonte', serif;
	padding: 4px;
	border: solid red 0px;
	margin-bottom: 10px;
}
.pclpe {
	position: relative;
	display: inline-block;
	left: 0;
	width: 99%;
	clear: both;
	margin-top: 20px;
	overflow:visible;
border: solid red 0px;
}
.pclpebot {
	position: relative;
	display: inline-block;
	left: 0;
	width: 99%;
	---clear: both;
	overflow:visible;

}
.pclpetext {
	position: relative;
	text-align: center;
	font: 22px 'limfonte', serif;
	width: 98%;
	display:block;
	bottom: 5px;
	border-top: 2px solid rgba(255, 0, 0, .2);
	margin-top: 10px;
}
.pclbutton {
	border-radius: 12px;
	display: inline-block;
	background: #3498db;
	background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	background-image: -o-linear-gradient(top, #3498db, #2980b9);
	background-image: linear-gradient(to bottom, #3498db, #2980b9);
	font-family: Arial;
	color: #ffffff;
	font-size: 16px;
	padding: 4px;
	border: solid #7f95a3 2px;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0px 1px 3px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(255, 255, 255, 1);
	margin-left: 10px;
}
.pclplay {
	float: left;
	width: 80px;
	height: 34px;
	top: 0px;
	right: 80px;
	margin-right: 10px;
	text-align: center;
	background-color: #ff0;
	background-image: url(p.png);
	background-repeat: no-repeat;
	background-position: center;
	color: transparent;
	
}
.pclinfo {
	float: left;
	left: 10px;
	min-width: 60px;
	height: 28px;
	background-image: url(l.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 34px;
	text-decoration: none;
}
.pclcomproba {
	float: right;
	width: 100px;
	height: 40px;
	background-color: #ff0;
	margin-right: 10px;
	color: #FFF;
	background-color: #a9a588;
	top: 0px;
	right: 20px;
	background-image: url(c.png);
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
	font-size: 36px;
	line-height: 20px;
	text-align: center;
	color: #333333;
	font-weight: 900;
	z-Index: 4000;
}
.pclcol {
	float: left;
	display: inline-block;
	margin-left: 10px;
}
.pclimprin {
	margin: 10px;
	padding: 10px;
	width: 96%;
}
.pclben {
	position: absolute;
	top: 1px;
	width: 40px;
	height: 40px;
	background-color: #32CD32;
	border: 4px solid #fffffa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 4px 4px 6px #cccccc;
	font: bold 36px Arial, serif;
}
.pclben:after {
	content: '\2713';
}
.pcldata {
	display: none;
	visibility: hidden;
}
.data-limc {
	overflow: hidden;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
.nwmodal {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #ffffff;
	opacity: 0.3;
	z-Index: 5999;
}
.nwmensa {
	position: absolute;
	top: -600px;
	width: 70%;
	min-height: 100px;
	border: 1px solid #f00;
	background: #ffffcc;
	text-align: center;
	transition: all 0.4s ease-in-out;
	z-Index: 10000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15%;
	margin-right: auto;
	box-shadow: 6px 6px 20px #999999;
}
.nwalert {
	position: absolute;
	top: -200px;
	left: 2px;
	height: 50px;
	width: 500px;
	margin: 10px auto;
	background: #ffffff;
	text-align: center;
	transition: all 1s ease-in-out;
	overflow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	z-Index: 10001;
	border: 1px solid #f00;
}
.nwaxuda {
	position: absolute;
	left: -97%;
	top: 100px;
	height: 100px;
	width: 90%;
	border: 1px solid #f00;
	background: #ffff33;
	text-align: center;
	transition: all 0.5s ease-in-out;
	padding: 5px;
	box-shadow: 2px 2px 5px #cccccc;
}
.nwalertv {
	top: 0px;
}
.nwmensav {
	top: 10px;
}
.nwaxudav {
	transform: translateX(108%);
	 -webkit-transform: translateX(108%);
}
.nwinfo {
	position: absolute;
	left: -106%;
	top: 30px;
	height: 460px;
	width: 90%;
	border: 1px solid #f00;
	background-color: rgba(255, 255, 153, 0.9);
	text-align: center;
	transition: all 0.5s ease-in-out;
	padding: 5 5 5 10;
	box-shadow: 2px 2px 5px #cccccc;
	z-Index: 10002;
	font-size: 1.5em;
	overflow: auto;
	text-align: left;
}
.nwinfov {
	transform: translateX(108%);
	-webkit-transform: translateX(108%);
}
.pclpreload {
	position: fixed;
	top: 30%;
	left: 45%;
	height: 100px;
	width: 100px;
	background: #ffff00;
	text-align: center;
	overflow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	z-Index: 10002;
	border: 1px solid #f00;
	animation: roll 2s infinite;
	opacity: .7;
	font-size: 40px;
	border-radius: 20px;
}
.pclpreload:after {
	content: 'LIM';
}
@keyframes roll {
	0% {
		transform: rotate(0);
		-webkit-transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
		 -webkit-transform: rotate(360deg);
	}
}
.clcol1 {
	float: left;
}
.clcol2 {
	float: left;
}
/* ------------------------------- */



/*ESTILOS DE PÁGINA */
.pn_marco {
	margin-bottom: 20px;
	border: solid #555555 6px;
	box-shadow: 4px 4px 5px #cccccc;
	border-radius: 30px;
}
.pn_sombra {
	margin-bottom: 20px;
	box-shadow: 8px 8px 8px #cccccc;
	border: solid #cccccc 1px;
	padding: 1%;
}
.pn_marsombra {
	border: solid #cccccc 6px;
	box-shadow: 4px 4px 10px #333333;
	background-color: #ffffb3;
	border-radius: 20px;
	overflow: auto;
	margin-top: 6px;
}
