.temp{
	display: none;
}
.inicio{
	flex-direction: column;
	text-align: center;
	overflow-y: auto;
	justify-content: flex-start;
	min-height: 80vh;
}
.iniciaE, input[type=submit]{
	box-shadow: 0 0 5px black;
    border: 3px solid #3C4142;
    margin: 20px 0;
    padding: 3px;
    outline: none;
    font-size: 1em;
    color: #3C4142;
    background-color: white;
}
.iniciaE:hover, input[type=submit]:hover {
    border: 3px solid #3C4142;
    box-shadow: 0 0 10px black;
    cursor: pointer;
}
.ingresa{
	font-size: 3vw;
}
.ingresa input[type=text]{
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}
.bold{
	font-weight: bold;
}