/* not ready */

/* -- form validation */
.invalid { border-color: #B94A48;background:#F2DEDE}
label.invalid , label.required  span{ color: #B94A48; background:none
	}

/* -- Joomla edit buttons  Frontendediting*/
#editor-xtd-buttons {
	padding: 0px;
}
.edit tr:hover  td {background:#eee}
.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	float: left;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}


.button2-left,
.button2-right {

	float: left;
	margin-left: 5px;
}


.edit .formelm-buttons {text-align:right}
.edit .formelm-buttons button {background:#D9EDF7; color:#095197;}
.edit .formelm-buttons button:hover {color:#D9EDF7; background:#095197;}
.modal-button:link,
.modal-button:visited,
.button2-left .readmore a:link,
.button2-left .readmore a:visited,
.button2-left .blank a:link,
.button2-left .blank a:visited
{ background-color: #D9EDF7;

	color:#095197;border:solid 1px #BCE8F1; border-top:0; border-radius:0 0 3px 3px;  text-decoration:none; padding:3px}
.button2-left a:hover,
.button2-left .blank a:hover,
.button2-left .readmore a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #fff;
	background:#095197;
}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.btn-toolbar .btn {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #D9EDF7;
	border-image: none;
	border-radius: 0 0 3px 3px;
	color: #095197;
	padding: 3px;
	text-decoration: none;
}

div.toggle-editor {

}
/* Caption fixes */
.img_caption .left {
	float: left;
	margin-right: 1em;
}

.img_caption .right {
	float: right;
	margin-left: 1em;
}

.img_caption .left p {
	clear: left;
	text-align: center;
}

.img_caption .right p {
	clear: right;
	text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}
/* New captions */
figure {
	display: table;
}
figure.pull-center,
img.pull-center {
	margin-left: auto;
	margin-right: auto;
}
figcaption {
	display: table-caption;
	caption-side: bottom;
}
/* Calendar */
#jform_publish_down_img {
	width: 18px;
	height: 18px;
	margin-left: 3px;
	background: url(../images/system/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
#jform_publish_up_img {
	width: 18px;
	height: 18px;
	margin-left: 3px;
	background: url(../images/system/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}


/* System Messages */

.error
{
	padding:0px;
	margin-bottom: 20px;
}

.error h2
{
	color:#000 !important;
	font-size:1.4em !important;
	text-transform:uppercase;
	padding:0 0 0 0px !important
}

#system-message dt
{
	font-weight: bold;
}
#system-message dd
{
	margin: 0 0 15px 0;
	font-weight: bold;
	text-indent: 0px;
	padding:0
}
#system-message dd ul
{
	color: #000;
	list-style: none;
	padding: 0px;
}
#system-message dd ul li
{
	line-height:1.5em
}

/* System Standard Messages */
#system-message dt.message
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.message  ul
{
	background: #fff  url(../images/system/notice-info.png) no-repeat;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #90B203;
	border-radius:10px
}

#system-message dd.message ul li{background:none !important}

/* System Error Messages */
#system-message dt.error
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.error ul
{
	background:#fff url(../images/system/notice-alert.png) no-repeat ;
	padding-left:40px;
 	padding: 10px 10px 10px 40px;
	border: 2px solid #990000;
	border-radius:10px

}



/* System Notice Messages */
#system-message dt.notice
{
	position:absolute;
	top:-2000px;
	left:-3000px;
}

#system-message dd.notice  ul
{
	background:#fff url(../images/system/notice-note.png) no-repeat ;
	padding-left:40px;
	padding: 10px 10px 10px 40px;
	border: 2px solid #FAA528;
	border-radius:10px

}
#system-message dd.notice ul { color: #000;margin:10px 0 }

#system-message
{
	margin-bottom: 0px;
	padding: 0;
}

#system-message dt
{
	font-weight: bold;
}

#system-message dd
{
	font-weight: bold;
	padding: 0;
}


.tip-wrap { background:#FEFDE2; font-size:0.8em ; padding:5px; border:solid 1px #ddd; border-radius:3px; box-shadow: 0 1px 5px #ccc }
.tip-title {font-weight:bold}

#all #upload-flash ul li a:hover,
#all .item a:hover span {
	background:#095197;
	color:#fff;
}


/* ##########################  user profile  ########################### */

#users-profile-core,
#users-profile-custom
{
	margin:10px 0 15px 0;
	padding:15px;
}

#users-profile-core dt,
#users-profile-custom dt
{
	float:left;
	width:12em;
	padding:3px 0;


}

#users-profile-core dd,
#users-profile-custom dd
{
	padding:3px 0;
}

#member-profile fieldset,
.registration fieldset
{
	margin:10px 0 15px 0;
	padding:15px;

}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend,
.registration legend
{
	font-weight:bold
}

.profile-edit form#member-profile fieldset dd,
.registration form#member-registration fieldset dd
{ float:none; padding:5px 0}

.profile-edit form#member-profile fieldset dd input,
.profile-edit form#member-profile fieldset dd select,
.registration form#member-registration fieldset dd input
{width:17em}
.profile-edit form#member-profile fieldset dt,
.registration form#member-registration fieldset dt
{padding:5px 5px 5px 0; width:13em}


span.optional
{font-size:0.9em}

/* ##########################  clearing  ########################### */
.clr {
	clear: both;
	overflow: hidden;
	height: 0;
}

/* ##########################  tooltip  ########################### */
.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
#filter-search {
	vertical-align: top;
}
.input-mini {
	width: 60px;
}

/* Bootstrap overrides anhiliation
 * @since 3.2
 */
body#shadow {
    line-height: 1.5em;
}
body .nav-pills > .active > a, body .nav-pills > .active > a:hover, body .nav-pills > .active > a:focus {
    background-color: transparent;
}
body .nav-pills > li > a {
    border-radius: 0px;
    line-height: 1.5em;
}

body a {
    text-decoration: underline;
}
body input[type="text"].search-query {
    line-height: 1.5em;
    height: auto;
    border-radius: 4px;

}
/* Text alignments */
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
/* Adaptado por Walber Costa - walber@ufpa.br ; walberoc@gmail.com*/
html {
    background: none!important;
}
body {
    background: #fff!important;
}

#tudo {
    background: none!important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "open_sanssemibold",'Open Sans',Arial,Helvetica,sans-serif!important;
    font-weight: 600!important;
    margin: 0;
}
h2 + p {
    position: absolute!important;
    left: -99999px!important;
}

