/*
 * cores
 * cinza-aba:#D4D4D4;
 * vermelho: #B61212;
 * */
 
 p{
 font-size:10pt;	
 }
 
 h2{
 	color:#B61212;
	margin-top:35px;
	margin-bottom:30px;
 }
.abas{
	border-bottom: 1px solid #D4D4D4;
	z-index:10;
	margin-bottom:30px;
}
.abas ul{
	padding:0; margin:0; list-style:none;
}
.abas li{
	display:inline;
}
.abas li a{
	display:block; 
	float:left;
	width:84px;
	height:29px;
	line-height:30px;				
	background:#ebebeb;
	text-align:center;
	text-decoration:none;
	color:#555;
	font-size:11pt;
	background:url(../img/aba.jpg) no-repeat bottom;
	margin-bottom:-1px;
	margin-right:5px;
	z-index:20;
}
.abas li a:hover, .abas li a.selected{
	background:	url(../img/aba_hover.jpg) no-repeat bottom;
}

.section * { 
  margin: 0; 
  padding: 0; 
  list-style-type: none;
}
body { 
  font-family: Arial, sans-serif; 
  color: #333; 
}
#cabeca {
    height: 57px;
    background: url(../img/bg_cabeca.jpg);
    margin-bottom: 20px;
}
#cabeca a{
    color:#333;
    text-decoration:none;
}
h1{
	margin-top:10px;
}
label{
display:block;
margin-top:5px;
}
.mais_programas{
text-decoration:none;
}
.hidden{
display:none;
}
