@charset "utf-8";
/* CSS Document */

/* INDICADOR PERMANENTE DE ENTORNO TEST */
/*
body::before {
  content: "🚨 ENTORNO DE PRUEBAS 🚨";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #dc2626;
  color: #ffffff;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  font-size: 1rem;
  z-index: 10000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}
*/

/* Ajustar body para el banner */
body {
  background-color: #FFF;
  font-family: 'Roboto';
  font-size: 2rem;
  margin-top: 40px;
  margin-left: 0;
  font-weight: 700;
  color: #000;
}

.Pie {
  border-top: 2px #000 solid;
  background-color: #7CBFC5;
  padding: 3px;
}

.Centro {
  background-color: #666;
}

.TitProd {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
}

.Descrip {
  font-size: 1rem;
  text-align: left;
  padding: 3px;
  color: #666;
}

.Precio {
  font-weight: bold;
  text-align: right;
  font-size: 1.1rem;
  color: #046ABA;
}

.FichaProd {
  border: 1px #CCC solid;
  border-radius: 5%;
  background-color: #EBEBEB;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
}

.Fila {
  border-bottom: 2px #EBEBEB solid;
  font-size: 0.8rem;
  text-align: left;
  padding-left: 3px;
  padding-bottom: 3px;
}

.ColHead {
  background-color: #CCC;
  font-weight: bold;
  text-align: center;
}

.Titulo {
  background-color: #7CBFC5;
  color: #FFF;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 5px;
}

.SubTitulo {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 5px;
  color: #000;
}

.Form {
  width: 20rem;
  border-radius: 5%;
  border: 1px solid #000;
  height: 1.5rem;
}

.Contenedor {
  width: 98%
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('pageLoader.gif') 50% 50% no-repeat rgb(249, 249, 249);
  opacity: .8;
}

.Celda {
  font-size: 1rem;
  padding-left: 3px;
  border: 1px solid #CCC;
  background-color: #FCFCF6;
}

.CeldaImp {
  font-size: 1.2rem;
  padding: 3px;
  border: 1px solid #FFF;
  background-color: #046ABA;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.HeadCol {
  background-color: #046ABA;
  font-weight: bold;
  text-align: center;
  border: 1px solid #FFF;
  color: #FFF;
}

.HeadCol1 {
  background-color: #CCC;
  font-weight: bold;
  text-align: center;
  border: 1px solid #FFF;
  font-size: 0.9rem;
}

.Link {
  text-decoration: none;
  color: #000;
}

.Link:visited {
  text-decoration: none;
  color: #000;
}

.Link:hover {
  text-decoration: underline;
  color: #000;
}

.Nombre {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
}

.Link1 {
  text-decoration: none;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 20%;
  padding: 3px;
}

.Link1:visited {
  text-decoration: none;
  color: #FFF;
}

.Link1:hover {
  text-decoration: underline;
  color: #FFF;
}

.Link2 {
  text-decoration: none;
  color: #FFF;
  padding: 3px;
}

.Link2:visited {
  text-decoration: none;
  color: #FFF;
}

.Link2:hover {
  text-decoration: underline;
  color: #FFF;
}