/*******************************************/
/*                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: center;
}
#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{
    background-image: url('./images/inst.jpg');
	background-repeat:no-repeat;
		-webkit-background-size:cover;
		-moz-background-size:cover;
		-o-background-size:cover;
		background-size:cover;
	background-position:center;
	font-size: 1em;
	height: 350px;
} 

/**************************************/
/*           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;
	opacity: 0.7;
	text-decoration: none;
}
#menu_superior ul li a:hover{
	color: #131a8c;
	opacity: 0.7;
}
/**************************************/
/*              NAVEGAÇÃO             */
/*                 Menu               */
/**************************************/
#access {
	font-size: 1em; /* tamanho da fonte do menu */	
	background-color: #004B82;/* 004B82 preenchimento do menu usando uma cor de fundo sólida */
	clear: both;
	/*display: inline-block;*/
	float: left;
	margin: 0 auto;
	width: 100%;
	padding: 0 1.2em;	
	/*border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;*/
}
#access ul {
    margin-left:auto;
    margin-right:auto;
    margin-top:0;
    display:table;
}
#access ul li {
	float: left;
	position: relative;
	/*width: 7.5em;*/
	/*width: 8em;*/
	text-align: center;
	border-style: solid;
	border-right-width: 0.1em;
	border-left-width: 0.0em;
	border-top-width: 0;
	border-bottom-width: 0;
	border-color: #0C548C;	
}
#access ul li:last-child{
	border-right: none;
}
#access ul li a{
	color: #fff;
	display: block;
	/*line-height: 3.0em;  mudar a altura do menu 
	padding: 0 0.2em; aqui*/
	
	/*padding-left: 20px;
	padding-right: 20px;*/
	text-decoration: none;
	
}
#access ul li a:hover{ /* quando passar o mouse sobre o link */
	background-color: #dfded2;
	color: #004B82;
	/*
	color: #649bff;
	background: #dfded2;
	*/
}
/* INICIO sub-menus*/
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	/*top: 3em; aqui*/
	width: 7.5em;
	left: 0;
	list-style-type: none;
}
*/
#access ul ul li {
	left: 100%;
}
#access ul ul li a {	
	text-align: left;
	line-height: 2.0em;
	text-decoration: none;
	color: #fff;
	background-color: #004B82;
	font-size: 0.95em;
	font-weight: normal;
	height: auto;
	/*line-height: 1.5em;*/
	padding: 5px 10px;
	width: 14em;
	text-decoration: none;
}
#access ul ul li a:hover {
	color: #004B82;
	background: #dfded2;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background-color: #dfded2;
	color: #004B82;
}
#access li:hover > a,
#access a:focus {
}
#access ul ul li ul {
	top:0px;
	left: 90%;
}
#access ul li:hover > ul {
	display: block;
}

/**************************************/
/*          CAIXA DE PESQUISA         */
/**************************************/

/* Barra transparente de pesquisa */
.barra_pesquisa{
	position: relative;
    width: 100%;
    height: 2.8em;
    margin-bottom: 0.1em;
	float:right;
}

.barra_pesquisa h2{
	font-size: 1.7em;
	padding-left: 0;
	display: inline;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
}

/*   Caixa de Pesquisa                */
.barra_pesquisa .busca{
    float: left;
    background-image: url("../../images/caixa_pesquisa_1.png");
	background-size: 100% 100%;
	background-position: right right;
	background-repeat: no-repeat;
   	height: 1.8em;
	width: 13em;
	margin: 0.2em -9em;
}
.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{
				max-height: 350px;
    	}
    	.barra_pesquisa {
			    height: 2.7em;
			    margin-top: 10.4em;
		}
		.barra_pesquisa h2{
				font-size: 2em;
		}
}

/* Desktop */
@media screen and (min-width: 980px) and (max-width: 1024px){
		#cabecalho{
			   max-height: 204px;
    	}
    	.barra_pesquisa {
			    height: 2.5em;
			    margin-top: 7.6em;
		}
		.barra_pesquisa h2{
				font-size: 1.9em;
		}
}

