/*******************************************/
/*                style.css                */
/*			ZURB FOUNDATION 6              */
/*			 CSS Customizado               */
/********************************************/

/**************************************/
/*           DEFINICOES GLOBAIS       */
/**************************************/
body{
	margin: 0;
}

/**************************************/
/*        MENUS DE ACESSIBILIDADE     */
/**************************************/
#menu_acessibilidade_left{
    display: block !important;
    float: left;
    font-size: 0.66em;
    line-height: normal;
    padding: 0.6em;
    font-family: Arial, Helvetica, sans-serif;
}
#menu_acessibilidade_left ul {
	padding: 0;
	margin: 0;
	list-style:none;
}
#menu_acessibilidade_left ul li { 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
	display: inline;
}
#menu_acessibilidade_left ul li a {
    color: #484848;
    padding: 0.1em 0.1em;
	margin: 0 0.4em;
	display: inline-block;
}
#menu_acessibilidade_left span {  	
    background: #000 !important;
    color: #fff !important;
    opacity: 0.7;
    padding: 0 0.3em;
    margin-left: 0.25em;
}

#menu_acessibilidade_right {
	display: inline-block;
	position: relative;
	margin: 0;
	padding-right: 1.5em;
	text-align: right;
}
#menu_acessibilidade_right ul{
  	font-family: Arial, Helvetica, sans-serif;
  	display: inline-block !important;
  	list-style: none;
  	border-bottom: 1px dotted #000;
    font-size: 0.67em;
    line-height: normal;
    padding: 0.6em 0 0.1em 0;
    margin: 0;
}#menu_acessibilidade_right ul li { 
	list-style-type: none;
	display: inline-block;
}
#menu_acessibilidade_right ul li a {
    color: #484848;
    padding: 0.1em 0.4em;
	margin: 0;
	display: inline-block;
}

#menu_flags{
	float: right;
    padding: 0;
	margin: 0;
}
#menu_flags img{
	padding: 0;
	margin: 0;
	max-width: 20px;
    height: auto;}

/**************************************/
/*              CABECALHO             */
/*      DEFINICOES IMAGENS TOPO       */
/**************************************/
 #cabecalho{
	position: relative;
 	font-size: 1em;
   	min-height: 150px;
    background-image: url('../../images/topo1.png');
	background-repeat:no-repeat;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	background-position:center;
} 

/**************************************/
/*           MENU SUPERIOR            */
/**************************************/
#menu_superior{
    margin: 0;
	float: right;
}
#menu_superior ul{
	padding: 0;
	margin: 0.8em 0.2em;
	list-style:none;
}
#menu_superior ul li { 
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	float: left;
	}
#menu_superior ul li a{
	padding: 0.5em;
	margin-right: 1px;
	display: inline-block;
 	background-color: #D0D1E8;
	/* visual do link */
	color: #000;
	text-decoration: none;
}
#menu_superior ul li a:hover{
	color: #131a8c;
	opacity: 0.7;
}

/**************************************/
/*          CAIXA DE PESQUISA         */
/**************************************/

/* Barra transparente de pesquisa */
#barra_pesquisa{
	position: absolute;
    width: 100%;
 	bottom: 3px;
    left: 0;	
    float:right;
}

#barra_pesquisa h2{
	padding-left: 0;
	display: inline;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

/*   Caixa de Pesquisa                */
#barra_pesquisa .busca{
    float: right;
    background-image: url("../../images/caixa_pesquisa_1.png");
	background-size: 100% 100%;
	background-position: right right;
	background-repeat: no-repeat;
   	height: 1.6em;
	width: 13em;
	margin: 0.5em auto;
}
#barra_pesquisa .busca .btn{
	float: right;
	background: url("../../images/botao_pesquisa.png");
	background-repeat: no-repeat;
	background-position: right bottom;
		display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding: 0.1em;
		margin-right: 0.8em;
		margin-top: 0.3em;
        zoom: 1;
        *display: inline;
	border: 0;
	width: 17px;
	height: 18px;
}

