/* CKEDITOR MÍNIMOS */
.ck-editor__editable { 
  min-height: 300px; 
}
.ck.ck-editor {
  width: 500px !important;
}

/* MENU DE NAVEGACIÓN DE USUARIO DE AULAS */
.aulas_nav{
  margin-top: 10px;
  text-align: left;
  border: 1px solid #7D0064;
  height: 50px;
}
.aulas_nav ul{
  list-style: none !important;
  display: inline-block;
}

.aulas_nav ul li{
  list-style: none !important;
  float: left;
  padding-left: 0px;
  margin-right: 20px;
}

.aulas_nav ul li a {
  color: #7D0064;
  font-weight: bold;
  text-decoration: none !important;
  font-size: 18px;
}

.aulas_nav ul li a:hover{
  color: #FF007E;
}

.dfa_menu_aula{
  float: left; 
  display: inline-block;
  border: 1px solid #000000;
  padding: 5px;
  margin-right: 10px;
  box-shadow: 10px 10px 10px;
}

.dfa_ventana_alerta{
  position: fixed; 
  z-index: 10000; 
  background-color: #FFFFFF; 
  border: 1px solid #7D0064; 
  box-shadow: 10px 10px 10px; 
  padding: 5px;   
}

.dfa_titulo_alerta{
  float: right; 
  width: 30px; 
  height: 20px; 
  background-color: inherit; 
  text-align: center;  
}

.dfa_mensaje_alerta{
  height: 210px;
  width: 100%; 
  overflow-x: hidden; 
  overflow-y: scroll; 
  font-size: 14px; 
  font-family: sans-serif, Arial, Verdana, 'Trebuchet MS', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';        
              
}