@charset "utf-8";
/* CSS Document */


body {
  background-image: url("img/fondo1.jpg");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
   position: relative;
}

header{
	display:none;
	}	
footer{
	display:none;
	}	
#LOGO{
	display:none;
	}
	
	
#aviso{
	display:none;
	}	

#cierrasesion{
	display:none;
}
 
.manito{
	cursor:pointer;
	}
	
.btn-cursiva {
  font-style: italic;
  font-size:xx-small;
}


.table-responsive {
    max-height: 400px; /* Ajusta este valor según sea necesario */
    overflow-y: auto;
}

.table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white; /* Puedes ajustar el color según tus necesidades */
}

