
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
	font-family: 'Corbel';
	color: #000000;
	font-size: 20px;
	overflow: hidden !important;
	height: 100%;
	min-height: 100%;
}

b {
	font-family: 'Corbel';
	color: #70417C;
}

strong {
	font-family: 'Corbel';
	color: #70417C;
}

.sco-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.86);
	color: #545454;
	text-align: center;
	font-size: calc(25vh);
	line-height: calc(100vh);
	z-index: 999;
}

#loadingtxt {
	position: absolute;
	top: calc(768px - 50%);
	text-align: center;
	color: #545454;
	font-size: 16px;
	width: 100%;
	display: block;
	z-index: 4;
	line-height: 1.1em
}

.sco_container {
	position: relative;
	width: 1366px;
	height: 768px;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	/*background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../img/site/fondo_principal.svg');*/
}
.tema_cuadro{
	position: absolute;
	top: 100px;
	left: 0;
	width: auto;
	background-color: #F27A73;
	box-shadow: 5px 5px 5px rgba(35, 31, 32, .45);
	padding: 5px;
	color: #fff;
	text-align: center;
	z-index: 10;
	padding-left: 2em;
    padding-right: 1em;
}
.header { position: relative; width: 100%; height: 100px; background-image: url(../img/site/head.svg); background-repeat: no-repeat; z-index: 5;     background-size: 100% auto;}
.footer { background-color: #A7A9AB; width: 100%; height: 47px; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; background-position: center; }
.___instruccion { position: absolute; left: 0; top: 0; font-size: 17px; background: #F0693D; color: #fff; padding: 14px 10px 0; height: 100%; }

.___instruccion b{ color: #FFF;  }
.logo__ { position: absolute;right: 10px; top: 0; padding-top: 6px; }
.navbar {
	position: absolute;
    height: 41px !important;
    width: 169px;
    z-index: 80;
    bottom: 6;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.nav-btn {
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 1em;
	margin-right: 1em;
	cursor: pointer;
}

/*.nav-btn:first-child {
	margin-left: 2.5em;
}*/

.nav-btn-disbled {
	opacity: .5;
	cursor: normal;
}

.sco-sco {
	position: absolute;
	width: 100%;
	height: calc(768px - 0px);
	left: 0;
	top: 0;
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	overflow: hidden
}

.img-responsive {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.menu-warpper {
	position: absolute;
	width: 100%;
	z-index: 888;
	left: -100%;
	top: 0;
	height: 100%;
	opacity: 0;
	background-color: rgba(240, 105, 61,0.86);
	display: block;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.menu-warpper-show {
	left: 0;
	opacity: 1;
}

.__close_menu_btn {
	position: absolute;
	right: 51%;
	display: block;
	cursor: pointer;
	z-index: 5;
	background-color: #f0f0f0;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.mainmenulist {
	position: relative;
	width: 50%;
	background-color: #3fc3ee;
	padding: 1em;
	height: 768px;
}

.__pagina {
	width: 100%;
	height: 602px;
	display: block;
	position: absolute;
	left: 0;
	top: 90px;
}

/* === */
.mainmenuwarpper {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0);

  height: calc(768px - 0px);
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mainmenuwarppershow {
  left: 0;
}
.mainmenulist {
  width: 50%;
  position: relative;
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  background-color: #FFF;
 background-color: rgba(240, 105, 61,0.86);
  color: #FFF;
}

.__closebtn {
    position: absolute;
    left: 46%;
    top: 0em;
    width: 50px;
    height: 50px;
    font-size: 2em;
    cursor: pointer;
    color: #FFF;
}

.mainmenu,
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1em;
}

.mainmenu a {
  display: block;
  background-color: #CCC;
  background-color: rgba(232, 76, 61, 0);
  text-decoration: none;
  padding: 10px;
  color: #FFF;
  cursor: pointer;
}

.mainmenu a:hover {
  background-color: #C5C5C5;
}

.mainmenu li:hover .submenu {
  display: block;
  max-height: 1200px;
  cursor: pointer;
}
.submenu a {
  background-color: rgba(0,0,0,.4);
  cursor: pointer;
}

.submenu a:hover {
  background-color: #666;
  background-color: #ff7a7d;
}

.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.__nombremodulo {
  padding-left: 1em;
}

.menuitem a::after {
  content: '\f005';
  position: relative;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FFF;
  float: right;
  padding-right: 1em;
}

.menuitem.complete a::after {
  content: '\f005';
  position: relative;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #FFD700;
  float: right;
  padding-right: 1em;
}
.logo {
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 5px;
	width: 629px;
    color: #fff;
    font-size: 22px;
    padding-top: 3px;
    text-transform: uppercase;
}

.__nav_header{
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	height: 52px;
	width: 180px;
}

.head-nav{
	/* position: relative;
    display: inline-block;
    float: left;
    margin-left: 1.1em;
    margin-top: 0.1em;
    z-index: 1;
    cursor: pointer; */

    position: relative;
    display: block;
    float: right;
    z-index: 1;
    cursor: pointer;
    margin-top: .1em;
    margin-right: .5em;
}


.__reloadbtn{margin-left: 1em;}

.tema_cuadro{
	position: absolute;
	top: 100px;
	left: 0;
	width:250px;
	background-color: #0095CE;
	padding: 5px;
	color: #fff;
	text-align: center;
	z-index: 5;
}

.tema_cuadro p{margin-top: 0;margin-bottom: 0;}

/*====== grid =====*/
.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.row { margin-right: -15px; margin-left: -15px; }
.container, .row:before, .row:after, .container-fluid:before, .container-fluid:after { display: table; content: " "; }
.row:after { clear: both; }
.show-grid [class^="col-"] { padding-top: 10px; padding-bottom: 10px; }
.col-1, .col-2, .col-3, .col-4, .col-75 { float: left; }
.col-1 { width: 100%; }
.col-2 { width: 50%; }
.col-3 { width: 33.33333333%; }
.col-4 { width: 25%; }
.col-75 { width: 75%; }
.img-center { display: block; margin: auto; }

/*=== PULSE ===*/
.pulse {
  animation-name: pulse_animation;
  animation-duration: 1000ms;
  transform-origin:70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.1); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.08); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}
@-moz-keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.1); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.08); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}
@-o-keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.1); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.08); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}
@keyframes pulse_animation {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.1); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.08); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}

.menuitem.visitado a::after{
	color: #ffd65e;
}

ul.list__{
	list-style-image: url('../img/site/bullet.png');
}
.salir-btn {
  text-align: center;
  color: #FFF;
  width: 130px;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  cursor: pointer;
  position: relative;
  margin: 0 auto;
  margin-top: .5em;
  margin-bottom: .5em;
  display: block;
  float: right;
  background: rgb(169, 3, 41);
  background: -moz-linear-gradient(left, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
  background: linear-gradient(to right, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=1);
  color: #FFF;
}
h2.title{color:#808080;margin-bottom:0;font-size:20px;}
p.subtitle{ margin-top:3px;color:#70417C; font-weight: 500; }
.container-fluid div.txt{
  position:relative;padding-left:17px;
}
.container-fluid div.txt::before{
  content:"";width:6px;height:100%;position:absolute;background:#70417C;top:0;left:0;
}