/* ------------- 

Description: Padrões de cores e layout para o ADM Imobiliárias SSP Virtual
Version: 1.0
Author: KZCG
Author URI: http://www.kzcg.com.br
Date: 10/2009
	
------------- */

/* ------------- geral -------------*/

* { margin:0; padding:0 }

img { border:0}

body {
	background:#fff;
	margin:0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:normal;
	color:#666;
	height: 100%;
}

a:link, a:visited { color:#333; text-decoration:none }
a:hover { color:#000; text-decoration:underline;}

/* ------------- posicionamento geral -------------*/

html, body, .body_geral {height: 100%;}
body > .body_geral {height: auto; min-height: 100%;}

.conteudo { padding:0 0 30px 0; }

/* ------------- tela login -------------*/

.logo_site {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-225px;
	text-align:left;
	background: url(../img/kzhost_net.jpg);
	width:800px;
	height:450px;
}

.logo_site h1, h2 { display:none;}

.logo_site_503 {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-140px;
	text-align:left;
	width:500px;
	height:281px;
}

.logo_site_503 h1, h2 { display:none;}

.logo_site_503 h3, h4 { text-align:center; }

/* ------------- rodapé ------------- */

.rodape {
	position: relative;
	margin-top: -20px;
	height: 20px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.6em;
	text-align:center;
	color:#333;
}

a.rodape_link, a:visited { text-decoration:none; color:#ababab;}

a.rodape_link:hover{ text-decoration:none; color:#666;}

/* ------------- CLEAR FIX ------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */