/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body {height:100%;}
body{
	background:#EEE url(../imgs/bg_geral.jpg) center top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding-top:40px;
}
ul{
	list-style:none;
}

h1{
	display:none;
}
h1.visivel{ display:inline; }
#geral{
	width:100%;
	margin:0 auto;
	overflow:visible;
	position:relative;
	min-height:100%;
	text-align:left;
}
* html #geral {height: 100%;}
#conteudo {
	background:url(../imgs/bg_conteudo.jpg) repeat-y;
	width:1000px;
	margin:0 auto;
	padding-bottom:30px;
}
#topo {
	background:url(../imgs/bg_topo.jpg) left top no-repeat;
	width:1000px;
	margin:auto;
	overflow:hidden;
	height:234px;
	margin-bottom:1px;
}
#col_esq_topo2{ 
/*	background:url(../imgs/bg_topo_esq_2.jpg) top center no-repeat; */
	width:779px;
	height:234px;
	float:left;
	overflow:hidden;
	margin-top:8px;
}
#topo_menu{ 
	width:790px;
	height:52px;
	float:left;
	padding-left:8px;
	overflow:hidden;
	text-align:center; 
}
#topo_menu ul li {
	background:url(../imgs/bg_menu.jpg) top center no-repeat;
	display:inline;
	width:156px;
	height:52px;
	float:left;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	padding:18px 0 4px 0;
	overflow:hidden; 
}
#topo_menu ul li.vermelho { font-size:18px; color:#CC0000; }
#topo_menu ul li a { text-decoration:none; color:#333; }
#topo_menu ul li a:hover { text-decoration:none; color:#CC0000; }

#corpo {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	float:left;
	padding-bottom:30px; 
}
#menu {
	width:200px;
	background:#CFCFCF;
	height:100%; 
	float:left;
	padding-bottom:1px; 
	position:relative;   
}
/* #menu ul li a{
	width:194px;
	height:8px;
	border-top:solid 1px #EEE;
	display:block;
	text-decoration:none;
	padding:8px 4px 12px 20px;
	color:#666;
}
#menu ul li a:hover{
	width:194px;
	height:8px;
	border-top:solid 1px #EEE;
	display:block;
	text-decoration:none;
	padding:8px 4px 12px 20px;
	color:#000;
	background:#FFEB00;
} */
#centro {
	width:768px;
	float:left;
	padding:0 8px 0 8px;
	overflow:hidden; 
}
#centro.alinhando { padding:8px;}
#centro li.voltar {
	padding:4px;
	text-align:right;
	margin-bottom:4px;
	border-bottom:solid 1px #ccc; 
}
#centro li.imagens{ 
	width:129px;
	height:75px;
	float:left;
	display:inline;
	float:left;
	overflow:hidden;
	height:65px;
	padding:8px;
	color:#FFF;

}


#col_01 {
	width:464px;
	float:left;
	overflow:hidden;
}
#col_02 { 
	width:304px; 
 	float:right;
	overflow:hidden;
}
#col_02_esquerda { 
	width:304px; 
 	float:left;
	overflow:hidden;
}

#prova{
	width:464px;
	float:left;
	overflow:hidden;
	padding: 4px 0 4px 0;
}
#prova ul li a{
	background:url(../imgs/bg_prova.jpg) center top repeat-x;
	width:456px;
	height:36px;
	float:left;
	overflow:hidden;
	padding: 6px 0 4px 4px;
	border:solid 1px #666;
	color:#FF0000;
	font-weight:bold;
	font-size:24px;
	text-decoration:none;
	margin-bottom:2px;
}
#prova ul li a:hover{
	background:url(../imgs/bg_provahover.jpg) center top repeat-x;
	width:456px;
	height:36px;
	float:left;
	overflow:hidden;
	padding: 6px 0 4px 4px;
	border:solid 1px #666;
	color:#333;
	font-weight:bold;
	font-size:24px;
	text-decoration:none;
}
#noticias {
	width:464px;
	overflow:hidden;
	float:left;
	padding:8px 0 28px 0 ;
}
#noticias li {
	border-bottom:solid 1px #ccc;
	padding:4px;
}
#noticias li a{ 
	background:url(../imgs/bg_prova.jpg) center top repeat-x;
	width:464px;
	display:block;
	text-decoration:none;
	padding:4px;
	color:#333;
}
#noticias li a:hover{ 
	width:464px;
	display:block;
	text-decoration:none;
	background:#e4e6d7;
	padding:4px;
}

#horario {
	width:464px;
	float:left;
	overflow:hidden;
}
#msn {
	width:304px;
	float:right;
	overflow:hidden;
}
#base {
	background:url(../imgs/bg_base.jpg) center top repeat-x;
	width:100%;
	margin:auto;
	overflow:hidden;
	height:38px;
	float:left;
	text-align:center;
	color:#FFF;
	position:relative;
	bottom:0;	
	padding-top:8px;
}
#base p { padding-top:20px; }
#base p a { color:#FFF;}
.clear {clear:both;}
table tr td { width:100px; }
h2.branco { color:#FFF;}
a.index:link {
	COLOR: #333; TEXT-DECORATION: none;
}

a.index:visited {
	COLOR: #333; TEXT-DECORATION: none
}

a.index:active {
	COLOR: #333; TEXT-DECORATION: none
}

a.index:hover {
	COLOR: #333; TEXT-DECORATION: underline
}

label,  input {   
    display: block;   
    float: left;   
}   
label {    
    text-align: left;   
    width: 70px;   
    padding-right: 2px;   
    padding-bottom: 13px;   
}   
label.erro {    
    text-align: left;   
    width: 470px;   
    padding-right: 2px;   
    padding-bottom: 13px;   
}   
fieldset {   
    border: solid 0 #000;   
	padding-top:20px;
	padding-bottom:10px;
}   
fieldset.afasta {   
	padding-left:74px;
}   
br {   
    clear: left;   
}   
input, select, textarea {
	border: 1px solid #333;
	color: #333;
	padding:3px;
}  
img {border:0;}
a.agora{ background-color:#006666;}