@font-face {
    font-family: "wide";
    src: url(fonts/wide.ttf) format("truetype"); 
}
@font-face {
    font-family: "barcode39";
    src: url(fonts/Code39.ttf) format("truetype"); 
}

@font-face {
    font-family: "cent";
    src: url(fonts/century.ttf) format("truetype"); 
}
@font-face {
    font-family: "barcodeAutomatic";
    src: url(fonts/IDAutomationHC39M.ttf) format("truetype"); 
}


*{
    font-family: cent;
    font-size: 12px;
}
::-webkit-input-placeholder { color:#686868; font-size: 0.9em; } /* Chrome*/
::-moz-placeholder { color:#686868; } /* firefox 19+ */
:-ms-input-placeholder { color:#686868; } /* ie */
input:-moz-placeholder { color:#686868; }
.inp-placa::-webkit-input-placeholder { color:#909090; font-size: 17px; }
body{
    overflow-x: hidden;
}
.barcode{
    font-family: 'barcode';
    padding-left: 100px;
    font-size: 30px;
    background-color: white;
}

.datos_fecha{
    background: #B71C1C;
    text-align: center;
    font-family: cent;
    border:0;
    padding: 5px;
    color: #f2f2f2;
    font-weight: bold;
    font-size: 1.1em;
}
/*------------ESTILOS PARA EL ARCHIVO CONTACTO.PHP------------------*/
.contenedor-contacto{
    width: 100%;
    height: 1000px;
    background-color: rgba(0,0,0,0.6);
}
    .contenedor-tabla{
        width: 40%;
        height: 600px;
        padding: 0;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 4em auto;
        position: fixed;

    }
        .contenedor-tabla .table-c{
            text-align: center;
            width: 100%;
            height: auto;
            padding: 5%;
        }
            .contenedor-tabla table tr{
                width: 100%;
            }
                .contenedor-tabla table .tr-titulo td{
                    width: 100%;
                    background-color: #f2f2f2;
                    color: #454545;
                    padding: 10px;
                    text-align: center;
                    border: 1px solid red;
                }
                 .contenedor-tabla table tr td{
                    width: 100%;
                    border: 1px solid red;
                 }
                    .contenedor-tabla table tr td input{
                        width: 100%;
                        padding: 6px;
                        text-align: center;
                    } 


/*----- LOGIN -----*/
.body-login{
    background: rgba(0,0,0,.3);
}
.img_log{
    width: 45%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 1em;
    text-align: center;    
}
    .img_log img{
        width: 100%;
    }

.div-l{
    width: 23%;
    height: auto;
    border-radius: 2%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255,255,255,1);
    padding: 1%;
    margin-top: 2em;
}
    .log-in{
        font-size: 2.8em;
        font-family: wide;
        font-weight: 900;
    }
    .e-flecha{
        width: 32px;
        height: 12px;
    }
.div-login{
    margin: auto;
    width: 90%;
    padding-top: 3em;
}
.img-ver{
    text-align: left;
    width: 30px;
    height: 30px;
    margin:-9px 0 -8px 0;
    padding-top: 4px;
    padding-bottom: 4px;   

}
.table-login{
    width: 100%;
    height: 150px;
}
    .table-login tr{
        width: 100%;
        height: 45px;
        
    }
        .table-login tr .td-inp{  
            width: 80%;
            
        }
        .table-login tr .td-img{
            width: 10%;
        }        
        .table-login tr img{
            background-color: rgba(255,255,255,.5); 
            border-bottom: 2px solid #1E81DF;           
        }
    .inp{
        text-align: center;
        width:100%;
        height: 40px;
        font-size: 18px;
        background-color: rgba(255,255,255,.5);
        border-bottom: 2px solid #1E81DF;
        border-top: 0;
        border-left: 0;
    }
        .inp:focus{
            outline: 0px;
        }   
    .td-btn{
        width: 100%;
    }         
    .btn-ini{
        left: 0;
        width: 100%;
        height: 35px;
        font-size: 22px;
        color: #f2f2f2;
        border: 0;
        background-color: #1E81DF; /* Azul claro para botones */
        font-size:16px;
    }
        .btn-ini:hover{
            background-color:#194E84;/* Azul oscuro para botones */
            -webkit-transition: all ease 0.2s;
            transition: all ease 0.2s;  
            font-size:14px;          
        }
    .guion{
        color: #1E81DF;
    }

/*Estilos del principal */  


.cabeza{
    width: 100%;
    background-color: rgb(138,235,255);
    text-align: center;
    border-bottom: 3px solid #696969;
}
.logo{
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: rgb(42,170,231);
    border-radius: 8px;
    box-shadow: rgb(27,111,145) 0 6px 0;
    position: relative;
}
.plogo{
    width: 46px;
    height: 46px;
    border-radius: 8px;
    border: 2px #f2f2f2 solid;
    margin: 5px 0 0 5px;
}
.plogo:after{
    content: "G";
    font-size: 39px;
    color: #f2f2f2;
    font-weight: 400;
    font-family: wide;
}
.logo,.titulo{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;

}
.titulo{
    text-align: left;
    position: relative;
    margin-right: 70px;
    color: rgb(27,111,145);
    font-weight: 900;
    font-family: wide;
    font-size: 35px;
}
.par{
    font-weight: 100;
    font-size: 20px;
    margin-top: -5px;
    border-top: 1px solid #1B6F91;
}
.via1{
    height: 15px;
    background-color: rgb(60,60,60);

}
.via2{
    height: 15px;
    background-color: rgb(60,60,60);
    border-top: 1px #f2f2f2 dashed;
}

/*-------------------------------------------------------------------------------------------*/
.sec-contenido{
    width: 100%;
    max-width: 100%;
    height: 55px;
    background: rgb(221,221,151);    
    border: 1px solid gray ;
    border-radius: 10px;
    margin-top: 0;
}

/* ----- ESTILOS PARA EL MODAL DE IMPRIMIR RECIBO ----*/

.contenedor_modal_impresion{
    background: white;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    display: none;
}
    .contenedor_modal_impresion span{
        display: block;
        font-size: .60em;
        color: #000;
    }
    
    #tipo_vahiculo, #encargado, #fecha, #hora{
        font-size: .85em;
        color: #000;
    }
    #placa_txt, .nombre_parqueadero, #valor_pagar{
        font-size: 1.2em;
        font-weight: bolder;
        text-transform: uppercase;
    }
    .codigo_barras_vista1{
        font-family: barcode39;
        /*font-size: 4.7em;*/
    }
    .informacion_parqueadero{
        font-size: .50em;
        color: #000;
    }
    .informacion_desarrollador{
        font-weight: bold;
        font-size: .60em;
        margin-top: 6px;
        color: #000;
    }

    #fecha,#fecha_entrada,#fecha_salida, #valor_pagar{
        display: block;
    }

.modal_editar{
    background: rgba(50, 50, 50, .6);
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    display: none;
}
    .contenedor_editar{
        width: 60%;
        min-width:200px;
        height: auto;
        margin: 0 auto;
        background: #fff;
        margin-top: 5%;
        padding-bottom: 1%;
        border-radius: 7px;
    }
        .contenedor_editar table{
            border:1px solid cadetblue;
            width: 80%;
            height: auto;
            margin: 0 auto;
            padding: 1em;
            background: #f2f2f2;
        }
            .contenedor_editar table td{
                width: 50%;
            }
                .contenedor_editar table h2{
                    background: rgba(28, 55, 91, .9);
                    color: #fff;
                    padding: 4px 2px;
                    margin: 0px;
                }

                .contenedor_editar table td input {
                    width: 90%;
                }
        .btn-enviar, .btn-cancelar{
            width: 130px;
            font-weight: bold;
            font-family: cent;
            margin-top: 10px;
            padding: 4px 0px;
        }
        .btn-enviar{
            float: right;
        } 

/* -------ESTILOS PARA SIMULAR UNA ETIQUETA TITLE-----*/

.title { 
    position: absolute;
    z-index: 0;
}
.title:hover { 
    background-color: transparent;
    z-index: 1;
}
.title .span_S { 
    border: 1px solid #f60;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    background-color: #f96;
    color: #3E1F00;
    width: 8em;
    text-align: center;
    visibility: hidden;
    font-size: 0.9em;
    line-height: 10px;
    border-radius: 5px;
}
.title:hover .span_S { 
    visibility: visible;
    top: 35px;
    left: -70px;
}

.saludo,.contenido{
    vertical-align: top;
    display: inline-block;
    width: auto;
    height: auto;
}
.saludo{
    width: 30%;
    max-width: 30%;
    height: 4.5em;    
    border-right: 1px solid gray;
    box-sizing:border-box;
    float: left;
}
    .div-img-logo{
        width: 21%;
        margin-left: 2%;
    }
    .div-saludo{
        width: 72%;
        height: 100%;
        margin-left: 3%;
    }
    .div-img-logo,.div-saludo{
        float: left;
    }
    .saludo-usuario{
        width: 100%;
        margin-top: 15px;
        font-size: 1.2em;
        color: rgb(45,45,45);
        padding: 0;
        box-sizing:border-box;
    }
    .img-logo{
        text-align: left;
        width: 100%;
        height: auto;
        margin:0;
        padding-top: 4px;
        padding-bottom: 4px;   

    }    
    .contenido{
        width: 30%;
        height:40px; 
        float: right;
    }
        .contenido div{
            -webkit-box-shadow: 0px 2px 0px 1px rgba(0, 0, 0, 0.5);
            -moz-box-shadow:    0px 2px 0px 1px rgba(0, 0, 0, 0.5);
            box-shadow:         0px 2px 0px 1px rgba(0, 0, 0, 0.5);            
            
            display: inline-block;
            vertical-align: top;
            float: right;
            border-radius: 100%;
            margin:5px 8px;
            width: 40px;
            height: 40px;
            background-color: #f2f2f2;
            border: 1px solid #696969;
        }
            .contenido img{
                padding: 10px;
                width: 20px;
                height: 20px;
                margin-left: -20px;
            }
            .contenido img:hover,.contenido div:hover{
                -webkit-transition: all ease 0.2s;
                transition: all ease 0.2s;                
                transform: scale(1.2);
                -webkit-transform: scale(1.2)rotate(0deg);
            }

#principal{
    width: 100%;
    height: auto;
    background: rgba(0,0,0,.1);
    top: 0; 
    
}          
/*-----------------------------------------------------------------*/

