@charset "utf-8";
/* CSS Document */

/******************************************************************************/ 
/* RESET **********************************************************************/
/******************************************************************************/ 

.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
}

html, body, div, span, applet, object, iframe,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, p{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body                    { line-height: 1; }
h1, h2, h3, h4, h5, h6  { clear: both; font-weight: normal; }
ol, ul                  { list-style: none; }
blockquote              { quotes: none; }
blockquote:before,
blockquote:after        { content: ''; content: none; }
del                     { text-decoration: line-through; }
table                   { border-collapse: collapse; border-spacing: 0; }
a img                   { border: none; }




/******************************************************************************/ 
/* ESTILOS BASE ****************************************************************/
/******************************************************************************/ 

a {
   text-decoration: none;   
}
a:hover
{
   text-decoration: underline;
}


h1,h2,h3,h4,h5,h6 {
   clear: none;
   font-weight: bold;
}

   h1 {
      text-shadow: 2px 2px 2px #dedede;
		font-size:1.6em;
   }

	h2{
		font-size:1.1em;
	}

	h3{
		font-size:1.1em;
	}


br.clear{
   clear: both;
}


#ver_mais {

height: 27px;
background:  url(../images/mais.gif) no-repeat 0 5px;
}


/******************************************************************************/ 
/* LAYOUT**********************************************************************/
/******************************************************************************/ 
div.fluid {
   width: 1012px:
}

body {
   background-color: #fff;
   color: #585858;
   font-family: "Arial", "helvetica", "sans-serif";
   font-size: 12px;
}

/******************************************************************************/
/*** TOPO *********************************************************************/

#superior {
   background: #fff url('../images/superior.jpg') repeat-x;
   height:131px;
   width:100%;
}

#superior_interno {
   margin: 0 auto;
   height:131px;
   position: relative;
   width: 950px;
}

#logo {
   margin-top:15px;
   position: absolute;
}

#imagens {
   position: absolute;
   right: 0px;
}




/*** MENU TOPO ***/

#menu {
   padding-top: 5px;
}

   #menu ul {
      list-style: none;
   }

   #menu li {
      float: left;
   }

      #menu li a {
         background: #fff url('../images/n4.gif') repeat-x;
         border-top: solid 1px #ccc;
         border-left: solid 1px #ccc;
         border-right: solid 1px #ccc;
         color: #616161;
         display: block;
         font-size: 1.0em;
         font-weight: bold;
         margin-left: 0.5em;
         padding: 8px 8px 9px 8px;
         text-decoration: none;
      }
      
      #menu li a:hover {
         background: #FFFFFF;
      }

#barra {
   height:35px;
   min-width:984px;
}

#barra_interno
{
   background-position:right;
   margin: 0 auto;
   height:35px;
   width: 950px;
}


/******************************************************************************/
/*** CORPO DA PÁGINA **********************************************************/

#corpo {
   background: url('../images/n2.gif') 0px 1px repeat-x;
}

#corpo_interno {
   margin: 0 auto;
   padding-top: 40px;
   width: 950px;
}


/*** PÁGINA INICIAL PRIMEIRA COLUNA ***/

#colunaA_3colunas	{
   float: left;
   font-size:1.1em;
	width: 560px;
}
   
	
	#colunaA_3colunas_box {
      float: left;
   	margin-right: 0em;
      padding-right:18px;
   	width: 261px;		
	}

		#colunaA_3colunas_box a {
			font-size:15px;
			font-weight:bold;
		}
		
		#colunaA_3colunas_box img {
			margin:5px 0px 5px 0px;
		}
		
	   #box_publicidade {
			padding-right: 21px;
			text-align: center;
      }
         #box_publicidade img {
				display:inline;
            padding: 3px 7px;
         }

      #colunaA_3colunas_box h1 {
          border-bottom: 1px dotted #CDAD00;
          color: red;
      }
   #colunaA_3colunas_videos {
      float: left;
      height: 180px;
      margin: 30px 0 0 40px;
      width: 200px;
		text-align:center;
	}
	
   #colunaA_3colunas_box .noticia_intro{
      font-size:0.9em;
      line-height:15px;
		text-align:justify;	
   }

   #box_manchete{
      font-size:1.13em;
   }
	#box_manchete .manchete{
		padding:10px;
		width:260px;		
	}
	#box_manchete .manchete:hover{
	  background-color:#CCCCCC;
	}
	
	.box_noticias_inicial{
		clear: both;
		margin-top:15px;
		min-height:80px;
	}
	
	.noticia_foto_destaque{
		width:110px;
		float:left;
	}

	.noticia_titulo{
		float:left;
		font-size:1.3.em;
		font-weight:bold;
		width:150px;		
	}
	.videos_box_inicial
	{
		background-color:#FFA500;
		width:540px;
		padding:10px 0px 10px 10px;
		height:90px;
	}
	.videos_borda{
		background: url('../images/bkg_video.png');
		float:left;
		height:90px;
		margin-left:0px;
		margin-right:10px;
		text-align:center;
		width:170px;		
	}
	.videos_box_titulo{
		background-color:#FF8C00;
		border-top: 1px solid #FF6600;
		width:540px;
		padding:10px 0px 10px 10px;
		height:35px;
	}
	.video_titulo{
		float:left;
		margin-left:0px;
		margin-right:10px;
		text-align:center;
		width:170px;
		color:white;
		font-weight:bold;
	        text-shadow: 1px 1px 1px #333333;
	}
	
	#colunaA_3colunas h2 {
      padding:0px;
		margin:0px;
		color:#999999;
		text-align:center;
  }
	

