﻿@charset "utf-8";

#container {
	width:900px;
	border:2px solid #cbcbcb;
	clear:both;
	margin:0 auto;
}

/**************************************************************************************************
  Barra GOV
**************************************************************************************************/
/*#govbar
{
  clear:both;
  width:100%;
  height:25px;
  background:#fc0;
}

#govbar .minc
{
  float:left;
  width:152px;
  height:25px;
  margin:0px 10px;
  text-indent:-5000px;
  background:url(../img/minc.png) no-repeat;
}

#govbar .brasil
{
  float:right;
  width:75px;
  height:25px;
  margin:0px 10px;
  text-indent:-5000px;
  background:url(../img/brasil.png) no-repeat;
}

#govbar select
{
  float:right;
  margin:0px 10px;
  background:#f7f2dc;
  border:1px solid #f90;
}*/

.imagemGov  {width:950px !important}

/**************************************************************************************************
  Barra Data RSS
**************************************************************************************************/
#barraDataRss {
	height:31px;
	background:#282828;
	color:#FFF;
}

#barraDataRss p
{
	 padding:10px 0 0 10px;
}

#barraDataRss .rss
{
  float:right;
}

#barraDataRss .rss a
{
  width:47px;
  height:31px;
  margin:0 10px 0 10px;
  display:block;
  text-indent:-5000px;
  background: url(../img/rss.jpg) no-repeat;
}


/**************************************************************************************************
  Menu
**************************************************************************************************/
#menu
{
  width:900px;
  height:29px;
  font-size:13px;
  font-weight:bold;
  background:#f4f4f4;
  margin:0px 0 0 0;
}
#menu li
{
  float:left;
  display:block;
  position:relative;
  border-right:1px solid #d6d6d6;
  padding:2px 10px 0 10px;
}
#menu li:hover
{
  background:#e5e5e5;
}
#menu li a
{
  color:#848484;
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
  float:left;
  height:27px;
  line-height:27px;
  display:block;
  padding:0 2px;
  text-decoration:none;
}
#menu li a:hover
{
  color:#333;
}
#menu li ul
{
  top:29px;
  left:0px;
  z-index:10;
  display:none;
  position:absolute;
  background:#f9f9f9;
}
#menu li li
{
  clear:left;
  float:left;
  border:none;
  width:225px;
  height:22px;
  font-weight:normal !important;
  padding:0 0 5px 0;
}
#menu li li a
{
  width:225px;
  height:29px;
  line-height:29px;
  display:block;
  font-size:12px;
  font-weight:normal;
  text-transform:none;
  color:#333;
}
#menu li li a:hover
{
  background:none !important;
  color:#333 !important;
}
#menu li ul li ul
{
  top:0px;
  left:225px;
  z-index:10;
  display:none;
  position:absolute;
  background:#f9f9f9;
}
#menu li li li
{
  clear:left;
  float:left;
  border:none;
  padding:0 0 0 0;
}
#menu li li li a
{
  display:block;
  font-size:12px;
  font-weight:normal;
  text-transform:none;
  color:#333;
}
#menu .parent{
  /*background:url(../img/seta-top-cinza.png) no-repeat right center; */
}

/**************************************************************************************************
  Header
**************************************************************************************************/
#header {
	height:139px;
	background:#004869 url(../img/header.jpg) no-repeat;
}

#header h1 {
	width:420px;
	height:100px;
	text-indent:-5000px;
	float:right;
	margin:20px 10px 0 0;
}
#header h1 a{
	width:420px;
	height:100px;
	float:left;
}


/**************************************************************************************************
  BreadCrumb e Busca
**************************************************************************************************/
#breadcrumb {
	width:610px;
	height:30px;
	background:#eaeaea;
	float:left;
	margin:0 0 10px 0;
	overflow:hidden;
}

#breadcrumb ul {
	clear:both;
	height:25px;
	list-style:none;
	padding:5px 0 10px 12px;
}
#breadcrumb ul li{
	float:left;
	height:25px;
	margin:0 0 0 4px;
	color:#404040;
}

#breadcrumb ul li a{
	color:#404040;
	font-weight:bold;
}

#breadcrumb ul li a:hover{
	color:#7b7b7b;
	text-decoration:none;
}

#search{
	width:280px;
	height:25px;
	float:left;
	background:#d9d9d9;
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	padding:5px 0 0 10px;
}

#search span{
	float:left;
	margin:0 12px 0 0;
}

#search input{
	float:left;
	width:190px;
	height:17px;
	background:#e8e8e8;
	border:0;
	margin:0 5px 0 0;
}