/*---------------------------*/
.tabla_fecha_hora{
    display: none;
	margin-right: 1.5%;
    background-color: #fff;
    float: right;
    margin-top: 1px;
}
.form-i{
    width: 100%;
    max-width: 100%;
    height: auto;
	border-radius: 10px;
	padding-top: 3px;
    padding-bottom: 3px;
    margin-top: -10px;
	/*background-color: rgba(0,115,170,0.9);*/
    background-color: rgba(40,40,40,.7);
    border: 1px solid white;
}
    form .fecha, form .reloj{
        display: none;
        width:100%;
        height: 50px;
        outline:0px;
        border:0;
        font-size : 1.2em;
        font-family: verdana; 
        text-align : center;
        background-color: #68b0ab;
        color: #f2f2f2;
    }
        strong{
            margin:0px 8px 0px 0px;
            color: #f2f2f2;
            font-size: 1.5em;
        }
.p1{
    font-size: 18px;
    font-weight: bold;
} 
.p2{
    font-size: 17px;
    color: red;
    font-weight: bold;
}       
.inf-esp,.cobrar{
    font-size: 19px;
	vertical-align: top;
	display: inline-block;
    border: 1px solid white;
}        
.inf-esp{
    width: 60%;
    max-width: 60%;
    overflow-x:auto;    
	margin-top: 1px;
    top: 0;
    bottom: 0;
    
}  
    .inf-esp table{
        width: 100%;
        height: auto;
    } 
    .inf-esp table .tr-title ,.cobrar table .tr-title {
        width: 100%;
        height: auto;
    }  
	.inf-esp table .tr-title td,.cobrar table .tr-title td{
        background-color: #303030; 
		width: auto;
        color: #f2f2f2;
        font-size: 16px;
	}  
		.inf-esp tr td,.cobrar tr td{
			width: auto;
			background-color: #f2f2f2;
			text-align: center;
		}
            .inf-esp table tr td{
                background-color: #f2f2f2;
                padding: 0px 2px 0px 2px;
                font-size: 15px;
            }		
			.t1{
				font-size: 20px;
				text-align: center; 
			}
