html,body{
    height: 100%;
    z-index: 3;
    overflow-x:hidden;
-webkit-overflow-x-scrolling:touch;
position: fixed;
width: 100%;
font-weight: 300;
font-family: 'Montserrat', sans-serif;
}

body{
   /* font-family: 'Poiret One', cursive;*/
position: absolute;
top: 0px;
left: 0px;
margin: 0px;
 display: flex;
  align-items: center;
  justify-content: center;
}
a{
  color:#001689;
   outline: none;
  text-decoration: none;
  font-weight: bold;
}
.msj-error{
    padding: 25px;
    width: 50%;
    height: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #FFFFFF;
    color:#001689; 
    border: 1px solid #001689; 
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.msj-error .subtitulo{
    float: left;
    font-size: 150%;
    font-weight: bold;
    padding: 25px;
    width: 100%;
    padding-left: 0px;
    display: flex;
    justify-items: center;
}
.msj-error .subtitulo img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.msj-errorr .p{
    padding: 25px;
   float: left;
  width: 100%;
  padding-left: 0px;
}
.msj-error .detalles{
  font-size: 90%;
  padding-left: 0px;
}
.msj-error .detalles-largos{
  font-size: 90%;
  padding-left: 0px;
}
.msj-error .cabecera{
    width: 100%;
    position: absolute;
    top:-90px;
    text-align: center;
    text-align: right;
}
.msj-error .pie{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom:-50px;
    color: #FFFFFF;
    text-align: center;
    font-size: 80%;
    font-weight: normal;
}
.msj-error .pie a{font-weight: normal;color:#FFFFFF;}
.msj-error .cabecera img{
  height: 100px;
  margin-right: 20px;
}
.msj-error img.ico{
  height: 20px;
  margin:0px;
  cursor: pointer;
}
 img.ico{
  height: 20px;
  margin:0px;
  cursor: pointer;
}
.msj-error img.ico:hover{
    opacity: 0.8;
}
img.ico:hover{
    opacity: 0.8;
}
.msj-error img.ico-maxi{
  height: 30px;
  width: 30px;
  margin:0px;
  cursor: pointer;
}
.msj-error img.ico-maxi:hover{
    opacity: 0.8;
}
.msj-error img.ico-disabled{
  height: 20px;
  margin:0px;
  cursor: no-drop;
  opacity: 0.2;
}
.msj-error img.ico-maxi-disabled{
    height: 30px;
  width: 30px;
  margin:0px;
  opacity: 0.2;
  cursor: no-drop;
}

.msj-error .detalles .enlace{
    display: inline;
    cursor: pointer;
    font-weight: bold;
}
.fondo-up{
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color:#1C9FD4;
    opacity: 1;
}
.fondo-down{
    width: 100%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: -1;
    background-color:#001689;
    opacity: 1;
}
.acciones{
text-align: center;
}
.explicacion{
text-align: center;
height: 120px;
text-align: left;
padding-top: 10px;
font-size: 85%;
}
.explicacion p{margin: 5px;}
.boton{
    display: inline-block;
    margin: 5px;
    /*margin-left: 5px;
    margin-right: 5px;*/
    background-color:#1C9FD4;
    color: #FFFFFF;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    font-size: 80%;
}
.botonError{
    background-color: #ff1751 !important;

}
.boton:hover{
    background-color:#F9B03D;
}
input[type="submit"],input[type="button"]{
   /* background-color: #FFD54F/*amarillo*/;
   /* color: #001689/*azulOscuro*/;
    background-color: #1C9FD4/*azulClaro*/;
    color: #FFFFFF/*blanco*/;
    text-transform: uppercase;
    font-size: 1;
    font-weight: normal;
    padding: 0px;
    padding-left: 25px;
    padding-right: 50px;
    cursor: pointer;
     height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/accion_grabar.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    margin: 0xp;
    transition: 0.3;
    text-transform: uppercase;
   }
   select{
   /* background-color: #FFD54F/*amarillo*/;
   /* color: #001689/*azulOscuro*/;
    background-color: #1C9FD4/*azulClaro*/;
    color: #FFFFFF/*blanco*/;
    text-transform: uppercase;
    font-size: 1;
    font-weight: normal;
    padding: 0px;
    padding-left: 25px;
    padding-right: 50px;
    cursor: pointer;
     height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(img/select.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    margin: 0xp;
    transition: 0.3;
    text-transform: uppercase;
    border: none;
    font-weight: bold;
   }
input[type="submit"]:hover,input[type="button"]:hover{
    opacity: 0.8;
     background-color: #FFD54F/*amarillo*/;
    color: #001689/*azulOscuro*/;
}
input{
    background-repeat: no-repeat;
background-position: right center;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
  border: 0px solid #001689/*azulOscuro*/;
}
.respuesta div{display: inline-block;display: flex;justify-items: center;}
.tablaGenericaAccesos{
   display: flex;
   justify-content: center;
}
.tablaGenericaAccesos img{width: 20px;height: 20px;}
.tablaGenericaAccesos table{
    border-collapse: collapse;

}
.tablaGenericaAccesos table th{
    border-bottom: 2px solid #001689;
    text-transform: uppercase;
    font-size: 0.9em;
}
.tablaGenericaAccesos table tr th:nth-child(4){
    text-align: left;
}
.tablaGenericaAccesos table tr th:nth-child(5){
    text-align: left;
}
.tablaGenericaAccesos table tr th:nth-child(6){
    border: none;
}



.tablaGenericaAccesos table tr.datosElemento td{
    border: none;
}
.tablaGenericaAccesos table tr.datosElemento td:nth-child(1){
    text-align: center;
}
.tablaGenericaAccesos table tr.datosElemento td:nth-child(2){
    text-align: center;
}
.tablaGenericaAccesos table tr.datosElemento td:nth-child(3){
    text-align: center;
}
.tablaGenericaAccesos table tr.datosElemento td:nth-child(4){
    text-align: left;
}
.tablaGenericaAccesos table tr.datosElemento td:nth-child(5){
    text-align: left;
}

.tablaGenericaAccesos table tr.detallesElemento td{
    border-bottom: 1px solid #001689;
}




.tablaGenericaAccesos table tr.detallesElemento td:nth-child(4) {
    vertical-align: top;
    font-size: 0.9em;
    text-align: left;
}

textarea{
        position: relative;
    text-decoration: none;
     background-image: url(img/flechaInputSimple.svg); /*aquí deberás escribir la ruta de la imagen que utilizarás como flecha del desplegable*/
background-repeat: no-repeat;
background-position: right center;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
    padding: 4px;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 100%;
      font-family: 'Montserrat';
      color: white;
    background-color: #1C9FD4/*fondoInput*/;
      border: 0px solid #001689/*azulOscuro*/;
    border-bottom: 1px solid #001689/*azulOscuro*/;
    width: 90%;
    font-weight: 100;
}
textarea::placeholder {
  color:white;
  font-style: italic;
  font-size: 0.8em;
}
/*Estilo general de input*/
input{
        position: relative;
    text-decoration: none;
     background-image: url(img/flechaInputSimple.svg); /*aquí deberás escribir la ruta de la imagen que utilizarás como flecha del desplegable*/
background-repeat: no-repeat;
background-position: right center;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
    padding: 4px;
    padding-left: 10px;
    padding-right: 15px;
    height: 22px;
    font-size: 100%;
      font-family: 'Montserrat';
      color: white;
    background-color: #1C9FD4/*fondoInput*/;
      border: 0px solid #001689/*azulOscuro*/;
    border-bottom: 1px solid #001689/*azulOscuro*/;
    width: auto;
    font-weight: 100;
}
input::placeholder{
    color: #FFFFFF;
}
input.obs{
    display: none;
    width: 100%;
    display:none;margin-top:10px;margin-bottom:10px
}
.acciones{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
img.ico-destaca{cursor:pointer;height: 25px;transition: 0.3s;opacity: 1; background-color: #FFD54F;border-radius: 10px;}

#visor_fotos_incidencias{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
}
#visor_fotos_incidencias .cerrar{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 120%;
    background-color: #1C9FD4;
    border: 1px solid #001689;
    cursor: pointer;
    margin: 20px;
    transition: 0.3;
}
#visor_fotos_incidencias .cerrar:hover{
    background-color: #FFD54F;
}
.fotos_incidencias{
    display: none;
}
.fotos_incidencias img.foto{
  height:150px;
  width:auto;
  border:2px solid #2874A6;
  border-radius:5px;
}
/* Estilos form */
