/*
Al cuerpo de la
pagina se aplica el tamaño de fuente
 
body{
	font-size: 12px;
}
*/
html,body{
	height: 100%;
	width: 100%;
  padding: 10px;
  }
  body{
    font-family: 'Quattrocento', serif;
	font-size: large;
	/* The image used 
	background-image: url(../img/pexels-suzy-hazelwood-1301585.jpg); 
*/
 /*   background: linear-gradient(rgba(220, 220, 220, 0.5), rgba(255, 254, 254, 0.5)), url(../img/pexels-suzy-hazelwood-1301585.jpg), repeat;
	*/
  background: none;
  background-color: antiquewhite;
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center center;

	background-size: cover;
	position: relative;
/*	overflow: hidden; */
   }

  .navbar {
/*    background-color: transparent !important; */
    opacity:1;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-family: 'Quattrocento', serif;
    font-size: large;
  }
  .dropdown-menu
  {
    background-color:lightyellow;    
  }
     
.lema {
	text-align: center;
    border:none;
    font-family: 'Quattrocento', serif;
    color:white;

}

.lema h4 {
  text-align: right;
}

.card-opaca{
  border-radius: 10px;
  text-align: center;
	margin: 20px;
  margin-top: 40px;
  opacity: 0.9   ;
}

.btn {
  background-color:orange;
  color: white;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  color:white;
  font-size: small;
  opacity: 1;
}

.naranja {
  color:orange;
}

.table {
  font-family: 'Quattrocento', serif;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size:medium;
  width: auto;
}

.table thead {
  background-color: orange;
}

.table.table-striped>tbody>tr:nth-child(odd)>td, 
.table.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: rgb(255, 245, 240);
}

 .page-item.active .page-link {
  background-color: lightgrey !important;
  border: 1px solid rgb(167, 166, 166);
  font-size: 10px;

}
.page-link {
  color: black !important;
  font-size: 10px;
}

tfoot input {
  width: 100%;
}

.boton {
  border-color: rgb(213, 83, 13);
  box-shadow: 2px 2px 5px rgba(24, 21, 21, 0.43);
  font-family: sans-serif;
  font-size: 12px;
  font-stretch: extra-condensed;
}
.boton:hover {
  background-color: darkslategray;
  color:floralwhite;
  font-style: italic;
}

.fondoclaro {
  background-color: floralwhite;  
}

.fondoclaro th {
  background-color: rgb(246, 189, 119);  
}

.tabla-scroll {
  overflow-x: auto;
  width: 100%;
}

.tabla-scroll table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
}