html,body{
    z-index: 3;
    overflow-x:hidden;
-webkit-overflow-x-scrolling:touch;
position: fixed;
font-family: 'Montserrat', sans-serif;
font-weight:400;
font-size: 1em;
box-sizing: border-box;/* clave!!! */
position: absolute;
}
html{
min-height: 100%;
min-width: 100%;   
}
body{
    min-height: 100%;
min-width: 100%; 
   /* font-family: 'Poiret One', cursive;*/
position:fixed;
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: 10px;
    width: 80%;
    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);
max-height: 500px;
overflow-y: scroll;
padding-top: 50px;
}
.msj-error::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color:#1C9FD4;
    padding: 0px;
    margin: 0px;
}
.msj-error .subtitulo{
    float: left;
    font-size: 100%;
    font-weight: bold;
    padding: 15px;
    padding-right: 0px;
    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: 20px;
    padding-right: 0px;
   float: left;
  width: 90%;
  padding-left: 0px;
}
.msj-error .detalles{
  font-size: 90%;
  padding-left: 0px;
  padding-right: 0px;
}
.msj-error .detalles-largos{
  font-size: 90%;
  padding-left: 0px;
}
.msj-error .cabecera{
    width: 100%;
    position: absolute;
    top:-20px;
    text-align: center;
    text-align: right;
}
.msj-error .pie{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom:-30px;
    color: #FFFFFF;
    text-align: center;
    font-size: 80%;
    font-weight: normal;
}
.msj-error .pie a{font-weight: normal;color:#FFFFFF;}
.msj-error .cabecera img{
  width: 80px;
}
.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: 80%;
}
.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%;
}
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*/;
}
.boton:hover{
    background-color:#F9B03D;
}
.respuesta div{display: inline-block;display: flex;justify-items: center;}
.tablaGenericaAccesos{
   height: 80%;
   width: 100%;
   overflow-y: scroll;
   overflow-x: auto;
    background-image: url(img/flechaTablaDesplazaHorizontal.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;
font-size: 80%;
}
.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(1){
  display: none;
}
.tablaGenericaAccesos table tr th:nth-child(2){

}
.tablaGenericaAccesos table tr th:nth-child(3){
  
}
.tablaGenericaAccesos table tr th:nth-child(4){
    text-align: left;
     font-size: 0.1px;
    color: #FFFFFF;
}
.tablaGenericaAccesos table tr th:nth-child(5){
    
}
.tablaGenericaAccesos table tr th:nth-child(6){
    font-size: 0.1px;
    color: #FFFFFF;
    
}
.tablaGenericaAccesos table tr th:nth-child(7){
   
    
}



.tablaGenericaAccesos table tr.datosElemento td{
    
}
.tablaGenericaAccesos table tr.datosElemento td:nth-child(1){
    text-align: center;
    display: none;

}
.tablaGenericaAccesos table tr.detallesElemento td:nth-child(1){

    display: none;
}

.tablaGenericaAccesos table tr.datosElemento td:nth-child(2){
    text-align: left;
    white-space: nowrap;
}
.tablaGenericaAccesos table tr.datosElemento td:nth-child(3){
    
    
}
.tablaGenericaAccesos table tr.datosElemento td:nth-child(4){
    text-align: left;
}
.tablaGenericaAccesos table tr.datosElemento td:nth-child(5){
    text-align: center;
}

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


.tablaGenericaAccesos table tr.detallesElemento td:nth-child(1){
    text-align: center;

}
.tablaGenericaAccesos table tr.detallesElemento td:nth-child(2){
    text-align: left;
}
.tablaGenericaAccesos table tr.detallesElemento td:nth-child(3){
    text-align: center;

}

.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;
}
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;
   }
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*/;
}
/*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: 250px;
    margin-top:10px;margin-bottom:10px
}
.acciones{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
}
.fotos_incidencias{
    flex-direction: row;
    justify-content: space-between;
    display: none;
}
img.ico-destaca{
    

 }
.msj-error img{
  height: 100px;
  margin-right: 20px;
}
.msj-error img.ico{
  height: 20px;
  margin:0px;
  cursor: pointer;
}
.msj-error img.ico:hover{
    opacity: 0.8;
}
.msj-error img.ico-disabled{
  height: 20px;
  margin:0px;
  cursor: no-drop;
  opacity: 0.2;
}
.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;
  cursor: no-drop;
  opacity: 0.2;
}
#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{
 width:250px;
  border:2px solid #2874A6;
  border-radius:5px;
}