#s{
	position: relative;
	padding: 0;
	top: 0.15em;
	left: 0.5em;
	width: 76%;
	height: 100%;
	background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #000;
    cursor:default;
	display: inline;	
}
#s:-ms-input-placeholder {
   font-size: 0.8em; color:#999; opacity: 1;
}
::-webkit-input-placeholder { font-size: 0.8em; color:#999; opacity: 1; } input:-moz-placeholder { font-size: 0.8em; color:#999; opacity: 1; } 

#s:focus { border: thin solid #fefefe; background-color: #FFFFF0; }

/*   Caixa de Pesquisa Responsivo     */
#pesquisa_responsivo .busca{
    background-image: url("../../images/caixa_pesquisa_1.png");
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	background-size: cover;
   	height: 1.8em;
	width: 14em;
	margin: 0.3em auto;
}
#pesquisa_responsivo .busca .btn{
	float: right;
	background: url("../../images/botao_pesquisa.png");
	background-repeat: no-repeat;
	background-position: right bottom;
		display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        padding: 0.2em;
		margin-right: 0.9em;
		margin-top: 0.3em;
        zoom: 1;
        *display: inline;
	border: 0;
	width: 17px;
	height: 18px;
}

/**************************************/
/*      DEFINICOES IMAGENS TOPO       */
/**************************************/
@media screen and (min-width: 1024px){
		#cabecalho{
    	}
    	#barra_pesquisa {
    			height: 34px;
		}
		#barra_pesquisa h2{
				font-size: 2em;
		}
}

/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px){
		#cabecalho{
			max-height: 150px;
    	}
    	#barra_pesquisa {
    		height: 34px;
    		bottom: 0;
		}
		#barra_pesquisa .busca{
    		height: 1.4em;
		}
		#barra_pesquisa h2{
				font-size: 1.8em;
		}
		#s{
			top: 0;
		}
}

/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px){
		#cabecalho{
			max-height: 150px;
    	}
    	#barra_pesquisa {
    		height: 34px;
    		bottom: 0;
		}
		#barra_pesquisa .busca{
    		height: 1.4em;
		}
		#barra_pesquisa h2{
				font-size: 1.7em;
		}
		#s{
			top: 0;
		}
}

/* Mobile HD */
@media screen and (min-width: 640px) and (max-width: 760px){
		#cabecalho{
			max-height: 150px;
    	}
    	#barra_pesquisa {
    		height: 34px;
    		bottom: 0;
		}
		#barra_pesquisa .busca{
    		height: 1.4em;
		}
		#barra_pesquisa h2{
				font-size: 1.6em;
		}
		#s{
			top: 0;
		}
}

@media screen and (min-width: 350px) and (max-width: 640px){
	   body { font-size: 80%; }

		#cabecalho{
			max-height: 120px;
    	}
    	#barra_pesquisa {
    		height: 30px;
    		bottom: 0;
		}
		#barra_pesquisa .busca{
    		height: 1.4em;
		}
		#barra_pesquisa h2{
				font-size: 1.4em;
		}
		#s{
			top: 0;
		}
}

/* Mobile LD */
@media screen and (max-width: 350px){
	   body { font-size: 75%; }

		#cabecalho{
			max-height: 100px;
    	}
    	#barra_pesquisa {
    		height: 28px;
    		bottom: 0;
		}
		#barra_pesquisa .busca{
    		height: 1.2em;
		}
		#barra_pesquisa h2{
				font-size: 1.1em;
		}
		#s{
			top: 0;
		}
		#menu_superior{
			font-size: 0.85em;
		}
		#menu_acessibilidade_right {
			text-align: center;
		}
} 

/**************************************/
/*              NAVEGAÇÃO             */
/*                 Menu               */
/**************************************/
#access {
	background-color: #e8effc;
	font-size: 0.9em;
	display: block;
	float: left;
	margin: 0;
	width: 100%;
	height: 2.75em;
}
#access .menu-header,
div.menu {
	margin-left: 12px;
	width: 100%;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a{
	color: #000;
	display: block;
	line-height: 38px;
	padding: 0 12px;
	text-decoration: none;
}
#access ul li{
	border-left: 1px solid #fff;
	border-right: 1px solid #d3defa;
}
#access ul li:first-child{
	border-left: none;
}
#access ul li:last-child{
	border-right: none;
}
#access ul ul li{
	border-left: none;
	border-right: none;
}