#wrapper {
    width: 78%;
    /*float: right!important;*/
    position: relative;
}
#main {
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;

}
#right {
    /* float: left; */
    float: right;
    width: 20%;
    margin: 10px 12px 10px 0px;
    padding: 0 0 5px 0;
    position: relative;
}

/* abas */
#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 a.dm_selected {
    background-color: #b3bfda!important;
	color: #fff!important;
}
#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 {
    background-color: #eaebed!important;
}
#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 a:link {
    color: #172938!important;
    border-top: 3px solid #3367ba;
}

#dm_tabs_1 ul.dm_menu_1 li.dm_menu_item_1 a:hover {
    background-color: #b3bfda!important;
    color: #fff!important;
}
#dm_container_1 {
    border: 1px solid #4e6cb4!important;
}
body {
	background: #eee
}

h3 {
	color: #555
}

h2 a {
	text-decoration: none
}

h2,.moduletable h3, .items-leading h2 {
	/*border-bottom: solid 1px #ddd;*/
	border-bottom: none!important;
}
/* Adaptado por Walber Costa - walber@ufpa.br ; walberoc@gmail.com*/
.items-row article > p.destaque {
    min-height: 56px;
}

h2 + p{
    background-color: #f3e89e;
    color: #000000;
    padding: 0.7em;
    border: 1px solid orange;
}

.negrito {
 font-weight: bold;
 margin-left: 8px;
}

.items-leading h2 {
	background-image: url("../images/personal/topocepscabecalho.jpg") repeat-x;
    /*border-bottom: 1px solid #ddd;*/
	margin-bottom: 1px;
}

section.blog-featured.home h1 {
    margin-left: 6px;
    width: 50%;
}
/**/

