	/******************************************
	Informações de CSS das paginas de erro 404
	
		versão	: A
		Autor	: Marcelo Barreto
		arquivo	: erro_404.css
		Data:	: 02/11/2012
		
		Comentários:
		- versão A
			- versão inicial do arquivo
			
	******************************************/
body {
	background-color: #6d6e71;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#alinhar {
	float:none;
	position:relative;
	max-width:780px;
	margin:0 auto;	
}
.padding_lateral {
	padding:0 20px 0 20px;
}
.div_flex{
	display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
}
img.logo{
	margin: 10px auto 0px auto;
}
#conteudo {
	float: left;
	position: relative;
	background-image: url(../images/oops.jpg);
	background-size: 50% auto;
	background-repeat: no-repeat;
	max-height: 280px;
	height:auto;
	max-width: 650px;
	width:100%;
	margin: 100px 0px 0px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #6d6e71;
	margin: 145px 0px 0px 32%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6d6e71;
	margin: 10px 0px 0px 32%;
}
a.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bt_a.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 25px;
	width: 130px;
	position: relative;
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 23px 0px 0px 32%;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	behavior: url(css/PIE.htc);
}
a:hover.home {
	background-image: url(../images/bt_ahover.jpg);
	background-repeat: repeat-x;
}
