body{
  background: #eee;
  padding: 0px;
  margin: 0px;
  font-family: initial;
  //overflow-x: none;
  overflow-x: hidden;
}
/****************************************************************************/

.contenedorPrincipal{
  width: 100%;
  background: #ddd;
  text-align: right;
}

.contenedorIzquierdo{
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 1px;
}

.contenedorDerecho{
  width: auto;
  text-align: right;
  display: inline-block; 
  text-align: right;
}

.pestanas{
  width: 120px;
  height: 40px;
  background: #bbb;
  margin-top: 4px;
  margin-left: 4px;
  //margin-bottom: -6px;
  padding: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: inline-block;
  text-align: center;
  padding-top: 9px;
}

.letrasPestanas{
  font-weight: 600;
  color: #7F0000FF;
}

.contenedorDetallado{
  width: 100%;
  background: #fff;
  padding: 5px;
}

.contenedorBotones{
  width: 100%;
  text-align: center;
  margin-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #aaa;
}

.botonGeneral{
  padding: 4px;
  width: 90px;
  border: 1px solid #7F0000FF;
  display: inline-block;
  border-radius: 20px;
}

.cargar{
  width: 100%;
  padding: 8px;
  display: none;
  text-align: center;
}

.consultar{
  width: 100%;
  padding: 8px;
  text-align: center;
  display: none;
}

.graficos{
  width: 100%;
  padding: 8px;
  text-align: center;
  display: none;
}

.botones{
  background: transparent;
  border: 1px solid #7F0000FF;
  margin: 2px;
}

.resaltar{
  background: #7F0000FF;
  border: 1px solid yellow;
  color: #fff;
}

.ocultar{
  display: none;  
}

.contenedorformularios{
  padding: 16px;
}

.encabezadoTablaDatos{
  background: #aab;
}

.tablaDatos{
  font-size: 12px;
}

.borderTabla{
  border: 0.5px solid #fff;
}

.camposEditar{
  margin-top: 18px;
}

.contenedorBody input{
  background: transparent;
  border: none;
}

.contenedorBody select{
  background: transparent;
  border: none;
}

.contenedorBody textarea{
  background: transparent;
  border: none;
}

.imagenTarjeta{
  max-height: 200px;
  max-width:250px;
  padding:16px;
  margin-left: auto;
  margin-right: auto;
}