.items-row h2 {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin-bottom: 1px;
}
/*a:link,a:visited {
	color: #095197
}

a:hover,a:active,a:focus {
	background: #095197;
	color: #FFF;
}
*/
.logoheader {
/* background:  url(../images/personal/topoceps.jpg) no-repeat center bottom #BFDAFA;		*/ 
	color: #FFFFFF;
	/* min-height: 98px; */
}
/* Adaptação Walber Costa - walber@ufpa.br - walberoc@gmail.com */
/*#all {
	background: #FFFFFF;
	color: #444;
}

#shadow #all {
	box-shadow: 0px 20px 10px #555555
}*/
/* fim Adaptação Walber Costa - walber@ufpa.br - walberoc@gmail.com */
#header ul.menu {
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(#eeeeee, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #095197;
	border: solid 1px #ddd;
	border: 1px solid #e5e5e5;
	text-transform: uppercase;
}

#header ul.menu a:link,#header ul.menu a:visited {
	color: #333;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px;
	margin: 0;
	display: inline-block;
	margin: 0 0 0;
	padding: 12px 15px;
	position: relative;
	border-right: 1px solid #ddd;
	box-shadow: 1px 0px 0px #f5f5f5;
}

/*  grey background */
.button,button,p.readmore a,#header input.button,.pagenav a:link,.pagenav a:visited,#advanced-search-toggle,.profile-edit a:link,.profile-edit a:visited,h3.js_heading
	{
  background-color:#ddd;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#dddddd");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
  background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
  background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
  background-image: -o-linear-gradient(top, #ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border-color: #b2b2b2 #b2b2b2 hsl(114, 0%, 62.5%);

  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.49);
  -webkit-font-smoothing: antialiased;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px
		rgba(0, 0, 0, 0.05);
	color: #095197;
	border: solid 1px #ddd
}

/*#abas.destaque li a {*/
ul .destaque a {
    background-color: #f3e89e!important;
}
#abas li a {
    background-color: #f5f7f8;
    background-image: url("../images/personal/lista-azul.jpg");
    background-position: 2px center;
    background-repeat: no-repeat;
    color: #000;
    display: block;
   /* height: 53px;
    padding: 8px 8px 8px 30px;*/
    text-decoration: none;
	padding: 2px 0px 6px 18px;
	width:95%;
}
#abas li a:hover {
	background-color:#D9ECF9/*eff5f9;*/
}
body #abas ul, body #abas ol{
list-style-type:none;
}
	
#tabela_abas tr {
    background: #f5f7f8;
}
#tabela_abas tr.destaque {
  background-color: #d9ecf9;
font-weight: bold;
}
td.iconeLinkDivulgacao {
    background-image: url("../images/personal/lista-azul.jpg");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: 8px 50%;
    width: 8px;
}
.linkAbasDatas {
	/*white-space: nowrap;*/
	width: 104px;	
}
#tabela_abas td a:hover {
	background-color:#D9ECF9/*eff5f9;*/
}
#tabela_abas td a {
    /* background-color: #f5f7f8; */
    background-position: 2px center;
    background-repeat: no-repeat;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    /* padding: 2px 0px 6px 18px; */
    /* width: 95%; */
}
/* +++++++++++++  table display  Catgegories table, contact etc, ++++++++++++++++++++* */
table {
	border: solid 1px #ddd
}
/*#tabela_abas{background-color: #eff4f8;}*/

table th {
/*-moz-linear-gradient(center top , #26448c, #4e6cb4)
antes #095197, #1B6BA5*/
	/*background-color: #dee3e9;*/
	color: #black;
	/* background-image: -moz-linear-gradient(top, #26448c, #4e6cb4);
	background-image: -ms-linear-gradient(top, #26448c, #4e6cb4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#26448c),
		to(#4e6cb4) );
	background-image: -webkit-linear-gradient(top, #26448c, #4e6cb4);
	background-image: -o-linear-gradient(top, #26448c, #4e6cb4);
	background-image: linear-gradient(top, #26448c, #4e6cb4);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#26448c', endColorstr =   '#4e6cb4', GradientType =   0 );
	border-color: #0055cc #0055cc #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid :   dximagetransform.microsoft.gradient (   enabled =
		false ); */
}
/*tabel#tabela_abas{
    border: none!important;
	border-top: none!important;
    margin-left: 0px!important;
    width: 100%!important;
    max-width: 100%;
    background: #f5f7f8!important;
}*/
table#tabela_abas {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px #D9D9D9 dotted;
}
table#tabela_abas  tr:hover td.iconeLinkDivulgacao {
	background-image: url("../images/personal/lista-azul.jpg");
    background-image: url("../images/personal/lista-azul.jpg");
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: 8px 50%;	
}
table th a:link,table th a:visited {
	color: #fff
}

