@charset "utf-8";
/* CSS Document */

.dialogo{
	z-index: 3;
	display: flex;
}
.mensajes{
	display: flex;
	flex-flow: column;
	width: 49%;
	height: 100%;
	border: 1px solid;
	overflow: scroll;
/*
	z-index: 2;	
    background-color: rgba(240,230,220,1);
*/
}

.panelEdVenta{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 31%;
	height: 95%;
	max-height: 95%;
	padding: 0.5%;
	margin: 2px;
	border: 1px solid;
	overflow: scroll;
}

.panelVistaVentas{
	display: flex;
    background-color: rgba(240,230,220,1);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: fixed;
	width: 67%;
	height: 95%;
	left: 32%;
	top: 0;
	margin: 2px;
	padding: 0.5%;
	border: 1px solid;
	border-color: red;
/*
	text-align: center;
*/
}

/*******************************************************/

.barraVentas{
	background-color:rgb(25,240,40);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
	margin-top: 2px;
	margin-bottom; 2px;
}

.menuVentas{
	align-self: flex-start;
}

.menuPuja{
	align-self: flex-end;
}

.contador{
	display: flex;
	background-color:rgb(240,240,100);
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
	border: 1px solid black;
}

.descVentas{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	top: 0px;
	max-width: 100%;
	height: auto;
	text-align: left;
}

body{
    background:rgba(240,230,220,0.8);
	height: @media.height;
	min-width: 320px;
}

.opcmenu{
	background-color:rgb(240,240,100);
	margin-left: 5 px;
	margin-right: 5 px;
	margin: 3px;
	border: 1px solid black;
	border-radius: 3px;
}

.h_menu{
	display: flex;
	flex-flow: row wrap;
/*
	justify-content: flex-start;
*/
	justify-content: space-between;
	width: 100%;
}

header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color:rgb(25,240,40);
	top: 0;
	left: 0;
	float:none;
/*
	height: 100%;
*/
	width: 100%;
	flex-grow: 1;
}

.modal{
	display: none;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
    background:rgba(240,230,220,1);
	position: fixed;
	width: 100vw;
	height: 100vh;
    top: 0;
    left: 0;
	border: 1px solid;
	border-color:rgb(0,0,0);
	z-index: 2;	
}

.cFondo{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
    background:rgba(240,230,220,1);
    position: fixed;
	border: 1px solid;
	border-color:rgb(0,0,0);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 3;
}

.formulario{
	position: flex;
	justify-content: center;
	background-color: #DDDFEE;
	border: 1px solid;
	border-color:rgb(0,0,0);
	border-radius: 6px 6px 6px 6px;
	width: auto;
	text-align: center;
	padding: 5px;
}

.fprinc{
    top: 0 px;
	left: 0 px;
    width: 100%;
	bottom: 0 Px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
    background-color:rgba(240,230,220,1);
}

.visible_block{
	display: block;
}

.oculto{
	display: none;
}

.listaVentas{
	display: flex;
	flex-direction: column;
	align-content: space-between;
	justify-content: space-between;
	background-color: #DDDFEE;
	border: 2px solid;
	border-color:red;
	text-align: center;
	padding: 2px;
	margin: 5px;
	width: 25%;
	min-width: 300px;
	height: 30%;
	max-height: 30%;
}

.imagenVentas{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: space-between;
	text-align: center;
	width: 98%;
	height: auto;
    background-color: rgba(240,230,220,1);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 0.5%;
	border: 1px solid;
	border-color: black;
	height: 222px;
}

.imagenAmpliada{
	display: flex;
	width: 98%;
	height: 98%;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgba(240,230,220,1);
	background-position: center;
	padding: 0.5%;
	border: 1px solid;
	border-color: black;
}

/*******************************************************/

.listaArchivos{
	display: block;
/*
	flex-flow: column;
	align-content: flex-start;
	align-items: flex-start;
*/
	text-align: left;
	width: 98%;
	height: 50%;
	max-height: 50%;
	padding: 0.5%;
	border: 1px solid;
	border-color: black;
	overflow: scroll;
}