/********************************************
                style.css
			ZURB FOUNDATION 4 
			 CSS Customizado
********************************************/

/**************************************/
/*           DEFINIÇÕES GLOBAIS       */
/**************************************/
body{
	margin: 0;
}

.container{
	margin:0;
	padding: 0;
	/*background-color: #fff;*/
}
 
#secondary{
	float:right;
	position:absolute;
	}

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0;}
h1 { }
h2 {margin-top:5px; }

.title{
	margin-top:32px;
	margin-left:500px;
}

p { margin: 0 0 10px 0; }
a {color:#000099; }
a:hover {color:#000099; } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post {   
	padding: 1em;}

.post h3 {
	font-size: 28px;
	text-shadow: 4px 4px 4px #aaa;
}

pre { }
code, tt { }

#meta { }
.postmetadata{ 
	clear:both;
}

/**************************************/
/*            Fontes                  */
/**************************************/
@font-face {
font-family:"Futura Std Book";
font-style:normal;
font-weight:normal;
src : url("../font/FuturaStd-Book.otf");
}
/**************************************/
/*            FOOTER BRASIL           */
/**************************************/

#footer-brasil {
   background: none repeat scroll 0% 0% #00420c;
   margin-top: 1px;
   padding: 1em 0px;
   max-width: 100%;
}
/**************************************/
/*            CABEÇALHO               */
/**************************************/
/* este id CABECALHO define CSS para todos os conteúdos do cabeçalho */
#cabecalho-small{
	padding: 0;
	margin-top: -29px;
	margin-bottom: 1px;
}
#cabecalho-large{
	height: 250px;
	padding: 20px 0 0 0;
}

/* pode ser definido posicionamentos (top, left, right, bottom) para cada elemento a ser utilizado no cabeçalho */
#cabecalho-large h1{
	position: relative;
	top: 150px; /* Altere este valor para posicionar verticalmente o H1 (se houver) na página */
	left: 400px; /* Altere este valor para posicionar horizontalmente o H1 (se houver) na página */
	margin: 0;
	color: #000;
}
#cabecalho-large h2{
	top: 150px;
	left: 400px;
	margin: 0;
	color: #000;
}
#cabecalho-large a{
	text-decoration:none
}

#barra-sacod{
	margin-top: 40px;
	text-align: center;
/*	background: #fff url('../images/topo.png'); */
}
#barra-sacod .logo-ufpr{
	margin-bottom: 10px;
	margin-left: 39%;
}

#fundo-cabecalho{
	margin-top: 25px;
	height: 300px;
	background-color: #000;
   -webkit-border-radius: 30px 30px 30px 30px; /* Bordas arredondadas para navegador Safari */    
   -moz-border-radius: 30px 30px 30px 30px; /* Bordas arredondadas para navegador Mozilla, etc. */    
   border-radius: 30px 30px 30px 30px; /* Bordas arredondadas padrão do CSS3 - deve funcionar novas versões do IE */

}
/* este id CABECALHO define CSS para todos os conteúdos do cabeçalho */
#cabecalho{
	min-height:250px;
	margin-top: 14px;
}
/* pode ser definido posicionamentos (top, left, right, bottom) para cada elemento a ser utilizado no cabeçalho */
#cabecalho h1{
	position: relative;
	top: 150px; /* Altere este valor para posicionar verticalmente o H1 (se houver) na página */
	left: 400px; /* Altere este valor para posicionar horizontalmente o H1 (se houver) na página */
	margin: 0;
	color: #000;
}
#cabecalho h2{
	width: 500px;
	height: 40px;
	margin: 100px 0 0 40px;
	padding: 8px 0 0 8px;
	color: #fff;
	background: #000;
	opacity:0.5;
}
#cabecalho a{
	text-decoration:none
}

/* Posicionamento da LOGO de sua Unidade.... */
#logo {
	position: relative;
	top: 70px;  		/* Altere este valor para posicionar verticalmente a logomarca de sua unidade na página */
	left: 10px; 		/* Altere este valor para posicionar horizontalmente a logomarca de sua unidade na página */
	float:left;	
}