tr.odd,tr.cat-list-row1 {
	background: #f8f8f8
}

tr.cargo {
    border: 1px solid #4e6cb4;
}

table  tr:hover td {
	background:#D9ECF9; /*#FEFDE2;*/
}

/* blue background */
button {
    cursor: pointer;
}

.button:hover,
.button:active,
.button:focus,
button:hover,
p.readmore a:hover,
#header ul.menu a:hover,
#header ul.menu a:active,
#header ul.menu a:focus,
.pagenav a:hover,
.pagenav a:active,
.pagenav a:focus,
#advanced-search-toggle:hover,
#advanced-search-toggle:active,
#advanced-search-toggle:focus,
.profile-edit a:hover,
.profile-edit a:active,
.profile-edit a:focus,
#fontsize a:hover,#fontsize a:active,#fontsize a:focus,
#mobile_select h2 a
	{
	/*background-color: #000000;
	color: #fff;
	  background-color:#095197;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0087d1", endColorstr="#095197");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#0087d1), to(#095197));
  background-image: -moz-linear-gradient(top, #0087d1, #095197);
  background-image: -ms-linear-gradient(top, #0087d1, #095197);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0087d1), color-stop(100%, #095197));
  background-image: -webkit-linear-gradient(top, #0087d1, #095197);
  background-image: -o-linear-gradient(top, #0087d1, #095197);
  background-image: linear-gradient(#0087d1, #095197);
  border-color: #00456b #095197 hsl(201, 100%, 16%)
	*/
  background-color:#4e6cb4;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e6cb4", endColorstr="#4e6cb4");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4e6cb4), to(#4e6cb4));
  background-image: -moz-linear-gradient(top, #4e6cb4, #4e6cb4);
  background-image: -ms-linear-gradient(top, #4e6cb4, #4e6cb4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e6cb4), color-stop(100%, #4e6cb4));
  background-image: -webkit-linear-gradient(top, #4e6cb4, #4e6cb4);
  background-image: -o-linear-gradient(top, #4e6cb4, #4e6cb4);
  background-image: linear-gradient(#4e6cb4, #4e6cb4);
  border-color: #00456b #4e6cb4 hsl(201, 100%, 16%);
  color: #fff ;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;


}

/* +++++++++++++++++  Pagination +++++++++++++++ */
.pagination span,.pagination span  a:hover {
	color: #999999;
	background-color: #f5f5f5;
}

/* active item */
span.pagenav {
	background: #095197;
	color: #fff
}

.pagination-start span.pagenav,.pagination-prev  span.pagenav,.pagination-end span.pagenav,.pagination-next span.pagenav
	{
	background-color: #f5f5f5;
	color: #444
}

/* +++++++++++++++++  content  +++++++++++++++ */
.article-info {
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff),
		to(#f5f5f5) );
	background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
	background-image: linear-gradient(top, #ffffff, #f5f5f5);
	background-repeat: repeat-x;
	filter: progid :   DXImageTransform.Microsoft.gradient (   startColorstr
		=
		 '#ffffff', endColorstr =   '#f5f5f5', GradientType =   0 );
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}

ul.menu a:link,ul.menu a:visited {
	color: #444;
}

/* ++++++++++++++++++++++  menu ++++++++++++++++++++++++++  */
.moduletable_menu {
	border: solid 1px #ddd;
	background: #f9f9f9;
}

#header ul.menu {
	border: solid 1px #D5D5D5;
	box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
}

#header ul.menu a {
	box-shadow: none;
	border-bottom: 0
}

ul.menu a:hover,ul.menu a:active,ul.menu a:focus {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	background: url(../images/arrow.png) no-repeat right center;
	color: #095197
}
/* adaptado por Walber Costa - walber@ufpa, walberoc@gmail*/

/* fim adaptação*/

/* ++++++++++++++++   highlightning active menuitem  +++++++++++++++++++ */
ul.menu li.active a,ul.menu  li.active ul li.active a,ul.menu  li.active ul li.active  ul li.active a,ul.menu  li.active ul li.active  ul li.active ul li.active  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li.active a
	{
	font-weight: bold;
}

ul.menu  li.active ul li a,ul.menu  li.active ul li.active  ul li a,ul.menu  li.active ul li.active  ul li.active ul li  a,ul.menu  li.active ul li.active  ul li.active ul li.active ul li a
	{
	font-weight: normal
}

ul.menu a {
	box-shadow: 0 1px 0 #fff;
	border-bottom: solid 1px #ddd;
	text-shadow: 0 1px 0 #fff
}

ul.menu ul a {
	background: #e5e5e5;
	margin-bottom: 1px
}

ul.menu ul ul ul a {
	background: #f5f5f5 url(../images/arrow.png) no-repeat 24px center;
}

ul.menu ul ul ul ul a {
	background: #fff;
}

/* +++++++++++++++++++++++  SLIDER  ++++++++++++++++++++  */
.panel h3.pane-toggler a {
	background: url(../images/slider_plus.png) right top no-repeat;
	color: #333
}

.panel h3.pane-toggler-down a {
	background: url(../images/slider_minus.png) right top no-repeat;
	border-bottom: solid 1px #ddd;
	color: #333
}

/*  +++++++++++++++++   Tabs ++++++++++++++++++++++  */
ul.tabs li,dl.tabs dt h3 a:link,dl.tabs dt h3 a:visited {
	background: #f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li a:link,ul.tabs li a:visited,dl.tabs dt a {
	color: #333;
	border: solid 1px #ddd;
	border-bottom: 0
}

ul.tabs li a:hover,ul.tabs li a:active,ul.tabs li a:focus {
	color: #000
}

.tabcontent,div.current {
	background: #fff;
	color: #000;
	border: solid 1px #ddd;
}

.tabcontent .linkclosed {
	color: #000;
	border-bottom: solid 1px #e5e5e5;
}

ul.tabs li a.linkopen,dl.tabs dt.open  h3 a:link,dl.tabs dt.open  h3 a:visited
	{
	background: #fff;
	color: #333;
	border-radius: 5px 5px 0px 0px;
}

ul.tabs li a.linkclosed:hover,ul.tabs li a.linkclosed:active,ul.tabs li a.linkclosed:focus,ul.tabs li a.linkopen:hover,ul.tabs li a.linkopen:active,ul.tabs li a.linkopen:focus
	{
	background: #555;
	color: #fff
}
.icon-search {
    padding: 7px!important;
    margin-bottom: 1px!important;
}

.icon-search::before {
    content: "OK ";
}
.searchintro {
    padding-top: 5px !important;
	padding-top: 61px !important;
}

#footer-inner,#footer {
	background: #f5f5f5;
	box-shadow: 0px 20px 10px #555
}
/* Adaptação Walber Costa - walber@ufpa.br - walberoc@gmail.com */
#footer {
	background: #4e6cb4;/* Adaptação*/
	box-shadow: 0 0 10px #4e6cb4;/* Adaptação*/
	/*background: #555;*/
	/* width: 955px; */
	/*margin: 0 auto;*/
	margin: 0px 30px 0px 30px;
	/*box-shadow: 0px 0px 10px #555555;*/
	color: #fff
}
/*
#footer a {
	color: #fff;
	background: none
}*/

#bottom a {
	background: none
}
#rodape_auxiliar{font-size: small;}

  #rodape_auxiliar ul li {
	display: inline;
	text-decoration: none;
}
a.a_rodape_aux:link 
{ 
 text-decoration:none; 
} 

