@charset "UTF-8";
/* CSS Document */

/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700');
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;600;700&display=swap');

body
{
	background-color:#f3f3f3;
	margin:0;
	height:100%;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	/*color:#555555;*/
	color:#000000;
}

.Ocultar_Pc
{
   display: none !important;
}

.Ocultar_Movil
{
	display: block  !important;
}

.espaciadorcampo
{
	padding-right:0px; 
	padding-top:10px; 
	padding-bottom:10px;
	padding-left: 15px;
}

.titulo_tabla
{
	color:#000;
	font-size:18px;
	padding: 15px !important;
	padding-left: 110px !important;
}

.tabla
{
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	position: relative;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.icono_tabla
{
	position: absolute;
	width: 65px;
	height: 65px;
	background-color: #f99717;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	top:-20px;
	left: 25px;
}

.icono_tabla > span
{
	color: #fff;
	font-size: 24px;
}

.Cargando
{
	top: -110%; 
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.8);
	z-index: 2000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.Cargando.toggle
{
    top: 0; 
}


.ventanasuscribir
{
    position: fixed;
    lef: 0px; 
    top: -100%; 
    width: 100%;
    height: 100%; 
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.ventanasuscribir.toggle
{
    top: 0; 
}



.ventananota
{
    position: fixed;
    lef: 0px; 
    top: -100%; 
    width: 100%;
    height: 100%; 
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.ventananota.toggle
{
    top: 0; 
}


.ventanasucursal
{
    position: fixed;
    lef: 0px; 
    top: 0; 
    width: 100%;
    height: 100%; 
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.ventanasucursal.toggle
{
    top: -100%;
}



.ventanabuscarcliente
{
    position: fixed;
    lef: 0px; 
    top: -100%; 
    width: 100%;
    height: 100%; 
    z-index: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.ventanabuscarcliente.toggle
{
    top: 0; 
}


.ocultarabsoluto
{
    left: -100%;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.ocultarabsoluto.toggle
{
    left: 0;
}

.limpiar
{
    clear: both;
}

.Negroticket
{
    color: #000;
}

a
{
	text-decoration: none;
	color: #000;	
}

.tipografia
{
	font-family: 'Open Sans', sans-serif;
}

.VentanaModalVenta
{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	left: -100%;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.VentanaModalVenta.toggle
{
	left: 0%;
}

.VentanaModalVentaMostrar
{
	left: 0%;
}

.MarcaTextoHover
{
    background-color: #fff; 
    font-weight: 400;
}

.MarcaTextoHover:hover
{
    background-color: #FFF960; 
    font-weight: bold;
    cursor: pointer;
}

.MarcaTexto
{
    background-color: #FFF960; 
    font-weight: bold;
    cursor: pointer;
}



.FaltaEditar
{
   /* background-color: #ffd7d7; */
	color:red;
    font-weight: 400;
    cursor: pointer;
}
/*
.FaltaEditar:hover
{
    background-color: #FFF960; 
    font-weight: bold;
    cursor: pointer;
}

*/


	
.flexdirection
{
    flex-direction: row;	
}
	



input[type="checkbox"]
{
    -webkit-appearance: none;
    border: 1px solid #e9e7e3;
    position: relative;
	outline:0px;
	width:20px;
	height:20px;
	background-color:#fff;
}

input[type="checkbox"]:hover
{
    border: 1px solid #000;
	cursor:pointer;
}
 
input[type="checkbox"]:checked
{
    border: 1px solid #000;
    background-color: #000;
	background-image:url(images/check.png);
	background-repeat:no-repeat;
	background-position:center;
}


.sombra
{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.Redondo
{
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}

.Redondo10
{
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
}

.Alertas
{
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:5000;
	display:none;
	justify-content:center;
	align-items:center;
}
.Alertas.toggle
{
	display:flex;
}

.AlertasContenedor
{
	width:65%;
	max-width:480px;
	background-color:#FFFFFF;
	padding:40px;
	text-align:center;
	border-radius: 6px;
}




/* VENTANA MODAL */

.VentanaModal
{
	display:flex;
	position:fixed;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.4);
	z-index:1000;
	justify-content:center;
	align-items:center;
	left: -110%;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.VentanaModal.toggle
{
	left: 0%;
}

.VentanaModalContenedor
{
	width:65%;
	max-width:900px;
	height: auto;
	background-color:#FFFFFF;
	text-align:center;
	border-radius: 6px;
}


.VentanaModalContenedor.recuperarcontrasena
{
	width:90%;
	max-width:420px;
}


/* ALTERNAR FILAS EN TABLAS */
table tr:nth-child(even) td 
{
    /*background-color: #f7f7f7;*/
}
/* *********************** */

.renglon:hover td
{
	background-color:#f9f9f9;
}

h1
{
	font-size:18px;
}

/* TEXT BOX
.textbox-linea
{
	box-sizing:border-box;  
	width:100%;
	padding:10px;
	border:none;
	border:1px solid #e8edf3;
	font-size:16px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
.textbox-linea:hover
{
	outline:none;
}
.textbox-linea:focus
{
	outline:none;
	border:1px solid #ff6c00;
}
*/




/* TEXT BOX */
.textbox-linea
{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	box-sizing:border-box;  
	width:100%;
	padding:10px;
	border:none;
	border:1px solid #d2d2d2;
	border-radius: 14px;
	font-size:16px;
	color:#555555;
	/*font-family: 'Open Sans', sans-serif;*/
	font-weight:300;
	
}
.textbox-linea:hover
{
	outline:none;
}
.textbox-linea:focus
{
	outline:none;
	border:1px solid #f99717;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}





.textbox-buscar
{
	box-sizing:border-box;  
	width:100%;
	padding:9px;
	padding-left:20px;
	border:none;
	font-size:16px;
	color:#555555;
	border-bottom: solid #dae400 2px;
}
.textbox-buscar
{
	outline:none;
}

.oculta_buscar
{
	width:200px; 
	height:35px; 
	position:absolute;
	margin-left:0px;
	/*margin-left:180px;*/
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.oculta_buscar.toggle
{
	margin-left:0px;
}
/* ****************************** */

/* SELECT */
select{
	width:100%;
	box-sizing:border-box;
	background: #fff url(images/arrow2.png);
	background-position:99.5% center;
    background-repeat: no-repeat;
   	padding: 10px;
   	font-size: 14px;
   	border:1px solid #dae400;
   	-webkit-appearance: none;
	border-radius:6px;
	color: #000000;
}
select:hover{
	outline:none;
}
select:focus{
	outline:none;
	border:1px solid #dae400;
}
/* ****************************** */


.sub_titulo
{
	font-size:15px;
	color:#555555;
	font-weight:700;
}

.raya
{
	border-bottom:1px solid #ebebeb;
	width:100%;
}

.contenedor1
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
  
  
.contenedor2
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
  
  
.contenedor3
{
	float:left;
	width:33.3333%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor4
{
	float:left;
	width:25%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor5
{
	float:left;
	width:20%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor75
{
	float:left;
	width:75%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor30
{
	float:left;
	width:30%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
    
    -webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.contenedor40
{
	float:left;
	width:40%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}


.contenedor66
{
	float:left;
	width:66.66%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}




.fondo_naranja
{
	background-color:#f99717;
}
.fondo_naranja_claro
{
	background-color:#ffc7c8;
}
.fondo_naranja_fuerte
{
	background-color:#aa0003;
}


.fondo_gris
{
	background-color:#353b46;
}
.fondo_gris_claro
{
	background-color:#fff;
}
.fondo_gris_fuerte
{
	background-color:#23272e;
}



.fondo_azul
{
	background-color:#00bcc3;
}
.fondo_azul_claro
{
	background-color:#23b6c9;
}
.fondo_azul_fuerte
{
	background-color:#1fa3b5;
}

.fondo_amarillo
{
	background-color:#dab326;
}
.fondo_amarillo_claro
{
	background-color:#c9a523;
}
.fondo_amarillo_fuerte
{
	background-color:#b5941f;
}

.fondo_rosa
{
	background-color:#da2677;
}
.fondo_rosa_claro
{
	background-color:#c9236e;
}
.fondo_rosa_fuerte
{
	background-color:#b51f63;
}

.fondo_rojo
{
	background-color:#e41b1e;
}
.fondo_rojo_claro
{
	background-color:#ffc7c8;
}
.fondo_rojo_fuerte
{
	background-color:#aa0003;
}



.fondo_verde
{
	background-color:#dae400;
}
.fondo_verde_claro
{
	background-color:#14aa7b;
}
.fondo_verde_fuerte
{
	background-color:#12996e;
}

.fondo_blanco
{
	background-color:#fff;
}

.box_grande
{
	width:100%;
	height:120px;
	box-sizing:border-box;
	position:relative;
	overflow:hidden;
	border-radius: 10px;
}

.box_grande_contenedor
{
	width:100%;
	height:240px;
	position:absolute;
	
	-webkit-transition:All 0.2s ease;
	-moz-transition:All 0.2s ease;
	-o-transition:All 0.2s ease;
}

.box_grande_contenedor:hover
{
	margin-top:-120px;
}

.minibox_grande
{
	width:100%;
	height:120px;
	float:left;
	box-sizing:border-box;
	padding:20px; 
	display:flex; 
	align-items:center; 
	justify-content:center;
	position:relative;
	overflow:hidden;
}

.box_grande_link
{
	color:#3A3A3A;
	text-decoration:none;
	font-size:18px;
	font-weight:500;
}

.cuarto_circulo
{
	width:120px;
	height:120px;
	background-color: rgba(0, 0, 0, 0.1);
	position:absolute;
	border-radius:50%;
	top:-60px;
	left:-60px;
}





/* BOTONES */
.boton_listo
{
    width: 100%;
    display: block;
    box-sizing:border-box;
    height: 50px;
    background-color:#16b985;
    border-radius:5px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton_listo:hover
{
    background-color:#13a275;
}


.boton_rojo
{
	padding-top:10px;
	padding-bottom:10px;
    padding-left: 20px;
    padding-right: 20px;
	color:#FFFFFF;
	font-size:14px;
	background-color:#ee534f;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:4px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_rojo:hover
{
	background-color:#c53734;
}


.boton_gris
{
	padding-top:10px;
	padding-bottom:10px;
    padding-left: 20px;
    padding-right: 20px;
	color:#FFFFFF;
	font-size:14px;
	background-color:#4d5667;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:4px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_gris:hover
{
	background-color:#313641;
}


.boton_verde
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#16b985;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:4px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_verde:hover
{
	background-color:#13a275;
}


.boton_azul
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#00bcc3;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:4px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_azul:hover
{
	background-color:#009494;
}

.boton_negro
{
	padding-top:15px;
	padding-bottom:15px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#40404b;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	border-radius:4px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_negro:hover
{
	background-color:#000;
}

.boton
{
	padding-top:15px;
	padding-bottom:15px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	background-color: #525252;
	border-radius: 30px;
	font-weight: 700;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.boton:hover
{
	background-color: #2c2c2c;
}



.fondoboton_verde
{
	color: #000000;
	background-color:#dae400;
}

.fondoboton_verde:hover
{
	background-color:#c2cb00;
}


.fondoboton_naranja
{
	background-color:#f99717;
}

.fondoboton_naranja:hover
{
	background-color:#cf7b00;
}


.fondoboton_rojo
{
	background-color:#f44336;
}

.fondoboton_rojo:hover
{
	background-color:#d92f22;
}


.fondoboton_azul
{
	background-color:#00bcd4;
}

.fondoboton_azul:hover
{
	background-color:#0096a9;
}


.fondoboton_gris
{
	background-color:#403f4b;
}

.fondoboton_gris:hover
{
	background-color:#2d2c33;
}

/* ETIQUETAS */

.etiqueta_azul
{
	padding:10px;
	color:#FFFFFF;
	font-size:11px;
	background-color:#26c6da;
	text-decoration:none;
	border-radius: 6px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.etiqueta_roja
{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	font-size:11px;
	background-color:#ff6565;
	text-decoration:none;
	border-radius: 6px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

.etiqueta_verde
{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	font-size:11px;
	background-color:#16b985;
	text-decoration:none;
	border-radius: 6px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}


.etiqueta_amarilla
{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#000;
	font-size:11px;
	background-color:#f4d800;
	text-decoration:none;
	border-radius: 6px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}


.etiqueta_naranja
{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	color:#FFFFFF;
	font-size:11px;
	background-color:#f0ad4e;
	text-decoration:none;
	border-radius: 6px;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}



/***********************************************/


.boton_azul_cuadrado
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#26c6da;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_azul_cuadrado:hover
{
	background-color:#22b3c5;
}




.boton_negro_cuadrado
{
	padding-top:10px;
	padding-bottom:10px;
	color:#FFFFFF;
	font-size:12px;
	background-color:#40404b;
	text-decoration:none;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.boton_negro_cuadrado:hover
{
	background-color:#000;
}



/* ******************************************* */



#top_bar_titulo
{
	/*background-color:#000;*/
	box-sizing:border-box;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	text-align: left; 
	padding: 0px;
	padding-left: 10px;
	color: #000;
}

.boton_top
{
	text-decoration:none;
	float:right; 
	width:50px; 
	height:auto; 
    padding: 0px;
	display:flex; 
	justify-content:center; 
	align-items:center;
}

.boton_top > span
{
	text-decoration:none;
}

.boton_top:hover
{
	/*background-color:#f9fafc; */
}

.circulo
{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border:1px #ccc solid;
}

#todo
{
	padding: 15px;
	padding-left:275px;
	padding-top: 0px;
}

#menu_scroll
{
	float:left;
	position:fixed;
	width:260px;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
	

#menu
{
	float:left;
	background-color:#fff;
	width:100%;
	height:100%;
	overflow:scroll;
	overflow:hidden;
	box-sizing: border-box;
	padding: 15px;
	font-size: 14px;
}

#espaciador_menu
{
	float:left;
	width:260px;
	height:100px;
}

.boton_menu
{
	width:100%;
	padding: 10px;
	padding-left: 15px;
	border-radius: 4px;
	 margin-top: 15px;
	background-color:#fff;
	float:left;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	text-decoration:none;
	box-sizing: border-box;
	
	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}

.boton_menu:hover
{
	padding-left: 30px;
	background-color: #eaeaea;
	cursor:pointer;
}

.icono_boton_menu
{
	font-size:24px;
	text-decoration: none;
	color:#a9afbb;
}

.texto_boton_menu
{
	font-size:15px;
	text-decoration: none;
	color:#3c4858;
	margin-left: 20px;
}




.boton_configuracion
{
	position:fixed;
	bottom:0px;
	left:0px;
	width:74px;
	height:auto;
	font-size:30px;
	color:#97a0af;
	text-align:center;
	cursor:pointer;
	background-color:#2e343c;
	padding-top:10px;
}

.boton_configuracion:hover
{
	color:#fff;
}





@media only screen and (max-width:1050px)
{

	.margentopcomanda
	{
		margin-top:20px;
	}
	
	.flexdirection
	{
		flex-direction: row;
	}
.contenedor2
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}
  
  
.contenedor3
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}

.contenedor4
{
	float:left;
	width:50%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}


.contenedor5
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}


	
	
}



@media only screen and (max-width:750px)
{
	.espaciadorcampo
	{
		padding-left: 0px;
	}
	
	.flexdirection
	{
		flex-direction: column;	
	}
	
	.Ocultar_Pc
	{
		display: block !important;
	}

	.Ocultar_Movil
	{
		display: none !important;
	}
	
.oculta_buscar
{
	margin-left:0px;
}

.contenedor2
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}
  
  
.contenedor3
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}

.contenedor4
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}

.contenedor5
{
	float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
}
	
	.contenedor75
	{
			float:left;
	width:100%;
	height:auto;
	box-sizing:border-box;
	padding:10px;
	}
	
	.contenedor66
	{
		float:left;
		width:100%;
		height:auto;
		box-sizing:border-box;
		padding:10px;
	}
	
	

}

#contenedornota
{
	padding: 15px;
}

@media print
{
    .NoImprimir
    {
        display: none;
    }
    
    #resultados
    {
        padding-left: 30px;
    }
    
    #top_bar_titulo
    {
        padding-left: 30px;
    }
    
    #menu_scroll
    {
        display: none;
    }
	
	#todo
	{
		padding: 0px;
	}
	
	#contenedornota
	{
		padding: 0px;
	}
	
	body
	{
		background-color: #fff;
	}
	
	.tabla
	{
		border:none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
}