@charset "utf-8";
/* CSS Document */
 
:root {
  --gray-shadow: rgba(82, 88, 93, 0.5);
  --fondo_sitio_principal: var( --gray-dark );
  --fondo_menu_sitio_principal: background-color: rgba(0, 0, 0, 0.6) !important;/*var( --gray-dark );*/
  --fondo_login_sitio_principal: background-color: rgba(52, 58, 64, 0.6) !important;/*var( --gray-dark );*/
  --sombra_menu_sitio_principal: #929292;
  --color_sitio_principal: #E1E1E1;
}

.javascript_deshabilitado {
	align-self: center;
    background-color: var( --gray-dark );
	border: none;
	border-radius: 0.3125em;
	box-sizing: border-box;
    color: lightgray;
	flex-direction: column;
	font-family: inherit;
	font-size: 1rem;
	justify-content: center;
	padding: 1.25em;
	position: relative;
	width: 32em;
	max-width: 100%;
    -moz-box-shadow: 10px 10px lightgray;
    -webkit-box-shadow: 10px 10px lightgray;
    box-shadow: 10px 10px lightgray;
}

.bg_color_sitio_principal {
  background-color: var( --color_sitio_principal ) !important;
}

a.bg_color_sitio_principal:hover, a.bg_color_sitio_principal:focus,
button.bg_color_sitio_principal:hover,
button.bg_color_sitio_principal:focus {
  background-color: var( --sombra_menu_sitio_principal ) !important;
}

html {
	  height:calc(100% - 100px);
    height:-moz-calc(100% - 100px);
    height:-webkit-calc(100% - 100px);
}

