/* CSS Document */
* {margin: 0; padding: 0}
.destaque {  color: #316921; }
.destaque2 {  color: #B30000; text-indent: 0} 
.hide {display: none}
.voltar { margin-right: 0; padding-bottom: 30px; text-align: right;}
a, a:visited { color: #006837}
a:hover { color: #00AA00}
body {	margin: 0; 	padding: 0;	background: #F1E9DA; font-family: Verdana, Arial, Helvetica, sans-serif;	font-size:12px;}
p { text-indent: 15px; line-height: 17px; margin: 5px 0 2px 0}
ul, ol { margin: 10px 0 10px 25px}
h3 { font-size: 14px; color: #B30000; margin-top: 15px;}
h4 { font-size: 12px; font-weight: normal; text-decoration: underline; margin-top: 15px;}
ul.ppal { font-size: 12px; padding: 10px 40px;}
#tudo {
	width: 760px;
	margin: 10px auto;
	border: 7px solid #F9F5EC;
}
#cabecalho {
	width: 100%;
	height: 83px;
	background: url(img/cabecalho.jpg);
}
#cabecalho a {
	display: block;
	width: 300px;
	height: 83px;
}
#content {
	background: #F0E6CF url(img/bg_fundo_sup.gif) no-repeat 0 28px;	
	position: relative;
}
#foto {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	height: 855px;
}
#menu {
	height: 29px;
	background: url(img/bg_menu.gif);
}
#menu div {	
	position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
}
#menu a, #menu a:visited {
	float: left;
	display: block;
	height: 22px;
	padding-top: 7px;
}
#menu a:hover, #menu a.ativo { 
	background: url(img/bg_menuOn.gif);
}
#menu img { border: none}
#conteudo {
	width: 385px;
	height: 663px;
	background:url(img/bg_fundo_inf.gif) no-repeat right bottom;
	padding: 25px 340px 20px 35px;
	line-height: 17px;
	text-align:justify;
}
#conteudo_cursos {
	width: 590px;
	height: 263px;
	background:url(img/bg_fundo_inf.gif) no-repeat right bottom;
	padding: 25px 135px 20px 35px;
	line-height: 17px
}
#tudo div[id="conteudo"] {height: 100%; min-height:663px}
#tudo div[id="conteudo_cursos"] {height: 100%; min-height:263px}
#cursos {
	width: 290px;
	height: 200px;
	margin: 20px 0 0 40px;
	padding: 5px;
}
#cursos .cursos1 {
	background: url(img/bg_cursos1.gif) no-repeat;
	height: 27px;
	width: 300px;
}
#cursos .cursos2 {
	background: url(img/bg_cursos2.gif) repeat-y;
	width: 300px;
}
#cursos .cursos3 {
	background: url(img/bg_cursos3.gif) no-repeat;
	height: 7px;
	width: 300px;
}
#cursos h3 {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	padding:5px;
}
#cursos ul {
	margin-top:0px;
	margin-bottom:0px;
	padding: 10px;
}

#cursos a, #cursos a:visited {
	color: black;
	text-decoration: none;
}
#cursos a:hover { color: #00AA00}
label {
	font-size: 11px;
	display: block;
	clear: both;
	float: left;
	width: 75px;
	height: 20px;
	padding: 3px 5px 0 0;
	text-align: right;
}
input {
	width: 250px;
	margin: 2px;
	height: 15px;
}
textarea {
	width: 250px;
	margin: 3px;
	height: 50px;
}
#btn {
	width: 335px;
}
#btn a, #btn a:visited {
	display: block;
	float: right;
	width: 68px;
	height: 18px;
	border: none;
	background: url(img/btnOff.gif);
	font-size: 10px;
	text-align: center;
	color: #000000;
	text-decoration: none;
	margin:5px 0 0 5px;
}
#btn a:hover {
	background: url(img/btnOn.gif);
	color: #FFFFFF;
}

.prof {
	padding-top: 10px;
	font-size: 10px;
	text-indent: 0;
}
.curr {
	font-size: 10px;
	text-indent: 0;
	padding-left: 25px;
	font-style: italic
}
#rodape {
	width: 750px;
	height: 32px;
	background: url(img/bg_rodape.gif);
	font-size: 10px;
	padding: 9px 0 0 10px;
}
#rodape p {
	margin: 0 0 0 0;
	text-indent: 0;
	line-height: normal;
}
#escondida {
	display: none;
}
table {
	border: 2px solid #006600;

}
table th {
	background: #6A8A22;
	color: #FFFFFF;
	border: 1px solid #6A8A22;
	padding: 5px;
}
table td {
	border: 1px solid #006600;
	text-align: center;
	font-weight: bold;
	color: #FF6600;
	background: transparent;
}

