
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    margin: 0;
    min-height: 100vh; /* Ocupa toda la altura de la ventana */
    display: grid;
    place-items: center; /* Centra todo el contenido */
    background-color: #ede1d5 !important; 
	 text-align: center;
  }
  
  .contenedor {
    display: grid;
    grid-template-rows: auto auto;
    gap: 20px; /* Espacio entre cajones */
  }
  
  .cajon {
    
   
    padding: 15px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
  }


/* links */
a { 
	color: #786132 !important;
	text-decoration: none  !important;
	font-weight:bold;
}

a:active { 
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
}
a:hover { 
	text-decoration: none;
	
	background-color: rgba(0, 0, 0, 0.15);
 }


ol {
	counter-reset: item;
}
ol li{
	list-style: none;
	padding:3px 0px;
}
ol li:before {
	content: counter(item) ". ";
	counter-increment: item;
	font-weight:bold;
	padding-right:3px;
}
/* end link*/
.hr1 {
  height: 3px;
	opacity: .25;
	margin-top: 5px;
  margin-bottom: 5px;
}
#body2 {
	margin:0 auto 0 auto; 
	width: 900px;
	}
#body_edit {
	margin:0 auto 0 auto; 
	width: 900px;
	text-align: center;
	padding: 5px;
	border:1px solid gray;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 15px #A0A0A0;
	-moz-box-shadow: 0px 0px 15px #A0A0A0;
	-webkit-box-shadow: 0px 0px 15px #A0A0A0;
	}
#tbheader {
	display:inline-block;
	width: 775px;
	text-align: center;
	padding: 5px;
	font-size: 13px;
	font-weight:bold;
}
/*-----END links optionals------*/

/* ----------------	tablas ----------------------- */ 
#wrapper {
	height: 100%;
	display:table;
	margin-left: auto;
	margin-right: auto;
	}
#row { 
	display: table-row; 
 }

/*- tabla dos columnas auto	*/
#tb_col {
	display:table-cell;
	vertical-align: top;
	padding: 5px;
/*	border-color: black; 
	border:1px solid;   */
}
#tb_col2 {
	display:table-cell;
	vertical-align: top;
	text-align: center;
	width: auto;
	padding: 0px;
}
/*- end tabla dos columnas auto	*/
/* ---------------- end tablas ---------------------- */ 

/* -----BOX -----*/
.box_out {
	color: #211D13;
	border-radius: 5px ;
	border: 1px solid #312E28;
	margin-bottom: 15px;	
}
.box_header {
	border-radius: 5px 5px 0px 0px;
	background-color: #CDC2A8;
	padding: 5px;
	border-bottom: 1px solid #312E28;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.box_main {
	border-radius: 0px 0px 5px 5px;
	padding: 5px;
}
.box {
	color: #211D13;
	border-radius: 5px ;
	border: 1px solid #312E28;
	margin: 8px;	
	padding: 8px;
}
/* -------- */
span {
	display: inline-block;
	}
.form-select {
	padding-top: 2px !important;
  padding-bottom: 2px !important;
  padding-left: 10px !important;
}
#block_checkbox {
	display: inline-block;
	width: 62px;
}
.title{
	font-size: 17px;
	font-weight:bold;
	text-transform:uppercase;
}

.entregado_pagado {
	font-size: 17px;
	font-weight:bold;
	text-transform:uppercase;
	display: inline;
	color: green;
}
.anulado {
	font-size: 17px;
	font-weight:bold;
	text-transform:uppercase;
	display: inline;
	color: red;
}
.orders_home {	
  border: none;
  width: 100%;
  display: inline-block; 
  font-weight: normal; 
  font-size: 11pt;
  padding: 5;
  text-align: center;
  line-height: 1.5;
  border-radius: 6px;

}