.cobrar{
    width: 37%;
    max-width: 37%;
    overflow-x: auto;
    margin: 0 auto;
}
.cobrar .centavo{
    color: blue;
}  
.cobrar table{
    width: 100%;
}  
.dispo{
    width: 47%;
    overflow-x:auto;
    margin: 0;
    top: 0;
    bottom: 0;
}
    .dispo table{
        width: 100%;
        text-align: center;
        border: 1px solid white;
    }
        .dispo table .t1{
            font-size: 16px;
            background-color: rgb(45,45,45);
            color: #f2f2f2;
        }
            .dispo table tr td{
                background-color: #f2f2f2;
                padding: 0px 2px 0px 2px;
                font-size: 15px;
            }
.consecutivo{
    width: 100%;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid white;
    border-radius: 10px;
    margin-top: 5px;
    height: 40px;  
}   
    .consecutivo div{
        width:30%;
        height: 30px;
        border-radius: 10px;
        text-align: left;
        float: right;
        margin: 3px;
    }  
        .p3{
            margin: 0;
            padding: 0px;
            color: #393939;
            font-size: 25px;
            text-align: left;

        }  

.contenedor-datos{
    margin-top: 5px;
	width: 100%;
	height: auto;
}
.consecutivo,.contenedor-datos{
    display: block;
    vertical-align: top;
}
#btn_servicio_baño{
    background: #178CDE;
    border:0;
    font-size: 1.5em;
    font-family: cent;
    padding: 5px;
    color:#f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 2%;
    margin-top: 2px;
    text-align: center;
    justify-content: center;
    float:left;

}
#btn_servicio_baño:hover{
    background: #0969AC;
}
/*---------------SECCION DE USUARIOS DENTRO PARAQUEADERO Y MENSUALIDAD PARA ACABARSE-----------------*/
.div-dentro,.div-m,.entrada,.consecutivo,.div_mensualidad,.div_renovar,.resultado_m,.tarifa,.impresion,.div-l,.contenedor-tabla{
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,1); 
}
.div-con,.entrada{   
    vertical-align: top;
    display: inline-block;
    width: 55%;
    height: auto;
}


/* ----- Estilos para los vehiculos dentro de parqueadero y mensualidades a vencer en home ---- */

.div-dentro,.div-m{
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
    width: 95%;
    padding: 7px;  
    margin-top: 5px;
    margin-right: 40px;    
    height: auto;
    max-height:415px;
    overflow-y:auto;/* barras de desplazamiento en eje y despues del max-height */  

}

    .div-dentro table, .div-m table{
        width: 100%;
        height: auto;
        background-color: rgba(150,150,150,0.6);
    }
    .div-dentro table td, .div-m table td{
        background-color: rgba(255,255,255,1);
        border: 1px solid white;
        font-size: 15px;
    }
    .div-dentro table .p4, .div-m table .p4{
        text-align: center;
    }
    .div-dentro table .p4 span, .div-m table .p4 span{
        font-weight: bolder;
    }
    .div-dentro table .p5 span, .div-m table .p5 span{
        font-weight: bolder;
    }        
    .div-dentro .p1, .div-m .p1{
        text-align: center;
        background-color: #696969;
        width: 100%;
        color: #f2f2f2;
    }

/* -- ESTILOS PARA TRANSACCIONES DE CAJA MENOR -- */
.contenedor_msj_caja{
    margin-left: 1.8%;
    width: 95%;

}   
    .contenedor_msj_caja .p-saldo-superior, .contenedor_msj_caja .p-saldo-intermedio, .contenedor_msj_caja .p-saldo-negativo{
        width: 100%;
        padding: 10px;
        font-size: 1.9em;
        font-weight: bold;
        text-align: center;
        margin: 0;
    }

    .contenedor_msj_caja .p-saldo-superior{
        border-left: 5px solid #1A6506;
        color: #1A6506;
        background: rgba(50,145,0,.3);
    }
    .contenedor_msj_caja .p-saldo-intermedio{
        border-left: 5px solid #F64300;
        color: #DF4005;
        background: rgba(246,67,0,.2);
    }
    .contenedor_msj_caja .p-saldo-negativo{
        border-left: 5px solid #8D1200;
        color: #8D1200;
        background: rgba(141,18,0,.3);
    }

