@charset "utf-8";
/* CSS Document */
html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	background:#fff;
	background: url(../imagens/fundo_programacao.jpg) no-repeat top;
	color:#000;
	font:75%/1.4 Arial, Helvetica, sans-serif;
	text-align:center;
	}
a {
	font:16px Arial, Helvetica, sans-serif;
	outline:none;
	font-variant:small-caps;
}
a:link {
	text-decoration: none;
	color: #6c6c6c;
}
a:hover {
	text-decoration: none;
	color: #ba6bc8;
}
a:active {
	text-decoration: none;
	color:#ba6bc8;
}
a:visited {
	text-decoration: none;
	color:#000;
}
#tudo { 
	width:990px;
	position:relative;  /*Contexto de posicionamento */
	margin:0 auto;
	text-align:left;
	min-height:650px;
	}
 * html #tudo {height: 100%;}
#conteudo {padding-bottom:30px;}
#topo {
	margin:0 auto;
	width:900px;
	height:68px;
	text-align:center;
	padding-top:1px;
	}
#logo {
	width:368px;
	height:80px;
	padding-left:110px;
	float:left;
	padding-top:40px;
	}
#principal {
	width:400px;
	float:left;
	padding-left:110px;
	padding-top:120px;
	clear:both;
	}
#programacao {
	width:900px;
	float:left;
	padding-left:50px;
	padding-top:90px;
	clear:left;
	}
#formularios_esq {
	width:170px;
	float:left;
	}
#formularios_dir {
	width:200px;
	float:right;
	}
#prog {
	text-align:left;
	clear:both;
	padding: 5px 0 2px 0;
	}
#prog_conteudo {
	text-align:left;
	clear:both;
	padding: 5px 0 20px 0;
	border-top: 1px solid #6c6c6c;
	}
#rodape {
	background:#b0f1b0;
	width:760px;
	height:20px;
	position: absolute;
	bottom: 0; /**/ 
	border:dotted #999;
	border-width: 1px 0;
	text-align:center;
	}
#rodape p {
	margin:0;
	font-weight:bold;
	color:#060;
	}
#noticias {
	background: url(../imagens/seta_news.gif) no-repeat top left;
	text-align:left;
	clear:both;
	padding: 26px 0 20px 20px;
	border-top: 1px solid #6c6c6c;
	}
form {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
input, textarea, select {
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px solid #999999;
	background-color:#FFF;
	outline:none;
	padding-left:3px;
}
input:focus {
	border:1px dotted #ba6bc8;
	background-color:#fcebff;
}
input[type=submit], input[type=button] {
	border:1px solid #ba6bc8;
	background-color:#999;
	color:#fff;
}
input[type=submit]:hover , input[type=button]:hover{
	border:1px solid #ba6bc8;
	background-color:#ba6bc8;
	color:#fff;
}
input[type=radio], input[type=checkbox] {
	border:0px;
}
.linha_forms {
	border-bottom: 1px solid #a6a6a6;
	}
ul {
	width:190px;
	margin:0;
	padding:0;
	list-style:none;
	}
ul li {margin:1px 0; }
ul li a, ul li a:visited {
	height:1%;
	font:12px Arial, Helvetica, sans-serif;
	display:block;
	background:#060;
	color:#fff;
	text-decoration:none;
	padding:2px 10px;
	}
ul li a:hover {
	background:#9f9;
	color:#060;
	}
h1{
	font:30px Arial, Helvetica, sans-serif;
	color:#60004d;
	}
h3{
	font:13px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	background-color:#ce90b3;
	padding-left:5px;
	}
.data{
	font:14px Arial, Helvetica, sans-serif;
	color:#000;
}
.clear {clear:both;}
#nav li.um {
	margin-bottom:8px;
	text-align:center;
		}