/* Tablet */
@media screen and (min-width: 760px) and (max-width: 980px){
		#cabecalho{
			   max-height: 158px;
		}
    	.barra_pesquisa {
			    height: 2.3em;
			    margin-top: 5em;
		}
		.barra_pesquisa h2{
				font-size: 1.6em;
		}
		.barra_pesquisa .busca{
				height: 1.6em;
		}
}

/* Mobile HD */
@media screen and (min-width: 640px) and (max-width: 760px){
		#cabecalho{
			   max-height: 133px;
		}
    	.barra_pesquisa {
			    height: 2.3em;
			    margin-top: 3.4em;
		}
		.barra_pesquisa h2{
				font-size: 1.4em;
		}
		.barra_pesquisa .busca{
				height: 1.6em;
		}
}

@media screen and (min-width: 350px) and (max-width: 640px){
		#cabecalho{
			   max-height: 78px;
		}
    	.barra_pesquisa {
			    /*height: 1.8em;*/
			    margin-top: 1.9em;
		}
		.barra_pesquisa h2{
				font-size: 1.1em;
				text-align: center;
		}
		.barra_pesquisa .busca{
				height: 1.1em;
		}
		#menu_acessibilidade_right {
			text-align: center;
		}
}

/* Mobile LD */
@media screen and (max-width: 350px){
		#cabecalho{
			   max-height: 67px;
		}
		#menu_superior{
			font-size: 0.85em;
		}
		.barra_pesquisa {
			height: 1.1em;
			margin-top: 2.7em;
		}
		.barra_pesquisa h2{
			font-size: 0.73em;
		}
		#menu_acessibilidade_right {
			text-align: center;
		}
} 

/**************************************/
/*              NAVEGAÇÃO             */
/*                 Menu               */
/**************************************/
#menu_principal{
	width: 100%;
	background-color: #003366;
	font-size: 1em; /* tamanho da fonte do menu */	
	border-top: 1px solid #004c99;
	border-bottom: 1px solid #004c99;
}
#menu_principal .menu{
padding-right: 5px;
    padding-left: 8px;
	/*width: 100%;*/
	background-color: #003366;
}
#menu_principal .menu ul li{
	border-right: 1px solid #004c99;
	z-index: 3;
	/*padding: 0;*/
	
	
}
#menu_principal .menu ul li:first-child{
	/*border-left: 1px solid #004c99;*/
	padding: 0;
}
#menu_principal .menu ul li:hover{
	background-color: #004c99;
	color: #fff;
	z-index:4;/*aqui*/
}
#menu_principal .menu ul li a{
	/*font-size: 1.1em;*/
	/*width: auto;*/
	text-align: left;
	/*color: #fff; /* cor do texto do menu */
	height: auto;
}

/*********************
	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;
    background: #003366;
    color: #fff; 
    text-align: left;   
}
#menu_responsivo ul li{
    display: inline-block;
	border-bottom: 1px solid #2d4e6a;
}
#menu_responsivo ul li a{
    background: #003366;
    color: #fff; 
	padding: 0.5em;
}
#menu_responsivo ul li a:hover {
	background: #004c99;
}

/**************************************/
/*     Conteúdo central principal     */
/**************************************/
#conteudo{
    background-color: #ffffff;
	text-align: justify;
	color: #78605d;
	min-height: 35em;  /* especifica um tamanho mínimo para a altura do conteúdo 550px*/
	padding-bottom: 2px;
	border: 1px dotted #E5E4DC;
	padding: 1em;
 }
#conteudo h2{
    margin: 1em 0 0.8em 0;
    padding: 0 0.2em 0 0.2em;
    font-size: 1.5em;  
    letter-spacing: 0.1em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#conteudo h4{
	color: #000;
    margin-top: 1em;
    font-size: 1.2em;    
    font-weight: bold;
}
#conteudo h5{
    font-family: Arial;
    /*font-size: 1.5em;*/
    color:#0b0775;
    font-weight:bold;
	/*letter-spacing: 0.07em;*/
    border-bottom: 1px solid #0b0775;
    margin: 1em 0 0.4em 0;
    padding: 0 0 0.1em 1em;
    background-image: url('../../images/bullet.png');
    background-repeat: no-repeat;
    background-position: left;
}