/*** PÁGINA INICIAL SEGUNDA COLUNA ***/

#coluna_banner{
	width:173px;
	float:left;
}

	#menu_lateral_principal ul {
		font-size: 14px;
		list-style: none;
		width: 185px;
		padding-left: 15px;
	}

	#menu_lateral_principal ul li a {
		padding: 5px;
		display: block;
		text-decoration: none;
		color: #000;
	}
	
	#menu_lateral_principal a:hover {
		color: #E2144A;
		background: #f9f9f9;
	}
	
	#menu_lateral_outros ul {
		font-size: 14px;
		list-style: none;
		width: 180px;
		padding-left: 15px;
	}

	#menu_lateral_outros ul li a {
		padding:5px;
		display: block;
		text-decoration: none;
		color: #000;
		margin-top:5px;
	}
	
	#menu_lateral_outros a:hover {
		color: #E2144A;
		background: #f9f9f9;
	}

#banner_destaque {
	float: left;
	width: 185px;
}
	
#banner_destaque img{
	padding:8px 0px 0px 30px;
	size:150px;
}
	
	#ColunaB_3colunas {
      width: 205px;
      float: left;
      padding-left: 5px;
      padding-right: 5px;
      border-left: dotted 1px #E1E1E1;
		border-right: dotted 1px #E1E1E1;
	}
	
	#ColunaC_3colunas	{
      width: 133px;
      float: left;
      padding-left: 5px;
      border-left: dotted 1px #E1E1E1;
      background-color:#CCFFFF;
	}

/*** FIM CORPO DA PÁGINA ***/



/*** PÁGINA INTERNA  ***/

#Conteudo_Principal{
	font-size:1.2em;
	float:left;
	width:750px;
	color:#333333;
}
	#Conteudo_Principal p {
		line-height:18px;
		padding-top:15px;
		line-height:20px;
	}
	
	#Conteudo_Principal ul {
		margin-top:15px;
   }
	
   #Conteudo_Principal h2 {
		margin-top:30px;
		margin-bottom:0px;
   }
	
	#Evento_Texto{
		width:570px;
	}
	
	#Noticia_Texto{
		float:left;
		width:570px;
	}
	
		#Noticia_Icones{
			border-top: 1px solid #CCC;
			float: right;
			padding: 10px 0;
			width: 100%;
		}
			
			#Noticia_Midia{
				float: right;
				margin: 2px 0 0 0;
			}
			
			#Noticia_Midia a{
				cursor: pointer;
				margin: 5px;
			}
			
			#Noticia_Share{
				float: right;
				margin: 0 0 0 0px;
			}
			
			.Noticia_Fonte{
				-moz-border-radius: 0.3em 0.7em;
				-webkit-border-radius: 5px;
				background: #FFF;
				border: 1px solid #5AF;
				cursor: pointer;
				float: right;
				font-family: "Helvetica", "Arial";
				margin: -1px 0 0 0;
				padding: 3px;
				text-align: center;
				text-decoration: none;
				width: 30px;
			}
			
			.Noticia_Fonte:hover{
				background: #DFF;
				text-decoration: none;
			}
			
			.Noticia_Separador{
				color: #777;
				float: right;
				margin: 2px 9px;
			}
	
	#Noticia_Foto{
		float:left;
		padding:56px 10px 0px 10px;
		text-align:center;
		width:160px; 
	}	

	#Conteudo_Foto{
		float:left;
		padding:56px 10px 0px 10px;
		text-align:center;
		width:160px; 
	}
	
	#Conteudo_Texto{
		float:left;
		width:570px;
	}
	
	.Videos{
		float: left;
		height: 160px;
		margin: 10px 20px;
		max-width: 200px;
		min-width: 200px;
	}
		.Videos_Titulo{
			color: #666;
			float: left;
			font-weight: bolder;
			text-align: center;
	      text-shadow: 1px 1px 1px #DDD;
			width: 100%;
		}

	/*** LISTA ***/
	#Conteudo_Principal ul.lista li {
		line-height: 1.5em;
	}
	
	#Conteudo_Principal ul.lista li.seta {
		margin-left: 5px;
		list-style-image:url('../images/seta.gif');
		color: #585858;
		line-height: 1.5em;
	}
	#Conteudo_Principal ul.lista li.linha {
		list-style: none;
		font-size: 1em;
		padding-left: 20px;
		padding-bottom: 10px;
	}
	#Conteudo_Principal ul.noticias, ul.eventos{
		width:670px;
		margin-left:30px;
	}
	
	#Conteudo_Principal ul.lista_seta li {
		line-height: 1.5em;
		margin-left:50px;
	}
	
	#Conteudo_Principal ul.lista_seta li {
		list-style-image:url('../images/seta.gif');
		line-height: 1.5em;
	}
	
	#Conteudo_Texto ul{
		list-style-image:url('../images/seta.gif');
		margin-left:30px;
		line-height:18px;
	}
	
	#Conteudo_Texto ul{
		list-style-image:url('../images/seta.gif');
		margin-left:30px;
	}	
	
	#Conteudo_Texto ol{
		margin: 15px 0px 0px 40px;
		line-height:18px;
	}	
	#Conteudo_Docs ul{
		list-style-image:url('../images/seta.gif');
		margin-left:30px;
		line-height:18px;
	}
	#Conteudo_Sub_Menus ul{
		list-style-image:url('../images/seta.gif');
		margin-left:30px;
		line-height:18px;
	}