/* Posicionamento da LOGO da UFPR.... */
#logoufpr {
	position: relative;
	top: 50px; 			/* Altere este valor para posicionar verticalmente a logomarca da UFPR na página */
	left: 300px; 		/* Altere este valor para posicionar horizontalmente a logomarca da UFPR na página */
	float: right;
}

/* Posicionamento da caixa de pesquisa do site.... */
#btnBusca{

	height: 28px;
    width: 200px;
	background: url('../images/pesquisa.png') no-repeat left top; /* Substitua esta imagem para alterar o visual da caixa de pesquisa tamanho 200x41 pixels */
	float: right;
}
/* Estilos referentes a caixa de pesquisa do site.... */
#s {
	font-size: smaller;
	color: #000;
	float:left;
    background-color:transparent;
    font-style:italic;
    font-size:0.8em;
    border:none;
    height:21px;
    width:160px;
	padding: 0 0 1px 8px;
margin-left: 8px;	
}

/* Menu superior  contém os links para Página Inicial, Intranet e WebMail da UFPR.... */
#menu_superior{
width: 24em;
height: 25px;
float:right;
margin-top: 0.7em;
padding: 4px 0 4px 8px; 
color: #000;
background: #fff;
opacity: 0.75;
font-weight: normal;
margin-right: 4px;
}
#menu_superior .separador{
color: #B0AF96;
font-size: 15px;
padding-left: 6px;
padding-right: 2px;
font-weight: normal;
}

#menu_superior a{
color: #3A392C;
font-size: 0.76em;
}
#menu_superior a:hover{
color: #B0AF96;
text-decoration: underline;
}

.separador{
	margin-top: 1px;
}

/* Menu superior  contém os links para Página Inicial, Intranet e WebMail da UFPR.... */
#barra-sacod .menu_superior{
letter-spacing: 0.05em;
margin-right: 0;
height: 25px;
float:right;
color: #000;
font-weight: normal;
}
#barra-sacod .menu_superior .separador{
color: #B0AF96;
font-size: 15px;
padding-left: 6px;
padding-right: 2px;
font-weight: normal;
}
#barra-sacod .menu_superior a{
color: #3A392C;
font-size: 0.9em;
font-weight: bold;
}
#barra-sacod .menu_superior a:hover{
color: #666;
text-decoration: underline;
}


/**************************************/
/*             =Imagens               */
/**************************************/

.container .alignleft,
.container img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.container .alignright,
.container img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.container .aligncenter,
.container img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.container img.alignleft,
.container img.alignright,
.container img.aligncenter {
	margin-bottom: 12px;
}

/**************************************/
/*    FOTOS E LEGENDAS EM POSTS       */
/*    classes: .figura e .autor       */
/**************************************/
.container .figura{
	border: thin silver solid;
	margin: 0.2em 0.2em 0.2em 0.2em;
	padding: 0.2em;
	float: left;
}
.container .figura img{
	display: inline;
}
.container .figura p{
	line-height:1.3em;  
	text-align: left;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}
.container .autor p{
	line-height:1.3em;  
	text-align: left;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

.container .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.container .wp-caption img {
	margin: 5px 5px 0;
}
.container .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

/**************************************/
/*              NAVEGAÇÃO             */
/*                 Menu               */
/**************************************/
#access {
	font-size: 1em; /* tamanho da fonte do menu */	
	font-weight: bold;
	letter-spacing: 0.12em;
	background: #A7C4D2; /* preenchimento do menu usando uma cor de fundo sólida */
	color: #000;
	display: block;
	float: right;
	margin: 0 auto;
	width: 100%;
	padding: 0;
}
#access ul {
	list-style: none;
	margin: 0.15em 0 0 37em; 
}

#access li {
	float: left;
	position: relative;
	display: block;
	/*border-right: 1px dotted #dfded2;
	width: 7.5em;*/
	text-align: center;
}
#access ul li:after {
	font-weight: normal;

    content: "\00a0\00a0|\00a0\00a0";

}
#access ul li:last-child:after  {
	content:"";
}

