/*
Theme Name:CBPF
Theme URI:http://www.cbpf.br
Description: Desenvolvido Exclusivamente para o CBPF
Version:1.0
Author:Somar Comunicacao
Author URI:http://www.somarcomunicacao.com.br
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	background: url(imagens/background.jpg) repeat-x #fff 0 28px;
}

img {
	border: none;
}

fieldset {
	padding: 10px;
	border: 1px solid #dedede;
}

legend {
	font-weight: bold;	
}

input {
	transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
}

input[type="text"] {
	padding: 5px;
	border: 1px solid #DEDEDE;
}

input[type="text"]:focus, input[type="text"]:hover {
	border: 1px solid #2687E0;
	box-shadow: 0 0 3px #999 inset;
}

input[type="submit"] {
	padding: 5px;
	font-weight: bold;
	background-color: #BBDEE9;
	color: #00467E;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-color: #00467E;
	color: #BBDEE9;
	box-shadow: 0 0 3px #999 inset;
}

table {
	
}

td {
	border-bottom: 1px dotted #777;
	padding: 5px;
	text-align: left;
}

td:first-child {
	font-weight: bold;
}

th {
	background-color: #00467E;
	color: #BBDEE9;
	font-weight: bold;
	padding: 5px;
}

.display_none {
	display: none;
}

.center {
	text-align: center !important;
}

.overflow {
	overflow: auto;
}

.margin_bottom_20 {
	margin-bottom: 20px;
}

.margin_right_20 {
	margin-right: 20px;
}

.display_none {
	display: none;
}

#fx_topo {
	width: 100%;
	height: 3px;
	background: #0e55a5;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	overflow: auto;
}

#logo_superior {

}

#logo_superior h1 {
	display: none;
}

#logo_superior img {
	margin-top: 20px;
	margin-bottom: 16px;
	margin-left: 20px;
}

#menu_superior {
	width: 255px;
	float: left;
	min-height: 296px;
}

#menu_superior ul li {
	list-style: none;
	border-bottom: 1px dotted #6375A3;
}

#menu_superior ul li:last-child {
	border-bottom: none;
}

#menu_superior ul li a {
	display: block;
	text-decoration: none;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 10px;
	color: #DBEBFF;
	font-size: 14px;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;		
}

#menu_superior ul li a:hover {
	background: #9be2fc;
	color: #033483;
}

.submenu {
	display: none;
}

.submenu > li {
	border-bottom: none !important;
}

li:hover .submenu {
	display: block;
	position: absolute;
	width: 270px;
	z-index: 999;
	margin-left: 255px;
	margin-top: -48px;
	background: #26568b;
	color: #fff;
}

#o_slider {
	float: right;
	max-width: 720px;
	width: 720px;
	height: 296px;
}

#menu_inferior {
	width: 255px;
	float: left;
	margin-top: 5px;
}

#menu_inferior h2 {
	color: #022b58;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
}

#menu_inferior ul#menu_sec li {
	list-style: none;
	border-bottom: 1px dotted #033483;
}

#menu_inferior ul#menu_sec li:last-child {
	border-bottom: none;
}

#menu_inferior ul#menu_sec li a {
	display: block;
	text-decoration: none;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 10px;
	font-weight: bold;
	color: #033483;
	font-size: 14px;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;		
}

#menu_inferior ul#menu_sec li a:hover {
	background: #9be2fc;
	color: #033483;
}

#noticias_home {
	float: right;
	width: 710px;
	overflow: auto;
	margin-top: 25px;
	overflow-y: hidden;
}

#noticias_home h2 {
	color: #022b58;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #033483;
}

#noticias_home h3 {
	color: #022b58;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#noticias_home h3 a {
	color: #083FA0;
}

#noticias_home h3 a:hover {
	text-decoration: none;
}

.noticia_home {
	width: 160px;
	float: left;
	margin-right: 9px;
	margin-left: 8px;
}

.noticia_home:last-child {
	margin-right: 0;
}

.noticia_home img {
	margin-bottom: 10px;
	width: 160px;
}

.noticia_home a {
	text-decoration: none;
	overflow: hidden;
}

.noticia_home a:hover {
	opacity: 0.5;
	text-decoration: underline;
}

.noticia_home a h3 {
	color: #033483;
	margin-bottom: 5px;
	font-size: 14px;
}

.noticia_home p {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
	color: #565555;
	min-height: 140px;
	max-height: 140px;
	overflow: hidden;
}

.noticia_home span a {
	font-size: 13px;
	color: #0e55a5;
}

#footer_ext {
	width: 100%;
	background: #033483;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer_int {
	width: 1000px;
	overflow: auto;
	margin: 0 auto;
}

#logo_footer {
	margin-right: 20px;
}

#end_footer {
	margin-top: 5px;
	width: 520px;
	float: left;	
}

#end_footer p {
	font-size: 13px;
	color: #fff;
}

#social_footer {
	margin-top: 15px;
	overflow: auto;
	overflow-y: hidden;
}

#social_footer ul li {
	float: left;
	list-style: none;
	margin-right: 8px;
	border-bottom: 0;
}

#social_footer ul li a {
	padding: 0;
	display: inline-block;
}

#social_footer ul li a:hover {
	background: none;
}

#social_footer ul li a img {
	max-width: 32px;
	height: auto;
}

#footer_cred {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}

#footer_cred p {
	text-align: center;
	color: #9ac8fc;
	font-size: 12px;
}

#footer_cred p a {
	text-decoration: none;
	color: #c6e0fe;
}

#conteudo_page_semsub {
	width: 700px;
	float: right;
	border: 1px solid #0e55a5;
	background: #fff;
	padding: 10px;
	padding-left: 15px;
	min-height: 500px;
}

#conteudo_page_semsub img {
	margin-bottom: 10px;
	max-width: 700px;
	height: auto;
}

#conteudo_page_semsub h2 {
	font-size: 18px;
	color: #022b58;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #022b58;
}

#conteudo_page_semsub h3 {
	font-size: 16px;
	color: #626262;
	margin-bottom: 10px;
	font-weight: bold;
}

#conteudo_page_semsub p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #626262;
}

.DefaultText, .DefaultText p {
	font-size: 13px !important;
	line-height: 20px !important;
	color: #626262 !important;
	text-align: justify;
}

.DefaultText img {
	/* margin: 15px; */
}

