@charset "utf-8";

/*ERRO 404
---------------------------------------------------------------------------------------------*/
#erro404_container{width:100%; height:auto; display:block; padding: 0 0 170px 0;}


#erro404 { width:350px; height:150px; margin:170px 0 0 205px !important; padding:10px 40px 0 160px; background:url(../images/erro404_bg.gif) 0 0 no-repeat;}/*box container margin-top override*/


#erro404 h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #3c6ea1;
	margin-bottom: 0.3em;
	margin-top: 1em;
}

#erro404 p {
		
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	color: #333333;
	margin-top:20px;
	line-height:16px;
}

#erro404 a {color:#008ec4; text-decoration:none;}
#erro404 a:hover {color:#008ec4; text-decoration:underline;}