#access ul ul{
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 13.8em;
	z-index: 99999;
}
#access ul ul li{
	min-width: 13.8em;
}
#access ul ul ul{
	left: 100%;
	top: 0;
}
#access ul ul a{
	background-color:#e8effc;
	border-top: 1px solid #fff;
	line-height: 1em;
	padding: 10px;
	width: 13.8em;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a{
	background-color:#ced8eb;
}
#access ul li:hover > ul{
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
	background-color: #ced8eb;
	font-weight: bold;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
	background-color: #ced8eb;
}

.cabecalho_saci{
	background-image: url('../images/cabecalho_saci.png');
	height: 350px;
}

.fundo_branco{
	background-color:#fff;
}

/*********************
	BOTÃO HOME - OK
**********************/
#menu_principal .home {
	padding: 0;
	margin: 0;
	background-color: #003366;
	height: auto;
}
#menu_principal .home span{
	display: inline;
	margin: 0;
	padding-left: 1em;
}
#menu_principal .home i{
	color: #fff;
	font-size: 2.15em;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
#menu_principal .home:hover {
	padding: 0;
	margin: 0;
	background-color: #004c99;
}
/**************************************/
/*            Definicoes do           */
/*           Menu Responsivo          */
/**************************************/

.title-bar{
	background-color: #2d4e6a;
}
#menu_responsivo{
	clear: inherit;
	width: 13.5em;
	background: #e8effc;
    color: #000; 
    text-align: left;   
}
#menu_responsivo ul li{
    display: inline-block;
	border-bottom: 1px solid #fff;
}
#menu_responsivo ul li a{
 	width: 13em;
   background: #e8effc;
    color: #000; 
	padding: 0.5em;
}
#menu_responsivo ul li a:hover {
	background: #ced8eb;
}

/**************************************/
/*     Conteúdo central principal     */
/**************************************/

/**************************************/
/*              MetaSlider            */
/**************************************/
#slider{
	clear: both;
	padding: 0.2em 0;
	background-color: #fff;	
}

/**************************************/
/*          Orbit definicoes          */
/**************************************/
.orbit-container{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.9em;
	font-weight: normal;
	margin: 0 0 0.5em 0;
}
.orbit-slide {
    background-size: contain;
}
.orbit-slide {
	width: 100%;
	line-height: 1.1em;
}
figcaption.orbit-caption{
	width: 99.7%;
	padding: 0.6em;
	margin: 0.1em 0;
}
figcaption.orbit-caption a{
	color: #fff;
	padding: 0.6em 0;
}

/**************************************/
/*       Editorias das Noticias       */
/**************************************/
#conteudo{
	text-align: justify;
	font-size: 1.2em;
	background-color: #fff;
	color: #000;
	padding: 0.4em 1em 0.5em 1.05em;
	margin-top: 0;
	margin-bottom: 0.1em;	
	min-height: 25em;
}
#conteudo fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } 
#conteudo p{
	padding-left: 0.5em;
  	font-family: Helvetica, Tahoma, Verdana;
	font-size: 0.9em;
}
#conteudo h5{
	letter-spacing: 0.07em;
	font-size: 1em;
	font-weight: bold;
	padding: 0.1em 0 0.2em 0;
	margin: 1em 0.2em 0.5em 0;
}
div.data_de_publicacao{
	font-size: 0.8em;
    color: #999;
    font-style: italic;
    padding: 0;
	margin: -0.2em 0 0 0.3em;                            
}
div.titulo a{
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 0.9em;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}

.conteudo_page{
	margin: 0.5em;
}
.conteudo_page ul li {
	margin-left: 1em;
}
#conteudo .titulo_page h2{
	margin: 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color:#05253D;
	border-bottom: 1px solid #999;
}
#conteudo .titulo h2{
	margin: 1em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color:#05253D;
	border-bottom: 1px solid #999;
}
#conteudo .titulo h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
	color:#05253D;
}
#conteudo ul {
	margin: 0;
	padding: 0;
}
#conteudo .titulo ul li{							
	list-style-type: square;
	text-align: justify;
	line-height: 1.1em;
	padding: 0.4em 0.2em 0.1em 0.4em;
	margin: 0.2em 0.4em 0.1em 1em;
}
#conteudo .titulo ul li a{		
	text-align: left;	
	text-decoration:none;
	color: #000;
}
#conteudo .titulo ul li a:hover{
    color:#666666;
}
#conteudo .titulo_semfoto ul li{							
	list-style-type: square;
	margin-left: 1.2em;
	margin-right: 1.2em;
	line-height: 1em;
	letter-spacing: 0.05em;
}
#conteudo .titulo_semfoto ul li a{							
	color:#05253D;
	text-decoration:none;
}
#conteudo .titulo_semfoto ul li a:hover{
    color:#666666;
}
#conteudo .chamada {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#05253D;
	}