.DefaultText blockquote {
	font-size: 13px !important;
	line-height: 20px !important;
	color: #626262 !important;
	text-align: justify !important;
	margin-left: 10px;
	margin-bottom: 10px;
}

.DefaultText ul {
	margin-left: 20px;
}

.DefaultText ul li {
	font-size: 13px;
	color: #444;
	margin-bottom: 9px;
}

#conteudo_page {
	width: 700px;
	float: right;
	margin-top: -295px;
	border: 1px solid #0e55a5;
	background: #fff;
	padding: 10px;
	padding-left: 15px;
	min-height: 500px;
}

#conteudo_page img {
	margin-bottom: 10px;
	max-width: 665px;
}

#conteudo_page h2 {
	font-size: 18px;
	color: #022b58;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #022b58;
}

#conteudo_page h3 {
	font-size: 16px;
	color: #626262;
	margin-bottom: 10px;
	font-weight: bold;
}

#conteudo_page p {
	font-size: 14px;
	margin-bottom: 15px;
	color: #626262;
	line-height: 25px;
	text-align: justify;
}

#conteudo_page ul {
	margin-left: 20px;
}

#conteudo_page ul li {
	font-size: 13px;
	margin-bottom: 10px;
	color: #626262;
}

#menu_inferior_interno {
	width: 255px;
	margin-top: 20px;
	float: left;
	clear: both;
}

#menu_inferior_interno h2 {
	color: #022b58;
	font-weight: bold;
	font-size: 16px;
	padding-left: 10px;
}

#menu_inferior_interno ul li {
	list-style: none;
	border-bottom: 1px dotted #949496;
}

#menu_inferior_interno ul li:last-child {
	border-bottom: none;
}

#menu_inferior_interno>ul>li>ul {
	margin-left: 25px;
}

#menu_inferior_interno>ul>li>ul>li>a {
	font-size: 12px;
}

#menu_inferior_interno>ul>li>ul>li>ul {
	margin-left: 25px;
}

#menu_inferior_interno>ul>li>ul>li>ul>li>a {
	font-size: 12px;
}

#menu_inferior_interno ul li a {
	display: block;
	text-decoration: none;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-left: 10px;
	font-weight: bold;
	color: #033483;
	font-size: 13px;
	-o-transition:0.3s;
	-moz-transition:0.3s;
	-webkit-transition:0.3s;		
}

