/* estilos5.css 5.6 (2024.02.08)*/
/*div { border: 1px solid black; }*/
*, .defaultFont { font-family: sans-serif; }
.full_screen { width: 100%; height: 100%; position: fixed; top: 0; left: 0; }
.center { text-align: center; }
.centerIMP { text-align: center !important; }
.center_B { text-align: center; font-weight: bold; }
.dcha { text-align: right; }
.izda { text-align: left; }
.nocortar { white-space: nowrap; }
/*.color_sexo { background-color: #FFCCCC !important; }*/
.color_colR { background-color:#FFE5E5; background-color: rgba(255,0,0, 0.1)/*#E3E4FA;*/ }
.color_colB { background-color:#E5E5FF; background-color: rgba(0,0,255, 0.1)/*#FAEBD7;*/ }
.color_colG { background-color:#E5FFE5; background-color: rgba(0,255,0, 0.1) }
.muypeq { font-size: x-small; }
.pc { margin: 0 1.5em 0 0; }
.azul { color: #0000FF; }
.NO_USAR { display: none !important; }

#cabecera { text-align: center; }
#logoPPAL img { width: 100%; }
#logoK { display: inline-block; margin: 0.5em 3px; float: right; }
#logoK img { max-width: 200px; border: 2px outset #000000; }
#logo { display: inline-block; padding: 0.5em 0 5px 3px; float: left; }
#logo img { max-width: 70px; border: 2px outset #000000; }
#nombre_carrera {
  margin: 0 0.5em; vertical-align: top; font-size: 2em;
  text-align: center; color: #0000FF;color:#005598; font-weight: bold; padding: 2px 5px;
  background-color: #FFFFFF; background-color: rgba(255,255,255, 0.7);
}
#idiomas { margin: 5px 0; background-color:#005598; color:#FFFFFF; }
#idiomas>a { background-color:#005598; color:#FFFFFF; }
#idiomas .uso { font-weight: bold; text-decoration: none; }

#contenedor_btn-opt { margin: 0.5em; }
#contenedor_boton { margin: 0 0.5em; display: inline-block; float: left; }
/*#contenedor_select { margin: 0.5em; display: inline-block; float: right; }*/
#selectores { text-align: right; }
.contenedor_select2 { margin: 0.5em 0; display: inline-block; }
#dd_distance, #dd_status { min-width: 100% !important; /*text-transform: uppercase;*/ }
#dd_distance.dropdown-menu>li>a span,
#dd_status.dropdown-menu>li>a span { padding-left: 0.5em; }
#sex_F>i.fa-venus { padding: 0 2.5px; }

#contenedor_tabla { font-size: 0.8em; margin: 0 10px; }
.dataTable thead th { background-color: #e4f1fc !important; }
.dataTable tfoot td  { background-color: #ffffff !important; }
.dataTables_filter {
  float: left !important; /*text-align: left !important;*/
  padding: 5px; background-color: #e4f1fc; border-radius: 5px 5px 0 0;
}
.dataTables_filter, .dataTables_filter>label>input { font-size: 1.2em; }
.dataTables_filter>label { font-family: "Font Awesome 5 Free"; }
.dataTables_filter>label>input { font-family: sans-serif; }
.fixedtitles { position: sticky; top: 0; z-index: 1; }
#mitabla01.dataTable thead th { padding: 0.5em 1.5em; }
#mitabla01.dataTable thead td { padding: 0.5em; }
#mitabla01.dataTable.display tbody tr:hover { background-color: #E5E5E5; background-color: rgba(0,0,0, 0.2); }
/*#mitabla01.dataTable.display tbody tr.color_sexo:hover td { background-color: #E5E5E5; background-color: rgba(0,0,0, 0.1); }*/
td.icono-resp::before { padding-right: 10px; }
#mitabla01.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child::before,
#mitabla01.dataTable.collapsed>tbody>tr>td.icono-resp::before {
  top: initial; border: initial;
  border-radius: initial; box-shadow: initial;
  font-size: 1.5em;
  background-color: initial;
  color: #000000;
  font-family: "Font Awesome 5 Free";
  content: "\f0fe";
}
#mitabla01.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,
#mitabla01.dataTable.collapsed>tbody>tr.parent>td.icono-resp::before {
  background-color: initial;
  content: "\f146";
}
/*#mitabla01.dataTable thead tr th.pos,
#mitabla01.dataTable thead tr th.tiempo { font-size: 0.8em !important; }*/
.pos { padding-right: 0 !important; text-align: right; font-size: 0.8em; }
.tiempo { padding-left: 0 !important; text-align: left; /*font-size: 0.8em;*/ }
.filtro_col>select { /*max-width: 66%;*/ min-width: 3em; }
.incpos { padding-left: 0.5em !important; text-align: center; /*font-size: 0.8em;*/ }
td.nosaltar { white-space: nowrap; }

#linea {
  overflow-x: visible;
  height: 5px; border-radius: 5px;
  background: -webkit-linear-gradient(to right, #e4f1fc, #2b72c5);
  background: -o-linear-gradient(to right, #e4f1fc, #2b72c5);
  background: -moz-linear-gradient(to right, #e4f1fc, #2b72c5);
  background: linear-gradient(to right, #e4f1fc, #2b72c5);
}

#nota { font-variant: small-caps; }

#txt_avisos {
  /*line-height: 1.5;*/
  margin: 2em 1em;
  padding: 0 20px;
  border: 2px solid #000000;
  background-color: #FFFFFF;
}
#aviso_closebtn {
  text-align: right;
  font-size: 1.5em;
  margin: 10px 0 0 0;
}
#closebtn { cursor: pointer; }

footer { background-color: #000000; color: #005598; margin-top: 5px; padding: 0.5em 0.5em 5px 0.5em; text-align: center; }
footer p { margin: 0; }
footer>p span { cursor: pointer; }
footer>p a { color: #005598; text-decoration: none; }
footer>p a:hover { text-decoration: none; }
#txt_avisos hr { border: 2px solid #000000; }

@media only screen and (max-width: 750px) {
  #cabecera { background: initial; }
  #selectores, #ptosint { text-align: center !important; }
  #mitabla01 tbody tr.child>td.child p { margin: 0 !important; text-align: left; /*font-size: 1.5em;*/ }
  #mitabla01 tbody td { padding: 5px !important; }
  #nombre_carrera { font-size: 1em; }
}
/*@media only screen and (max-width: 450px) {
  .contenedor_select2 { margin: 0.5em 2px; }
}*/