.entrada{    
    width: 42%;
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
    padding: 10px;  
    margin-top: 5px; 
}

    .contenedor-camara-foto{
        width: 97%;
        height: 140px;
    }
        .contenedor-fotos ,.contenedor-camara{
            width: 190px;
            height: 140px;
            display: inline-block;
            vertical-align: top;
            border:1px solid gray;
            margin-left: 10px;
            overflow: hidden;
        }

            .contenedor-camara video, .contenedor-fotos canvas{
                padding: 0;
                margin-top: -25px;
                width: 200px;
                height: 200px;
            }
            .contenedor-fotos canvas{
                margin-top: 0;
                height: 200px;
            }
        .modal-cambio{
            margin: 0 auto;
            width: 70%;
            max-width: 600px;
            min-width: 520px;
            height: 310px;
            position: fixed;
            background: rgba(40,40,40,.7);
            top: 14.5em;
            right: 0;
            bottom: 0;
            left: 0;
            font-size: 2em;
            border-radius: 5px;
            border:1px solid gray;
            display: none;
        }
            .modal-cambio table{
                padding: 5px;
                width: 85%;
                font-size: 2em;
                margin-top: 1em;
            }
                .modal-cambio table tr td{

                    font-size: 3em;
                    border:1px solid white;
                    background: white;
                    padding:5px;
                }

                #btn-calcular, #btn-cerrar{
                    text-align: center;
                    color: #fff;
                    padding: 5px 20px;
                    border:0;
                    border-radius: 5px;
                    font-size: .7em;
                    margin-top: 15px;
                    cursor: pointer;
                }
                #td-vuelto{
                    color: #8E0000;
                    font-size: 4em;
                    font-weight: bold;
                }
                #btn-calcular{
                    background-color: #067001;
                }
                #btn-cerrar{
                    background-color: #A12C2C;
                }
        .cont_placa{
            width: 48%;
            height: auto;
            border-radius: 0 0px 10px 10px;
            height: 5em;
            background-color: #DFC118;
            -webkit-box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);
            -moz-box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);
            box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);            
        }
            .p11, .p22{
                border-radius: 100%;
                background: #333;
                width: 10px;
                height: 10px;
                display: inline-block;
                margin-top: 6px;
            }
            .p11{
                float: left;
                margin-left: 6px;
            }
            .p22{
                float: right;
                margin-right: 6px;
            }        
    		.inp-placa{
    			text-align: center;
    			width: 85%;
    			height:1.2em;
    			font-size: 2.3em;
    		    outline: 0px;
    		    border:1px solid black;
                padding: 0;
    		    background-color: #DFC118;	
                margin-top: 13px;
    		}
            .inp-tarjeta{
                width: 71%;
                height: 2.6em;
                background-color: rgb(170,170,170);
                border: 1px solid rgb(170,170,170);
                text-transform: uppercase;
                font-size: 1.5em;
                text-align: center;
                margin-bottom: 10px;
                border-radius: 0 0px 10px 10px;
                -webkit-box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);
                -moz-box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);
                box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);                 
            }
            .btn-generar{
                border-radius: 5px;
                height: 55px;
                background-color: rgb(9,130,202); 
                border:0;
                color: #f2f2f2;
                width:22%;
                font-size: 1.2em;
                padding: 6px;
                font-family: 'cent'; 
                margin-left: 10px;               
            }

        .cont_placa,.cont_casillero{
            vertical-align: top;
            display: inline-block;
        }
        .cont_casillero{
            width:49%;
            height: auto;
        }
            .cont_casillero table{
                width: 90%;
                height: auto;
                padding: 5px;
                border: 1px solid gray;
            }  
                .cont_casillero table .tr_c{
                    background-color: #5d5d5d;
                    color: #f2f2f2;
                }

        .btn-tarifas{
            padding:10px;
            width: 33%;
            max-width: 25%;
            height: 50px;
            display: inline-block;
            font-family: cent;
            font-size: 1.2em;
            vertical-align: top;
            background-color: #f2f2f2;
            color: #1b708e;
            border: 2px solid #1b708e;
            text-align: center;
            margin-top: 3px;
            font-weight: bold;
        }   
        .btn-tarifas:hover, .btn-generar:hover{
            -webkit-transition: all ease 0.1s;
            transition: all ease 0.1s;      
            background-color: #29abe2;
            border: 0;
            color: #f2f2f2;
            font-size: 1.2em;
            cursor: pointer;
        }
		.btn-salida{
		    background-color:#088A08;
		    border: 3px solid #088A08;
		    color:#f2f2f2; 
		    border-radius: 5px;
		    width: 60%; 
            height: 55px;
		    font-size: 32px;
            margin-top: 5px;
            font-family: cent;		
		}
		.btn-salida:hover{
		    -webkit-transition: all ease 0.1s;
		    transition: all ease 0.1s;     
		    background-color: #77BD72;
		    color: #088A08;
            border: 3px solid #77BD72;
            font-weight: bold;
            cursor: pointer;
		}
            .col{
                font-weight: 500;
            }        

       		
