@charset "utf-8";
/* ---------------------------------------------------------------------------------------------
 * Autor:	 Ciebit
 * Criado:	 17/05/2013
 * Alterado: 17/05/2013
*/

/* ---------------------------------------------------------------------------------------------
 * Geral
*/
html, body
{
    position:relative;
    margin:0;
    width:100%;
    min-width:1000px;
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url('../imagens/fundo_quadrado.jpg');
}
#conteudo
{
	margin-top: 35px;
}

.centralizador
{
	width: 900px;
	margin: 0 auto;
}
.quebra
{
    clear: both;
	margin: 0;
	border: 0;
}

/* ---------------------------------------------------------------------------------------------
 * Cabeçalho
*/
#cabecalho
{
	width: 100%;
	height: 190px;
	border-bottom: solid 4px #79A341;
	background: url(../imagens/cabecalho.jpg) center top;
	box-shadow:0 5px 15px 0 rgba(0,0,0,0.4);
}
#cabecalho .centralizador
{
	position: relative;
	height: 190px;
}
#cabecalho .links
{
	position: absolute;
	top: 0;
	right: 0;
}
#cabecalho .links a
{
	display: block;
	float: left;
	width: 20px;
	height: 22px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-left: 3px;
}
#cabecalho .links 
{
	text-indent:-9999px;
}
#cabecalho .links .facebook
{
	background: #273B87 url('../imagens/facebook.png') no-repeat;
}
#cabecalho .links .twitter
{
	background: #00A6E2 url('../imagens/twitter.png') no-repeat;
}
#cabecalho .links .chat
{
	background: #669933 url('../imagens/chat.png') no-repeat;
}

#marca
{
	position: absolute;
	top: 40px;
    padding-top: 1.1rem
}
#marca img
{
	border: none;
}

#barra-menu
{
	position: absolute;
	top: 136px;
	left: 50%;
	right: 0;
	height: 4px;
	background: #333333;
}

/* ---------------------------------------------------------------------------------------------
 * Menu
*/
#borda-menu
{
	position: absolute;
	right: 0;
	bottom: 50px;
	background: url('../imagens/borda_menu.jpg') repeat-x left bottom;
	z-index: 8;
}
#menu
{
	height: 27px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu > li
{
	float: left;
	padding-bottom: 5px;
	margin: 0 0 0 35px;
}
#menu > li:first-child
{
	margin: 0;
}
#menu > li > a
{
	display: block;
	text-decoration: none;
	color: #333333;
}
#menu .selecionado
{
	border-bottom: solid 4px #79A341;
}

/* ---------------------------------------------------------------------------------------------
 * Rodapé
*/
#rodape
{
    width:100%;
	height: 200px;
	border-top: solid 4px #1A1A1A;
	margin-top: 95px;
	text-align: center;
	color: #ffffff;
	background-color: #3D3D3D;
	background-image: url('../imagens/fundo_bola.png');
}
#rodape p
{
	padding: 40px 0 0 0;
	margin: 0;
	font-size: 0.8em;
}
#rodape span
{
	font-size: 1.2em;
    line-height:140%;
}
#rodape .centralizador
{
	position: relative;
	bottom: 0;
	height: 100%;
}
#ciebit
{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
#ciebit img
{
	display: block;
	border: none;
}

/* ---------------------------------------------------------------------------------------------
 * Páginas internas
*/
.g-titulo
{
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
	color: #666666;
}

/* ---------------------------------------------------------------------------------------------
 * Processo
*/
#cb-processo
{
	position:fixed;
	z-index:100;
	height:70px;
	height:70px;
}