* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-family: 'Roboto', sans-serif;
  /*margin: 20px auto 0 auto; /* top right bottom left */
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: 9px;
  padding: 1px;
  /* background-color: #f2f2f2;  */
  background-color: #f5f5f5; 
  display: flex;
  /* flex-direction: row; */
  /* align-items: center; */
  width: 95%;
  max-width: 1500px;
  /* justify-content: center; */
}
.menu-toggle {	/* botón hamburguesa */
  position: fixed;
  top:  10px;
  left: 15px;
  font-size: 24px;
  color: #333;
  /* background: none; */
  background: #f5f5f5;
  border: none;
  border-radius: 4px;
  z-index: 1001;
  padding: 1px 4px;
  cursor: pointer;
}
.side-menu {	/* navigation movil */
  position: fixed;
  top: 0;
  left: -150px;
  width: 150px;
  height: 100%;
  /* background-color: #f8f8f8; */
  background-color: #dddddd;
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  transition: left 0.3s ease;
  z-index: 1000;
  padding-top: 65px; /* espacio para el botón */
}
.side-menu ul {
  list-style: none;
  padding: 0;
}
.side-menu ul li {
  /* padding: 12px 20px; */
  padding: 3px 12px;
}
.side-menu ul li a {
  text-decoration: none;
  color: #333;
  display: block;
}
.side-menu.open {
  left: 0;
}
.banda-izq {
	/* position: fixed; */
	/* align-items: center; */
	height: 100%;
	/* width: 170px; */
    width: 20%;
	margin: 0;
	padding: 5px;
}
.banda-cent {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
    max-width: 1500px;
    width: 100%;
	margin: 0;
	padding: 5px;
}
.banda-der {
	/* align-items: center; */
	height: 100%;
	width: 20%;
	margin: 0;
	padding: 5px;
}
.navigation {
    position: relative;
    top: 76px;
	/* left: 0; */
	/* left: 10px; */
    width: 100%;
    font-size: 16px;
    /* text-align: left; */
    background-color: #dddddd;
    border-radius: 4px;
	/* flex: 0 1 auto; */
}
.navigation ul {
    white-space: nowrap; 
	list-style: none;
    padding: 4px;
	/* left: 4px; */
	/* top: 4px; */
}
.navigation li {
    /* margin-bottom: 10px; */
	display: block; /* los pone en línea */
	padding: 1px;
	margin-right: 10px;
}
.navigation a {
    text-decoration: none;
}
.search-bar {
	display: flex;
    width: 95%;
    gap: 4px; 
    padding: 5px;
    /* background-color: #f2f2f2; */
    /* border-radius: 5px; */
    /* flex: 1 1 auto; */
    /* min-width: 300px; */
    /* align-items: center; */
    /* justify-content: flex-start; */
}
.search-bar input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.search-bar input#texto {
	width: 30%;
	flex: 1 0 auto;
}
.search-bar input#fuente {
	flex: 1;
	min-width: 0;
}
input, textarea {
	font-family: inherit;
	font-size: 13px;
}
.cajas {
	display: flex;
	flex-direction: column;
    width: 95%;
	/* background: white; */
    /* border: 1px solid #ddd; */
	border-radius: 4px;
    padding: 5px;
    /* background-color: #f2f2f2; */
}
#caja1 {
	margin-top: 15px;
}
#caja2 {
	margin-bottom: 20px;
	margin-top: 15px;
}
#caja3 {
	margin-bottom: 20px;
}
.cajas p, .cajas table, .cajas a, .cajas div {
	margin-top: 10px;
	/* margin: 20px 0; */
	/* margin-top: 20px; */
	/* margin-bottom: 0; */
	/* margin-right: 0; */
	/* margin-left: 0; */
}
.cajas.parpadear h3, .cajas.parpadear p, .cajas.parpadear a, .cajas.parpadear strong, .cajas.parpadear tbody, .cajas.parpadear form, .cajas.parpadear label, .cajas.parpadear input, .cajas.parpadear textarea#texta-msj, .cajas.parpadear button {
	background-color: #f5f5f5;
	color: #f5f5f5;
	border: 1px solid #f5f5f5;
	cursor: inherit;
}
@media (max-width: 768px) {
	.banda-izq {display: none;}
	.banda-der {display: none;}
	.search-bar {margin-top: 15px;}
	/* .footer {display: none;} */
	/* .search-bar #fuente {display: none;} */
}
@media (min-width: 769px) {
	.menu-toggle {display: none;}
	.side-menu {display: none;}
}
.footer {
	white-space: nowrap;
    position: fixed;
    bottom: 2px;
	left: 14px;
    width: 94%;
	max-width: 1500px;
	margin: 0 auto;
    font-size: 10px;
    text-align: center;
	padding: 1px 0;
    background-color: #dddddd;
    border-radius: 4px;
}
h1 {
	color: #333;
	font-size: 26px;
	margin: 0;
}
h2 {
	white-space: nowrap;
	color: #666;
	font-size: 18px;
	margin: 0;
	padding: 10px;
}
h3 {
	color: #333;
	font-size: 16px;
}
button {
    padding: 8px 15px;
	background: #333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#boton2 {
    margin-left: 4px;
}
table {
    width: 100%;
	table-layout: auto;
    border-collapse: collapse;
    font-size: 15px;
    text-align: left;
	/* border-radius: 4px; */
}
/* tbody { */
	/* border-radius: 4px; */
/* } */
th, td {
    padding: 6px 10px;
    border: 1px solid #ddd;
	/* background-color: #f7f7f7; */
	background-color: white;
}
td {
	/* width: 100%; */
	/* white-space: nowrap; */
}
/* td#celda02 { */
	/* width: 1%; */
/* } */
strong {
    color: #666;
}
p, label {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
a {
    color: #333;
}
.novedades {
    position: relative;
    top: 58px;
	width: 100%;
    font-size: 16px;
    /* text-align: left; */
    /* background-color: #dddddd; */
	background-color: #f5f5f5;
    border-radius: 4px;
}
.novedades ul {
    list-style: none;
    padding: 4px;
	/* left: 4px; */
	/* top: 4px; */
}
.novedades li {
    /* margin-bottom: 10px; */
	padding: 1px;
}
.novedades a {
    text-decoration: none;
    /* color: #0077cc; */
	/* color: #333; */
}
form {
	display: flex;
	flex-direction: column;
}
.form1 {
	display: flex;
	/* flex-direction: row; */
	width: 100%;
	gap: 4px; 
	padding: 5px 0;
}
.form1 label {
	padding: 4px 0;
}
.form1 input {
	padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form1 input#nombre {
	width: 60%;
}
.form1 input#email {
	width: 100%;
}
#label-msj {
	margin-top: 5px;
}
#texta-msj {
	padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
	min-height: 200px;
	resize: none;
	overflow: scroll;
}
form button {
	margin-top: 8px;
	display: inline-block;   /* ocupa solo lo que necesita */
	width: auto;             /* que no se estire */
	align-self: flex-start;  /* opcional, lo alinea a la izquierda */
}