#search button{
	width:26px;
	height:20px;
	background: url(../img/bt_ok.jpg) 0 -1px no-repeat;
	border:0;
}






/**************************************************************************************************
  Content
**************************************************************************************************/
#content {
	padding:10px;
}

.content-title {
	margin:0 15px;
}

/**************************************************************************************************
  Classes especificas
**************************************************************************************************/
.box {
	margin:0 0 45px 0;
}
.box .nuvemtags {
	padding: 10px;
}

.boxpro{
	margin:0 0 10px 0;
}


.titBox {
	background:#333333;
	color:#FFF;
	height:36px;
	text-indent:-5000px;
}

.titBoxContent {
	background: url(../img/bgTitCat.jpg);
	color:#3f3f3f;
	height:26px;
	padding:5px;
}

.menuBox {
	padding:6px;
}
.menuBox li {
	padding:11px 0 11px 18px;
	background:url(../img/setaMenuBox.png) no-repeat left 13px;
	border-bottom:2px solid #e9e4e4;
}
.menuBox li a {
	color:#404040;
	font-weight:bold;
	font-size:11px;
}

.menuBox2 {
	float:left;
	padding:6px;
}
.menuBox2 li {
	padding:11px 0 11px 18px;
	background:url(../img/setaMenuBox.png) no-repeat left 13px;
}
.menuBox2 li a {
	color:#404040;
	font-weight:bold;
	font-size:11px;
}

.destaqueBox {
	height:315px;
}
.destaqueBox ul {
	padding:6px !important;
}
.destaqueBox ul li h3 {
	font-size:16px;
	margin-bottom:4px;
}
.destaqueBox ul li h3 a {

}



.notCapa {
	padding:6px;
	border-bottom:2px solid #e9e4e4;
	margin:0 0 5px 0;
}
.notCapa img {
	float:left;
	margin:0 5px 5px 0;
}
.notCapa ul li h3 {
	font-size:15px;
	margin-bottom:4px;
}
.notCapa ul li h3 a {

}

.navNumber {
	margin:10px 0;
	border-bottom:2px solid #e9e4e4;
	border-top:2px solid #e9e4e4;
	padding:11px 6px;
	background:#feffec;
}
.navNumber a{
	padding:0 6px;
	font-size:15px;
	font-weight:bold;
}
.navNumber a.activeSlide{
	color:#990000;
}

.contBox {
	padding:6px;
}
.contBox li {
	padding:11px 0;
	border-bottom:2px solid #e9e4e4;
}
.contBox li h4 {
	font-size:11px;
	margin-bottom:2px;
}
.contBox li h3 {
	margin-bottom:4px;
}
.contBox li h3 a {
	font-size:16px;
	color:#515151;
}

.verMais {
	float:right;
	padding:9px;
	background:url(../img/bgVerMais.jpg) repeat-x;
	font-weight:bold;
	margin-bottom:10px;
}

.verMais a{
	padding:9px 25px 9px 0;
	background:url(../img/setaVerMais.png) no-repeat right;
}


/**************************************************************************************************
  Coluna 1
**************************************************************************************************/
#col1 {
	width:280px;
	float:left;
}
.corBoxPrograma {
	background:#fff7f7;
}
.corBoxDestaques {
	background:#fffff7;
}

.slideShow {
	margin-bottom:10px;
}

.titPrograma {
	background:url(../img/titPrograma.jpg) no-repeat;
}
.subtitPrograma{
	padding:10px;
	color:#FFCC00;
	background:#f6cfcf;
}

.subtitPrograma a{
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}

.titDestaques {
	background:url(../img/titDestaques.jpg) no-repeat;
}
.subTitDestaques {
	padding:10px;
	color:#FFCC00;
	background:#f7faca;
	font-size:15px;
	font-weight:bold;
}


/**************************************************************************************************
  Coluna 2
**************************************************************************************************/
#col2 {
	width:280px;
	float:left;
	margin:0 20px;
}
.corBoxAcoes {
	background:#fdfef5;
	background:#fff;
}

.titAcoes {
	background:url(../img/titAcoes.jpg) no-repeat;
}
.subTitAcoes {
	padding:10px;
	color:#6b900f;
	background:#f0f5dd;
	font-size:15px;
	font-weight:bold;
}

.subTitVideos {
	background:url(../img/bgtitvid.jpg);
	width:280px;
	height:40px;
	display:block;
}

.youtube{
	margin:0 0 20px 0;
}