#rodape_auxiliar ul {
    padding: 0px;
    margin: 0px;
    background-color: #EDEDED;
    list-style: none;
}
#rodape_auxiliar li {
    height: 30px;
    line-height: 30px;
    padding: 0 4px 0 16px;
    float: left;
    color: #333333;
    list-style: none;
    background-image: url(../images/footer.li.jpg);
    background-repeat: no-repeat;
    background-position: 5px;
}
.leftTriangleFooter {
	left: 80.2em;
	bottom: 32px;
	position: relative;
	width: 0;
height: 0;
border-style: solid;
border-width: 25px 0 0 25px;
border-color: transparent transparent transparent #4e5b69;
}

.rightTriangleFooter {
	right: 0.4px;
	bottom: 58px;
	position: relative;
	width: 0;
	width: 0;
height: 0;
border-style: solid;
border-width: 0 0 25px 25px;
border-color: transparent transparent #4e5b69 transparent;
}

/*
.equipeCeps {
	padding-left: 30px;
	float: left;
}
.blocoEquipe {
	padding-left: 30px;
	float: left;
}
.equipeCepsNome{
	padding-left: 30px;
	float: left;
	width: 50%;
}
.equipeCepsEmail {
	padding-left: 30px;
	float: right;
	width: 25%;
}
.equipeCepsTelefone {
	padding-left: 30px;
	float: right;
	width: 25%;
}
*/
.equipeCeps {
	padding-left: 30px;
	float: left;
}
.blocoEquipe {
	padding-left: 30px;
}
p.cargo_equipe {
    margin-bottom: 0.4em;
    /*font-weight: bold;*/
}
.equipeCepsNome {
    /* padding-left: 1px; */
    float: left;
    width: 250px;
}
.equipeCepsEmail {
    padding-left: 40px;
    width: 25%;
    /* float: right; */
}
.equipeCepsTelefone {
    padding-left: 40px;
    /* float: right; */
    /* width: 25%; */
}
h3.divisão {
    margin-left: 20px;
}
.listaEquipe {
	list-style-image: url(images/ext_lang.png);
}
.box1 {
	border-right: solid 1px #ccc
}