/*--------------------estilo tablas de usuario-----------------------*/
.table-1 tr .titulo,.table-2 tr .titulo{ /* Titulo de las tablas  */ 
    background-color: rgba(0,130,153,0.5);;
    color: #f2f2f2;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
.contenedor-tablas{
	width: 100%;
	height: auto;
}
.table-1,.table-2{    
    vertical-align: top;
    display: inline-block;	
	border-radius: 10px;
	padding: 10px;
	background-color: rgba(255,255,255,0.3);
	float: left;	
    width: 29%;
}
	.table-1{
		margin-left: 20%;
	}
	.table-2{
		margin-left: 1%;
	}
    .table-1 table tr td input{
        width: 200px;
    }
    .table-2 table tr td input{
        width: 165px;
    }
        .table-1 table tr .guardar, .table-2 table tr .guardar{ /*Boton de guardar y consultar*/
            width: 275px;
            height: 35px;
            font-size: 19px;
            background-color: transparent;
            color: #ccc0;
            border: 2px solid tomato;
        }
            .table-1 table tr .guardar:hover, .table-2 table tr .guardar:hover{
                background-color: tomato;
                color: #f2f2f2;
                -webkit-transition: all ease 0.1s;
                transition: all ease 0.1s;   
            }
/*Resultados de busqueda usuario*/
.resultados{
    float: left;
    width: 99%;
    height:auto;
}
.title-resultados{
    padding: 5px 0;
    font-size: .8em;
    background: rgb(60,60,60);
    color: #f2f2f2;
}
.td-actividad{ /*Estilos para el campo actividad en auditoria*/
    text-align: left;
    max-width: 800px;
    height: auto;
}
.table-inf-usu{/*Tabla donde muestra el nombre y documento del usuario consultado*/
    width:30%;
    margin:10px 0 10px 0;
}
    .table-resultados{
    	background-color: white;
    	padding: 0;
    	border-radius: 2px;
        margin-top: 10px;
        min-width: 55%;
        max-height: 1em;
        color: rgb(50,50,50);
    }
        .table-resultados .tr-resul {
            background-color: white;
        }
        .table-resultados tr:hover{
            background-color: #D8D8D8;
            cursor: pointer;
            -webkit-transition: all ease 0.1s;
            transition: all ease 0.1s; 
            padding: 5px;
        }
        .table-resultados tr td{
            border: 1px solid rgb(90,90,90);
        }
			.green{
				background-color: orange;
				text-align: center;
				padding: 3px;
			}
			.green:hover{
				color: black;
			}
/*-- ESTILOS PARA LA FOTO PREVIA EN LA CONSULTA POR PLACA --*/
.foto_vista_previa{

    width: 50px;

}
    .foto_vista_previa:hover{

        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;                
        -webkit-transform: scale(9)rotate(0deg);    
    }

.img_vol{
    border-radius: 100%;
    padding: 4px;
    border: 2px solid rgb(50,50,50);
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-left: 5px;
    float: left;
    background: #fff;
}
    .img_vol:hover{
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;                
        -webkit-transform: scale(1.2)rotate(0deg);   
    }
        .title-tab-rep{
            width: 80%;
            background-color: rgb(60,60,60);
            color: #f2f2f2;
            text-align: center;
            margin-left:0px;
            padding: 7px;
        }
.img-accion{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*---------------ESTILOS PARA LA IMAGEN DE ACCION EN CONSULTAR PLACA---------------*/
.resultado_r table{
    width: 99%;
}
.resultado_r .table-resultados tr{
    width: auto;
    height: auto;
}
    .resultado_r .table-resultados tr td{
        width: auto;
        height: auto;
        padding: 0px 2px;    
        text-align: center; 
        font-size:14px;
    }
        .resultado_r .table-resultados tr td .img_accion_p {
            width: 19px;
            height: 19px;
            background-color: #6ecf88;
            cursor: pointer;
            border:1px solid #6ecf88;
            margin-top: 5px;
            margin-bottom: -5px;
            margin-left: 2px;
            padding: 1px 1px;
            display: inline-block;
            vertical-align: top;
        }
            .resultado_r .table-resultados tr td .img_accion_p:hover{
                -webkit-transition: all ease 0.2s;
                transition: all ease 0.2s;  
                background-color: #438D50; 
            }



.animar-texto-der{
	width: 100%;
	background-color: #f2f2f2;
	padding: 10px 10px;
    font-size: 30px;
    color: #004666;
    animation-duration: 0.5s;
    animation-name: slideinn;
}

    @keyframes slideinn {
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 1%;
        width: 102%;
    }
    }   
/*-----------------------------*/
.animar-texto img, .animar-texto-e img{
    width: 10px;
    height: auto;
}

.animar-texto-warning{  /* Mensaje que llega de cupon*/

    font-size: 20px;
    color: #FF5A00;
    background-color: rgba(255,156,86,.3);
    padding: 3px;
    font-weight: bold;
    animation-duration: 1s;
    animation-name: slideCupon;
}

    @keyframes slideCupon {
        from {
            color: rgba(238,152,.4);
            background-color:rgba(255,156,86,.4);
        }

        to {
            color: rgba(238,152,.6);
            background-color:rgba(255,156,86,1);
        }
    } 
.animar-texto{    /* Mensaje satisfactorio */
    font-size: 20px;
    color: rgba(0,70,0,1);
    background-color:rgba(4,92,21,0.4);
    padding: 3px;
    font-weight: bold;
    animation-duration: 1s;
    animation-name: slidein1;
}

    @keyframes slidein1 {
        from {
            color: rgba(0,70,0,0.4);
            background-color:rgba(4,92,21,0.4);
        }

        to {
            color: rgba(0,70,0,1);
            background-color:rgba(4,92,21,0.4);
        }
    }   
.animar-texto-e{      /* Mensaje de error */
    font-size: 20px;
    color: rgba(110,5,5,1);
    background-color:rgba(100,5,5,0.4);
    padding: 3px;
    font-weight: bold;
    animation-duration: 1s;
    animation-name: slideine;
}

    @keyframes slideine{
        from {
            color: rgba(110,5,5,0.4);
            background-color:rgba(100,5,5,0.4);
        }

        to {
            color: rgba(110,5,5,1);
            background-color:rgba(100,5,5,0.4);
        }
    }    
.cer{      /* Mensaje de alerta para depuracion de bd */
    width: 100%;
    font-size: 28px;
    color: rgba(130,5,5,0.9);
    background-color:#ff9933;
    padding: 19px;
    font-weight: bold;
    border-radius: 10px;
    animation-duration: 1.5s;
    animation-name: slideincer;
}

    @keyframes slideincer{
    from {
        margin-left: 100%;
        color: rgba(130,5,5,0.1);
        background-color:#f2f2f2;
    }

    to {
        margin-left: 1%;
        color: rgba(130,5,5,0.9);
        background-color:gray;
    }
    }      
.animar-mensi{
    font-size: 30px;
    border: 4px solid #001a33;
    padding: 4px;
    border-radius: 4px;
    color: #001a33;
    width: 100%;
    height: 45px;
    padding: 5px;
    margin-top: 19px;
    background-color: #f2f2f2;

    animation-duration: 0.6s;
    animation-name: slidi;
}

    @keyframes slidi{
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
    }      
/*Animacion para el preloader*/
.container {
    position: absolute;
    margin-top: 150px;
    background: #222;
    color: #fff;
    width: 100%;
    min-height: 700;
    display: flex;
}

.preloader {
    margin: auto;
    width: 350px;
    height: 30px;
    background: rgba(255,255,255,0.1);
    position: relative;
}

.preloader:before {
    content: "";
    position: absolute;
    background: green;
    width: 0;
    height: 30px;
    animation: preloader 3.2s infinite;
}

.preloader .p {
    margin: 0;
    line-height: 30px;
    font-size: 25px;
    font-weight: bold;
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cerrar {
    transform: translateY(-150%);
    transition: all 0.5s;
}

@keyframes preloader {
    90% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
} 

/* Estilo para configuraciones*/ 
.l_div{
    margin-top: 12px;
    width: 100%;
    height: 5px;
    background-color: rgba(0,0,0,0.7);
}
.radio{

    padding: 0;
    margin: 0;
}   

.tarifa,.impresion{
        padding: 0.5%;
        display: inline-block;
        vertical-align: top;
        margin-top:1% ;
        width: 47%;
        height: auto;
        background-color: rgba(255,255,255,0.9);
    }
    .tarifa table,.impresion table{
        font-size: 1.1em;
        width: 100%;
        border: 1px solid gray;
        padding: 1%;
    }
        .tarifa table tr,.impresion table tr{
            width: 100%;
            height: auto;
        }
            .tarifa table .tt,.impresion table .tt{
                width: 35%;
                height: auto;
                border: 2px solid gray;
                text-align: center;
                background-color: #616161;
                color: #fff;
            }
                .tarifa table .tt2,.impresion table .tt2{
                    width: 20%;
                    height: auto;
                    background-color: #616161;
                    color: #fff;
                    border: 2px solid gray;
                    text-align: center;
                }    
                    .tarifa .table_act{
                        border: 5px solid green;
                    }        
            .tarifa table .inp-t,.impresion table .inp-t{
                width: 100%;
                height: auto;
                text-align: center;
            }
            .tarifa input,.impresion input{
                width: 100%;
                text-align: center;
            }
            .btn-imp{
                width: auto;
                font-family: cursive;
                border: 1px solid red;
                background-color: tomato;
                color: #fff;
                font-size: 20px;
                cursor: pointer;
            }
                       
            .btn-gc{
                width: 67%;
                background-color: transparent;
                border: 3px solid #1E81DF;
            }
                .btn-gc:hover{
                    background-color: #194E84;
                    color: #f2f2f2;
                    -webkit-transition: all ease 0.1s;
                    transition: all ease 0.1s;                   
                }
                .tarifa .table-r tr td .img_a{
                    width: 20px;
                    height: auto;
                }
                .table-r tr td{
                    text-align: center;er
                }
.animar-desv{
    font-size: 25px;
    color: green;
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    animation-duration: 0.6s;
    animation-name: sli;
}

    @keyframes sli{
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
    }                                    

.animar-entrada{
    font-size: 29px;
    border: 4px solid #001a33;
    padding: 4px;
    border-radius: 4px;
    color: #001a33;
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    animation-duration: 0.6s;
    animation-name: slid;
}

    @keyframes slid{
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
    }            
   
.div-reporte{
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding:8px 0px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid white;
}
    .div-reporte table{
        width: 100%;
    }
        .div-reporte table tr{
            width: 100%;
        }
        .div-reporte table td{
            border-left: 3px solid #f2f2f2; 
            width: 20%;
        }
        .div-reporte table input{
            width: 100%;
            background-color: #696969;
            color: #f2f2f2;
            border: 0;
            padding: 4px;
            font-size: 1.1em;   
            font-weight: bold;       
        }
        .div-reporte table input:hover{
            background-color: tomato;
            -webkit-transition: all ease 0.2s;
            transition: all ease 0.2s; 
        }

.fecha_r{
    text-align: left;
    display: none;
}        
.rep-placa,.rep-moto,.rep-ingresos,.rep-economico{
    display: inline-block;
    vertical-align: top;
    width: 97%;
    height: auto;
    padding:8px 0px;
    margin-top: 3px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    border: 2px solid #696969;

}
.rep-placa table,.rep-moto table,.rep-ingresos table,.rep-economico table{
    width: 25%;
    height: auto;
}
    .rep-placa table tr td,.rep-moto table tr td,.rep-ingresos table tr td,.rep-economico table tr td{
        border-top: 5px solid #696969;
        padding:5px 1px; 
    }
        .rep-placa table tr td .btn-gc,.rep-moto table tr td .btn-gc,.rep-ingresos table tr td .btn-gc,.rep-economico table tr td .btn-gc{
            width: 100%;
            font-size: 19px;
            padding: 5px;
        }
.resultado_r{
    width: 97%;
    height: auto;
    padding:8px 0px;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    border: 2px solid #696969; 
    font-size: 23px; 
      
}
    .resultado_r .tr_1{
        background-color: #696969;
        color: #f2f2f2;
        padding: 5px 23px;
        font-size: 22px;
    }
    .resultado_r .tr_1:hover{
        background-color: #696969;
    }
    .resultado_r tr td{
        padding: 2px 8px;
        font-size: 17px;
        width: auto;
        height: auto;
        border-bottom: 2px solid #696969;
    }
    .resultado_r tr td input{
        width: 90%;
    }
    .table-btn{
        width: 100%;
    }
        .btn-im{
            width: 100%;
            font-size: 1.1em;
            background: rgb(73,169,73);
            padding: 8px;
            margin:10px 25px;
            text-align: center;
            color: #f2f2f2;
            border: 0;
        }
        .btn-im:hover{
            background-color: rgb(48,109,48);
            -webkit-transition: all ease 0.2s;
            transition: all ease 0.2s;             
        }
  
.div_mensualidad,.div_renovar{
    padding: 1%;
    vertical-align: top;
    display: inline-block;
    margin-top: 1%;
    width: 46%;
    height: auto;
    background-color: rgba(255,255,255,0.6);   
}
    .div_renovar table,.div_mensualidad table{
        font-size: 1.1em;
        width: 100%;
    }
        .div_renovar table tr,.div_mensualidad table tr{
            width: 100%;
            height: auto;
        }
            .div_renovar table .tt,.div_mensualidad table .tt{
                width: 35%;
                height: auto;
                border: 2px solid gray;
                text-align: center;
                background-color: #616161;
                color: #fff;
            }
                .div_renovar table .tt2,.div_mensualidad table .tt2{
                    width: 20%;
                    height: auto;
                    border: 4px solid gray;
                    text-align: center;
                }            
            .div_renovar table .inp-t,.div_mensualidad table .inp-t{
                width: 100%;
                height: auto;
                text-align: center;
            }
            .div_renovar input,.div_mensualidad input{
                width: 100%;
                text-align: center;
            }

            .btn-gc{
                width: 67%;
                background-color: #1E81DF;
                color: #f2f2f2;
                border: 2px solid #1E81DF;
                font-size: 16px;
                padding: 2px;
            }
            .btn-gc:hover{
                background-color: #194E84;
                color: #f2f2f2 ;
                border: 2px solid #194E84;
                -webkit-transition: all ease 0.2s;
                transition: all ease 0.2s;                   
            }
.resultado_m{
    width: auto;
    height: auto;
    max-width:99%;
    overflow-x:auto;/* barras de desplazamiento en eje x despues del max-width */     
    padding:8px 0px;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    border: 2px solid #696969; 
    font-size: 23px; 
      
}

.resultado_m .table-r{
    width: auto;
    height: auto; 
    text-align: center;  
    background-color: #28394D;
}
    .resultado_m .tr_1{
        width: 100%;
        background-color: #696969;
        color: #f2f2f2;
        font-size: 18px;
    }
    .resultado_m .tr_1:hover{
        background-color: #696969;
        -webkit-transition: all ease 0.1s;
        transition: all ease 0.1s;          
    }
    .resultado_m tr {
        background-color: white;
    }
    .resultado_m tr:hover{
        background-color: #ccc;
        cursor: pointer;
        -webkit-transition: all ease 0.1s;
        transition: all ease 0.1s;          
    }    
    .resultado_m tr td{
        padding: 1px 2px;
        font-size: 15px;
        width: auto;
        height: auto;
        border: 1px solid #fff;
        
    }
    .resultado_m tr td input{
        width: 100%;
    }

.div-dentro .img_accion, .resultado_m .img_accion{
    width: 20px;
    height: 21px;
    margin: 0px;
    padding: 2px;
    border: 1px solid #28394D;
    background-color: ;
}
.div-dentro .img_accion:hover, .resultado_m .img_accion:hover{
    background-color: #6ecf88;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; 
    transform: scale(1.2);
    -webkit-transform: scale(1.2)rotate(0deg);
    border: 1px solid #f2f2f2;                                
}

#p-error,#p-success,#p-info,#p-warning{
    font-size: 1.12em;
    border-radius: 3px;
    padding: 10px 10px;
    margin: 3px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}

    #p-error{
        background-color: rgba(140,50,50,.3);
        color: rgb(140,50,50);
        border-left: 3px solid rgb(140,50,50);
    }
    #p-success{
        background-color: rgba(51,106,32,.3);
        color: rgb(51,106,32);
        border-left: 3px solid rgb(51,106,32);
    }
    #p-info{
        background-color: rgba(178,223,219,.6);
        color: rgb(0,77,64);
        border-left: 3px solid rgb(0,77,64);        
    }
    #p-warning{
        background-color: rgba(225,113,0,.2);
        color: rgb(225,113,0);
        border-left: 3px solid rgb(225,113,0);         
    }