.subTitGaleria {
	text-indent:-5000px;
	background:url(../img/bgtitfotos.jpg);
	width:280px;
	height:40px;
	display:block;
	clear:both;
}

.galeriaFotos{
	width:280px;
	height:240px;
}

/**************************************************************************************************
  Coluna 3
**************************************************************************************************/

#col3 {
	width:280px;
	float:right;
}
.corBoxEditais {
	background:#fffbf6;
}
.corBoxEditais marquee {
	margin:5px 10px 5px 10px;
}
.corBoxEditais marquee a {
	font-weight:bold;
}
.corBoxSidebar {
	background:#efefef;
}
.titEditais {
	background:url(../img/titEditais.jpg) no-repeat;
}
.titCategorias {
	background:url(../img/titCategorias.jpg) no-repeat;
}
.titNuvem {
	background:url(../img/titNuvem.jpg) no-repeat;
}
.subTitEditais {
	padding:10px;
	color:#d85703;
	background:#fbeadd;
	font-size:15px;
	font-weight:bold;
}

.subTitEditais a {
	color:#d85703;
}

.subTitComentarios {
	background:url(../img/subtitcom.jpg);
	width:280px;
	height:40px;
	display:block;
}

.comentHome {
	margin:6px 10px 6px 10px;
}

.comentHome ul {
	padding:0 0 10px 0;
}

.comentHome ul li {
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:#dadada 1px solid;
}

#twitter .twitter{
	background:url(../img/bgTitVermelho.jpg);
	width:265px;
	height:32px;
	padding:5px 0 0 15px;
	color:#fff;
	font-weight:bold;
}

#twitter img{
	margin:10px 0 0 5px;
}

#twitter{
	background:#fff7f7;
	padding:0 0 10px 0;
}

/**************************************************************************************************
 Coluna Grande
**************************************************************************************************/

#colContent {
	width:580px;
	float:left;
	background:#f6f6f6;
}

#colContent2 {
	width:580px;
	float:left;
	background:#fff;
}

#colContent2 .post2 {
	padding:0 10px 0 10px;
}

#colContent2 h4 {
	font-size:14px;
	text-transform:uppercase;
	margin:10px 0 10px 0;
}

#colContent2 h5 {
	font-size:12px;
	margin:0 0 5px 0;
}

#colContent2 p {
	margin:5px 0 5px 0;
}

#colContent2 .confira {
	background:#f6f6f6;
	margin:0 0 0 0;
}

/**************************************************************************************************
  Posts
**************************************************************************************************/
.post
{
  clear:both;
  margin:0px 0px 10px 0px;
  padding:10px 10px 14px 10px;
  background:#F3F5F5 url(../img/bgPost.jpg) repeat-x;
}

.post-title {
	color:#003366;
	font-family:"Lucida Sans", "Trebuchet MS", sans-serif;
	font-size:20px;
	margin: 5px 0 10px;
}
.post-title a{
	color:#003366;
}

.post .entry
{
  margin:0px 0px 10px 0px;
}

.leiaMais{
	width:149px;
	height:17px;
	margin:0 0 14px 410px;
}


.leiaMais a{
	width:149px;
	height:17px;
	float:left;
	color:#0033CC;
	font-weight:bold;
	text-decoration:none;
	background:url(../img/leia-mais-icn.gif) no-repeat;
	padding:5px;
	display:block;
}

.leiaMais a:hover{
	width:149px;
	height:17px;
	color:#FF6600;
	text-decoration:none;
	background:url(../img/leia-mais-icn.gif) 0 -17px no-repeat;
	padding:5px;
	display:block;
}


/**************************************************************************************************
  Entradas do Usuario
**************************************************************************************************/
.entry
{
}

.entry h1
{
}

.entry h2
{
}

.entry h3
{
}

.entry h4
{
}

.entry h5
{
}

.entry h6
{
}

.entry a
{
	color: #006699;
}
.entry a:hover {
	text-decoration:underline;
}

.entry img
{
  margin:5px;
}

.entry blockquote
{
  margin:10px;
  padding:3px 10px 10px 10px;
  display:block;
  font-style:italic;
  border:1px solid;
}

.entry code
{
  margin:10px;
  padding:10px;
  display:block;
  font-family:monospace;
  border:1px solid;
}

.entry address
{
}

.entry pre
{
}

.entry p
{
  margin:10px 0px 0px 0px;
  text-align:justify;
}

.entry ul
{
  list-style-type:square;
  margin:5px 5px 5px 45px;
}