@media screen and (min-width: 800px) {
	html {
		height:calc(100% - 100px);
	    height:-moz-calc(100% - 100px);
	    height:-webkit-calc(100% - 100px);
	}
}
/*
.body_background {
	background-image: url( '../comercios/sitio_principal/imagenes/logos_background/background_puntoventa.jpg');
	background-repeat: no-repeat;
	background-size: cover;
    width: 100%; ;
    height: 100%;
    top:0;
    left:0;
    position:fixed;
    z-index: -1;
}
*/
@media all and (orientation: landscape) {
	.body_background {
		background-image: url( '../comercios/sitio_principal/imagenes/logos_background/background_puntoventa.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	    width: 100%; ;
	    height: 100%;
	    top:0;
	    left:0;
	    /*position:fixed;*/
	    z-index: -1;
	}
    
    .logo_rectangular_portada{
    	height: 107px;
		float: left;
		margin-left: 1.3%;
		margin-top: 0.8%;
    }
    
	@media (max-width: 800px) {
		.body_background {
			background-image: url( '../comercios/sitio_principal/imagenes/logos_background/background_puntoventa.jpg');
			background-repeat: no-repeat;
			background-size: cover;
		    width: 100%; ;
		    height: 100%;
		    top:0;
		    left:0;
		    /*position:fixed;*/
		    z-index: -1;
		}

	    .logo_rectangular_portada{
	    	height: 107px;
			float: left;
			margin-left: 2.9%;
			margin-top: 0.8%;
	    }
	}
	
    .contenedor_iconos_menu_principal{
		margin-left: 8px;
		margin-top: 0.8%;
    }
}

@media all and (orientation: portrait) {
	.body_background {
		background-image: url( '../comercios/sitio_principal/imagenes/logos_background/background_puntoventa_portrait.jpg');
		background-repeat: no-repeat;
		background-size: auto 116%;
	    width: 100%; ;
	    height: 100%;
	    top:0;
	    left:0;
	    /*position:fixed;*/
	    z-index: -1;
    }
    
    .logo_rectangular_portada{
    	height: 107px; 
    	float: left;
    	margin-left: 3%;
    	margin-top: 6%;
    }
    
	@media (max-width: 400px) {
	    .logo_rectangular_portada{
	    	height: 107px;
			float: left;
			margin-bottom: 2%;
			margin-left: 5.5%;
			margin-top: 2%;
	    }
	}
    
    .contenedor_iconos_menu_principal{
		margin-left: 8px;
    	margin-top: 6%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] { 
	-moz-appearance:textfield;
}

.navmenu{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navmenu> .container,
.navmenu> .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-menu-resto .navbar-brand {
  color: var( --color_sitio_principal );
}

.navbar-menu-resto .navbar-brand:hover, .navbar-menu-resto .navbar-brand:focus {
  color: var( --color_sitio_principal );
}

.navbar-menu-resto .navbar-nav .nav-link {
  color: rgba(235, 65, 70, 0.5);
}

.navbar-menu-resto .navbar-nav .nav-link:hover, .navbar-menu-resto .navbar-nav .nav-link:focus {
  color: rgba(235, 65, 70, 0.75);
}

.navbar-menu-resto .navbar-nav .nav-link.disabled {
  color: rgba(235, 65, 70, 0.25);
}

.navbar-menu-resto .navbar-nav .show > .nav-link,
.navbar-menu-resto .navbar-nav .active > .nav-link,
.navbar-menu-resto .navbar-nav .nav-link.show,
.navbar-menu-resto .navbar-nav .nav-link.active {
  color: var( --color_sitio_principal );
}

.navbar-menu-resto .navbar-toggler {
  color: rgba(235, 65, 70, 0.5);
  border-color: rgba(235, 65, 70, 0.1);
}

.navbar-menu-resto .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(235, 65, 70, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-menu-resto .navbar-text {
  color: rgba(235, 65, 70, 0.5);
}

.navbar-menu-resto .navbar-text a {
  color: var( --color_sitio_principal );
}

.navbar-menu-resto .navbar-text a:hover, .navbar-menu-resto .navbar-text a:focus {
  color: var( --color_sitio_principal );
}


.btn-menu-resto {
  color: var( --color_sitio_principal );
  background-color: var( --fondo_menu_sitio_principal );
  border-color: var( --fondo_sitio_principal );
  margin: 5px 5px 0px 5px;
  padding: 0px;
}

.btn-menu-resto:hover {
  color: var( --color_sitio_principal );
  background-color: var( --fondo_sitio_principal );
  border-color: var( --fondo_sitio_principal );
}

.btn-menu-resto:active {
  color: var( --color_sitio_principal );
  background-color: var( --fondo_sitio_principal );
  border-color: var( --fondo_sitio_principal );
}

.btn-menu-resto:focus, .btn-menu-resto.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-menu-resto.disabled, .btn-menu-resto:disabled {
  color: var( --color_sitio_principal );
  background-color: #343a40;
  border-color: #343a40;
}

.btn-menu-resto:not(:disabled):not(.disabled):active, .btn-menu-resto:not(:disabled):not(.disabled).active,
.show > .btn-menu-resto.dropdown-toggle {
  color: var( --color_sitio_principal );
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-menu-resto:not(:disabled):not(.disabled):active:focus, .btn-menu-resto:not(:disabled):not(.disabled).active:focus,
.show > .btn-menu-resto.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.bg-menu-resto {
  background-color: var( --fondo_menu_sitio_principal ) !important;
}

a.bg-menu-resto:hover, a.bg-menu-resto:focus,
button.bg-menu-resto:hover,
button.bg-menu-resto:focus {
  background-color: #f4941f !important;
}

.bg-opcion-seleccionada-menu-resto {
  background-color: var( --fondo_sitio_principal );
}

.bg-cabecera-resto {
  background-color: var( --fondo_sitio_principal ) !important;
}

.cabecera-resto {
  background-color: var( --fondo_sitio_principal ) !important;
  color: var( --color_sitio_principal );
  height: 60px;
  line-height: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.card-resto {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var( --color_sitio_principal );
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: var( --fondo_sitio_principal );
}

.card-resto > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-resto > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-resto > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}	

.card-subcategoria {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var( --fondo_sitio_principal );
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: var( --color_sitio_principal );
}

.card-subcategoria > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-subcategoria > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-subcategoria > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-categoriaadicional {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var( --color_sitio_principal );
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: var( --fondo_sitio_principal );
}

.card-categoriaadicional > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-categoriaadicional > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-categoriaadicional > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-producto {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var( --fondo_sitio_principal );
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: var( --color_sitio_principal );
}

.card-producto > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-producto > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-producto > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-ingrediente {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var( --fondo_sitio_principal );
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  color: var( --color_sitio_principal );
}

.card-ingrediente > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-ingrediente > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-ingrediente > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.number-input {
	background-color: var( --fondo_sitio_principal ) !important;
	border: 1px solid var( --color_sitio_principal );
	border-radius: 4px; 
	color: var( --color_sitio_principal );
	font-size: 1em;
	height: 30px;
	text-align: right;
}

.text-input {
	background-color: var( --fondo_sitio_principal ) !important;
	border: 1px solid var( --color_sitio_principal );
	border-radius: 4px; 
	color: var( --color_sitio_principal );
	font-size: 1em;
	height: 30px;
	text-align: left;
}

.text-input-select {
	background-color: var( --gray ) !important;
	border: 1px solid var( --color_sitio_principal );
	border-radius: 4px; 
	color: var( --color_sitio_principal );
	font-size: 1em;
	height: 30px;
	text-align: left;
}

.text-control {
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-outline-success-menu-center {
  color: #9E4B49;
  border-color: #FFFFFF;
}

.btn-outline-success-menu-center:hover {
  color: #fff;
  background-color: #9E4B49;
  border-color: #9E4B49;
}

.btn-outline-success-menu-center:focus, .btn-outline-success-menu-center.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success-menu-center.disabled, .btn-outline-success-menu-center:disabled {
  color: #9E4B49;
  background-color: transparent;
}

.btn-outline-success-menu-center:not(:disabled):not(.disabled):active, .btn-outline-success-menu-center:not(:disabled):not(.disabled).active,
.show > .btn-outline-success-menu-center.dropdown-toggle {
  color: #fff;
  background-color: #9E4B49;
  border-color: #9E4B49;
}

.icono_fondo_color_sitio_principal{
	height: 50px;
	width: 50px;
	cursor: pointer;
	background-color: var(--color_sitio_principal);
	border-radius: 2rem;
}

.icono_fondo_amarillo{
	height: 50px;
	width: 50px;
	cursor: pointer;
	background-color: var(--amarillo_bendita);
	border-radius: 2rem;
}

/****** MENU PRINCIPAL CABECERA *******/
div.contenedor_iconos_menu_principal{
	float:left;
	background: var( --color_sitio_principal );
    border: 1px solid var( --color_sitio_principal );
    border-radius: 0.25rem;
    height: 107px;
    margin-left: 12px;
 	  margin-bottom: 10px;
    width: 110px;
    padding-top: 5px;
}

div.contenedor_iconos_menu_principal:hover{
	cursor: pointer;
	-webkit-box-shadow: 0 10px 4px var( --sombra_menu_sitio_principal );
	-moz-box-shadow: 0 10px 4px var( --sombra_menu_sitio_principal );
	box-shadow: 0 10px 4px var( --sombra_menu_sitio_principal );
}

div.contenedor_iconos_menu_principal:hover p.texto-menu-principal{
	opacity: 1;
}

div.contenedor_iconos_menu_principal:hover img.icon-menu-principal{
    height: 65px;
}

p.texto-menu-principal{
	font-size: 1em;
	font-weight: bold;
	color: #343a40;
	text-align: center;
	opacity: .6;
    margin-top: -8px;
	-webkit-transition: padding-top .4s;
	-moz-transition: padding-top .4s;
	-o-transition: padding-top .4s;
	-ms-transition: padding-top .4s;
}

img.icon-menu-principal{
	display: block;
	margin: 10px auto;
    height: 50px;
	padding: 0px;
}
			
.menu-adaptativo {
	display: flex;
}

@media (min-width: 1200px) {
  #menu_principal {
    min-height: 130px;
  }
}

@media (max-width: 800px) {
  #menu_principal {
    min-height: 225px;
  }

 .menu-adaptativo {
	display: grid;
 }
}

@media (max-width: 360px) {
  #menu_principal {
    min-height: 407px;
  }
  
 .menu-adaptativo {
	display: grid;
 }
}

@media (max-width: 180px) {
  #menu_principal {
    min-height: 407px;
  }
  
 .menu-adaptativo {
	display: grid;
 }
}


/* MENU SECUNDARIO */

div.contenedor_menu_secundario{
	background-color: var(--fondo_sitio_principal);
    border: 1px solid var( --color_sitio_principal );
    border-radius: 0.25rem;
	float:left;
    height: 107px;
 	margin-bottom: 10px;
}

div.contenedor_menu_secundario:hover{
	cursor: pointer;
	-webkit-box-shadow: 0 10px 4px var( --sombra_menu_sitio_principal );
	-moz-box-shadow: 0 10px 4px var( --sombra_menu_sitio_principal );
	box-shadow: 0 10px 4px var( --sombra_menu_sitio_principal );
}

.menu_secundario_seleccionado{
	cursor: pointer;
	-webkit-box-shadow: 0 10px 4px var( --sombra_menu_sitio_principal );
	-moz-box-shadow: 0 10px 4px var( --sombra_menu_sitio_principal );
	box-shadow: 0 10px 4px var( --sombra_menu_sitio_principal );
	color: var( --color_sitio_principal );
	text-align: center;
}

.menu_secundario_seleccionado p.texto_menu_secundario{
	color: var( --color_sitio_principal );
	opacity: 1;
}


div.contenedor_menu_secundario:hover p.texto_menu_secundario{
	opacity: 1;
}

div.contenedor_menu_secundario:hover img.icon-menu-principal{
    height: 65px;
}

p.texto_menu_secundario{
	font-size: 1em;
	font-weight: 700;
	color: var( --color_sitio_principal );
	text-align: center;
	opacity: .6;
    margin-top: -8px;
	-webkit-transition: padding-top .4s;
	-moz-transition: padding-top .4s;
	-o-transition: padding-top .4s;
	-ms-transition: padding-top .4s;
}


.linea_gif_cargando{
	background-color: #343a40cf;
	border: none;
	border-radius: 1.313em;
	height: 200px;
	position: fixed;
	right: 44%;
	top: 44%;
	width: 200px;
}
.gif_cargando {
	cursor: default !important;
	height: 100px;
	width: 100px;
}
.div_gif_cargando {
	height: auto;
	text-align: center;
	top: 25%;
	position: relative;
}

/****** @media *****/
@media (max-width: 1000px) {
	
	.productos_cuerpo{
		display: block;
	}

	.productos_lado_izquierdo{
		width: 97%;
		text-align: center;
	}
	
	.productos_lado_derecho{
		height: 550px;
		text-align: center;
		width: 97%;
	}
	
	.categorias_productos_cuerpo{
		display: block;
	}

	.categorias_productos_lado_izquierdo{
		width: 97%;
		text-align: center;
	}
	
	.categorias_productos_lado_derecho{
		height: 550px;
		text-align: center;
		width: 97%;
	}
	
	.categorias_ingredientes_cuerpo{
		display: block;
	}

	.categorias_ingredientes_lado_izquierdo{
		width: 97%;
		text-align: center;
	}
	
	.categorias_ingredientes_lado_derecho{
		height: 550px;
		text-align: center;
		width: 97%;
	}
}

.swal2_custom_popup_class {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: solid 1px var( --color_sitio_principal );
  border-radius: 0.3125em;
  background: var( --fondo_sitio_principal );
  font-family: inherit;
  font-size: 1rem;
}
.swal2_custom_popup_class:focus {
  outline: none;
}
.swal2_custom_popup_class.swal2-loading {
  overflow-y: hidden;
}

.swal2_custom_cancel{
	border: 0;
	border-radius: 0.25em;
	font-size: 1.0625em;
	background-color: var( --color_sitio_principal );
	color: var( --fondo_sitio_principal );
	height: 50px;
	width: auto;
	margin: 0.3125em;
	padding: 0.625em 2em;
	box-shadow: none;
	font-weight: 500;
}
.swal2_custom_cancel:hover {
	border: 2px solid var( --color_sitio_principal );
}

.swal2_custom_confirm{
	border: 0;
	border-radius: 0.25em;
	font-size: 1.0625em;
	background-color: var( --color_sitio_principal );
	color: var( --fondo_sitio_principal );
	height: 50px;
	width: auto;
	margin: 0.3125em;
	padding: 0.625em 2em;
	box-shadow: none;
	font-weight: 500;
}
.swal2_custom_confirm:hover {
	border: 2px solid var( --color_sitio_principal );
}

/************* BOTON DE SUBIR IMAGEN ************/
.upload_button {
	/*background-image:url(./modulos/imagenes/30x30/camera.png);*/
	border-bottom:2px solid #9F9F9F;
	border-top:2px solid #DFDFDF;
	border-right:2px solid #9F9F9F;
	border-left:2px solid #DFDFDF;
	cursor:pointer;         
	text-align:center;
}
.upload_button:hover {
	border-bottom:2px solid #87B6D9;
	border-top:2px solid #d8e6ee;
	border-right:2px solid #87B6D9;
	border-left:2px solid #d8e6ee;
	cursor:pointer !important;         
}
.upload_button_inactivo {
	/*background-image:url(../../imagenes/30x30/camera.png);*/
	border-bottom:2px solid #9F9F9F;
	border-top:2px solid #DFDFDF;
	border-right:2px solid #9F9F9F;
	border-left:2px solid #DFDFDF;
	color:#CCCCCC;
	cursor:pointer;         
	display: inline-block;
	font-weight: bold;
	margin:auto;
	text-align:center;
}
.upload_button_inactivo:hover{
	cursor:pointer;         
}

.liCorrecto{
	color: #63DA46;
	display: flex;
	width: 250px;
}
.liIncorrecto{
	color: red;
	display: flex;
	width: 250px;
}
/************* FIN  BOTON DE SUBIR IMAGEN ************/

.barra-header {
    align-content: center;
    background: #5c9ccc url(../images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    border: 1px solid #4297d7;
    border-radius: 5px;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    margin: 1px;
    padding-top: 8px;
	/*padding: .4em 1em;
	position: relative;*/
}
.opciones_control {
    border: 1px solid #5C5C5C;
    border-radius: 5px;
    display: flex;
    font-size: 0.9em;
    height: 65px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}
.cuerpo_modulo {
    align-content: center;
	background-color: #fff;
    border: 1px solid #5C5C5C;
    border-radius: 5px;
    /*height: max-content !important;*/
    margin-top: 10px;
    overflow-y: auto;
    padding: 5px 5px;
    width: 100% !important;
}
.formulario_modulo {
    align-content: center;
    border: 1px solid #5C5C5C;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0px;
}
.leyenda_fieldset{
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", "sans-serif";
    font-size: 0.95em;
    margin-bottom: -2px;
    margin-left: 8px;
    width: auto;
}
.etiqueta_obligatorio {
  background-color: #fffda6;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #000000;
  font-size: 8pt;
  font-family: Tahoma;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 1px;
}
.datatable_centro{
	text-align: center;
}
.datatable_izquierda{
	text-align: left;
}
.datatable_derecha{
	text-align: right;
}
.contenedor_lista{
    border: 1px solid;
    float: left;
    height: max-content;
    padding: 5px 1px;
    text-align: center;
    width: max-content;
}

/*
Full screen Modal 
*/
.fullscreen_modal {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 600px) {
  .contenedor_lista{
  	float: none;
  }
}
@media (min-width: 768px) {
  .fullscreen_modal {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fullscreen_modal {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fullscreen_modal {
     width: 1170px;
  }
}