#info{
    width: 100%;
    top: 94%;
    position: fixed;
}

/* ESTILOS PARA LAS IMPRESIONES EN REPORTES */

@media print {
      .tt2,.tpv,.btn-gc,.btn-im,.sec-contenido,.rep-placa,#info, .div-con, .entrada, .consecutivo, .form-i, .respuesta {
            display:none;
      }
      .rep-ingresos{
            font-size: 2em;
      }
      .resultado_r,.table-resultados,.rep-ingresos,.rep-moto,.rep-placa,.rep-economico{
        width: 99.5%;
        margin-left: 0;
      }
      .nombre-api{
        border: 0;
      }
    .fecha_r{
        text-align: left;
        display: block;
        font-size: 15px;
        margin-left: 3px;
    }  
    .resultado_r tr td{
        font-size: 15px;
    }     
}

/* Estilos para footer*/

.contactme{
    position: absolute;
    width: 80%;
    height: auto;
    padding: 5px 15px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 60px;
}
    .contactme .dotted{
        color: #252525;
        text-transform: uppercase;
        font-weight: 400;
    }
    .contactme .left{
        top: 0;
        padding: 0;
        float: left;
        width: 60%;
        text-align: right;
        font-size: 15px;
        color: #606660;
    }
    .contactme .right{
        top: 0;
        padding: 0;
        float: right;
        width: 20%;
    }
    .left,.right{
        display: inline-block;
        vertical-align: top;
    }
        .btn{
            background-color: #2fb677;
            padding: .5em 1.1em;
            text-decoration: none;
            color: white;
            border-radius:4px ;
            box-shadow: 0 -3px 0 rgba(0,0,0,0.3) inset;
        }