#access li a {
	text-decoration: none;
	color: #000;
	background: #A7C4D2;
	/* display: block;*/
	line-height: 1.8em; /* mudar a altura do menu*/
	padding: 0 0.2em; 
}

#access li a:hover{
	color: #000;
}

#access a:hover{
	color: #000;
	background: #A7C4D2; /* Old browsers */
}
#access ul ul {
	background: #A7C4D2;/* preenchimento do sub-menu usando uma cor de fundo sólida... */
	display: none;
	float: right;
	margin: 0;
	position: absolute;
	top: 1.7em;
	z-index: 99999;	
}
#access ul ul li{
	margin: 0;
	padding: 3px 0 3px 3px;
	width: 12.35em;
	letter-spacing: 0.1em;
	text-align: left;
	font-size: 0.9em;
	border-top: 1px dotted #fff;
}
#access ul ul li:after {
    content: "";

}

#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	color: #000;
	background: #A7C4D2;
	height: auto;
	line-height: 1em;
	/*padding: 5px;
	border-top: 1px dotted #fff;*/
}
#access ul ul li a:hover {
	color: #585858;
	background: #A7C4D2;
	/*border-right: 1px dotted #9F9D7F;*/
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	color: #585858;
	background: #A7C4D2;
}
#access li:hover > a,
#access a:focus {
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

.slideshow{
	margin: 0 5px 2px 4px;
}

.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;


}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/****************************************************/
/*                     SIDEBAR                      */
/*   Aqui é possível alterar as especificações de   */
/* fontes, cores, tamanhos e distâncias nas colunas */
/*          laterais esquerda e direita             */
/****************************************************/
.sidebar {	
	margin:0;
	list-style:none;
 }
 
.sidebar h3{
   height: 23px;
   background: #9F9D7F;
   color:#fff;
   font-size: 0.9em;
   font-weight: bold;
   -webkit-border-radius: 10px 10px 10px 10px; /* Bordas arredondadas para navegador Safari */    
   -moz-border-radius: 10px 10px 10px 10px; /* Bordas arredondadas para navegador Mozilla, etc. */    
   border-radius: 10px 10px 10px 10px; /* Bordas arredondadas padrão do CSS3 - deve funcionar novas versões do IE */
   text-align:center;
   letter-spacing: 0.25em;
   padding-top: 2px;
 }
.sidebar ul{
	list-style:none;
	margin: 4px 0 4px 3px;
}
.sidebar ul li a{
	font-size: 0.8em;
	font-weight: bold;
	color:#3A392C;
	text-decoration:none;
 } 
.sidebar ul li a:before{
	content: "\0BB \020";
	padding-right: 1px;
	color:#3A392C;
	font-weight: bold;
}
.sidebar ul li a:hover{
	color:#969473;
	text-decoration:none;
 }
  
/**************************************/
/*     Conteúdo central principal     */
/**************************************/
#conteudo{
	min-height: 550px;  /* especifica um tamanho mínimo para a altura do conteúdo */
}
 #conteudo p{
	line-height: 1.15em;
 }
 #conteudo h2{
	margin: 15px 0 0 2px;
	letter-spacing: 0.15em;
 }
 #conteudo h3{
	margin: 15px 0 0 2px;
 }
 #conteudo .data_e_autor{
	font-size: 0.9em;
	color: #cacaca;
	padding: 0 0 5px 10px;
 }
#conteudo .tags{
	font-size: 0.8em; 
	font-style: italic;
	color: #b1b1b1;
 }
#conteudo .tags a{
	text-decoration: none;
	color: #b1b1b1;
	padding: 0;
}
#conteudo .tags a:hover{
	text-decoration: underline;
	color: #579aff;
	padding: 0;
}
#conteudo img{
	border: medium #efefef solid;
	margin: 0.2em 0.5em 0.2em 0.2em;
	padding: 0.1em;
	float: left;
}
#conteudo  .img-cursos {
	border: none;
	margin-top: 70px;
	padding: 0;
}
/**************************************/
/*     Conteúdo central principal     */
/*  quando tiver uma coluna esquerda  */
/*           de menu                  */
/**************************************/
.colesq{
	border-left: 1px dotted #E5E4DC;
	margin: 2em 0 2em 0;
	min-height: 500px;
 }

 /**************************************/
