﻿@charset "utf-8";
/* CSS Document */

body
{
	width: auto;
	height: auto;
	margin:0;
	background-image: url(../images/fundo.png);
	background-repeat: repeat-x;
	background-size: 100%;
	background-attachment:fixed;
}

/* CABEÇALHO */
#cabecalho
{
	width: 100% auto;
	height: 20%;
	background-color: #000;	
}

#cabecalho_transparente
{
	background-image:url(../images/cabecalho_transparente.png);
	width: auto;	
}
/*****************************/


/* LOGO */
#logo
{
	width: auto;
	margin-left: 10%;
}

#titulo
{
	margin-top:-1%;
	width: auto;
}

#contato
{
	float: right;
	margin-top: -7%;
	margin-right: 5%;
}
/*******************************/


/*CENTRAL*/
#central
{
	width: 70%;
	height: 40%;
	margin-top: 1%;
	margin-left: 15%;	
	background-image:url(../images/cabecalho_transparente.png);

}

#conteudo
{
	margin-top: 1%;
	margin: 1%;
	min-height: 100px;
	heigth: auto;

}

#bancodedados
{
	width: 25%;
	height: auto;
	float: left;
	margin-right: 5%;
	margin-left: 5%;

}

#bi
{
	width: 30%;
	float:left;
	margin-right: 7%;
	margin-left: 2%;

}

#desenv
{
	width: 20%;
	height: auto;
	float: left;
	margin-right: 5%;

}

#banner
{	float: left;
	margin-left: 2%;
	width: auto;
	height: auto;	
}

/********************************************/

/*RODAPÉ*/
#rodape
{
	margin-top: 1%;
	min-height: 30px;
	height: 10%;
	width: 100% auto;	
	background-color: #000;
	bottom:0;
}

#local
{
	margin-right: 2%;
}

#credito
{
	margin-right: 2%;
}
/***************************************************/



/* ESTILOS */
.titulo
{
	font-family:"Gill Sans MT";
	font-size: 80px;
	color: #FFF;
}
.subtitulo
{
	font-family:"Gill Sans MT";
	font-size: 30px;
	color: #FFF;
}

.tituloconteudo
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20px;
}

.conteudo
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 17px;
}

.contato
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}

.creditos
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#999;	
}

.local
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 15px;
	color:#999;	
}

a:link
{
	color: #999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
		
}

a:visited
{
	color: #999;
}