@charset "utf-8";

#logo-404 {
	background-image: url(../img/logo-404.png);
	background-repeat: no-repeat;
	width: 138px;
	height: 32px;
}

.largura-404, .centralizar-404 {
	width: 570px;
	margin: auto;
}

.centralizar-404, .centralizar-login {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -290px;
}

.titulo-404, b.titulo-404 {
	font-size: 22px;
	font-weight: bold;
}

.botao-404 {
	background-color: #007AF4;
	color: white;
	display: inline-block;
	padding: 7px 14px;
	font-size: 16px;
	font-weight: bold;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.botao-404:hover {
	background-color: #006EDB;
	cursor: pointer;
}
