
	#marco_venta{
		border: 0px solid red;
		width: 1312px;
		margin: 50px auto;
		margin-bottom: 0;
	}
	#area_form{
		border: 0px solid silver;
		width: max-content;
	}
	#caja_busqueda{
		color: black !important; 
		width: 550px;
		margin: 0;
		display: inline-block;
	}
	#menu_area{
		border: 0px solid blue;
		vertical-align: bottom;
    	padding-bottom: 0;
	}
	#menu_area .menu_interno{
		border: 0;
    	margin-right: -5px;
    	float: right;
    	margin-left: -81px;
	}
	#productos_area{
		border: 1px solid silver;
		display: inline-block;
		width:900px;
		height: 550px;
		overflow-y: auto;
	}
	#total_area{
		border: 1px solid silver;
		display: inline-block;
		width: 400px;
		height: 550px;
	    vertical-align: top;
	    margin-bottom: 50px !important; 
	}
	.editable{
		background-color: #d0ffab;
	    font-weight: bold;
	    color: #047f58;		
	}
	.subtotal{
	    width: 200px !important;
	    font-family: "Sanchez";
	    background-color: white;
	    border: 1px solid #e6e6e6;
	    padding: 5px 13px;
	    font-size: 30px !important;
	    font-weight: bold;
	    height: 38px;

	    margin-bottom: 0 !important; 
	    text-align: center; 
	}	
	#preview_image{
		width: 250px; 
		height: 250px;		
	}
	.show_solocel{
		display: none;
	}
	.td_contdetalle_list{
		text-align: center;
		position:relative;
	}
	.detalle_list{/*detalle pensamiento*/
	    border: 1px solid #ffd100;
	    border-radius: 6px;
	    background-color: #f9edb5;
	    padding: 5px;
	    width: 170px;
	    position: absolute;
	    top: 5px;
	    left: 52px;
	    display: none;	
	}
	.detalle_list ul{
		padding: 0;
	    margin: 0;
	    margin-left: 20px;
	}


	.form_v{
		text-align: right;
	    vertical-align: top;
	    padding-top: 5px;
	    color: lightgrey;
	}
	.input_v{
		cursor:default;
		color: black !important;
		padding-top: 5px !important;
	}
	.valor{
		font-family:'Sanchez';
		font-size:16px !important;
		height: 25px;
		font-weight: bold;
		text-align: right  !important;
	}

	

/* Móviles en horizontal o tablets en vertical ----------------------------------------------------------------------- */
@media screen and (max-device-width: 700px) {/*CELULAR EN POSICIÓN VERTICAL*/

	#productos_area,#total_area, #marco_venta{
		width:97vw;
	}
	#productos_area,#total_area{
		height: auto;
	}
	#area_form,#menu_area{
		width:auto;
	}
	#caja_busqueda{
		width:90vw;
	}
	#productos_venta{
		margin-bottom: 50px;
	}
	#preview_image{
		width: 130px; 
		height: 130px;		
	}
	.show_solocel{
		display: block;
	}
	#area_ventana{
		margin-top: -20px !important;
		padding: 10px 5px 10px 5px !important;
	}
	#area_ventana input[type='text'], #area_ventana .file{
	    width: 200px;
	}
	.td_contdetalle_list{
		padding-left: 20px !important;
    	padding-right: 20px !important;
	}

}/* fin @media screen  */