#conteudo .entry-headline {
  background: left 50% repeat-x url('../../images/pattern-headline.png');
  color: black;
  font-size: 1.8em;
  line-height: 100%;
  margin: 0.5em 0 3px;
  position: relative;
  z-index: 50;                                  
}  
#conteudo .entry-headline-text {
  background: white;
  display: inline-block;  
  max-width: 90%;
  padding-right: 15px;                     
}


#conteudo .data_de_publicacao{
	font-size: 0.8em;
    color: #999;
    font-style: italic;
    padding: 0;
    margin: 0 0.2em 0.2em 0;
}
#conteudo .post-date{
	font-size: 0.8em;
    color: #999;
    font-style: italic;
    padding: 0;
	margin: 0 0 0.6em 0;                             
}
#conteudo .data_de_publicacao span{
	
}
#conteudo .sem_borda{
	border: none; 
}
#conteudo .resumo {
	font-family: Arial, Helvetica, sans-serif;
    padding: 0 0 0 1.5em ; 
    margin: 0;
    border-bottom: 1px dotted #cacaca;
}
#conteudo .resumo a{
	font-size: 1em;
	color: #000;
}
#conteudo .resumo a:hover{
	color: #999;
}
#conteudo .lista_categorias{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
	padding: 0.5em 1.5em;
	margin: 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
#conteudo .lista_categorias ul{
	list-style: none;
	display: inline-block;
}
#conteudo .lista_categorias a{
	color: #999;
	margin-left: 0.5em;
}
#conteudo .lista_categorias a:hover{
	color: #000;
}
#conteudo .conteudo_post{
    padding-right: 0.3em;    
}
#conteudo .titulo{
	padding: 0.7em 0 0 0.4em;
    line-height: 1.1em;
    margin: 0; 
    font-weight: bold;   
    padding-left: 0px;
	
}

#conteudo .titulo a{
    font-size: 1.2em;
  	color: #000;
  	font-weight: bold;
	font-size: 16px;
}
#conteudo .titulo a:hover{
    color: #999;
}

#conteudo .titulonew{
	padding: 0.7em 0 0 0.4em;
    line-height: 1.1em;
    margin: 0; 
    padding-left: 0px;
	
}
#conteudo .titulonew a{
  	font-size: 1.2em;
  	color: #78605d;
	font-size: 16px;
}
#conteudo .titulonew a:hover{
    color: #999;
}


#conteudo .titulo_noticias{
    line-height: 1em;
    margin: 0 0 1em 0; 
    font-weight: bold;    
}
#conteudo .titulo_noticias a{
    font-size: 1.1em;
    color: #000;

}
#conteudo .titulo_noticias a:hover{
    font-size: 1.1em;
    color: #2d4e6a;
}
#conteudo iframe{
	margin-top: 0.8em;
}

/* Menu vertical - Lateral esquerda */
#conteudo .sidebar {
	background-color: #f00;	
	margin-top:-1px;
	margin-left: -15px;
	list-style:none;
	text-align:center;
 }
#conteudo .sidebar h3{
font-family: Helvetica, Tahoma, Verdana;
   border-left: 1px solid #5784aa;
    border-right: 1px solid #5784aa;
    border-top: 1px solid #5784aa;
   height: 30px;
   background: linear-gradient(#799dbb, #6890b3);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
   color:#fff;
   font-size: 1em;
   font-weight: bold;
   -webkit-border-radius: 0 0 0 0; /* Bordas arredondadas para navegador Safari */    
   -moz-border-radius: 0 0 0 0; /* Bordas arredondadas para navegador Mozilla, etc. */    
   border-radius: 0 0 0 0; /* Bordas arredondadas padr?o do CSS3 - deve funcionar novas vers?es do IE */
   text-align:center;
   letter-spacing: 0.25em;
   padding-top: 2px;
   margin-top: 11px;
 }

