@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: url('Roboto-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: normal;
    src: url('Cabin-Bold-TTF.woff') format('woff');
}
body{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    display: flex;
    flex-direction: column;
}
h1{
     color:var(--colorTextoOscuro);
     font-size:28px;
}
h1, h2, h3, h4, h5, h6{
    font-family: Cabin, sans-serif;
}
h2{
    color: var(--colorTextoOscuro);
}
h3{
    color: var(--colorTextoOscuro);
    margin-left: 5px;
}
h4{
    margin-left: 5px;
}
h5, h6{
    margin-left: 10px;
}

div#header{
    font-family: 'Cabin', sans-serif;
    color: white;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 15px;
    z-index: 1;
    background-color: var(--colorPrincipal);
}
div.sombra{
    position: relative;
    box-shadow: 0 3px 4px rgba(0,0,0,0.16), 0 3px 4px rgba(0,0,0,0.23);
}
div#header h1, div#header a{
    vertical-align: top;
    padding: 0px 15px;
    display: inline-block;
}
div#header h1{
    margin-bottom: 5px;
}
div#header img#logo_sede{
    height:28px;
    margin-top: 25px;
}
div#header img#logo_ugr{
    margin-bottom: 10px;
}
div#cuerpo_espaciado{
    margin: 40px;
}
div#cuerpo{
    margin: 8px;
}
ul.tabla li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    border-left: 15px solid #EEEEEE;
}
ul.tabla {
    width: 100%;
    padding-left: 10px !important;
}
ul.tabla span.misproc_tipo {
    width: 70%;
}
ul.tabla span {
    border-top: 1px solid #CCCCCC;
    border-right: 1px dotted #CCCCCC;
    padding: 10px 5px;
    display: inline-table;
    width: 16%;
    margin-left: -3px;
}
ul.tabla span:empty {
    padding: 12px 5px;
}
ul.tabla span.min {
    width: 45px;
}
ul.tabla span.col_dni {
    width: 115px;
}
ul.tabla span.col_docs {
    width: 102px;
    text-align: center;
}
ul.tabla span input[type=checkbox]{
    margin: 0px;
}
ul.tabla span img{
    vertical-align: middle;
}
.centro {
    text-align: center;
}
ul.tabla li.header span{
    background-color: #EEEEEE;
    font-weight: bold;
    color: var(--colorTextoOscuro);
}
form#formfiltro{
    background-color: #EEEEEE;
    padding: 15px;
}
form#formfiltro span{
    font-weight: bold;
    color: var(--colorTextoOscuro);
}
form#formfiltro div#filtro_leyenda{
    margin-top: 15px;
}
select{
    font-family: Roboto, sans-serif;
    font-size: 15px;
    margin-right: 10px;
}
div.botonera{
    margin: 0 10px;
}
div.botonera_fila{
    position: static;
    margin: 15px 0 5px 0;
    text-align: center;
}
a.pseudo_boton {
    text-decoration: none;
}
input[type=button]:hover, input[type=submit]:hover, a.pseudo_boton:hover {
    border-color: var(--colorSecundario);
}
input[type=button], input[type=submit], input[type=reset], a.pseudo_boton {
    color: white;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: var(--colorTextoSobreSecundario);
    background-color: var(--colorPrincipal);
    cursor: pointer;
}
.flota_derecha {
    float: right;
}
.botonera_fila input[type=button], .botonera_fila input[type=submit]{
    margin: 5px;
}
input#submit, input#continuarsi{
    background-image: url(/Hades/imagenes/bullet_arrow_right.png);
    width: 125px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
}
input[type=text], input[type=password]{
    font-size: 16px;
}
input[type=button].alternativo, input[type=submit].alternativo, input[type=reset].alternativo {
    background-color: #999999;
    border-color: #777777;
}
input[type=button].alternativo:hover, input[type=submit].alternativo:hover, a.pseudo_boton.alternativo:hover {
    border-color: #BBBBBB;
}
input[type=button]#exit{
    background-image: url(/Hades/imagenes/cancel.png);
    width: 100px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 8px;
}
p#info2{
    margin-left: 8px;
}
img.app_img{
    vertical-align: bottom;
    max-height: 45px;
}
img.tipo_acceso_small{
    vertical-align: middle;
    height: 16px;
}
div.formulario_entrada_datos{
    width: 480px !important;
    border-top-color: darkgrey !important;
}
div.access_block {
    width: 285px;
    min-height: 230px;
    margin: 15px 20px;
    float: left;
    padding: 0 20px 10px 20px;
    border-top: 10px solid var(--colorSecundario);
    display: flex;
    flex-direction: column;
}