/*     Conteúdo central principal     */
/*  quando tiver uma coluna direita   */  
/*           de menu                  */
/**************************************/
.coldir{
	border-right: 1px dotted #E5E4DC;
	margin: 14px 0 14px 0;
 }

/**************************************/
/*     Conteúdo central principal     */
/*  quando tiver uma coluna direita   */
/*       e uma esquerda de menu       */  
/**************************************/
.diresq{
	border-left: 1px dotted #E5E4DC;
	border-right: 1px dotted #E5E4DC;
	margin: 14px 0 14px 0;
 }
 
#posts{
	padding-left:65px;
	padding-right:10px;
	padding-top:10px;
 }
 
#posts a{
	color:#000099;
	margin-right:-15px;
}

#posts a:hover{
	color:#000099;
}

/**************************************/
/*         CSS dos Eventos            */
/**************************************/

/*     CSS dos Eventos 1ª página      */

#eventos{
	margin-left: 10px;
	margin-top: -10px;
}

#eventos .titulo{
	font-size: 0.9em;
}

#eventos .titulo  li{
	margin-left: 25px;
	list-style-type: square;
	line-height: 1.1em;
}
#eventos .titulo  li a{
	text-decoration: none;
	color: #78605d;
	font-weight: bold;
}
#eventos .titulo  li a:hover{
	color: #483937;
}
#eventos h5{
	font-size: 1.2em;
	letter-spacing: 0.16em;
	color: #000;
	background-image: url('../images/h5_juridicas.png');
	background-repeat: no-repeat;
	background-position: left center; 
	padding: 0 0 5px 40px;
	height: 25px;
}
#eventos .mais-eventos a{
	color: #999;
	font-size: 0.8em;

}
#eventos .data-de-publicacao{
	color: #d2c5c4;
	font-size: 0.7em;
	line-height: 18px;
	letter-spacing: 0.1em;
}
#eventos .nome-da-taxonomia{
	color: #b9a6a4;
	font-size: 1em;
	line-height: 1.1em;
	letter-spacing: 0.3em;
}
#eventos .chamada{
	font-size: 1em;
	padding-bottom: 15px;
}
#eventos .mais-eventos {
	background-image: url('../images/mais-eventos.png');
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 20px;
}
#eventos .mais-eventos a{
	font-size: 0.65em;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	margin-left: 175px;
}
#eventos .mais-eventos a:hover{
	color:#ddd;
}

/**************************************/
/*         CSS das Notícias           */
/**************************************/

/*     CSS das Notícias 1ª página     */

#noticias{
	min-height: 300px;
	margin-bottom: 5px;
}
#noticias .titulo {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	margin-left: 0; 
	padding-left: 0;
	padding-top: 8px;
}
#noticias .titulo a{
	text-decoration: none;
	color: #682d43;
	font-weight: bold;
}
#noticias .titulo  a:hover{
	color: #483937;
}
#noticias h5{
	font-size: 1.2em;
	letter-spacing: 0.15em;
	color: #000;
	background-image: url('../images/h5_juridicas.png');
	background-repeat: no-repeat;
	background-position: left center; 
	padding: 0 0 5px 40px;
	height: 25px;
	margin-left: -15px;
}
#noticias .data-de-publicacao{
	color: #7c3651;
	font-size: 0.7em;
	line-height: 18px;
	letter-spacing: 0.1em;
}
#noticias .nome-da-taxonomia{
	color: #666;
	font-size: 0.8em;
	line-height: 1.1em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding-top: 12px;
}
#noticias .chamada{
	font-size: 1em;
	padding: 8px 0 8px 0;
	color: #000;
	border-bottom: 1px dotted #E5DCE1;
}
#noticias .mais-noticias {
	float: right;
	width: 90px;
	height: 28px;
	border: 1px solid #ddd;
}
#noticias .mais-noticias a{
	font-size: 0.65em;
	color:#682d43;
	text-decoration:none;
	font-weight: bold;
	margin-left: 5px;
}
#noticias .mais-noticias a:hover{
	color:#7c3651;
}
#noticias img{
	margin: 5px 10px 1px 0;
	border: 5px solid #e3d9e3;
}