#conteudo .sidebar ul li{
  	float: left;
  	 width: 275px;
  	padding: 15px 20px;
    border-left: 1px solid #6bb46b;
    border-right: 1px solid #6bb46b;
    border-top: 1px solid #6bb46b;
    cursor: pointer;
    z-index: 2;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #9ece9e;
    background: -webkit-linear-gradient(#9ece9e, #8dc58d);
    background: -moz-linear-gradient(#9ece9e, #8dc58d);
    background: -o-linear-gradient(#9ece9e, #8dc58d);
    background: -ms-linear-gradient(#9ece9e, #8dc58d);
    background: linear-gradient(#9ece9e, #8dc58d);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#conteudo .sidebar a {
        /* cor da fonte do menu principal */
	color: #fff; 
	display: block;
	line-height:1.5em;
	padding: 0 1em;
	text-decoration: none;
	font-size: 1em;
}

#conteudo .sidebar ul ul {
	list-style:none;
	display: none;
	margin: 0;
	/* propriedades do hover - altura e largura */
	position: absolute;
	margin-top: 0;
	margin-left: 220px;
	/* width: 188px; */
	width: 220px;
	z-index: 99999;
}

#conteudo .sidebar ul ul ul {
	left: 100%;
	top: 0;
}
#conteudo .sidebar ul ul a {
	/* Fundo do Submenu */
	display: block;
	border-bottom: 0px dotted ;
	/* Fonte do Submenu */
	/*color: #eeeeee; */
	font-size: 15px;
	font-weight: normal;
	height: auto;
	line-height:1em;
	/* padding: 10px 10px 10px 30px; /* top, left, right, bottom*/
	padding: 10px 10px;
	width: 188px;
	}
	
/* seleção submenu */
#conteudo .sidebar li:hover > a,
#conteudo .sidebar ul ul :hover > a,
#conteudo .sidebar a:focus {
	/*background: #d3d3d3;*/

}
#conteudo .sidebar li:hover > a,
#conteudo .sidebar a:focus {
	/* Comportamento do menu */
	/*background: #F5F4E9; /* Show a solid color for older browsers */
	/* Fonte do submenu após selecione */
	color: #fff;
	
}
#conteudo .sidebar ul li:hover > ul {
	display: block;
}

#conteudo .sidebar .current-menu-item > a,
#conteudo .sidebar .current-menu-ancestor > a,
#conteudo .sidebar .current_page_item > a,
#conteudo .sidebar .current_page_ancestor > a {
font-weight: bold;
}

/* Fim do menu lateral esquerdo */