.off{
    text-decoration: none;
    color: white;
    font-size: 15px;
    padding: 10px;
    border-style: solid;
    background:
        repeating-linear-gradient(
      45deg,
      var(--colorPrincipal),
      var(--colorPrincipal) 10px,
      var(--colorTextoSobreSecundario) 10px,
      var(--colorTextoSobreSecundario) 20px
    );
}

span#contenedor_motivo_desactivacion {
    margin-left: 5px;
    padding: 10px;
    font-size: 17px;
    background-color: mistyrose;
}

span#motivo_desactivacion {
    color: #660000;
    font-style: italic;
}
div.sombra {
    box-shadow: 0 3px 4px rgba(0,0,0,0.16), 0 3px 4px rgba(0,0,0,0.23);
}
div#cuerpo_espaciado {
    margin: 15px 40px;
}
body {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}

.aparienciaBoton{
    top: 75%;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 70%;

}

.seleccion-acceso-contenedor{
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    -webkit-justify-content: space-evenly;
}

_:-ms-lang(x), _:-webkit-full-screen, .seleccion-acceso-contenedor { justify-content: space-around; }

div.seleccion-acceso-contenedor div.botonera_fila a.aparienciaBoton{
    margin: auto;
}
div.seleccion-acceso-contenedor p.desc_modoaut{
    flex-grow: 2;
    margin-top: 5px;
}
div.seleccion-acceso-contenedor div.titulo_tipo_acceso{
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.texto_minimo{
    font-size: smaller;
}
div#fila_bajo_cabecera{
    margin-top:-2px;
    margin-right:20px;
    height: 40px;
}
div#fila_bajo_cabecera span{
    float: right;
    padding: 15px;
}
a.boton_bajo_cabecera{
    float:right;
    width: 115px;
    text-align: center;
}
a.boton_bajo_cabecera img#cerrar_sesion{
    vertical-align: middle;
}
div#HistoricoAccesoElemento p{
    margin: 5px 10px;
}

/* Estilos importados de sede.css para la cabecera: */
div#header a{
	display: inline;
	float: left;
}
div#header a#logo_ugr_header {
    /*background:url('../imagenes/ugr_marca_negativa_peq.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 198px 55px;*/
    margin: 0 20px;
    padding: 10px;
}
div#header a#logo_ugr_header:hover{
    text-decoration: none;
}
div#clock_container{
    float: right;
}
a#burgermenu{
    visibility: hidden;
    display: none !important;
    margin: 20px 30px 0 30px !important;
}
a#burgermenu img{
    margin: 0 !important;
}
#logo_sede_header img{
    margin: 20px 0 30px 0 !important;
}
form#header_search button {
    float: right;
    color: transparent;
    background-color: transparent;
    border: none;
}
div#headersearch{
    float: right;
    margin: 0 5px 0 10px;
    font-size: 14px;
    display: block;
    clear: right;
    min-height: 28px;
}
div#clock{
	width: 50px;
	font-size: 26px;
	display: inline-block;
	margin: 18px 30px 0 0;
}
input#headersearch{
	float: right;
	margin: 20px 5px 9px 10px;
	/*border: solid 1px #fff;*/
	box-shadow: none;
	font-size: 20px;
	width: 30%;
}
img#searchimg{
	float: right;
    margin-top: 18px !important;
    margin-left: 0px !important;
    margin-right: 15px !important;
	margin-bottom: 0px !important;
}
div#calendar {
    width: 40px;
    font-size: 14px;
    display: inline-block;
    border: 1px solid #bbbbbb;
    text-align: center;
    margin: 5px 10px 0 10px;
}
div#calendar div#day {
    background-color: white;
    color: var(--colorPrincipal);
    font-size: 24px;
    font-weight: bold;
}
a#logo_sede_header{
    font-size: 34px;
    color: white;
    text-decoration: none;
}
a#logo_sede_header:hover{
    text-decoration: underline;
}
/* Rastro de migas */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("fa-solid-900.woff2") format("woff2");
}

.breadcrumb li:not(:first-child):before {
    content: ' / ';
}
.breadcrumb li:first-child a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f015";
}
.breadcrumb a {
    text-decoration: none;
    color:var(--colorPrincipal);
}
.breadcrumb a:hover{
    text-decoration: underline;
    color: var(--colorTextoSobreSecundario);
}
.breadcrumb li:last-child {
    font-style: italic;
}
.breadcrumb li {
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
}
.breadcrumb li {
    display: inline;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.breadcrumb ol {
    margin: 0;
    padding: 0;
}
#block-ugr-breadcrumbs {
    margin:15px 0px 0px 20px;
    display:inline-block;
}