﻿@charset "utf-8";
/* CSS Document */

/* HTML E BODY - ALTURA DO TAMANHO DA TELA DO NAVEGADOR - */
html, body {
	height: 100%;
}

/* MARGEM E FUNDO DO SITE */
body {
	margin: 0;
	background-color: #000;
	background-image: url(../imgs/fundo.jpg);
	background-position: center;
}

/* DIV PAI - ESTRUTURA DE TODO O SITE - */
#tudo {
	position: relative;
	width: 100%;
	min-height: 100%;
}

/* PALCO DO SITE */
#palco {
	width: 990px;
	margin: 0 auto;
}

/* TOPO DO SITE */
#topo {
	width: 990px;
	min-height: 100px;
	margin: 0 auto;
}

/* LOGO DO SITE */
#logo {
	width: 250px;
	float: left;
	margin-left: 30px;
}

/* ICONES DO TOPO */
#icones {
	float: right;
	margin-top: 60px;
	margin-right: 30px;
}

#icones img {
	margin-right: 10px;
	opacity: 0.5;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
}

#icones img:hover {
	opacity: 1;
}

/* MENU PRINCIPAL DO SITE */
#menu {
	width: 910px;
	height: 50px;
	margin: 0 auto;
}

.principal {
	width: 130px;
	height: 40px;
	line-height: 40px;
	float: left;
	text-align: center;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	background-image: url(../imgs/mnu.png);
	background-position: top;
	background-repeat: repeat-x;
	cursor: pointer;
	
	font-family: "Century Gothic";
	font-size: 15px;
	text-transform: uppercase;
	
	-webkit-transition: background-position 200ms ease-out;
	-moz-transition: background-position 200ms ease-out;
	-ms-transition: background-position 200ms ease-out;
	-o-transition: background-position 200ms ease-out;
}

.principal:hover {
	background-position: bottom;
}

/* BANNER E PROGRAMAÇÕES DO SITE */
#banner {
	width: 990px;
	height: 250px;
	background-color: #ffffff;
}

#progs {
	padding: 5px;
	width: 379px;
	height: 240px;
	float: left;
	border-right: 1px solid #e1e1e1;
}

#fotos {
	width: 600px;
	height: 250px;
	float: right;
	background: #ffffff;
	overflow: hidden;
}

/* ITENS CONTÁBEIS */
#itens01 {
	background-color: #f1f1f1;
	border-top: 1px dotted #333333;
	height: 150px;
	margin: 0;
}

#linhas1 {
	width: 100%;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #eeeeee;
}

#agendas {
	width: 320px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
	background-image: url(../imgs/date.png);
	background-repeat: no-repeat;
	background-position: right;
}

#tabelas {
	width: 320px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
	background-image: url(../imgs/table.png);
	background-repeat: no-repeat;
	background-position: right;
}

#modelos {
	width: 320px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
	background-image: url(../imgs/models.png);
	background-repeat: no-repeat;
	background-position: right;
}

.itensLink {
	margin-top: 10px;
}

.itensLink a, .itensLink a:visited, .itensLink a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	margin: 0 0 0 0;
}

.itensLink a:hover {
	color: #000000;
	text-decoration: none;
}

/* CONTEUDO DO SITE */
#conteudo {
	width: 970px;
	min-height: 230px;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #ffffff;
	padding: 10px;
}

.tit01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
}

.tit02 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

#lateral {
	width: 380px;
	min-height: 250px;
	float: left;
}

#textos {
	width: 585px;
	min-height: 250px;
	border-left: 1px dotted #999999;
	padding-left: 4px;
	float: right;
}

.textoSite {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

.textoSite a:link, .textoSite a:visited, .textoSite a:active {
	color: #000000;
	text-decoration: none;
}

.textoSite a:hover {
	color: #333333;
	text-decoration: underline;
}

.utilitarios {
	margin: 0;
	background-image: url(../imgs/fnd_uti.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}

.utilitarios a:link, .utilitarios a:visited, .utilitarios a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}

.utilitarios a:hover {
	color: #000000;
	text-decoration: none;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

form a:link, form a:visited, form a:active, form a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.botao {
	margin-top: 5px;
	width: 70px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #f1f1f1;
	border: 1px solid #999999;
	cursor: pointer;
}

/* RODAPE */
#rodape {
	height: 50px;
	border-top: 1px dotted #000000;
	background-color: #f1f1f1;
}

#menus2 {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 50px;
	float: left;
}

#menus2 a:link, #menus2 a:visited, #menus2 a:active {
	text-decoration: none;
	color: #333333;
}

#menus2 a:hover {
	text-decoration: none;
	color: #000000;
}

#copy {
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 50px;
	float: right;
}