
.cajafuera
{
	background:#fff;
    width: 100vw;
    height: 100vh;
    display: grid;
}
.formulariocaja
{
    width: 65%; 
    height: 500px;
    position: relative;
    margin: auto;
    padding: 5px;
    overflow: hidden;  
	border: 0px solid black;
	border-radius: 2px;
	background:#fff;
}

.formulariocaja:hover{
   box-shadow: 0 0 6px 0.5px #000b8c;	
}
.botondeintercambiar{
    width:250px;  
    margin: 35px auto;
    position: relative;
    box-shadow: 0 0 6px 0.5px black;
    border-radius: 30px;
}

.botoncambiarcaja{
    padding: 10px 25px;
    cursor: pointer;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
	font-weight: bold;
	font-size:16px;
}

#btnvai{
    top: 0;
    left: 0;
    position: absolute;
    width: 137px;
    height: 100%;
	background-color: #ffcd00;
    border-radius: 30px;
	transition: .5s;
	
}

.grupo-entradas{
    position: absolute;
    width: 90%;
    transition: .5s;
}

.checkboxvai{
    margin: 5px 10px 24px 0;
	text-align:right;
	font-size:12px;
}

#frmlogin{
    left: 50px;
}
#frmregistrar{
    left: 850px;
}

.caja_popup 
{
	display: none;
    position: absolute;
	padding:0;
	background-color:rgba(0, 0, 0, 0.5);
	width:100%;
	height:50%;
}
.contenedor_popup 
{
	border-radius: 5px;
	top: 10%;
	left: 50%;
	position: absolute;
	transform: translate(-50%,-50%);
	width:100%;
	
}

table
{
	text-align:center;
    width: 98%;
    border-collapse: collapse;
    border: 1px solid #EDB500;
	margin:50px auto;
    background: white;
	
	
}
th 
{
    background: steelblue;
    height: 40px;
    font-weight: lighter;
    text-shadow: 0 1px 0 #38678f;
    color: white;
    border: 1px solid #EDB500;
    box-shadow: inset 0px 1px 2px #EDB500;
    transition: all 0.2s;
	font-size: 18px;

}
tr 
{
    border-bottom: 1px solid #EDB500;
	width:100%;
}
td 
{
    border: 1px solid #EDB500;
    padding: 10px;
    transition: all 0.2s;
	font-size: 14px;
}
.txtrecuperar
{
	font-size: 14px;
	text-align:center;
	width: 100px;
	display: inline-block;
	background-color: #1C62C1;
	padding: 6px 10px;
	border-radius:5px;

	color:white;
	border:1px solid black;
	cursor:pointer;
}