.imagenNoticia{
  padding:16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contenedorImagenNoticia{
  //min-height: 100px;
  //min-width: 100px;
  max-height: 250px;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

.tituloNoticia{
  color: #7F0000FF;
}

.noticias{
  //background: #7F000080;
}

.tituloTarjeta{
  margin-top:10px;
  color: #7F0000FF;
  font-weight: 600;
}

.hr1{
  width: 250px; 
  background: yellow; 
  margin-top: -5px;
  text-align:center;
}

.hr2{
  width: 180px; 
  background: yellow; 
  margin-top: -5px;
  text-align:center;
}

.fechaVencida{
  font-weight: 800;
  color: red;
}

.hrSecciones{
  background: #7F0000FF;
}

.cuadrito{
  border: 1px solid #aba;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  display: inline-block;
}

.labelCuadritos{
  margin-left: 5px; 
  display: inline-block;
  //float: left;
}

/***************************************************************************/
.baner{
  width: 100%;
  min-height: 145px;
  background: #ccc;
  margin-top: -7px;
}

.barraInfo{
  width: 100%;
}

.barraInfoIzq{
  background: white;
}

.barraInfoDer{
  background: white;
  text-align: right;
}

.barraInfoIzq, .barraInfoDer li{
  list-style: none;
  font-size: 13px;
  font-family: all; 
}

.barraSimple{
  height: 40px;
  background: #fff;
  width: 100%;
  border-radius: 20px 20px 0 0 ;
}

.botonMenu{
  font-size: 12px;
  color: white; 
  padding: 7px; 
  width: 100%; 
}

.botonesPanel{
  border: 1px solid white;
  background: #ddd;
}

.botonDetalles{
  height: 15px;
  width: 40px;
  font-size: 7px;
  padding: 0px;
  position: relative;
  top: 4px;
}

.buscador{
  text-align: center;
  height: 50px;
  background: #ccc;
  padding-top: 5px; 
  margin-top: -3px;
  margin-bottom: 8px;
}

.contendorCatalogo{
  margin-top: -7px;
}

.contenedorTarjetas{
  width: 100%
  padding: 10px;
  text-align: center;
}

.contenedorLogo{
  width: 100%
  padding: 10px;
  min-height: 60px;
  margin-top: 59px;
}

.desvanecer{
  display: none;
}


.estadisticas{
  width: 100%;
  height: 100px;
  margin: 10px;
  border: 1px solid;
  background: #fff;
}

.footer{
  position: absolute;
  width: 100%;
  background: #ddd;
  min-height: 80px;
}

.imgLogo{
  height: 60px;
  display: flex;
  margin-left: 10px;
}

.nombre{
  display: block;
  //color: red;
  font-size: 8px;
}

.panelIzq ul{
  position: relative;
  left: -28px;
  top: 10px;
  font-size: 12px;
}

.precio{
  display: block;
  color: red;
  font-size: 9px;
  font-weight: 600;
  margin-top: 3px;
}

.resaltarRojo{
  color: red;
}

.recuadrosIconos{
  height: 25px;
  width: 25px;
  border-radius: 8px;
  padding: 0px;
  background: transparent;
}

.sombra{
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
}

.tarjeta{
  width: 65px;
  height: 120px;
  border: 1px solid;
  display: inline-block;
  margin: 2px;
  font-size: 11px;
  text-align: center;
  padding: 3px;
  padding-top: 5px
}

.tarjetaImagen{
  height: 60px;
  //border: 1px solid;
}

.tarjetaCuerpo{

}

.tituloImagenes{
  color: #000; 
  position: absolute; 
  bottom: 1px;
}

.titulo{
  color: white;
  position: relative;
  top: 10px;
}

.tituloListado{
  padding: 6px;
  padding-top: 10px;  
}

.tituloCategorias{
  margin-left: 22px;
}

#barraCabecera{
  height: 45px;
  width: 100%;
  background: #fff;
  z-index: 1100;
}

#cabecera{
  position: fixed;
  top: 0px;
  z-index: 2000;
  background: white;
  //font-color: #fff;
  font-weight: 800;
  width: 100%;
}

#contenedor{
  width: 100%;
  min-height: 90vh;
  margin-top: 45px;
  //background: #eee;
}

#icono{
  display: inline-block;
  position: absolute;
  padding: 5px;
  padding-top: 5px;
  z-index: 1000;
  height: 15px;
  width: 70px;
  top: 0px;
  color: black;
  font-weight: 600;
  font-size: 10px;
  left: 0px;
  background: #fff;
  box-shadow: inset 1px 1px 10px #ddd;
}  

#login{
  padding: 10px;
  width: 300px;
  margin: 40px auto 0px auto; 
}

#menuLateral{
  z-index: 1000;
  min-height: 86.5vh;
  width: 300px;
  background: #000;
  opacity: 0.9;
  position: fixed;
  left: -300px;
  padding: 15px;
}

#notificaciones{
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.5);
  width: 300px;
  position: absolute;
  right: 10px;
  padding: 16px;
  z-index: 100;
  background: #fff;
  display: none;
} 



@media screen and (max-width: 930px){
  .pestanas{
    width: 70px;
    margin-left: 2px;
  }

  .letrasPestanas{
    //display: none;
    font-size: 12px;
  }

  .nombresPestanas{
    display: none;
  }
  
  .botones{
    margin-top: 12px;
  }
}

@media screen and (max-width: 600px) {
  
  .pestanas{
    width: 45px;
    height: 40px;
    margin-left: -3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .botonBuscarCedula{
  margin-left: 12px;
  }

  .imagenNoticia{
    padding:1px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .contenedorImagenNoticia{
    //min-height: 100px;
    //min-width: 100px;
    max-height: 250px;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
  }

}