* {
	font-family:Arial, Tahoma, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

body {
	position:relative;
}

#intranet {
	position:absolute;
	padding:10px;
	top:0;
	right:0;
	color:#333;
	font-weight:bold;
	text-decoration:none;
	z-index: 10000;
}

#intranet:hover {
	color:#6c7b8b;
}

#wrap {
	position:relative;
	margin:0 auto;
	width:990px;
	height:600px;
}

#header {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100px;
}

#logo {
	position:absolute;
	top:0;
	left:0;
	width:170px;
	height:100px;
	background-size:170px 100px;
}

#conteudo {
	width:100%;
	height:500px;
	padding-top:30px;
}

#google {
	width:100%;
	padding:20px 0;
	text-align:center;
}

#glogo {	
	margin:0 auto;
	width:361px;
	height:151px;
	background:url(icones/google.jpg);
	background-size:361px 151px;
}

#acessone766e9da3_acnet {
width:768px;
height:300px;
margin:0 auto;
margin-top:100px;
background:url(icones/acnet.jpg);
background-size:768px 300px;
opacity:0.8;
}

#acnet:hover {
opacity:1;
}

#gbusca {
	margin-top:20px;
	text-align:center;
}

.gtexto {
	border:1px solid #bbb;
	width:500px;	
	padding:8px 8px;
}

#icones {
	margin-top:10em;
	width:100%;
	text-align:center;
}

#icones ul {
	display:block;
	list-style:none;
}

#icones ul li {
	padding:0 30px;
	display:inline-block;
}

.logo-superior {
	position: fixed;
	display: block;
	top: 10px;
	left: 10px;
}

.maps {
	background:url(icones/maps.png) no-repeat;
}

.facebook {
	background:url(icones/facebook.png) no-repeat;
}

.gmail {
	background:url(icones/gmail.png) no-repeat;
}

.youtube {
	background:url(icones/youtube.png) no-repeat;
}

.drive {
	background:url(icones/drive.png) no-repeat;
}

#icones li a {
	display:block;
	width:85px;
	height:85px;
	color:#4682B4;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	background-position:center center;
	background-size:80px 80px;
}

#icones li:hover a {
	background-size:85px 85px;
}