.entry ol
{
  list-style-type:decimal;
  padding:5px 5px 5px 45px;
}

.entry em
{
}

.entry strong
{
}

.entry strike
{
}

.entry span
{
}

.confira {
	padding:10px;
}

.post-date
{
  background:url(../img/icon/clock.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-author
{
  background:url(../img/icon/user.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-category
{
  background:url(../img/icon/folder.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-tags
{
  background:url(../img/icon/tag.gif) no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

.post-comments
{
  background:url(../img/icon/comment.gif) 2px 2px no-repeat;
  padding:3px 0 0 20px !important;
  margin:0 0 3px 0;
}

/**************************************************************************************************
  Comment Form
**************************************************************************************************/
.comment-form
{
  margin:0px 0px 10px 0px;
  padding:10px;
}

.comment-form li
{
  padding:5px;
  list-style:none;
}

.comment-form label
{
  float:left;
  width:100px;
}

.comment-form textarea
{
  width:400px;
  height:100px;
  padding:5px;
}

.comment-form submit{
	margin:30px 0 0 0;
	float:left;

}

#abas{}

#abas li{
	background:url(../img/bgVerMais.jpg) !important;
	width:289px;
	height:30px;
	float:left;
	border-right:1px solid #666;
	display:block;
	font-weight:bold;
}

#abas li:hover{
	background:url(../img/bgTitCat.jpg) !important;
	width:289px;
	height:30px;
	float:left;
	display:block;
}

/* #abas div.selected{
	background:url(../img/bgTitCat.jpg) !important;
	width:269px;
	height:30px;
	float:left;
	display:block;
	margin:-0px 0 0 0;
	padding:
} */

#abas .noborder{
	border:none !important;
}

#abas .com{
	background:url(../img/icon/comment.gif) no-repeat;
	padding: 0 0 0 20px;
	margin:7px 0 0 10px;
	float:left;
}

#abas .per{
	background:url(../img/icon/user.gif) no-repeat;
	padding: 0 0 0 20px;
	margin:7px 0 0 10px;
	float:left;
	width:230px;
}

#abas li div{}

#abas a{}

#aba2{
	clear:both;
}

#aba2 div a{
	text-decoration:none;
}

#aba2 form{
	margin:15px 0 0 20px;
}

#aba2 label{
	clear:both !important;
	float:left;
}

#aba2 input{
	clear:both;
	float:left;
	margin:0 0 10px 0;
}

#aba2 textarea{
	float:left;
	clear:both;
	width:400px;
	height:100px;
	padding:5px;
}

#aba2 button{
	float:left;
	clear:both;
	margin:20px 20px 20px 0;
}

/**************************************************************************************************
  Comment
**************************************************************************************************/
.comment
{
  margin:0px 0px 10px 0px;
  padding:10px;
}

.comment p
{
  margin:10px 0px;
}

.comment .comment-author a
{
  text-decoration:none;
}

.comment-rss, .trackback-link
{
  float:right;
  text-decoration:none;
  font-size:11px;
  font-weight:normal;
  margin:0px 0px 0px 10px;
}

/**************************************************************************************************
  Footer
**************************************************************************************************/

#footer {
	background:#e3e3e3;
	height:45px;
	clear:both;
}
#footer p {
	padding:15px;
}

/**************************************************************************************************
  Redes Sociais
**************************************************************************************************/
.box_twitter {
	background:#f7f5f5;
	margin:10px 0 0 0;
}

.box_twitter .twitter {
	display:block;
	width:79px;
	height:18px;
	text-indent:-5000px;
	background:url( ../img/logo/box-twitter.png ) no-repeat center;
}

.box_twitter h3 {
	padding:10px 10px 10px 10px;
}

.box_twitter li {
	list-style:none;
	padding:5px 10px 5px 10px;
	border-top:1px solid #e3e4f4;
}

.box_twitter .twitter-meta {
	font-size:11px;
	color:#a9a9a9;
}

.box_flickr {
	background:#f7f5f5;
	margin:10px 0 0 0;
}

 .flickr {
	display:block;
	width:60px;
	height:16px;
	text-indent:-5000px;
	background:url( ../img/logo/box-flickr.png ) no-repeat center;
}

.box_flickr h3 {
	padding:10px 10px 10px 10px;
}

.box_flickr ul {
	padding:5px 5px 5px 5px;
}

.box_flickr li {
	float:left;
	padding:7px 7px 7px 7px;
	list-style:none;
}

.box_flickr img {
	border:1px solid #000000;
}

