/*.oculto{display:none;}*/

* {				/*https://www.youtube.com/watch?v=Vx854s9YE78&t=70s*/
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}


body{
	/*		font-family: georgia, times, serif;
		  font-family: 'Century Gothic', sans-serif;*/
		  font-family: sans-serif;

			color: #333;
			font-size: 1.2em;
			line-height:1.6em;
			width: 100%;
			margin: auto;
	/*		background: #feb236;*/
			
}

.ocultar{		display:none;		}
.mostrar{		display:block;		}

.logo-nav-container{		
									display: flex;
									justify-content: space-between;
									align-items: center;
									flex-wrap: wrap; /*si no cabe que flote abajo*/
}


.caja_contenido_tpv{
									/*	background: #FF7F50;*/
										/*	background: none;*/
											width: 70%;
											max-width: 60em;
											/*max-width: 850px;*/
											/*max-width: 870px;*/
											margin: 0em auto 0em auto;
}

.caja_contenido_prueba{
										background: #FF7F50;
										/*	background: none;*/
											width: 100%;
											/*max-width: 60em;*/
											/*max-width: 850px;*/
											/*max-width: 870px;*/
											margin: 10em auto 0em auto;
											height: 30em;
											
}

.caja_contenido2_tpv{	
												width:100%;	
											/*	background:#d6cbd3  ;*/	
												min-height: 44em;
											/*	min-height: 25em;*/
												padding: 0.2em 0.5em 0.2em 0.5em;
												text-align: left;	
											/*
												border: 0em 0em 0em 0em;		
												border-top:solid;
												border-bottom:solid;		
											*/
												/*
												border-top-width:0.4em;	
												border-bottom-width:0.4em;
												*/
										/*		border-width: 0.4em 0.0em 0.4em 0.0em;*/ 
													
											/*	border-bottom-color: #c31432  ;*/
												margin: 0em auto 0em auto;


/*       https://uigradients.com   */


}





.caja_botones{
							width:100%;
						/*	padding: 2em auto 2em auto;*/
							

}


.caja_anterior_a_copia{	
												width:100%;	
												height:0.0em;	
												background:#FFFFFF;
												margin: 0em 0em 0em 0em;
}

.caja_posterior_a_copia{	
												width:100%;	
												height:0.2em;	
												background:#FFFFFF;
}


.caja_anterior_a_info_sesion{	
												width:100%;	
												height:0.1em;	
												background:#FFFFFF;
}

.caja_posterior_a_info_sesion{	
												width:100%;	
												height:0.3em;	
												background:#FFFFFF;
}

.caja_anterior_a_botones{	
												width:100%;	
												height:0.3em;	
												background:#FFFFFF;
}

.caja_posterior_a_botones{	
												width:100%;	
												height:0.3em;	
												background:#FFFFFF;
}

.caja_relleno_inferior{	
												width:100%;	
											/*	background:#e06377;*/
}

.altura_caja_relleno_inferior_01{	height:1em;	}
.altura_caja_relleno_inferior_02{	height:2em;	}
.altura_caja_relleno_inferior_03{	height:3em;	}
.altura_caja_relleno_inferior_04{	height:4em;	}
.altura_caja_relleno_inferior_05{	height:5em;	}
.altura_caja_relleno_inferior_06{	height:6em;	}
.altura_caja_relleno_inferior_07{	height:7em;	}
.altura_caja_relleno_inferior_08{	height:8em;	}
.altura_caja_relleno_inferior_09{	height:9em;	}
.altura_caja_relleno_inferior_10{	height:10em;	}
.altura_caja_relleno_inferior_11{	height:11em;	}
.altura_caja_relleno_inferior_12{	height:12em;	}
.altura_caja_relleno_inferior_13{	height:13em;	}
.altura_caja_relleno_inferior_14{	height:14em;	}
.altura_caja_relleno_inferior_15{	height:15em;	}
.altura_caja_relleno_inferior_16{	height:16em;	}
.altura_caja_relleno_inferior_17{	height:17em;	}
.altura_caja_relleno_inferior_18{	height:18em;	}
.altura_caja_relleno_inferior_19{	height:19em;	}



.aviso{
	
					font-family:"Montserrat Arial Unicode Ms";
			/*		font-weight:bold;*/
					font-size: 1.5em;
					/*color:#200122 ;*/
					background:none;
				/*	background:#AF7AC5;*/
					border:none;
					width:18em;	
					float:center;
					margin: 7em 0em 10em 0em;
					/*border:0;*/
				  	outline: none;
					width: 90%;

}





/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
@media only screen and (max-width: 1300px) {

					.caja_contenido_tpv{
																width: 90%;
					}

}

/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
@media only screen and (max-width: 1000px) {

					.caja_contenido_tpv{
																
																width: 98%;
					}
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/
/*************************************************************************************************************/











}