#conteudo .chamada p{
	padding-top: 0;	
	line-height: 1.3em;
}
#conteudo .chamada p a{
	font-size: 0.8em;
	color:#05253D;
	text-decoration: none;
}
#conteudo .chamada p a:hover{
	color:#666666;
}
#conteudo .chamada img {
	float: left;
	border: 1px solid #999;
	margin: 0.3em 0.6em  1em 0;
}
#conteudo .chamada span  a{
    color: #fff;
	font-size: 1.1em;
}

#conteudo ul li.ultimas_noticias{
	list-style-type: square;
	line-height: 1.1em;
	padding-top: 0.5em;
	margin-left: 1em;
}
#conteudo ul li.ultimas_noticias a{
	font-size: 0.8em;
	color: #000;
}
#conteudo ul li.ultimas_noticias a:hover{
	color: #323232;
}

/* =Images
-------------------------------------------------------------- */

#conteudo .alignnone,
#conteudo img.alignnone {
	clear: both;
	border: 0.3em solid #f1f1f1;
	margin-top: 4px;
	margin-bottom: 4px;
}

#conteudo img{
	max-width: 100% !important;
}

#conteudo .alignleft,
#conteudo img.alignleft {
	max-width: 100%;
	display: inline;
	border: 0.3em solid #f1f1f1;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#conteudo .alignright,
#conteudo img.alignright {
	max-width: 100%;
	display: inline;
	border: 0.3em solid #f1f1f1;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#conteudo .aligncenter,
#conteudo img.aligncenter {
	max-width: 100%;
	clear: both;
	border: 0.3em solid #f1f1f1;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#conteudo img.alignleft,
#conteudo img.alignright,
#conteudo img.aligncenter {
	margin-bottom: 12px;
}
#conteudo .wp-caption{
	margin-bottom: 0.2em;

}
#conteudo .wp-caption-text{
	font-size: 0.8em;
	font-style: italic;
	line-height: 1em;
	margin: 0.2em 0;
	padding: 0.2em 0.4em;
}


/*-------------------------------------------------------
Definição de estilos para Pesquisas de NOTÍCIAS gerais 
			codigo da cor #009900
--------------------------------------------------------*/
#archive-pot h2{
	color: #05253d;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1.2em;
	padding: 0.2em;
	border-bottom: 1px solid #05253d;
}
#archive-pot .linktags{
	background-color: #efefef;
	font-size: 0.9em;
	padding: 1em;
	margin: 0.5em 0.8em;
}
#archive-pot .linktags img{
	background-color: #dbdbdb;
	border: 2px solid #dbdbdb;
}
#archive-pot .linktags p{
	font-size: 0.85em;
	text-align: justify;
	margin: 0;
	padding-left: 0;
	line-height: normal;
}
#archive-pot h4{
	font-size: 0.9em;
	font-weight: bold;
	color: #000;
	padding-left: 1em;
}
#archive-pot .linktags a{
	color: #000;
	text-align: left !important;
}
#archive-pot .linktags a:hover{
	color: #666;
	opacity: 0.7;
}
#conteudo .geral h3{
	color: #05253d;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1em;
	padding: 0.2em;
	border-bottom: 1px solid #05253d;
}

/*-------------------------------------------------------
Definição de estilos para NOTÍCIAS sobre GESTÃO (+ UFPR)
			codigo da cor #009900
--------------------------------------------------------*/
#conteudo .tarja_gestao h2{
	font-size: 1em;
	background: #009900;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 0.4em 1em;
	letter-spacing: 0.2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#conteudo .gestao h5{
	border-bottom: 2px solid #009900;
}
#conteudo .gestao a img{
	display: block;
	float: right;
	margin: 0.1em;
}
#conteudo .gestao img:hover{
	opacity: 0.9;
}
#conteudo .gestao h3{
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1em;
	padding: 0.2em;
	border-bottom: 1px solid #009900;
}
#conteudo .gestao ul li{
	color: #009900;
}

