/* CSS Document */

.no_js { display: block }
.has_js { display: none }
.js .no_js { display: none }
.js .has_js { display: block }

body, html {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:13px;
	text-align:center;
	background-color: #2B7A00;
	height:100%;
	width:100%;
    margin:0 auto;
	overflow: hidden;
	color: #FFF;
}

a {
	text-decoration:none;
	color:#FFF;
}

*, img {
	border: 0;
}

#principal {
	height:100%;
	width:100%;
    margin:0 auto;
}

#splash {
	background: url(../imagem/bg_splash.jpg) left center no-repeat #2B7A00;
	width: 778px;
	height: 410px;
	position: absolute;
	top: 50%;
	margin-top: -205px;
	left: 50%;
	margin-left: -389px;
	}

#splash h1 {
	width: 161px;
	height: 67px;
	margin: 135px 0 0 117px;
	_margin: 133px 0 0 58px;
	float: left;
	font-size: 0;
	background: url(../imagem/logo.gif) no-repeat;
	}
	
#splash h1 a {
	width: 161px;
	height: 67px;
	display: block;
	text-decoration: none;
}
	
#splash h1 span {
	visibility: hidden;
	}
	
#splash .blocoInfo .foneContato {
	margin: 15px 0;
	font-size: 18px;
	}
	
#splash .blocoInfo .foneContato a {
	display: block;
	font-size: 13px;
	}

#splash .blocoInfo {
	width: 400px;
	text-align: left;
	margin-top: 62px;
	float: right;
	}

#splash .blocoInfo dl {
	width: 100%;
	float: left;
	color: #6DB646;
	font-size: 9px;
	margin-top: -10px;
	}
	
#splash .blocoInfo dt {
	display: inline;
	}
	
#splash .blocoInfo dt a {
	color: #6DB646;
	text-decoration: none;
	font-weight: normal;
	padding-right: 1px;
	
	}	

#splash .blocoInfo .entrar p {
	width: 200px;
	color: #6DB646;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#splash .blocoInfo .entrar button {
	background: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 38px;
	float: left;
	color: #74B406;
	letter-spacing: -2px;
	text-transform: uppercase;
	padding: 0;
	margin-top: -7px;
	_margin-top: -17px;
	}

#splash dl {
	width: 100%;
	float: left;
	color: #6DB646;
	font-weight: bold;
	font-size: 12px;
	margin-top: 50px;
	}
	
#splash dt {
	display: inline;
	}
	
#splash dt a {
	color: #6DB646;
	text-decoration: none;
	font-weight: bold;
	padding-right: 8px;
	}