@charset "utf-8";

html, body {
	height: 100%;
}

a {
	color:#000;
}

img {
	border:none;
}


body {
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:86%;
	line-height:1.2em;
	background:#fff url(bg.png) no-repeat center 55%;	
}

div#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px -240px 0px;
}

div#footer_wrapper {
	position:relative;
	width: 100%;
	height: 240px;
	z-index:0;
}

div#content_wrapper {
	width: 100%;
	padding: 0px 0px 240px 0px;	
}

/****************

Required in certain cases

****************/

div#footer_wrapper, div#content_wrapper {
	min-width: 960px;
}

div#footer_inner_wrapper, div#content_inner_wrapper {
	width: 960px;
	margin: 0px auto;
} 

/*conteúdo*/

img.logo{
	padding-top:10px;
}

#content {
	width:340px;
	margin:0 0 auto auto;
	padding:5px 20px;
	min-height:140px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:2px 2px 6px #999;
	-webkit-box-shadow:2px 2px 6px #999;
	box-shadow:2px 2px 6px #999;
	border:#666 1px solid;
}

#em_construcao {
	float:left;
}

/*CiberSistemas*/

#cibersistemas {
	position:absolute; 
	z-index:99999;
	bottom:2px;
	right:2px;
	width:47px;
	height:34px;
	background: url(cs.png);
	background-repeat:no-repeat;
	background-position: 0 0;
}

#cibersistemas:hover {
	width:180px;
	height:34px;
	background: url(cs.png);
	background-position: 180px 0;
}

#cibersistemas a {
	width:47px;
	height:34px;
	display:block;
	overflow:hidden;
	text-indent: -99999em;
}
#cibersistemas a:hover {
	width:180px;
	height:34px;
}