/**************************************/
/*         CSS dos Destaques          */
/**************************************/

#destaques{
	min-height: 300px;
	margin-bottom: 5px;
}
#destaques .titulo {
	font-size: 1.1em;
	margin-left: 0; 
	padding-left: 0;
}
#destaques .titulo a{
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #682d43;
	font-weight: bold;
}
#destaques .titulo  a:hover{
	color: #483937;
}
#destaques h5{
	font-size: 1.2em;
	letter-spacing: 0.15em;
	color: #000;
	background-image: url('../images/h5_juridicas.png');
	background-repeat: no-repeat;
	background-position: left center; 
	padding: 0 0 5px 40px;
	height: 25px;
	margin-left: -15px;
}
#destaques .data-de-publicacao{
	color: #7c3651;
	font-size: 0.7em;
	line-height: 18px;
	letter-spacing: 0.1em;
}
#destaques .nome-da-taxonomia{
	color: #666;
	font-size: 0.8em;
	line-height: 1.1em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding-top: 12px;
}
#destaques .chamada{
	font-size: 1em;
	padding: 8px 0 8px 0;
	color: #000;
	border-bottom: 1px dotted #E5DCE1;
}
#destaques .mais-noticias {
	float: right;
	width: 90px;
	height: 28px;
	border: 1px solid #ddd;
}
#destaques .mais-noticias a{
	font-size: 0.65em;
	color:#682d43;
	text-decoration:none;
	font-weight: bold;
	margin-left: 5px;
}
#destaques .mais-noticias a:hover{
	color:#7c3651;
}
#destaques img{
	margin: 5px 10px 1px 0;
	border: 5px solid #e3d9e3;
}
/**************************************/
/*        CSS das Publicações         */
/**************************************/

#publicacoes{
	min-height: 300px;
	margin-bottom: 5px;
}
#publicacoes .titulo {
	font-size: 1.1em;
	margin-left: 0; 
	padding-left: 0;
}
#publicacoes .titulo a{
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #682d43;
	font-weight: bold;
}
#publicacoes .titulo  a:hover{
	color: #483937;
}
#publicacoes h5{
	font-size: 1.2em;
	letter-spacing: 0.15em;
	color: #000;
	background-image: url('../images/h5_juridicas.png');
	background-repeat: no-repeat;
	background-position: left center; 
	padding: 0 0 5px 40px;
	height: 25px;
	margin-left: -15px;
}
#publicacoes .data-de-publicacao{
	color: #7c3651;
	font-size: 0.7em;
	line-height: 18px;
	letter-spacing: 0.1em;
}
#publicacoes .nome-da-taxonomia{
	color: #666;
	font-size: 0.8em;
	line-height: 1.1em;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	padding-top: 12px;
}
#publicacoes .chamada{
	font-size: 1em;
	padding: 8px 0 8px 0;
	color: #000;
	border-bottom: 1px dotted #E5DCE1;
}
#publicacoes .mais-noticias {
	float: right;
	width: 90px;
	height: 28px;
	border: 1px solid #ddd;
}
#publicacoes .mais-noticias a{
	font-size: 0.65em;
	color:#682d43;
	text-decoration:none;
	font-weight: bold;
	margin-left: 5px;
}
#publicacoes .mais-noticias a:hover{
	color:#7c3651;
}
#publicacoes img{
	margin: 5px 10px 1px 0;
	border: 5px solid #e3d9e3;
}


/**************************************/
/*               BANNERS              */
/**************************************/
.banners{
	background-color: #fff;
	padding-top: 20px;
	border-top: 1px dotted #B9B8A2;
	border-bottom: 1px dotted #B9B8A2;
}
.banners img{
	border: thin #B9B8A2 solid;
	margin: 0.2em 0.2em 0.2em 0.2em;
	padding: 0.15em;
}