/*----------------------------------------------------------
Definição de estilos para notícias sobre ENSINO E EDUCAÇÃO
				codigo da cor #0054ff
-----------------------------------------------------------*/
#conteudo .tarja_ensino_e_educacao h2{
	font-size: 1em;
	background: #0054ff;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 1em;
	letter-spacing: 0.2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#conteudo .ensino_e_educacao ul li{
	color: #0054ff;
}
#conteudo .ensino_e_educacao h5{
	border-bottom: 2px solid #0054ff;
}
#conteudo .ensino_e_educacao a img{
	display: block;
	float: right;
	margin: 0.1em;
}
#conteudo .ensino_e_educacao img:hover{
	opacity: 0.9;
}
#conteudo .ensino_e_educacao h3{
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1em;
	padding: 0.2em;
	border-bottom: 1px solid #0054ff;
}

/*-----------------------------------------------------------
Definição de estilos para notícias sobre EXTENSÃO E CULTURA
				codigo da cor #ffba00
-------------------------------------------------------------*/
#conteudo .tarja_extensao_e_cultura h2{
	font-size: 1em;
	background: #ffba00;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 1em;
	letter-spacing: 0.2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#conteudo .extensao_e_cultura ul li{
	color: #ffba00;
}
#conteudo .extensao_e_cultura h5{
	margin-top: 0;
	border-bottom: 2px solid #ffba00;
}
#conteudo .extensao_e_cultura a img {
	display: block;
	float: right;
	margin: 0.1em;
}
#conteudo .extensao_e_cultura img:hover{
	opacity: 0.9;
}
#conteudo .extensao_e_cultura h3{
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1em;
	padding: 0.2em;
	border-bottom: 1px solid #ffba00;
}

/*-------------------------------------------------------------
Definição de estilos para notícias sobre CIENCIA E TECNOLOGIA
				codigo da cor #5c00c4
--------------------------------------------------------------*/
#conteudo .tarja_ciencia_e_tecnologia h2{
	font-size: 1em;
	background: #5c00c4;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 1em;
	letter-spacing: 0.2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#conteudo .ciencia_e_tecnologia ul li{
	color: #5c00c4;
}
#conteudo .ciencia_e_tecnologia h5{
	margin-top: 0;
	border-bottom: 2px solid #5c00c4;
}
#conteudo .ciencia_e_tecnologia a img {
	display: block;
	float: right;
	margin: 0.1em;
}
#conteudo .ciencia_e_tecnologia img:hover{
	opacity: 0.9;
}
#conteudo .ciencia_e_tecnologia h3{
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1em;
	padding: 0.2em;
	border-bottom: 1px solid #5c00c4;
}

/*-----------------------------------------------------------
Definição de estilos para notícias sobre CURSOS DE GRADUAÇÃO
			codigo da cor #0F3B65
-------------------------------------------------------------*/
#conteudo .tarja_graduacao h2{
	font-size: 1em;
	background: #0f3b65;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 1em;
	letter-spacing: 0.2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/*-----------------------------------------------------------
			Definição de estilos para EVENTOS
				codigo da cor #b30000
-------------------------------------------------------------*/
#conteudo .tarja_eventos h2{
	font-size: 1em;
	background: #b30000;
	color: #fff;
	font-weight: bold;
	padding: 0.5em 1em;
	letter-spacing: 0.2em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#conteudo .eventos ul li{
	color: #b30000;
}
#conteudo .eventos h5{
	border-bottom: 2px solid #b30000;
	font-size: 1em;
	font-weight: bold;
	padding: 0.1em 0 0.1em 0;
	margin: 0 0.2em 0.8em 0;
}
#conteudo .eventos a img {
	display: block;
	float: right;
	margin: 0.1em;
}
#conteudo .eventos img:hover{
	opacity: 0.9;
}
#conteudo .eventos h3{
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 1em;
	padding: 0.2em;
	border-bottom: 1px solid #b30000;
}

/*-----------------------------------------------------------
			Definição de estilos para VIDEOS
				codigo da cor #191919
-------------------------------------------------------------*/

