/* @@@@@@@@@ ESTRUTURA @@@@@@@@@ */
body {
	background: url(../imagens/bck_geral.gif);
/*	text-align: center; /* --- HACK PARA CENTRALIZAR NO IE 5 --- */
}

#moldura {
 	width: 750px;
/*	\width: 770px;
	w\idth: 750px; */
	margin: 0;
	min-width: 750px;
	max-width: 1200px;
/*	border-right: 1px solid #E7E7EF; */
	background: #FFF;
/*	text-align: left; /* --- HACK PARA CENTRALIZAR NO IE 5 --- */
}

/* --- HACKS PARA COLOCAR TAMANHO MINIMO NO IE --- */
* html .minwidthx {
	height: 1px;
	border-left: 750px solid #FFF;
}

* html .minwidthy {
	height: 1px;
	margin: 0;
	margin-left: -750px;
	position: relative;
}
/* --- HACKS PARA COLOCAR TAMANHO MINIMO NO IE --- */

#topo {
	height: 156px;
	background: #E7E7EF;
}

#cabecalho {
	height: 50px;
	background: #333;
}

#menuPri {
	float: left;
	width: 220px;
	background: #FFF;
}

#menuSec {
	float: right;
	width: 0;
	background: #CFCFCF;
}

#conteudo {
	margin: 0 0 0 220px;
	padding: 20px 40px;
	background: #F2F2F2;
}

#rodape {
	clear: both;
	height: 50px;
	background: #333;
}

#base {
	clear: both;
	height: 30px;
	background: #000066;
}



/* @@@@@@@@@ LAYOUT @@@@@@@@@ */
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

a {
	color: #000;
}
	
a:visited {
	color: #000;
}

a:hover {
	color: #000;
	text-decoration: none;
}

p {
	padding: 5px 0;
	text-align: justify;
}

.alinhamentoEsquerdo {
	text-align: left;
}

.alinhamentoCentro {
	text-align: center;
}

.alinhamentoDireito {
	text-align: right;
}

.textoOculto {
	text-indent: -99999px; 
	display: none; 
	overflow: hidden;
}

.botVoltar a {
	margin: 10px auto;
	width: 53px;
	height: 11px;
	text-indent: -99999px; 
	display: block; 
	overflow: hidden;
	background: url(../imagens/bot_voltar.gif) no-repeat;
}



/* ### TOPO ### */

/* ### CABECALHO ### */

/* ### MENU PRIMARIO ### */

/* ### MENU SECUNDARIO ### */

/* ### CONTEUDO ### */
#conteudo h1, #conteudo h2, #conteudo h3 {
	padding: 10px 0 5px 0;
	font: bold Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

#conteudo h1 {
	font-size: 12px;
	text-decoration: underline;
	text-transform: uppercase;
}

#conteudo h2 {
	font-size: 11px;
}

#conteudo h3 {
	padding: 5px 0 5px 0;
	font-size: 12px;
	font-style: italic;
	color: #093;
}

#cursos {
	width: 440px;
	height: 133px;
	background: url(../imagens/bck_cursos.jpg) center 100px no-repeat;
}

#contato {
	margin: 20px auto;
	width: 250px;
}

label {
	font-weight: bold;
}

.impute, .textearea {
	margin: 0 0 5px 0;
	color: #039;
	background: #EEE;
	border: 1px solid #A5ACB2;
}

.impute {
	height: 15px; 
}

.impute:focus {
	background: #CDCDCD;
}

#tabFotos thead th {
	padding: 5px;
}

hr {
	color: #090;
}


/* ### RODAPE ### */

/* ### BASE ### */
#base a {
	color: #FFF;
}
	
#base a:visited {
	color: #FFF;
}

#base a:hover {
	color: #FFF;
	text-decoration: none;
}

#base address {
	padding: 10px;
	text-align: center;
	font-style: normal;
}