.contactme,.footer{
    display: inline-block;
    vertical-align: top;
}        
.footer{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    background: #505961;
    color: white;
    position: absolute;
}  
    .footer a{
        text-decoration: none;
        color: #999999;
    }
    .footer a:hover{
        color: #2fb677;
    }      


/* ---------------  MEDIA QUERY PARA DISPOSITIVOS MÓVILES ---------------- */

/*   @media screen and (max-width: 1024px) and (orientation:portrait) {    */
@media screen and (min-width: 500px) and (max-width: 700px) {
    body{
        width: 100%;
        overflow-x: hidden; 
        height: 100%;
        background-color: #cccccc;     
    }

/*----- LOGIN -----*/
.inp::-webkit-input-placeholder { 
    color:#808080; 
    font-size: 1.1em; 
    padding: 0.5em;
    
}
.div-l{
    width: 80%;
    height: 53em;
    padding: 1em;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.div-l .img_log{
    padding: 0;
    width:25%; 
}
    .table-login{
        width: 100%;
        height: auto;
        padding-left: 2em;
    }
        .table-login tr .td-inp{
            width: 70%;
            height: auto;
            background-color: rgba(255,255,255,0.8);
        }
        .table-login tr .td-img{
            width: 25%;
        }
        .table-login tr .td-img img{
            width: 85%;
            height: 11em;
            top: 0;
            background-color: rgba(255,255,255,0.8);
            border: 0;
        }
            .inp{
                width: 100%;
                font-size: 3.8em;
                height: 3em;
                border: 0;
            }
            .td-btn{
                width: 100%;
                height: auto;
            }
            .btn-ini{
                margin-left: 0;
                width: 96.2%;
                font-size: 5em;
                padding: 0.5em;
                height: auto;
                color: #f2f2f2;
            }
            .btn-ini:hover{
                background: rgba(255,99,71,0.7);
                color: white;
            }

.sec-footer{
width: 100%;
height: auto;
right: 0;
left: 0;
bottom: 0;

}
    .contactme{
        width: 99%;
        bottom: 90px;
    }
    .contactme .left, .contactme .right, .footer{
        font-size: 1.5em;
    }
        .contactme .left{
            width: 75%;
            text-align: left;
        }
        .contactme .right: {
            width: 16%;
            text-align: right;
        }            

/*--------------------ESTILOS PARA PRINCIPAL------------------*/
.container,.clima, .contenido div span,.sec-contenido .razon,.sec-contenido .saludo,.contenido .bt-sm{
    display: none;
}

.nombre-api{
    width: 100%;
    margin-left: 0;
    font-size: 5em;
    height: 80px;
}

.carr1,.carr2{
    width: 100%;
    height: 35px;
}
.sec-contenido{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: transparent;
}   
    .saludo,.contenido,.dispo{
        vertical-align: top;
        display: block;  
        top: 0;
        padding: 15px;
        height: auto;
        border-bottom: 3px solid black;
        color: white;
    }
         .dispo table .t1{
            font-size: 2.5em;
         }
            .dispo table tr td{
                font-size: 2.5em;
            }
    .saludo{
        background-color: rgba(211,69,33,0.9);
        font-size: 2.2em;
        width: 100%;
        height: 110px;
        padding: 0px;
    }
        .saludo .saludo-usuario{
            color: white;
        }
    .contenido{
        text-align: center;
        float: none;
        background-color: rgba(0,130,153,0.7);
        height: 95px;
        overflow: hidden;
        border-radius: 0;
        width: 100%;
        padding: 0;
        
    }
        .contenido div{
            top:0;
            padding:0;
            width: 60px;
            height: 60px;
            margin: 0 5px;

        }
            .contenido img{
                padding: 0;
                width: 90%;
                height: auto;
                margin: 0 auto;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;

            }
            .contenido div:hover,.contenido img:hover{
                -webkit-transition: all ease 0.2s;
                transition: all ease 0.2s;                
                transform: scale(1.1);
                -webkit-transform: scale(1.1)rotate(0deg);
            }  
#principal{
    width: 100%;
    height: auto;
}

.form-i{
    height: auto;
    background-color:rgb(90,90,90);
}
.inf-esp,.cobrar,.dispo{
    width: 100%;
    min-width: 100%;
    vertical-align: top;
    display: block;
    font-size: 0.7em;
    border:0;
    margin-left: 0;
    padding:0 0px;
    margin-top: 20px;
}
    .cobrar{
        margin: 5px 0;
    }
    .inf-esp table .p1, .cobrar table .p1, .dispo table .p1{
        font-size: 2em;
    }
    
    .tabla_fecha_hora{
        width: 99%;
        margin-top: 0px;
        padding:0 5px;
        height: 50px;
        background-color: transparent;
        border: 0;
    }

    .tabla_fecha_hora table{
        width: 100%;
    }
        form .fecha, form .reloj{
            font-size: 2.2em;
            height: auto;
            padding: 5px;
            margin-left:3.5%; 
        }
        strong{
            visibility: hidden;
        }

.consecutivo{
    height: 60px;
}
    .consecutivo div{
        width: auto;
        height: 50px;
        margin-left: 3%;
    }
        .p3{
            font-size: 2.3em;
            padding: 7px;
            font-weight: bold;
        }

.entrada{
    width: 43%;
}
.div-con{
    width: 52%;
}
.div-con,.entrada{
    vertical-align: top;
    display: inline-block;
    height: auto;
}

.cont_placa,.cont_casillero{
    width: 100%;
    display: block;
}
    .cont_casillero table{
        width: 100%;
        font-size: 1.9em;
    }
            .con_casillero table .tr_c .tt{
                font-size: 2.5em;
            }
.div-m{
    margin-top: 15px;
}        
.div-dentro,.div-m{
    width: 94%;
    height: auto;
    max-height:562px;
    overflow-y:auto;/* barras de desplazamiento en eje y despues del max-height */      
    left: 0;
    display: inline-block;
    vertical-align: top;
    padding: 10px;       
}
    .div-dentro table td, .div-dentro table td{
        font-size: 1.6em;
    }

        .inp-placa{
            margin-top: 8px;
            height: 1em;
            font-size: 2.7em;
        }
        .inp-placa::-webkit-input-placeholder {
         color:#808080;
         font-size: 30px; 
        }
        .t1{
            font-size: 3.5em;
            font-weight: bold;
        }
        .btn-salida{
            height: 1.7em;
            font-size: 3.2em;
            font-weight: 400;
            border: 6px solid #088A08;
        }
.entrada button{
    height: 1.9em;
    font-size:2.3em;
    border: 3px solid blue;
    background-color: #f2f2f2;
    color: #1b708e;
    border: 1px solid #1b708e;
    text-align: center;
}   
.entrada button:hover{
    -webkit-transition: all ease 0.1s;
    transition: all ease 0.1s;      
    /*background-color: rgba(255,99,71,0.8);*/
    background-color: #29abe2;
    border: 0;
    color: #f2f2f2;
    font-size: 2.5em;
}
.p2{
    font-size: 43px;
    color: red;
    font-weight: bold;
} 
.div-dentro table .p5, .div-m table .p5{
    font-size: 20px;
} 
.animar-mensi{
    font-size: 30px;
    border: 4px solid #001a33;
    padding: 4px;
    border-radius: 4px;
    color: #001a33;
    width: 100%;
    height: 45px;
    padding: 5px;
    margin-top: 19px;
    background-color: #f2f2f2;
    animation-duration: 0.6s;
    animation-name: slidi;
}

    @keyframes slidi{
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
    }  
/*---------Estilo para la seccion de configuracion--------------*/

.tarifa, .impresion{
    width: 90%; 
    font-size: 2.2em;
    text-align: center;
}
.tarifa{
    margin-top:210px;
}

/*---------Estilo para la seccion de reportes--------------*/

.div-reporte{
    margin-top:215px; 
    display: block;
    vertical-align: top;
    height: auto;
}
    .div-reporte table tr td{
        width: 99%;
        max-width: 99%;
        border-left: 0;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        display: block;
        vertical-align: top;
        padding: 5px;

    }
        .div-reporte table input{
            font-size: 2.5em;
            padding: 12px;
        }

.rep-placa,.rep-moto,.rep-ingresos,.rep-economico,.resultado_r{
    width: 99%;
    height: auto;
    font-size: 2.1em;
    font-weight: bold;
}
    .rep-placa table,.rep-moto table,.rep-ingresos table,.rep-economico table{
        width: auto;
        height: auto;
        font-size: 1.2em;
    }
            .rep-placa table tr td .btn-gc,.rep-moto table tr td .btn-gc,.rep-ingresos table tr td .btn-gc,.rep-economico table tr td .btn-gc{
                width: 100%;
                font-size: 1.2em;
                padding: 5px;
            }
.resultado_r{
    width: auto;
    max-width:99%;
    overflow-x:auto;/* barras de desplazamiento en eje x despues del max-width */     
}
.resultado_r table{
    width: 100%;
}

    .resultado_r tr td{
        padding: 2px 6px;
        font-size: 13px;
        width: auto;
        height: auto;
        border-bottom: 2px solid #696969;
    }
        .resultado_r tr td input{
            width: 100%;
        }    
    .table-btn{
        width: 100%;
        height: auto;
        text-align: center;
    }
    .table-btn tr{
        width: 100%;
    }
        .btn-im{
            width: 100%;
            font-size: 4em;
            background-color: transparent;
            padding: 6px;
            margin-left:0% ;
            border: 3px solid tomato;
        }
        .btn-im:hover{
            background-color: tomato;
            color: #f2f2f2;
            -webkit-transition: all ease 0.4s;
            transition: all ease 0.4s;             
        }
.animar-texto{    /* Mensaje satisfactorio */
    font-size: 2.6em;
    color: rgba(255,255,255,0.8);
    background-color:rgba(4,92,21,0.8);
    padding: 12px;
    border-radius: 10px;
    animation-duration: 1s;
    animation-name: slideinnn1;
}

    @keyframes slideinnn1 {
    from {
        color: rgba(4,92,21,0.7);
        background-color:rgba(4,92,21,0.2);
    }

    to {
        color: rgba(255,255,255,0.7);
        background-color:rgba(4,92,21,0.8);
    }
    }   
.animar-texto-e{      /* Mensaje de error */
    font-size: 2.6em;
    color: rgba(130,5,5,1);
    background-color:rgba(130,5,5,0.4);
    padding: 12px;
    border-radius: 10px;
    animation-duration: 0.4s;
    animation-name: slideinee;
}

    @keyframes slideinee{
    from {
        color: rgba(130,5,5,0.0);
        background-color:rgba(130,5,5,0.0);
    }

    to {
        color: rgba(130,5,5,1);
        background-color:rgba(130,5,5,0.4);
    }
    }
}

@media print{

    .cabeza, .sec-contenido{
        display: none;
    }
    

}