/**************************************/
/*               RODAPÉ               */
/**************************************/

/*********************************************/
/*         MENU DE LINKS DO RODAPÉ           */
/*********************************************/
#links{
	margin: 0 ;
	padding: 0.5em 0 0.5em 0;
	clear: both;
	background-color: #a7c4d2;
}

/*********************************************/
/* PRIMEIRA COLUNA DE LINKS ACIMA DO RODAPÉ  */
/*            COLUNA ESQUERDA                */
/*********************************************/
#links-esquerda{
 	color:#3A392C;
	font-size: 0.9em;
	float: left;
}
#links-esquerda ul{
	list-style-type: none;
	text-indent: 0.5em;
}
#links-esquerda li:before{
	content: "\0BB \020";
	color:#3A392C;
	font-weight: bold;
	padding-right: 4px;
}
#links-esquerda a{
	text-decoration: none;
	color:#3A392C;
}
#links-esquerda a:hover{
	color: #969473;
}
#links-esquerda h2{
	color:#3A392C;
	font-weight:bold;
	font-size:1em;
	border-top:1px solid #3A392C;
	border-bottom:2px solid #3A392C;
	margin: 0 5px 10px 0;
}

/*********************************************/
/* SEGUNDA COLUNA DE LINKS ACIMA DO RODAPÉ   */
/*             COLUNA CENTRAL                */
/*********************************************/
#links-central{
	color:#3A392C;
	padding: 0;
	font-size: 0.9em;
	float: left;
}
#links-central ul{
	list-style-type: none;
	text-indent: 0.6em;
}
#links-central li:before{
	content: "\0BB \020";
	color:#3A392C;
	font-weight: bold;
	padding-right: 4px;
}
#links-central a{
	text-decoration: none;
	color:#3A392C;
}
#links-central a:hover{
	color: #969473;
}
#links-central h2{
	color:#3A392C;
	font-weight:bold;
	font-size:1em;
	border-top:1px solid #3A392C;
	border-bottom:2px solid #3A392C;
	margin: 0 10px 10px 0;
}

/*********************************************/
/* TERCEIRA COLUNA DE LINKS ACIMA DO RODAPÉ  */
/*              COLUNA DIREITA               */
/*********************************************/
#links-direita{
	color:#3A392C;
	padding: 0;
	font-size: 0.9em;
	float: left;
}
#links-direita ul{
	list-style-type: none;
	text-indent: 1em;
}
#links-direita li:before{
	content: "\0BB \020";
	color:#3A392C;
	font-weight: bold;
	padding-right: 4px;
}
#links-direita a{
	text-decoration: none;
	color:#3A392C;
}
#links-direita a:hover{
	color: #969473;
}
#links-direita h2{
	color:#3A392C;
	font-weight:bold;
	font-size:1em;
	border-top:1px solid #3A392C;
	border-bottom:2px solid #3A392C;
	margin: 0 10px 10px 5px;
}

#rodape_copy {
	background-color: #000;
	height: 5.5em;
	color: #fff;
	font-size: 1em;
	text-align: center;
	border-top: 1px dotted #7b6662;
	border-bottom: 1px dotted #7b6662;
	clear:both;
	padding-top: 5px;
}
#rodape_cce{
	text-align: center;
	background-color: #fff;
	font-size: 0.8em;
	color: #999;
	padding: 25px 0 0 0;
}
#textorodape_ufpr{
	text-align:right;
	padding: 30px 0 5px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color: #000;
	margin-top:-15px;
}
#textorodape_sacod{
	text-align:right;
	padding: 30px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #000;
	margin-top:-15px;
}

#textofooter{
	text-align:right;
	padding-bottom:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

#bordafooter{
	margin-top: 1em;
}
	
#redessociais{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: #000;
	padding-top:10px;
	margin-bottom: 10px;
	margin-left:30px;
}

.borda{
	padding: 4px;
	border-right: 1px solid #fefefe;
}