body {
  /* ESTILO PARA EL CUERPO DE LA PAGINA*/
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #dddddd; !important;
  background-blend-mode: multiply;
}

main {
  /*height: 100dvh;*/
  display: grid !important;
  grid-template:
    "header" 70px
    "article" 1fr
    "footer" 100px;
}

header {
  grid-area: header;
  background-color: #fff;
}

article {
  grid-area: article;
}
#footer {
  grid-area: footer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer {
  grid-area: footer;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-nav .nav-item .nav-link {
  text-decoration: none;
}

#content {
  /* ESTILO DEL DIV QUE CONTIENE TODAS LAS DIVISIONES DE LA PLANTILLA*/
  padding: 0;
  margin: 0;
  clear: both;
  text-align: left;
  margin: auto;
  /* background-color:#ff0; */
  /* background: transparent; */
  width: 1055px !important;
  /*height:800;*/
  /* border:solid 1px; */
  border-color: #f3f3f3;
}
#cabecera_superior {
  /* ESTILO DEL DIV CABECERA, EN DONDE VA EL BANNER SUPERIOR*/
  /* width: 1000px; */
  height: 60px;
  /*background-color:   #00a2a4; */
  background-image: url(../imagenes/cintilos_sistema.jpg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
#cabecera_inferior {
  /* ESTILO DEL DIV CABECERA, EN DONDE VA EL BANNER INFERIOR */
  /* width: 100vw; */
  /* height:50px; */
  /*background-color:   #00a2a4; */
  /* background-image: url(../imagenes/cabecera_inferior.png);   */
  /* background-repeat: repeat-x; */
  /* z-index: 1; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-fluid {
  width: 90% !important;
}

.card-header {
}
/* 
.card-title {
	color: #fff !important;
} */

.card {
  border: 0 !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
  border-radius: 30px !important;
  overflow: hidden;
}

.btn-guardar,
.btn-buscar {
  background-color: rgb(70, 162, 253) !important;
  color: #fff !important;
  width: 6rem !important;
}

.btn-guardar:hover,
.btn-buscar:hover {
  transition: 0.25s;
  background-color: rgb(255, 255, 255);
  color: rgb(70, 162, 253);
  border: 1px solid rgb(70, 162, 253);
}

.select {
  width: 50px;
  transition: all 0.15s ease;
  border: 1px solid #dee2e6;
  /* border-bottom: 1px solid #007bff; */
}
.select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.rounded-start {
  border-radius: 30px 0 0 30px !important;
}

.rounded-end {
  border-radius: 0 30px 30px 0 !important;
}

.contact-link {
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

.contact-link:hover {
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}

#contenido_menu {
  /* DIV CON ESPECIO RESERVADO PARA EL MENU*/
  clear: both;
  width: auto;
  height: 31px;
  /*background-color:#9c3021; */
  z-index: 1;
}
#contenido {
  /* ESPACIO RESERVADO PARA EL CONTENIDO DE LA PAGINA*/
  /*overflow:auto;  */
  width: 1000px;
  /*height:636px;*/
  background: #fcfcfc;
  z-index: 1;
}
#pie table {
  /* ESTILO DEL DIV PIE DE PAGINA*/
  width: 1000px;
  height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  /*font-weight: bold;*/
  font-size: 10px;
  color: #000;
  text-align: center;
  text-decoration: none;
  /*background-color:#9c3021; */
  background-image: url(../imagenes/reposo.png);
  background-repeat: repeat;
  z-index: 1;
}
#separador_inferior {
  /* DAR UN ESPACIO INFERIOR*/
  height: 10px;
  z-index: 1;
}
