@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

	.logo, .inf-esp, .sec-footer, .div-m, .txt_origen_hora{
		display: none;
	}

/*  ESTILOS PARA EL LOGIN */
	.div-l{
		width: 80%;
		height: 70em;
	}
	.table-login{
		margin-top: 6em;
	}
	.table-login tr td input{
		font-size: 3.7em;
		margin-top: .9em;
	}
	.img-ver{
		margin-top: .7em;
		width: 50px;
		height: 50px;
	}
	#iniciar{
		margin-top: 1em;
		padding: 10px;
		height: auto;
		border-radius: 5px;
	}
	#p-error, #p-info, #p-success, #p-warning{
		font-size: 2.5em;
	}

/*  ESTILOS PARA EL ENCABEZADO */
	
	.logo{
		font-size: 4em;
	}
	.titulo{
		font-size: 5.5em;
		text-align: center;
	}
	.par{
		font-size: .6em;
	}
/*  ESTILOS PARA LOS BOTONES DEL MENU */
	.sec-contenido{
		height: auto;
		border: 1px solid green;
	}
	.saludo{
		display: none;
	}
	.tiempo_sesion{
		background-color: #c0c0c0;
		width: 95%;
		font-size: 2em;
		padding: 0px;
		margin-top: 0px;
		text-align: center;
		line-height: normal;
	}
	.contenido{
		float: none;
		margin-left: 0%;
		width: 100%;
		height: auto;
		text-align: center;
	}
	.contenido div{
		float: none;
		margin: 0 auto;
		width: 100px;
		height: 100px;
		margin: 10px;
		margin-top: 0px;
	}
	.contenido div img{
		width: 90%;
		height: 58px;
		margin-top: 20px;
		margin-left: -100%;
	}

/*  ESTILOS PARA LO QUE SE VA COBRAR */
	.cobrar{
		min-width: 100%;
		
	}
	.cobrar table tr td, .t1{
		font-size: 3.3em;
	}
/* ESTILOS PARA LOS BOTONES AZULES DEL HOME */
	.consecutivo {
		text-align: center;
		font-size: 2.5em;
		height: auto;
		min-height: 70px;
		width: 100%;
	}
	.consecutivo button{
		text-align: center;
		width: 47%;
		display: inline-block;
	}
	.tipo_impresion{
		width: 48%;
		margin-left: 0%;
	}
	.btn_vehiculos_parqueo{
		display: block;
		width: 97% !important;
		font-size: 1.5em;
		font-family: poppins;
		margin-top: .5em;
	}

/* ESTILOS PARA DENTRO DE PARQUEADERO, ENTRADA Y SALIDA */
	.buscar_placa_parqueo{
		font-size: 2.8em !important;
	}
	#imprimir_recibo_salida{
		font-size: 1.1em;
	}
	.div-con, .entrada{
		display: block;
		margin: 0 auto;
	}
	.entrada{
		width: 98%;
	}
	.div-con{
		width:100%;
		display: none;
	}
	.div-dentro table tr td:nth-child(1){
		display: none;
	}
	.div-dentro table tr td input{
		font-size: 2.5em;
		min-width: 98%;
	}
	.div-dentro table tr td img{
		min-width: 50px;
		min-height: 50px;
	}
	.div-dentro table tr .p4, .div-dentro table tr .p5{
		font-size: 3em;
	}
	.div-dentro table .p5 span, .div-m table .p5 span{
		font-size: .9em;
	}

	.tabla_seleccion_fecha_hora{
		border-bottom: 2px solid #c0c0c0;
		margin-bottom: 20px;
	}
	.tabla_seleccion_fecha_hora tr td{
		font-size: 2.7em;
	}
	.tabla_seleccion_fecha_hora tr td h3{
		font-size: 1.2em;
	}
	.tabla_seleccion_fecha_hora tr td input{
		margin-top: -30px;
	}

	.cont_casillero{
		width: 97% !important;
		
		margin-top: 1em;
	}
	.cont_casillero table{
		min-width: 100%;
	}
	.cont_casillero table tr td{
		font-size: 2.5em;
	}
	.cont_casillero table tr td h2{
		font-size: 1.1em;
	}
	.cont_placa{
		height: auto;
		width: 97%;
	}
	.col{
		font-size: 2em;
	}


	.inp-placa::-webkit-input-placeholder {
	 	font-size: 1em; 
	}
	.inp-placa{
		font-size: 6em;
	}

	.btn-salida, .btn-tarifas{
		font-size: 4em;
		height: auto;
		min-height: 79px;
		width: 48%;
		min-width: 48%;
		display: inline-block;
		vertical-align: top;
		margin-top: 5px;
	}

	#modal_ultimos_registros .contenedor_editar{
		min-width: 98%;
		font-size: 1.8em;
	}
	#btn_cerrar_ultimos_registros{
		margin-right: -20%;
	}
	#tabla_ultimas_salidas{
		width: 100%;
	}
	#tabla_ultimas_salidas tr td{
		font-size: 2em;
		width: 16%;
		text-align: center;
	}
	#tabla_ultimas_salidas tr td img{
		min-width: 50px;
		min-height: 50px;
	}

}