#menu_inferior_interno ul li a:hover {
	background: #9be2fc;
	color: #033483;
}

.pesquisador {
	overflow: auto;
	overflow-y: hidden;
	border-bottom: 1px dotted #555;
	margin-bottom: 20px;
	padding-bottom: 10px; 
}

.foto_pesquisador {
	float: left;
}

.resumo_pesquisador {
	float: right;
	width: 520px;
}

.resumo_pesquisador h3 {
	font-size: 18px !important;
	color: #033483 !important;
	margin-bottom: 5px !important;
}

.resumo_pesquisador h4 {
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
}

.resumo_pesquisador p {
	line-height: 20px;
	font-size: 15px !important;
}

.resumo_pesquisador a {
	margin-left: 330px;
	text-decoration: none;
}

.alunos {
	width: 698px;
}

.alunos li {
	overflow: auto;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #555;
}

.alunos li .nome_aluno {
	float: left;
	font-weight: bold;
}

.alunos li .email_aluno {
	float: right;
	color: #888;
}

#foto_dialog {
	float: left;
	width: 150px;
}

#info_pesquisador {
	float: right;
	width: 580px;
}

#info_pesquisador h3 {
	font-size: 18px !important;
	color: #033483 !important;
	margin-bottom: 5px !important;
}

#info_pesquisador h4 {
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
}

#info_pesquisador p {
	line-height: 20px;
	font-size: 13px !important;
}

#contato_pesquisador {
	clear: both;
	overflow: auto;
}

#contato_pesquisador h4 {
	font-size: 14px;
	color: #555;
	margin-bottom: 15px;
}

#cont_esq {
	float: left;
	margin-top: 15px;
	margin-right: 20px;
	background: #ddd;
	padding: 10px;
	min-height: 144px;
}

#link_lattes {
	float: left;
	margin-top: 15px;
	background: #BBB;
	padding: 10px;
	padding-bottom: 22px;
}

#cont_dir {
	width: 200px;
	float: right;
	margin-top: 15px;
	margin-right: 10px;
	background: #b1e2fe;
	padding: 10px;
	min-height: 144px;
}

#contatos {
	width: 250px;
}

#contatos li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 3px;
	padding-bottom: 5px;
	color: #666;
	border-bottom: 1px dotted #888;
	font-size: 10px;
}

#redes_pesquisador {

}

#redes_pesquisador li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 3px;
	padding-bottom: 5px;
	color: #666;
	font-size: 10px;
}

#redes_pesquisador li img {
	margin-right: 10px;
	margin-bottom: -4px;
}

#redes_pesquisador li a {

}

/*** Banner Governo federal ***/

#barra-brasil-v3 {
	position:relative;
	clear:both;
	overflow:hidden;
	min-width:775px;
	height:28px;
	background:#253254;
}
#barra-brasil-v3 span {
	display:block;
	float:left;
	width:50%;
	height:28px;
	background:url(imagens/govfederal/barra-brasil-v3-bgx.gif) 0 bottom repeat-x;
}
#barra-brasil-v3 span .imagemGov {
	position:absolute;
	top:4px;
	left:50%;
	height: 28px;
	width: 775px;
	background: url(imagens/govfederal/barra-brasil-v3-bgx.png) left 22px repeat-x;
	margin-left:-387px;
}
#barra-brasil-v3 span .ai {
    width: 180px;
	height: 29px;
	float:right;
	display:block;
	border: 0 !important;
    background: url(imagens/govfederal/ai.png) right top no-repeat;
	margin-right: 25px;
}

#barra-brasil-v3 span .brasilgov {
	width: 100px;
	height: 28px;
	float:right;
	display:block;
	border: 0 !important;
	background: url(imagens/govfederal/brasil.png) right top no-repeat;
}

#partners {
	background-color: #FFF;
	float: right;
	border-radius: 10px;
	padding: 5px;
	margin-top: -50px;
	overflow-y: hidden;
}

#partners ul {
	overflow: auto;
}

#partners ul li {
	float: left;
	list-style: none;
	margin-right: 15px;
}

.DataLegenda {
	font-style: italic;
	color: #555;
	font-size: 13px;
}

.ImgColoquio {
	display: block;
	width: 160px;
	height: 160px;
	background-color: #FFF;
	margin-bottom: 10px;
}

.TituloChamadaHome {
	display: block;
	height: 60px;
	overflow: hidden;
}

