/*--------------------------------------------------------------------
Index Style (IE6+ FF1.5+)

Version: 	1.0
author: 		Burocratik (alexandre gomes)
email: 		alex@burocratik.com
website: 	http://www.burocratik.com
-----------------------------------------------------------------------*/
@import url(corpo.css);
@import url(texto.css);

/* = Header
------------------------------------------------------*/

/* =Identidade index*/
h1#identidadeIndex { /* :INFO: Gilder-Levin method. Usar h1 para o id do site*/
	position: absolute;
	top: 30px; left: 23px;
	width: 150px; height: 100px;
	margin: 0; padding: 0;
	overflow: hidden; 
	font-size : 16px; 
	color: #042c4c;
}
h1#identidadeIndex span {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%; height: 100%;
	background: url(../imgs/identidade.jpg) no-repeat;
}

/* =Data */
#data {
	position: absolute;
	left: 194px; top: 93px; 
	font-family: Tahoma, verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #1e5f41;
}
#data strong{
	font-variant: small-caps;
}


/* =CONTENT
------------------------------------------------------*/
#content {
	position: relative;
	width: 890px;
	padding: 30px 0 61px 0; /* :INFO: compensar os -61px do footer (tecnica footerStickAlt), para nao ficar por baixo do footer no fundo*/
}

/* =Flash abertura: nota que temos aki estilos k anula o corpo.css
------------------------------------------------------*/
#flashindex {
	position: absolute;
	left: 0; top: -210px;
	width: 890px; height: 345px;
	margin: 0; padding: 0;
	list-style: circle inside;
	overflow: hidden;
}
#flashindex strong {
	color: #429369;
}

.nofootercontent  #content {
	position: relative;
	width: 890px;
	padding: 0 0 250px 0; /* :INFO: compensar os -61px do footer (tecnica footerStickAlt), + espaço para respirar entre content e footer*/
}