@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;600&display=swap');

* {
  margin: 0;
  padding: 0;
}
html, body { 
  font-family: 'Noto Sans', sans-serif;
  height: 100%;
  min-height: 100% ;
  color: #566573;      
}
body {
  background-image: url(../imagenes/mapa.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: white;
  text-align: center;
  color: #000;/* Fuente para el texto */
  font-family: 'Noto Sans', sans-serif;
}
.div_header{
  height: 25px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 0px 0px 10px;  
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.div_menu{
  height: 8%;
  position: relative;
  color: #566573;
  font-family: 'Noto Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding: 0px 0px 0px 2px; 
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background-color: rgba(255,255,255,0.96);
/*      border-bottom: 2px #c6322b solid;*/
  border-bottom: opacity 0.5 !important;
  -webkit-box-shadow: 0px 25px 25px -29px rgba(138,134,135,1);
  -moz-box-shadow: 0px 25px 25px -29px rgba(138,134,135,1);
  box-shadow: 0px 25px 25px -29px rgba(138,134,135,1);/* https://www.cssmatic.com/es/box-shadow */
  z-index:1; /*para que la sombra cubra el div_iframe */
}
.div_barra {
  display: flex;
  width: 100%;
  height: 60px;
}
.div_iframe{
  height: 86%;
  width: 100%;
  z-index:0;
}
iframe.principal{
  height: calc(100vh - 145px) !important;
  width: 100% !important;
  border-style: none;
}
.div_footer{
  height: 3%;
/*      background-color: #c6322b; */
  color: white;
  font-size: 14px;
  font-weight: 100;
  padding: 0px 0px 0px 10px;  
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position:absolute;
  bottom:0;
  width: 100%;
}
header { 
  width: 100% !important;
}
.icomenu{
  color: black;
  width: 16px;
  height: 10px;
  align-self: center !important;
}
.scmenu{
  margin-bottom: 15px;
}
.b_line:hover, .b_line:focus {
  background-size: 35px 2px;
}
.b_line {
  font-weight: 400;
  text-decoration: none;
  background-image: linear-gradient(#c6322b, #c6322b);
  background-position: 7% 85%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}
.no_b_line {
  font-weight: 400;
  text-decoration: none;
  background-position: 7% 85%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
}
.nav li a{
  background-color: ; /* ACA LE SAQUE EL COLOR PARA DARLE FONDO A LOS UL*/
  color: #566573;
  font-size: 13px;    
  text-decoration: none;
  padding: 0px 15px 5px 15px;/* arriba | derecha | abajo | izquierda */
  display: block;
}
.nav li ul li a{
  color: #566573;
  font-size: 13px;
  font-weight: 400;
  padding: 7px 15px 7px 15px;/* arriba | derecha | abajo | izquierda */
  width: 100%;
}
.div_buttons {
  margin-left: auto;

}
.div_align {
  display: grid;
  justify-content: right;
  padding-top: 3px; 
  padding-right: 3px; 
}
.button_menu {
  margin: 0px 0px 0px 10px; /*arriba | derecha | abajo | izquierda */
}
.title_co {
  color: #c6322b;
  margin: 0px 30px 0px 30px; /*arriba | derecha | abajo | izquierda */
  font-family: 'Noto Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.title_user {
  color: #c6322b;
  margin: 0px 0px 0px 10px; /*arriba | derecha | abajo | izquierda */
  font-family: 'Noto Sans', sans-serif;
  font-size: 10px;
  font-weight: 400;
}
ul,ol {
  list-style: none;
}
.borders:before {
  content : "";
  position: absolute;
  left    : 0%;
  bottom  : 0;
  height  : 1px;
  width   : 100%;
  border-bottom:1px solid #E5E5E5;
  text-align: left;
}
.borders:hover{
  background-color: #F5F0EF;
  text-align: left;
}
.noborders:hover{
  background-color: #F5F0EF;
  text-align: left;
}
.nav > li {
  float: left;
}
.nav > li.short {
  min-width: 120px;
}
.nav li ul {
  display:none;
  position: absolute;
  min-width: 250px;
}
.nav li:hover > ul {
  display: block;
}
.nav li ul li {
  position: relative;
  left: -30px;
  top: 0px;
}
.nav li ul li ul { /* segundo nivel de menu*/
  right: -250px;
  top: 0px;
}
.ul_back{
  background-color: white;
  /*box-shadow: 5px 5px #E5E5E5, -5px 0 0em olive;*/
  box-shadow: -1px 2px 2px 2px #E5E5E5;
  /*box-shadow: 3px 3px red, -3px 0 0.4em olive;*/
}
.div_bordered {
  border-right: 2px solid lightgray;
}
.div_part {
  float: left;
}
.btn-outline-del {
/*      color: #c6322b !important;*/
/*      border-color: #c6322b !important;*/
  font-size: 12px;
}
.btn-outline-del:hover {
/*      background-color: #c6322b !important;*/
  color: white !important; 
  font-size: 12px;
}
.btn-outline-del:focus, .btn-outline-del.focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 102, 0, 0.5); 
/*      background-color: #c6322b !important;*/
  color: white;
  font-size: 12px;
  outline: none !important;
  box-shadow: none !important;
}
.btn-outline-del:active, .btn-outline-del.active, .btn-outline-del.show, .btn-outline-del.show{
  background-color: #cc5200; /*#cc5200*/ 
  color: white !important;
  border-color: transparent !important;
  font-size: 12px;
}
.btn-outline-del:disabled, .btn-outline-del.disabled{
  color: grey;
  border-color: grey;
  background-color: transparent;
  font-size: 12px;
}

.titulo{
  font-size: 24px;
  font-family: 'Noto Sans', sans-serif;
}
/*    .login{
  float: left; 
  width: 800px; 
  height: 450px; 
  background: white; 
  border: 1px solid grey; 
  margin-top: 10%; 
  margin-left: 10%;
  border-radius: 10px;
}*/

.login{
  position: absolute;
  bottom: 100px;
  left: 50%;
  top: 60%;
  width: 400px; 
  height: 420px; 
/*      background: white; */
  border: 1px solid grey; 
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.4); /* Blanco 50% transparente */
}
.move{
  text-decoration: none; 
  color: #566573; 
  font-size: 14px; 
  font-weight: 400;
}
.move:hover{
  text-decoration: none; 
  color: #566573; 
  font-size: 14px; 
  font-weight: 400;
}
/*
.crucigrama{
  float: right; 
  width: 491px; 
  height: 459px; 
  margin-right: 3%; 
  margin-top: 2%;
}*/
.crucigrama{
  float: right; 
  width: 25%; 
  height: auto; 
  margin-right: 3%; 
  margin-top: 2%;
}
.volver{
  float: left; 
/*      width: 300px; */
  height: 30px; 
  background: transparent; 
/*      margin-top: 1%; 
  margin-left: 1%;*/
  border-radius: 3px;
  display: flex;
  justify-content: center;
}
.come_back{
  text-decoration: none;
  font-size: 15px;
  color: #566573;
}

.come_back:hover{
  text-decoration: none !important;
  font-size: 15px;
  color: #566573 !important;
}
.wellcome{
  background-color: grey;
  border-radius: 10px 0px 0px 10px;
  outline: 1px solid grey;
}
.hello{
  color: white;
  font-size: 32px;
  font-family: 'Noto Sans', sans-serif;
}
.saludo{
  margin: 40% auto 20% auto;
}
.contenedor{
 display: flex; 
 width: 100%; 
 height: 120px;
}
.submenu{
  align-self: flex-end; 
  bottom: 30px;
  width: 100%;
}

/* color dorado liner: #c6322b */