ul.ListaConteudo li {
	list-style: none;
	clear: both;
	padding: 20px 0;
	border-bottom: 1px dotted #999;
	overflow: auto;
}

ul.ListaConteudo li a.LinkImgListaConteudo {
	display: block;
	width: 160px;
	height: 118px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

ul.ListaConteudo li a.LinkTituloListaConteudo {
	display: block;
	text-decoration: none;
	color: #143AB3;
	font-size: 14px;
	font-weight: bold;
}

ul.ListaConteudo li a.LinkTituloListaConteudo:hover {
	text-decoration: underline;
}

ul.ListaConteudo li a.LinkImgListaConteudo img {
	width: 160px;
}

ul.ListaConteudo li .ExcerptListaConteudo {
	font-size: 13px;
	color: #555;
}

ul.ListaConteudo li a.ReadMoreConteudo {
	font-size: 12px;
	color: #143AB3;
	font-style: italic;
}

ul.ListaConteudo li a img {
	margin: 0 !important;
}

#Paginacao {
	overflow: auto;
}

#Paginacao ul {
	overflow: auto;
	float: right;
}

#Paginacao ul li {
	list-style: none;
	float: left;
	padding: 5px;
}

#Paginacao ul li a {
	color: #0054D1;
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
}

#Paginacao ul li a:hover {
	text-decoration: underline;
	background-color: #0054D1;
	color: #fff;
}

#DadosCoordenacao {
	padding: 10px;
	background: #F0F6FA;
	border-top: 1px dotted #3188B1;
	border-bottom: 1px dotted #3188B1;
	margin-bottom: 20px;
}

.BoxDadosContatoCoord {
	width: 40%;
	float: left;
}

#Coordenadores, #Secretaria {
	margin-bottom: 20px;
}

.CargoCoord {
	display: block;
	font-weight: bold;
	font-size: 15px;
	color: #2F6DB1;
	margin-bottom: 10px;
}

.LinkNomeCoord {
	display: block;
	text-decoration: none;
	font-size: 13px;
}

.LinkNomeCoord:hover {
	text-decoration: underline;
}

.EmailCoord {
	display: block;
	font-size: 13px;
}

.EmailCoord a {
	text-decoration: none;
	font-size: 13px;
}

.EmailCoord a:hover {
	text-decoration: underline;
}

.TelCoord, .EnderecoCoordenacao {
	display: block;
	font-size: 13px;
}

.DefaultText a {
	text-decoration: none;
	color: #0766DF;
}

.DefaultText a:hover {
	text-decoration: underline;
}

.foto_pesquisador a img {
	margin: 0;
	margin-bottom: 10px;
}

.ImgDestaquePg {
	margin: 0 !important;
	margin-bottom: 10px !important;
}

#BuscaGeral {
	margin: 20px 0;
}

#InputBuscaGeral {
	width: 170px;
}

img#FullFotoGaleria {
	max-width: 650px;
	height: auto;
}

#UlGaleria {
	overflow: auto;
}

#UlGaleria li {
	float: left;
	margin-right: 10px;
	/*border: 1px solid #5F86EB;*/
	list-style: none;
	display: block;
	max-width: 206px;
	min-width: 206px;
	text-align: center;
	min-height: 200px;
}

#UlGaleria li a {
	padding: 3px;
	display: block;
	height: 200px;
	overflow: hidden;
	border: 1px solid #999;
	transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}

#UlGaleria li a:hover {
	opacity: 0.5;
}

#UlGaleria li a img {
	max-width: 200px;
	height: auto;
	margin: 0 !important;
}

/* Tooltip */
.ui-tooltip, .arrow:after {
	background: black;
	border: 2px solid white;
}
.ui-tooltip {
	padding: 10px 20px;
	color: white;
	border-radius: 20px;
	font: bold 13px "Trebuchet MS", Sans-Serif !important;
	box-shadow: 0 0 7px black;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.arrow.top {
	top: -16px;
	bottom: auto;
}
.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	tranform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}
/* Tooltip */

ul.ListaBasica li {
	list-style: none;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
	margin-bottom: 20px;
}

ul.ListaBasica li .SpanTitle {
	font-weight: bold;
	font-size: 16px;
}

ul.ListaBasica li .SpanLegend {
	font-style: italic;
	font-size: 12px;
}

ul.ListaBasica li .SpanText {
	font-size: 14px;
}

form div.bloco {
	margin-bottom: 20px;	
}