.box3 {
	border-left: solid 1px #ccc
}

#bottom  ul li a {
	background-image: none;
	padding-left: 0
}
/* adaptado por Walber Costa - walber@ufpa.br, walberoc@gmail.com*/

/* responsive */
#mobile_select h2 {border:0; margin:-17px 0 0 0; padding:0; background:#0C1D43;text-align:right}
#mobile_select h2 a {
display:inline-block;
font-size:0.8em;
border-radius:4px 4px 0 0;
padding:6px;
font-size:0.75em;
margin-right:5px;
}

/*.je_acc li a */
.menuceps{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}


/* aplica somente a partir de 480px em landscape */
@media only screen and (min-width: 480px) {
     #imagemlogo-p {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
	#imagemlogo-g {
		display: none;
	}
	#imagemlogo-p {
	  display: block;
	}
	.camera_wrap {
		display: none!important;
	} 23-03-2016
	
	.logoheader{
	margin:0px;
	}
	.leftTriangle,.rightTriangle{
		border-color: transparent transparent #bfdafa;
	}
	.voltarTopo{
		 bottom: 50px !important;
		 /*right: 0px;*/
	}
/* aplica somente a partir de 590px para baixo */
@media screen and (max-width: 590px) {
	#contatos-ceps{
		display: none;
	}
	
	.voltarTopo{
		margin: 0px -2em 2em 80em;
	}
	/*
	.moduletableceps{
	display: none;
	}
	*/
/*.bannergroupceps {
    display: none;
}*/
}
	img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

	#fontsize{display:none}
	#nav,#wrapper2,#wrapper,.cols-3 .column-1,.cols-3 .column-2,.cols-3 .column-3,#right,.box,#header form
		{
		/*float: none;*/
		float: left;
		width: 100%
	}
	/*#header {padding-top:3em}*/
	#header form  {margin:0}
	.logoheader {background:#BFDAFA; /* min-height:100px; */ /* margin:0 */}
	.box {
		border-left: 0 !important;
		border-bottom: solid 1px #ddd;
	}
	#line {
		text-align: center;
		top: 0;
		right: auto;
		max-width: 100% ;
		min-width:100%;

		margin: 0 0px; background:#095197;
	}
	#header form input {
		float: none; margin-bottom:4px
	}
	#menuwrapper { margin-top:10px; }
	#header ul.menu {position:relative; top:0;left:20px; right:20px; margin:0; width:90%; border-radius:4px}
	#header ul.menu li:first-child a {border-radius: 4px 4px 0 0}
	#header ul.menu li:last-child a {border-radius:0 0 4px 4px }
	#header ul.menu li a:link,
	#header ul.menu li a:visited {
		display: block;
		padding: 6px 10px;
		border-bottom: solid 1px #ccc
	}
}

@media only screen and (max-width: 601px) {
	.moduletable{
		display: none;
	}	
}

@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1382px) { /* Styles */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) , only screen and
		(min--moz-device-pixel-ratio: 1.5) , only screen and
	(min-device-pixel-ratio: 1.5) { /* Styles */
}