h5.faixa{
	width: 100%;
	margin: 0;
	color: #fff;
	padding-top: 0;
	padding-left: 0.5em;
	font-size: 1.2em;
	height: 1.5em;
	letter-spacing: 3px;
	background: url("../../images/faixa-background.png") no-repeat left center;

	border-bottom: 3px solid transparent;
	  -moz-border-image: -moz-linear-gradient(left, #003366 40%, #fff 100%);
	  -webkit-border-image: -webkit-linear-gradient(left, #003366 40%, #fff 100%);
	  border-image: linear-gradient(to right, #003366 40%, #fff 100%);
	  border-image-slice: 1;
}

#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;}

/**************************************/
/*            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;
}

.logo_cursos {
	background-color: #fff;
	padding: 0;
	    margin-bottom: 13px;

}
.logo_cursos img{
  -webkit-filter: none;
  filter: none;
}
.logo_cursos a:hover img, 
.logo_cursos a:focus img {
	-webkit-filter: grayscale(90%) 
          brightness(135%)
          contrast(120%);
  filter: grayscale(90%) 
          brightness(135%)
          contrast(120%);
  
  transition: filter 0.3s, box-shadow 0.3s;
  -webkit-transition: filter 0.3s, -webkit-filter 0.3s, box-shadow 0.3s;
}

#informativospage {
	margin-left:21em;
	min-height:15em;
}

.galleria-container { background-color: #000; }
.galleria-thumbnails { margin: 0 auto; }
 
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 9px;
}
#wp-calendar thead th {

}
#wp-calendar tbody{
	color: #aaa;
}
#wp-calendar tbody td {
	background: #78605D;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
#wp-calendar tfoot td {
	border: 1px solid #ccc;
}
#galeria {
background: url("../../images/galeria.png") no-repeat top left;

}

/****************************************************/
/*                     SIDEBAR                      */
/*   Aqui é possível alterar as especificações de   */
/* fontes, cores, tamanhos e distâncias nas colunas */
/*          laterais esquerda e direita             */
/****************************************************/
.widget_text{
    margin: 0;
}  
#sidebar {	
	background-color: #fff;
	color: #000;
    font-size: 1em;
    padding: 0 1em 0 1.2em;
    margin: 0;
    list-style:none;
    border-left: 1px solid #efefef;
}

#sidebar .entry-headline {
  background: left 50% repeat-x url('../../images/pattern-headline.png');
  color: #333;
  border: none;
  font-size: 1.15em;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 0.8em 0.2em 0.5em 0;
  padding-left: 0;
  position: relative;
  z-index: 50;                                  
}  
#sidebar .entry-headline-text {
  background: white;
  display: inline-block;  
  max-width: 92%;
  padding-right: 15px; 
}

#sidebar h3{
   font-size: 0.9em;
   height: 1.6em;
   width: 100%;
   padding: 0.2em;
   margin: 0.6em 0 0.2em 0.5em;
   background: #0b0775;
   color:#fff;
   text-align:center;
   letter-spacing: 0.15em;
} 
#sidebar ul{
	margin: 0;
	list-style:none;
}
#sidebar ul li{
    padding: 0;
    list-style-image: url('../../images/seta.png');
    margin-left: 1.6em;
    display: list-item;
	text-indent: 1px;
}
#sidebar ul li a{
  	color: #169fe6;
    padding: 0.2em;
	font-size: 0.9em;
	text-decoration:none;
 } 
#sidebar ul li a:hover{
	color:#333;
	text-decoration:none;
 }
.textwidget{
    padding: 0;
    margin-left: 0.5em;    
    width: 100%;
}

/**************************************/
/*     COLUNAS DE LINKS E  RODAPE     */
/**************************************/

#rodape_ufpr{
	height: auto;
    background: #2d4e6a url('../../images/rodape_ufpr.png');
    background-repeat: no-repeat;
}
#texto_rodape{
	float: right;
	text-align: right;
	padding: 1em;
	color: #fff;
}
#texto_rodape span{
	letter-spacing: 1px;
}
#texto_rodape span img{
	width: 30%;
}

#redes_sociais{
	margin: 1em;
}
#redes_sociais h3{
	color: #fff;
	font-size: 1.5em;
}
.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{
	list-style-image: url('../../images/seta.png');
	color:#094979;
	margin-top: 0.3em;
    margin-left: 1em;
    display: list-item;
	text-indent: 2px;
}
.colunas_de_links ul li a{
	text-decoration: none;
	color:#484848;
	line-height: 1.2em;
	padding: 0.15em 0;
}
.colunas_de_links ul li a:hover{
	color:#0b0775;
}
.colunas_de_links h2{
	margin: 0.2em 0 0.8em 0;
	color:#0b0775;
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: thin solid #0b0775;
}

#rodape{
	background-color: #2d4e6a;
}

footer{
    margin: 0;
	background-color: #dadada;
	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%;
}

/**************************************/
/*      FOOTER Governo do Brasil      */
/**************************************/

#footer-brasil {
   background: none repeat scroll 0% 0% #0042b1; /* Azul */
   margin-top: 1px;
   padding: 1em 0;
   max-width: 100%;
}

#rodape_copy {
	background-color: #057900;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #FFF;
	text-align: center;
	border-top: 1px dotted #7b6662;
	border-bottom: 1px dotted #7b6662;
}