form div.bloco label {
	display: block;
	width:200px;	
}

form div.bloco input[type='text']{
	display: inline-block;
	width:200px;	
}

form#filterArticle {
	overflow: auto;	
}

form#filterArticle div.bloco {
	float: left;
	margin-right: 15px;
	width: 300px;
}

.CargosQuemEquem {
	overflow: auto;
	clear: both;
	padding: 25px 0;
	border-bottom: 1px dotted #999;
}

.CargosQuemEquem .BoxDadosContatoCoord {
	margin-right: 70px;
}

#LinksFooter {
	clear: both;
}

#LinksFooter ul {
	overflow: auto;
}

#LinksFooter ul li {
	list-style: none;
	margin-right: 10px;
	float: left;
}

#LinksFooter ul li a {
	color: #A3D7FF;
	text-decoration: none;
	font-size: 13px;
}

#LinksFooter ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

a.mapGrupos {
	display: inline-block;
	position: absolute;
	width: 50px;
	height: 30px;
}

#ctc {
	margin-left: 276px;
	margin-top: 22px;
	width: 66px;
}

#dir {
	margin-left: 226px;
	margin-top: 37px;
	width: 66px;
	z-index: 2;
}

#coci {
	margin-left: 170px;
	margin-top: 52px;
	width: 66px;
}

#teo {
	margin-left: 26px;
	margin-top: 112px;
	width: 67px;
}

#lafex {
	margin-left: 106px;
	margin-top: 112px;
	width: 65px;
}

#exp {
	margin-left: 184px;
	margin-top: 111px;
	width: 66px;
}

#icra {
	margin-left: 270px;
	margin-top: 111px;
	width: 67px;
}

#apl {
	margin-left: 350px;
	margin-top: 112px;
	width: 65px;
}

#cci {
	margin-left: 429px;
	margin-top: 111px;
	width: 66px;
}

#cat {
	margin-left: 50px;
	margin-top: 186px;
	width: 66px;
}

#cdi {
	margin-left: 124px;
	margin-top: 186px;
	width: 66px;
}

#cfc {
	width: 66px;
	margin-left: 202px;
	margin-top: 186px;
}

#cad {
	margin-left: 346px;
	margin-top: 186px;
	width: 67px;
}

#saa {
	margin-left: 279px;
	margin-top: 239px;
	width: 46px;
	height: 22px;
}

#sef {
	width: 46px;
	height: 22px;
	margin-left: 332px;
	margin-top: 239px;
}

#smp {
	width: 46px;
	height: 22px;
	margin-left: 385px;
	margin-top: 239px;
}

#srh {
	width: 46px;
	height: 22px;
	margin-left: 439px;
	margin-top: 239px;
}

span.DescrPatente {
	display: block;
	text-decoration: none;
	color: #143AB3;
	font-size: 14px;
	font-weight: bold;
	width: 660px;
	margin-bottom: 8px;
}

h3.DescQuadHome {
	min-height: 110px;
	border-bottom: 1px solid #022B58;
}

.DataEvCol {
	font-size: 12px;
	font-style: italic;
	display: block;
	padding: 5px 0;
	border-top: 1px dotted #999;
	color: #5870A2;
	font-weight: normal;
}

.ImgTopoGrupoPesquisa {
	display: block;
}

#BannersBiblioteca {
	margin-top: 20px;
}

#FormComut {
	margin-top: 20px;
}

div.bloco {
	margin-bottom: 20px;
}

div.bloco label {
	display: block;
}

div.bloco input.medio {
	width: 300px;
}

div.bloco textarea.medio {
	width: 300px;
	height: 100px;
	padding: 5px;
	border: 1px solid #DEDEDE;
}

div#TransparenciaHome {
	margin-top: 20px;
}

div#TransparenciaHome ul {
	overflow: auto;
}

div#TransparenciaHome ul li {
	float: left;
	list-style: none;
	margin-right: 5px;
}

div#TransparenciaHome ul li a img {
	width: 77px;
	height: auto;
}

#ImgApresGrupo {
	max-width: 400px;
	height: auto;
}

#DescrImgApresGrupo {
	text-align: center !important;
}

.FooterEN {
	margin-top: 1px !important;
}

#InnerLogo {
	float: left;
}

#LanguageFlags {
	float: right;
}

#LanguageFlags a img {
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#WrappLogo {
	overflow: hidden;
}

.logo-foot-rx a img {
	width: 60px;
}