/* global: navbar*/
.body-simple{

}
nav{
  width: 100%; //fallback
  width: 100vw;
  margin: 0;
  box-shadow: 0px 1px 5px #888888;
    background-color: #2b5178;
    
    /*background-color: #96b67f;
 /* background-image: url("../img/navbar-verde.svg");*/
  background-attachment: fixed;
  background-size: cover;
  font-size: 18px;
  font-family: 'Arial', cursive;

}



/* global: main table*/

table{

  border: 2px solid rgb(39, 39, 39);
  border-radius: 8px;
  padding: 5px;
  box-shadow: 2px 2px 5px #888888;
  background-color: white;
}
.thead-nivel{
  background-color: #2b5178;
  /*background-image: url("../img/bg-table-caudal.svg");*/
  background-attachment: fixed;
  background-size: cover;
  font-size: 16px;
  font-family: 'Arial', cursive;

}
tbody{
  font-size: 18px;
  font-family: 'Arial', cursive;
}
.thread-comp{
  background-color: #d5d1ce;
  background-image: url("../img/bg-table-compuerta.svg");
  background-attachment: fixed;
  background-size: cover;
  font-size: 18px;
  font-family: 'Arial', cursive;
}
.btn-tabla{
  box-shadow: 1px 1px 2px #092c54;
  border: 1px ridge;
  border-radius: 5px;
  padding:1px ;
} 
.btn-tabla:hover{
  box-shadow: 1px 1px 3px #888888;
  border: 2px ridge;
  padding:0px;
  border-color: red ;
} 

.arrow_up_comp1{
 display: none;
}
.arrow_down_comp1{
 display: none;
}
.arrow_up_comp2{
 display: none;
}
.arrow_down_comp2{
 display: none;
}


/* global: body*/
.h-screen { 
  min-height: 95vh;
}
body{
  background-color: rgb(240, 246, 255);
  /*background-image: url("../img/bg-body.svg");*/
}
h4{
  font-family: 'Arial', cursive; //titulos
}
.ca-links:link {
  color: white;  // unvisited link
}
.ca-links:visited {
  color: white;  //visited link
}
.ca-links:hover {
  color: white; // mouse over link
}
.ca-links:active {
  color: white;  // selected link
}




/* global: footer*/
.body-footer{
  border-top-style: ridge;
  border-color: : white;
  margin-top: 20px;
  font-family: 'Arial', cursive;
  font-size: 17px;
  padding-bottom: 10px;
  background-color: #2b5178;
  /*background-image: url("../img/bg-footer.svg");*/
  background-attachment: fixed;
  background-size: cover;
}