﻿body{
	margin: 0;
	padding: 0;
	vertical-align: middle;
	overflow-y: auto;
	font-size: 1em;
	font-family: "Arial", sans-serif;
}

#container{
	width: 100%;
	height: auto;
}

img{border: 0;}

#content{
	margin: 5% auto;
	width: 516px;
	height: 516px;
	/*background: url("../../../imgerro/bkErro.png") no-repeat center center;*/
}

#msg_erro{
	width: 100%; 
	padding-top: 25%; 
	margin: 0 auto; 
	text-align: center; 
	font-weight: bold;
}

#404{line-height: 20px; background: fuchsia; width: 100%; height: 30px;}

.img404{margin-right: 5px;}

.text404{line-height: 30px; font-size: 2em; }

.erro
{
    font-family: 'Russo One' , sans-serif;
    font-size: 2em;
}

p{text-align: center; font-size: 1.2em; font-weight: normal; margin-bottom: 30px;}

a.btnVoltar{color: #C52F33; font-size: 0.8em; text-decoration: none;}
a.btnVoltar:HOVER {color: #000;}

.voltar{margin-right: 5px;}