#Menu_Interno{
	width:200px;
	float:left;
}

/*** FIM PÁGINA INTERNA  ***/



/*** TABELAS ***/

table.bordas{
	border-collapse: collapse;
	margin: 5px;
	font-size:.9em;
}
table.bordas tr td{
	border:1px solid #666666;
	padding: 5px;
}
table.tbl_center{
	margin-left: auto;
	margin-right: auto;
}
table.formulario{
	border-collapse: collapse; margin: 5px;
	border:1px solid #000;
}
table.formulario tr td{
	border:0px solid #FFF;
	padding: 3px;
}

table.center{
	margin-left:auto;
	margin-right:auto;
}


/*** FORMULÁRIO ***/
input.botao{
	color: #fff;
	border: solid 1px #CDAD00;
	font-weight: bold;
	font-size: 0.8em;
	height: 2.0em;
	cursor : pointer;
}



/*** DIVERSOS CONTEÚDO ***/
div.pagination {
	margin: 3px;
	padding: 3px;
}

div.pagination a {
	border: 1px solid #AAAADD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFA500;
	margin: 2px;
	padding: 2px 5px 2px 5px;
	text-decoration: none; /* no underline */
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #FFA500;
	color: #000;
}
div.pagination span.current {
	background-color: #FFA500;
	border: 1px solid #FFA500;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	margin: 2px;
	padding: 2px 5px 2px 5px;
	}
	div.pagination .disabled {
		border: 1px solid #EEE;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		color: #DDD;
		margin: 2px;
		padding: 2px 5px 2px 5px;
	}
	
fieldset {
	border: 1px  solid #FFA500;
	padding:15px;
	background-color:#FFFFCC;
}

legend
{
	font-weight:bold;
}

#consulta_protocolo p
{
	margin:0;
}

#ver_mais {

height: 27px;
background:  url(../images/mais.gif) no-repeat 0 5px;
}

#ver_mais a {

height: 27px;
color: #FFA500;
padding-left: 11px;
}

label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
}

input.error {
	border: 2px solid red;
   background-color:#FFFFCC;
}
select.error{
   color:black;
   font-weight:normal;
}
textarea.error{
	border: 2px solid red;
   background-color:#FFFFCC;
}

#noticia_titulo_barra h1{
	border-bottom: dotted 1px #993366;
	position: relative;
	color: #FFA500;	
}
#noticia_ver_mais {
	background:  url(../../images/mais.gif) no-repeat 0 5px;
}
#noticia_ver_mais a {
	color: #FFA500;
	padding-left: 11px;
}

#noticia_docs{
	margin-left:20px;
	line-height:15px;
}
#noticia_docs li {
	padding-top:5px;
}

#noticia_audios{
	line-height: 15px;
	margin-top: -10px;
}
#noticia_audios ul {
	list-style: none;
}
#noticia_audios li {
	background: url('../../images/play.png') no-repeat 0 7px;
	padding: 12px 0 0 25px;
}


.lista_sem_mark li
{
	padding-top:30px;
	margin-left:20px;
	margin-right:50px;
	list-style:none;
}



.msg_erro{
	color:red;
	font-size:0.9em;
}









/******************************************************************************/
/*** RODAPE *******************************************************************/

#rodape {
   clear: both;
   margin: 0 auto;
   margin-bottom: 1.0em;
   margin-top: 50px;
   padding-top: 1.0em;
   text-align: center;
   width: 950px;
}

   #rodape img {
      border:0px;
   }

/*** FIM RODAPE ***/
