
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");


input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=password], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }

input[type=submit] {
  width: 100%;
  background-color:gray;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color:#020202
}

form{
  border-radius: 5px;
  background-color:tan;
  padding: 20px;
  max-width:260px;
  margin: 10px auto;
}

/* *{
border: solid 1px red;} */

body{
  background-color:tan;

}

main{
    min-height: 80vh;
}

footer{
    text-align: center;
}

a{
    display: flex;
    justify-content: center;
    color:white;
}

.imagenFicha {
  width: 50px;
  height: 50px;
}

th {
  text-align: center;
}