#conteudo .video h5{
	background-color: #191919;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 0.1em 0 0.1em 0.4em;
	margin: 0 0 0.8em 0;
}

#conteudo .video iframe{
	margin-top: -0.7em;
}
#destaque ul{
	margin: 0 0.5em 1em 0;
	padding: 0;
	list-style-type: none;
}
#destaque ul li {margin: 0; padding: 0; background: #fff;}
#destaque ul li:nth-child(odd) {background: #f1f1f1;}

/**************************************/
/*         Classes das paginas        */
/*         de buscas em JQuery        */
/**************************************/

.entryDate1 {
	font-size: 1em;
	box-shadow: #bbb 0.1em 0.1em 0.1em;
    border-radius: 0.5em;
	width: 5.2em;
	height: 5em;
	background: #05253D;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Helvetica, Helvetica;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin: 0 auto;
	text-align: center;
}

.entryDate2 {
	width: 4.4em;
	height: 3em;
    border-radius: 0.3em;
	background: #FFFFFF;
	color: #05253D;
	font-family: Helvetica, Arial, Helvetica, Helvetica;
	margin: 0 auto;
	text-align: center;
}

.postMonth {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	
}

.postYear span{
}

/**************************************/
/*            Mapa do Site            */
/**************************************/
#mapa_do_site{
	list-style-type: none;
	width: 100%;
}
#mapa_do_site h2{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}
#mapa_do_site ul li{
	list-style-type: none;
	padding-left: 2em;
}
#mapa_do_site li {
	float: left;
	clear: both;
	list-style-position: inside;
}
#mapa_do_site li a:before { content: '\6e'; display: inline-block;
font-family: ElegantIcons; padding-right: 0.5em; color: #999;}

#mapa_do_site .sub-menu li a:before { content: '\6d'; display: inline-block;
font-family: ElegantIcons; padding-right: 0.5em; color: #999;}

#mapa_do_site li a{
	color: #000;
}
#mapa_do_site li a:hover{
	color: #999;
}

/**************************************/
/*     COLUNAS DE LINKS E  RODAPE     */
/**************************************/
.colunas_de_links{
	list-style-type: none;
	color:#094979;
	font-size: 0.8em;
	float: left;
	margin: 1em 0 2em 0;
}
.colunas_de_links ul li{
	color:#bababa;
 	list-style-position: outside;
	margin-top: 0.3em;
    margin-left: 1em;
    padding-left: 0;
    display: list-item;
	text-indent: -13px;
}
.colunas_de_links li a:before { 
	content: '\35'; 
	font-family: ElegantIcons;
	padding-right: 0.3em; 
}
.colunas_de_links ul li a{
	text-decoration: none;
	color:#bababa;
	line-height: 1.2em;
	padding: 0.15em 0;
}
.colunas_de_links ul li a:hover{
	color:#fff;
}
.colunas_de_links h2{
	margin: 0.2em 0 0.8em 0;
	color:#bababa;
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: thin solid #bababa;
}

/**************************************/
/*               RODAPE               */
/**************************************/
#rodape_ufpr{
	height: auto;
	background-color: #253238;
    background-repeat: no-repeat;
}
#texto_rodape{
	float: right;
	text-align: right;
	padding: 1em;
	color: #fff;
	margin-top: -26px;
}
#texto_rodape span{
	letter-spacing: 1px;
}
#texto_rodape span img{
	width: 30%;
}
#rodape{
	border-top: 1px dotted #5e5e5e;
	background-color: #253238;
}
footer{
    margin: 0;
	background-color: #253238;
	min-height: 10em;	
    border-top: thin solid #ccc;
}
.texto_rodape_small {
	font-size: 1.2em;
	text-align: center;
}
.texto_rodape_small span{
	text-align: center;
	color:#fff; 
}
.texto_rodape_small span img{
	width: 60%;
}

/**************************************/
/*           Redes Sociais            */
/**************************************/
#redes_sociais{
	margin: 1em;
}
#redes_sociais h3{
	color: #fff;
	font-size: 1.2em;
}

/**************************************/
/*      FOOTER Governo do Brasil      */
/**************************************/

#footer-brasil {
   background: none repeat scroll 0% 0% #00420c; /* Verde */
   margin-top: 1px;
   padding: 1em 0;
   max-width: 100%;
}