* {
    box-sizing: content-box !important;
}
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;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/verifirma/images/tenor.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    display: none;
}
.flota_derecha {
    float: right;
}
.botonera_fila input[type=button], .botonera_fila input[type=submit]{
    margin: 5px;
}
input#submit, input#continuarsi{
    background-image: url(/verifirma/images/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(/verifirma/images/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;
    height: 32px;
}
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-color: #AAAAAA;
}

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-evenly;
}
div.seleccion-acceso-contenedor div.botonera_fila a.aparienciaBoton{
    margin: auto;
}
div.seleccion-acceso-contenedor p.desc_modoaut{
    flex-grow: 2;
    margin-top: 5px;
}
.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;
    min-width: 115px;
    text-align: center;
}
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;*/
    width: 300px;
    position: relative;
    left: 36px;
    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;
}

#centrado{
    width: 90%; 
    margin: 0;
    position: absolute; 
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1120px) {
    div#header a#logo_ugr_header {
        content:url('/verifirma/images/ugr_marca_negativa_vertical_peq.png');
        width: 88px;
        margin-top: -20px;
        margin-right: 20px;
        margin-bottom: -5px;
        left: 10px;
    }
}
div.contenido-texto{
    padding: 5px;
}
div.detalle{
    font-style: italic;
}
h3.error{
    background-image: url(/verifirma/images/warning.png);
    background-size: 24px;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.breadcrumb a {
    text-decoration: none;
    color:var(--colorPrincipal);
    text-transform: capitalize;
}
.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;
}
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/verifirma/webfonts/fa-solid-900.eot");
  src: url("/verifirma/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/verifirma/webfonts/fa-solid-900.woff2") format("woff2"), url("/verifirma/webfonts/fa-solid-900.woff") format("woff"), url("/verifirma/webfonts/fa-solid-900.ttf") format("truetype"), url("/verifirma/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.breadcrumb li:not(:first-child):before {
    content: ' / ';
}
.breadcrumb li:first-child a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f015";
}
div.bloques_formulario {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
}
div.bloque_formulario {
    border-left: 7px solid var(--colorSecundario);
    padding-left: 15px;
}
.flex_filas{
    flex-direction: column;
}
div.bloque_formulario label{
    background-color: var(--colorSecundario);
    color: var(--colorTextoSobreSecundario);
    width: 99%;
    display: inline-block;
    padding: 10px;
    font-size: 19px;
    text-align: center;
    margin-left: -15px;
    margin-right: 28px;
    font-style: italic;
}
ul.enlaces{
    list-style-image: url(../images/bullet_down.png);
}
ul.firmantes{
    list-style-image: url(../images/bullet_user.png);
}
a{
    text-decoration: none;
    color: var(--colorPrincipal);
}
a:hover{
    text-decoration: underline;
    color: var(--colorTextoSobreSecundario);
}
div.sign{
    background-image: url(../images/firma.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: 25px;
    padding: 0 50px;
    font-size: 15px;
}
div.info{
    background-image: url(../images/information.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: 25px;
    padding: 0 50px;
    font-size: 15px;
}
div.correcto{
    background-image: url(../images/accept.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: 25px;
    padding: 0 50px;
    font-size: 15px;
}
div.warning{
    background-image: url(../images/warning_mini.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position-x: 25px;
    padding: 0 50px;
    font-size: 15px;
}
