@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	border: 0px  none;
	outline: 0 none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #74612f;
}
body {
	background: #3d311f;
	color: #666666;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.noticia-td table td {
	padding: 20px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}
button {
	background: url("../images/button_bg.gif") repeat-x 0 0 #5f4e33;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 2px 0 0;
	padding: 4px 15px 6px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333333;
}
dt {
	font-size: 13px;
	font-weight: bold;
}
dd {
	font-size: 13px;
	margin: 0 0 10px;
}
fieldset {
	border: 1px solid #CCCCCC;
	margin: 0 0 10px;
	padding: 10px;
}
legend {
	font-size: 16px;
	font-weight: bold;
}
li {
	font-size: 13px;
}

/* HEADER */
#wrapper {
	background: url("../images/planodefundo.gif") no-repeat center 0 #eee8da;
}
#header {
    height: 124px;
}
#menu-user {
	background: url("../images/top-links-bg.gif") repeat-x 0 0 #EDEDED;
	height: 24px;
	width: 100%;
}
#menu-user ul {
	float: right;
	padding: 0 20px 0 0;
}
#menu-user li {
	border-left: 1px solid #D5D5D5;
	cursor: pointer;
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	list-style: none;
	margin: 6px 0 0 10px;
	padding: 0 0 0 10px;
}
#menu-user li:first-child {
	border:0 !important;
}
#menu-user a {
	color:#74612f;
	text-decoration:none;
}
#menu-user a:hover, #menu-user li.active a, #menu-user li#current a {
	color:#000;
	text-decoration:none;
	
}
/*background*/
#bg-logo {
	background:url(../images/logo-bg6.gif) no-repeat center 0 #FFFFFF;
	height:100px;
	width:100%;
}
#bg-logo h1 {
	float: left;
	height: 42px;
	padding: 23px 0 0 29px;
	width: 241px;
}
#bg-logo a {
	background: url(../images/logo6.png) no-repeat 0 0;
	display: block;
	height: 42px;
	text-indent: -9000px;
	width: 241px;
}
#header form {
	float: right;
	padding: 37px 29px 0 0;
}
.search {
	background: #FFFFFF;
	height: 26px;
	padding: 0;
	width: 265px;
}
.search .inputbox {
	background:url(../images/input_bg.gif) repeat-x 0 0;
	border: 1;
	color: #666666;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
	margin: 0 !important;
	padding: 0 5px;
	width: 194px;
}
.search .button {
	background: url(../images/searchButton.gif) repeat-x 0 0;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	text-align: center;
	width: 61px;
	text-decoration:none;
	text-shadow: 1px 1px 0 #333333;
}
.search .button:hover {
	background:#A7955F;
}

/* MENU PRINCIPAL */
#navigation {
	height: 38px;
}
#navigation .joomla-nav {
	background:url(../images/menu-bg.gif) 0 0 repeat-x;
	display: block;
	height: 38px;
	width: 100%;
}
#navigation > .joomla-nav > li {
	background: url(../images/menu.png) 0 0 no-repeat;
	cursor: pointer;
	float: left;
	height: 38px;
	line-height: 38px;
	list-style: none;
	text-align: center;
}
#navigation > .joomla-nav > li > a {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000000;
	text-transform: uppercase;
}
#navigation > .joomla-nav > li:first-child > a {
	border: 0 !important;
}
#navigation .joomla-nav > li:hover > a,
#navigation .joomla-nav > .active > a,
#navigation .joomla-nav > #current > a,
#navigation .joomla-nav > .selected > a {
	color: #3d311f;
}
#navigation .joomla-nav > li:hover > a,
#navigation .joomla-nav > .active > a,
#navigation .joomla-nav > #current > a,
#navigation .joomla-nav > .selected > a {
	text-shadow: 0 0 0 #FFFFFF;
}
#navigation .joomla-nav > li:hover,
#navigation .joomla-nav > .active,
#navigation .joomla-nav > #current,
#navigation .joomla-nav > .selected {
	background: #FFFFFF;
}

/* SUBMENU */
#submenu .joomla-nav {
	background: url(../images/top-links-bg.gif) 0 0 repeat-x #EDEDED;
	height: 30px;
	width: 100%;
}
#submenu > .joomla-nav > li {
	background: url(../images/drop_menu_marker.gif) no-repeat left 10px;
	cursor: pointer;
	float: left;
	line-height: 27px;
	list-style: none;
	padding: 0 10px 0 11px;
	text-align: center;
}
#submenu > .joomla-nav > li:first-child {
	background: none;
}
#submenu > .joomla-nav > li > a {
	color: #74612f;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
}
#submenu .joomla-nav > li:hover > a,
#submenu .joomla-nav > .active > a,
#submenu .joomla-nav > #current > a,
#submenu .joomla-nav > .selected > a {
	color: #000000;
}

/* CONTEUDO */
#conteudo {
	background: url("../images/top_shadow.gif") repeat-x 0 0 #FFFFFF;
	display: block;
	overflow: hidden;
	padding: 30px;
	width: 950px;
}
#content {
	float: left;
	min-height: 400px;
	width: 950px;
}
#content.leftcolumn,
#content.rightcolumn {
	width: 624px;
}
#content .moduletable {
	margin: 0 0 30px;
}
#content .moduletable:last-child, #left .moduletable:last-child, #right .moduletable:last-child {
	margin: 0;
	/*margin-top: -30px;*/
}
#content h1, h2, #content h3 {
	background: url("../images/popular_bg.gif") repeat-x scroll 0 0 #F8F8F8;
	border: 1px solid #EBEBEB;
	color: #3B3B3B;
	line-height: 22px;
	margin: 0 0 20px;
	padding: 12px;
}
#content h3 {
	color: #3B3B3B;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 1px;
}
#content .joomla-nav li {
	border-bottom: 1px solid #EBEBEB;
}
#content .joomla-nav a {
	background: url("../images/marker-1.gif") no-repeat 0 17px;
	color: #74612f;
	display: block;
	font-size: 13px;
	line-height: 39px;
	padding: 0 0 0 14px;
	text-decoration: none;
}
#content .joomla-nav a:hover,
#content .joomla-nav .selected a {
	color: #333333;
}
#content .joomla-nav ul {
	padding: 0 0 10px;
}
#content .joomla-nav ul li {
	border: 0 none;
}
#content .joomla-nav ul a {
	background: url("../images/marker-1.gif") no-repeat 0 7px;
	line-height: 18px;
	padding: 0 0 0 14px;
}
h2 a {
	color: #3B3B3B;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}
.item-page p {
	font-size: 13px;
	line-height: 1.6em;
	padding: 0 0 15px;
	text-align: justify;
}
.item-page li {
	list-style: circle;
	margin: 0 0 2px 15px;
}

/* RIGHT */
#left {
	float: left;
	margin: 0 30px 0 0;
}
#right {
	float: right;
	margin: 0 0 0 30px;
}
#left, #right {
	width: 296px;
}
#left .moduletable, #right .moduletable {
	background: url("../images/polls_bg.gif") repeat-x 0 0 #FFFFFF;
	margin: 0 0 15px;
}
#left h3,
#right h3,
#content .moduletable-noticias-esquerda h3,
#content .moduletable-noticias-direita h3 {
	background: url("../images/title_bg.gif") repeat-x 0 0;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 9px;
	margin-bottom: 1px;
	padding: 10px 0 10px 19px;
	text-align: left;
	text-shadow: 1px 1px 0 #000000;
}
#left .joomla-nav li,
#right .joomla-nav li {
	background: url("../images/popular_bg.gif") repeat-x 0 0 #F8F8F8;
	border: 1px solid #EBEBEB;
	margin: 0 0 1px;
	padding: 0 0 0 15px;
}
#left .joomla-nav a,
#right .joomla-nav a {
	background: url("../images/marker-1.gif") no-repeat 0 17px;
	color: #74612f;
	display: block;
	font-size: 12px;
	line-height: 35px;
	padding: 0 0 0 14px;
	text-decoration: none;
}
#left .joomla-nav a:hover, 
#left .joomla-nav .selected a,
#right .joomla-nav a:hover,
#right .joomla-nav .selected a {
	color: #000;
	font-weight: bold;
}
#left .joomla-nav ul,
#right .joomla-nav ul {
	padding: 0 0 10px;
}
#left .joomla-nav ul li,
#right .joomla-nav ul li {
	background: none;
	border: 0 none;
}
#left .joomla-nav ul a,
#right .joomla-nav ul a {
	background: url("../images/marker-1.gif") no-repeat 0 8px;
	color: #74612f !important;
	line-height: 22px;
}
#left .joomla-nav ul a:hover,

#left .joomla-nav ul .selected a,
#right .joomla-nav ul a:hover,
#right .joomla-nav ul .selected a {
	color: #333333 !important;
}

/* LINKS */
#links {
	background: #f3f2f2;
	display: block;
	overflow: hidden;
	padding: 30px;
	width: 950px;
}
#links .moduletable {
	float: left;
	margin: 0 15px;
	width: 286.66px;
}
#links h3 {
	color: #000000;
	margin: 0 0 10px;
}
#links .joomla-nav li {
	border-bottom: 1px solid #E2E2E2;
}
#links .joomla-nav a {
	background: url("../images/marker-1.gif") no-repeat 0 12px;
	color: #666666;
	display: block;
	font-size: 12px;
	line-height: 30px;
	padding: 0 0 0 12px;
	text-decoration: none;
}
#links .joomla-nav a:hover {
	color: #74612f;
}

/* RODAPE */
#rodape {
	background: #3d311f;
}
#rodape #rodape-container {
	display: table;
	margin: 0 auto;
	padding: 20px 30px 25px;
	width: 950px;
}
#rodape .joomla-nav {
	float: left;
	height: 21px;
	padding: 20px 0 5px;
}
#rodape .joomla-nav li {
	cursor: pointer;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	list-style: none outside none;
	padding: 0;
}
#rodape .joomla-nav li:first-child a {
	border: 0;
	padding-left: 0;
}
#rodape .joomla-nav li a {
	border-left: 1px solid #645d46;
	color: #FFFFFF;
	padding: 0 11px;
	text-transform: capitalize;
	text-decoration: none;
	text-shadow: 1px 1px 0 #000000;
}
#rodape .joomla-nav li:hover a,
#rodape .joomla-nav .active a,
#rodape .joomla-nav .current a {
	text-decoration:underline !important;
	color:#fff;
}
#rodape .joomla-nav li.parent ul {
	display:none;
}
#rodape #info {
	color: #9f8c56;
display: inline-block;
	float: left;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding: 0;
width: 100%;
}
#rodape-links {
	float: right;
	margin: 25px 0 0;
}
#rodape-links li {
	float: left;
	height: 32px;
	line-height: 32px;
	width: 37px;
}
#rodape-links a {
	color: #AAAAAA;
	display: block;
	float: left;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	text-indent: -9000px;
	width: 37px;
}
#rodape-links .canal-youtube a {
	background: url("../images/canal-you.png") no-repeat 0 0;
}
#rodape-links .canal-twitter a {
	background: url("../images/canal-twitter.png") no-repeat 0 0;
}
#rodape-links .canal-rss a {
	background: url("../images/canal-rss.png") no-repeat 0 0;
}
#rodape-links .canal-facebook a {
	background: url("../images/canal-facebook.png") no-repeat 0 0;
}

/* PESQUISA */
#content .search {
	display: inline-block;
	width: 100%;
}
#content .search #searchForm, #content .search .pagination {
	font-size: 13px;
}
#content .search #search-searchword {
	border: 1px solid #DDDDDD;
}
#content .search .button {
	margin: -1px 0 0;
	width: 76px;
}
#content .search .searchintro {
	margin: 15px 0;
}
#content .search .phrases {
	margin: 0 0 15px;
}
#content .search .phrases-box {
	margin: 5px 0;
}
#content .search .only {
	margin: 0 0 5px;
}
#content .search select {
	border: 1px solid #DDDDDD;
	height: auto;
	padding: 2px 0;
	width: auto;
}
.search-results {
	font-size: 13px;
	margin: 10px 0 0;
}
.search-results dd {
	padding: 0 0 0 14px;
}
.search-results .result-title {
	margin: 15px 0 0;
}

/* CLASSES */
#limit {
	border: 1px solid #DDDDDD;
}
.container {
    margin: 0 auto;
    width: 1010px;
}
.imagem p {
	font-size: 11px;
	font-weight: bold;
	padding: 0 !important;
}
.negrito {
	font-weight: bold;
}
.separator {
	display: block;
	font-size: 0.8em;
	margin: 15px 0 5px;
	padding: 0 0 0 14px;
}
li.sig-block {
	margin: 5px 0 5px 10px !important;
}

/* Breadcrumbs */
#breadcrumbs {
	font-size: 12px;
	margin: 0 0 10px;
}
#breadcrumbs .breadcrumbs {
	display: inline;

}
#breadcrumbs a, #breadcrumbs span {
	font-size: 12px;
}
#breadcrumbs span {
	font-weight: bold;
}

/* Painel */
.painel {
	border: 1px solid #EBEBEB;
	clear: both;
    display: inline-block;
    width: 100%
}
.painel1 li {	
	background: url("../images/popular_bg.gif") repeat-x 0 0 #F8F8F8;
	border-bottom: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
    color: #3B3B3B;
    cursor: pointer;
    float: left;
    font-size: 13px;
    line-height: 22px;
	list-style: none;
    margin: 0 0 10px;
    padding: 5px 10px;
}
.painel1 li:hover {
	text-decoration: underline;
}
.painel2 {
	display: inline-block;
	padding: 10px 20px 20px;
	width: 584px;
}
.painel2 li {
	display: none;
	list-style: none;
	margin: 0;
}
.painel2 > li:first-child {
	display: block;
}
.painel2 li ul {
	display: table;
	list-style: square;
}
.painel2 li li {
	display: list-item;
	line-height: 22px;
	list-style: square;
	margin: 0 0 0 15px;
}

/* Noticias */
#content .moduletable-noticias-esquerda {
	clear: both;
	float: left;
	margin: 30px 0 0;
	width: 48%;
}
#content .moduletable-noticias-direita {
	float: right;
	margin: 30px 0 0;
	width: 48%;
}
#content .moduletable-noticias-esquerda li, #content .moduletable-noticias-direita li {
	background: url("../images/marker-1.gif") no-repeat 0 18px;
	border-bottom: 1px solid #E2E2E2;
	height: 40px;
	padding: 0 0 0 12px;
}
#content .moduletable-noticias-esquerda li a, #content .moduletable-noticias-direita li a {
	color: #666666;
	display: table-cell;
	font-size: 12px;
	height: 40px;
	line-height: 14px;
	text-decoration: none;
	vertical-align: middle;
}
#content .moduletable-noticias-esquerda li a:hover, #content .moduletable-noticias-direita li a:hover {
	color: #74612f;
}
.noticias-relacionadas li {
	background: url("../images/marker-1.gif") no-repeat 0 12px;
	border-bottom: 1px solid #E2E2E2;
	height: 30px;
	padding: 0 0 0 12px;
}
.noticias-relacionadas li a {
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
}

/* Pagination */
.pagination li {
	float: left;
	margin: 0 5px;
}
.pagination .counter {
	font-size: 12px;
	margin: 10px 0 0;
	text-align: center;
}
.pagenav {
	display: inline-block;
	margin: 10px 0;
	width: 100%;
}
.pagenav li {
	list-style: none;
	margin: 0;
}

/* Text styles */
.blog-featured h2 {
	font-size: 1.5em;
	margin-bottom:0em;
}
p.readmore {
	text-indent:0;
	font-size: .9em;
}
.joomla-footer {
	font-size: .9em;
	margin-bottom: 30px;
}

/* Article functions */
ul.actions {
	float:right;
	margin: -53px 15px 0 0;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}
ul.actions a {
	display: block;
	height: 16px;
	text-indent: -9000px;
	width: 16px;
}
ul.actions .print-icon {
	background: url("../images/printButton.png") no-repeat 0 0;
}
ul.actions .email-icon {
	background: url("../images/emailButton.png") no-repeat 0 0;
}
.category ul.actions {
	margin: 3px 15px 0 0;
}
.category ul.actions li {
	margin: 0;
}
.category ul.actions a {
	background: none;
	padding: 0;
	text-indent: 0;
}

/* Contact Form */
.contact address {
	display: inline;
	font-style: normal;
}
.contact address, .contact p {
	font-size: 12px;
}	
.contact h3 {
	background: none !important;
	border: 0 none !important;
	font-size: 14px !important;
	margin: 20px 0 5px !important;
	padding: 0 !important;
}
.contact .jicons-icons {
	margin: 0 3px 0 0;
}
#contact-form {
	font-size: 12px;
}
#contact-form input[type="email"], #contact-form input[type="text"], #contact-form textarea {
	border: 1px solid #E2E2E2;
	margin: 0 0 10px;
}
#contact-form input[type="email"], #contact-form input[type="text"] {
	height: 21px;
}
#contact-form label {
	display: block;
	font-weight: bold;
	margin: 0 0 2px;
}
#contact-form legend {
	color: #999999;
	font-size: 11px;
	margin: 0 0 10px;
}
#contact-form textarea {
	height: 100px;
	width: 430px;
}

/* Page Navigation */
.pagenav a {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.pagenav .pagenav-next {
	float: right;
}
.pagenav .pagenav-prev {
	float: left;
}

/* Login */
.login .login-fields {
	margin: 0 0 10px;
}
.login label {
	display: inline-block;
	font-size: 13px;
	width: 115px;
}
.login input[type="password"], .login input[type="text"] {
	border: 1px solid #DDDDDD;
	font-size: 13px;
	height: 22px;
	width: 130px;
}

/* Filters */
.filters {
	border: 0 none;
	font-size: 12px;
	margin: 20px 0;
	padding: 0;
}
.filters legend {
	display: none;
}
.filters .filter-search {
	float: left;
}
.filters .display-limit {
	float: right;
}
.filters #filter-search {
	border: 1px solid #EEEEEE;
	height: 18px;
}

/* Table Category */
table.category {
	clear: both;
	width: 100%;
}
table.category th {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 5px;
}
table.category th a {
	color: #000000;
	text-decoration: none;
}
table.category td {
	font-size: 13px;
	line-height: 30px;
}
table.category td a {
	background: url("../images/marker-1.gif") no-repeat 0 5px;
	padding: 0 0 0 12px;
	text-decoration: none;
}
table.category tr {
	border-bottom: 1px solid #E2E2E2;
}

/* Article Info */
.article-info {
	display: block;
	margin: 0 0 50px;
}
.article-info .article-info-term {
	display: none;
}
.article-info .published {
	color: #999999;
	float: left;
	font-size: 11px;
}

/* DJ IMAGE SLIDER */
.slide-desc-text {
	padding: 12px 10px 8px;
}
.slide-desc-text .slide-title {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #000000;
}
.slide-desc-bg {
	background: #000000;
	opacity: 0.5;
}

/* TWITTER */
.tweet_list {
	background: none !important;
}
.tweet_list li {
	border: 1px solid #E2E2E2 !important;
	margin: 0 0 1px;
}
.tweet_list li a {
	color: #74612F !important;
}
.tweet_list .tweet_even {
	background: none !important;
}

/* AcyMailing */
div.acymailing_module {
    background: #F9F9F9;
    border: 1px solid #EBEBEB;
    padding: 10px !important;
}
div.acymailing_module .acymailing_introtext {
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin: 0 0 5px;
}
div.acymailing_module input[type="text"] {
	border: 1px solid #EBEBEB;
	font-size: 14px;
	margin: 5px 0;
	padding: 6px 0;
	text-indent: 5px;
	width: 100%;
}

/* GAVICK TAB GK4 */
.gkTabWrap {
	border: 1px solid #EBEBEB;
}
ul.gkTabs {
	border: 0 none !important;
	border-radius: 0;
	height: 28px;
}
ul.gkTabs li {
	background: url("../images/bg_tab.png") repeat-x 0 0 !important;
	border-bottom: 1px solid #E1E1E1 !important;
	border-right: 1px solid #E1E1E1 !important;
	font-size: 10px;
	font-weight: normal;
	line-height: 28px !important;
	padding: 0 !important;
	text-align: center;
	text-transform: uppercase;
	width: 97px;
}
ul.gkTabs li:last-child {
	border-right: 0 none !important;
}
ul.gkTabs li:hover, ul.gkTabs li.active {
	background: url("../images/bg_tab-active.png") repeat-x 0 0 !important;
	border-radius: 0 !important;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 0 #000000;
}
ul.gkTabs li span {
	font-size: 10px;
}
.gkTabItem {
	padding: 0;
}
.gkTabItemSpace li {
	border-left: 0 none !important;
	border-right: 0 none !important;
}
.gkTabContainer2 {
	background: #F9F9F9;
}

/* DocMan */
#dm_header {
	border: 0 none;
	margin: 20px 0 0;
}
#dm_header div {
	background: #FAFAFA;
	border: 1px solid #EEEEEE;
	margin: 0 10px 0 0;
	padding: 10px 10px 5px;
	width: auto;
}
#dm_header a, #dm_header span {
	font-size: 13px;
}
#dm_header a:hover {
	color: #333333;
}
.dm_cat {
	padding: 20px 0 0;
}
.dm_cat img.dm_thumb-left {
	margin: 0 10px 0 0 !important;
}
.dm_cat h1.dm_title {
	background: none !important;
	border: 0 none !important;
	line-height: 34px !important;
	margin: 0 !important;
}
#dm_cats h2.dm_title {
	margin: 14px 0 -1px 42px !important;
	padding: 5px 10px !important;
}
#dm_cats h3.dm_title {
	background: none;
	border: 0 none;
	font-size: 13px;
}
#dm_cats > div {
	border: 1px solid #EBEBEB;
	margin: 0 0 0 42px;
}
#dm_docs {
	font-size: 13px;
}

/* GAVICK NEWS GK4 */
.nspTitles {
	border: 1px solid #E5E5E5;
}
.nspMainPortalMode3 .nspTitleTab {
	background: 100% -5px;
	height: 30px;
	line-height: 30px;
}
.nspMainPortalMode3 .nspTitleTab .nspDate {
	margin-top: 10px;
	padding: 0 10px;
}
.nspMainPortalMode3 .nspTitleTab .nspTitle {
	color: #74612F;
	font-size: 13px;
	margin-left: 10px;
}
.nspTitleBlock.opened .nspTitle {
	color: #74612f;
}
.nspMainPortalMode3 .nspTitleBlock {
	min-height: 30px;
}
.nspMainPortalMode3 .nspTitleBlock .nspArtMain {
	padding: 0 60px 0 10px;
}
.nspMainPortalMode3 .nspTitleBlock .nspArtMain img {
	height: 90px !important;
	margin: 0 10px 0 0 !important;
	width: 130px !important; 
}

/* MAILTO */
.mailto-close {
	float: right;
	font-size: 11px;
	margin: -50px 20px 0;
}
#mailtoForm {
	margin: 20px;
}
#mailtoForm label {
	color: #FFFFFF;
	display: inline-block;
	font-size: 13px;
	width: 100px;
}
.formelm {
	margin: 0 0 5px;
}

/* PRINT */
.contentpane ul.actions a {
	text-indent: 0;
}
.contentpane .item-page p {
	color: #FFFFFF;
	padding: 0 20px 15px;
}

/* ADDTHIS */
#social {
    float: right;
    margin: 17px 65px 0 0;
}

/* GALERIA DE FOTOS */
/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{
	height: 74px;
	width: 135px;
}
.pikachoose {
	margin: 20px auto 0;
	width: 624px;
}
.pika-stage {
	background: #FAFAFA;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	height: 405px;
	padding: 10px;
	position: relative;
	text-align:center;
	width: 602px;
}
.pika-stage a {
	color: #FFFFFF;
}
.pika-stage img {
	border:0;
	height: 100%;
	right: 10px;
	width: 602px;
}
	/*if you change the padding on pika-stage you must adjust the top left of this to match! */
	.pika-stage .main-image {position: absolute; top: 10px; left: 10px;}
	.pika-stage .pika-aniwrap{position: absolute; top: 10px; left: 0px;}
	.pika-stage .pika-aniwrap{width:100%;}
	.pika-stage .pika-ani {position:relative;display: none;z-index:2;margin:0 auto;}

.pika-stage .caption {
	background: url(../images/75-black.png);
	border: 1px solid #141414;
	bottom: 15px;
	color: #FAFAFA;
	font-size: 11px;
	padding: 10px;
	position: absolute;
	right: 15px;
	text-align: right;
}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
	.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
	.pika-imgnav a.play {background: url(../images/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
	.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

.pika-textnav {
	display: none;
	margin: 0;
	padding: 0;
}
	
.pika-thumbs {
	margin: 10px 0 0 17px;
	padding: 0;
	overflow: hidden;
}
.pika-thumbs li {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	float: left;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 3px;
}
.pika-thumbs li:last {
	margin: 0;
}
.pika-thumbs li .clip {
	height: 100%;
	position: relative;
	text-align: center;
	vertical-align: center;
	width: 135px;
}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter {
	background:rgba(0,0,0,0.7);
	bottom: 15px;
	color:white;
	font-size:11px;
	left: 15px;
	padding:3px;
	position: absolute;
border-radius:5px;
	-moz-border-radius: 5px;
}	
		
/* jCarousel Styles */
.jcarousel-skin-pika {
	background: #FAFAFA;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width: 622px;
}
.jcarousel-container-horizontal {
	overflow:hidden;
	padding: 0 0 10px 0;
}
.jcarousel-clip-horizontal {
	height: 84px;
	width: 612px;
}
.jcarousel-item-horizontal {
	margin-right: 10px;
}
nav {
	display: none;
	margin: 0;
	padding: 0;
}
	
.pika-thumbs {
	margin: 10px 0 0 17px;
	padding: 0;
	overflow: hidden;
}
.pika-thumbs li {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	float: left;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 3px;
}
.pika-thumbs li:last {
	margin: 0;
}
.pika-thumbs li .clip {
	height: 100%;
	position: relative;
	text-align: center;
	vertical-align: center;
	width: 135px;
}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter {
	background:rgba(0,0,0,0.7);
	bottom: 15px;
	color:white;
	font-size:11px;
	left: 15px;
	padding:3px;
	position: absolute;
border-radius:5px;
	-moz-border-radius: 5px;
}	
		
/* jCarousel Styles */
.jcarousel-skin-pika {
	background: #FAFAFA;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width: 622px;
}
.jcarousel-container-horizontal {
	overflow:hidden;
	padding: 0 0 10px 0;
}
.jcarousel-clip-horizontal {
	height: 84px;
	width: 612px;
}
.jcarousel-item-horizontal {
	margin-right: 10px;
}
2px;
}
.jcarousel-item-horizontal {
	margin-right: 10px;
}
nav {
	display: none;
	margin: 0;
	padding: 0;
}
	
.pika-thumbs {
	margin: 10px 0 0 17px;
	padding: 0;
	overflow: hidden;
}
.pika-thumbs li {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	float: left;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 3px;
}
.pika-thumbs li:last {
	margin: 0;
}
.pika-thumbs li .clip {
	height: 100%;
	position: relative;
	text-align: center;
	vertical-align: center;
	width: 135px;
}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter {
	background:rgba(0,0,0,0.7);
	bottom: 15px;
	color:white;
	font-size:11px;
	left: 15px;
	padding:3px;
	position: absolute;
border-radius:5px;
	-moz-border-radius: 5px;
}	
		
/* jCarousel Styles */
.jcarousel-skin-pika {
	background: #FAFAFA;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width: 622px;
}
.jcarousel-container-horizontal {
	overflow:hidden;
	padding: 0 0 10px 0;
}
.jcarousel-clip-horizontal {
	height: 84px;
	width: 612px;
}
.jcarousel-item-horizontal {
	margin-right: 10px;
}

#system-message {
	background: #74612F;
	border: 1px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333;
    margin: 0 0 10px;
	overflow: hidden;    
    padding: 10px 10px 0;
}
.twtr-timeline {
	height: 200px !important;
	width: 275px !important;
}
#adminForm input,
#adminForm select,
#adminForm textarea {
	border: 1px solid #ccc;
}
img.galeria-fotos {
	width: 135px !important;
}
.jn-intro {
	float: right;
    margin: -131px 0 0;
    width: 170px;
}



.galeria-fotos {
	width: 135px !important;
}
.imagem-direita, .imagem-esquerda {
	background: #EEEEEE;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 10px !important;
	width: 280px !important;
}
.imagem-direita {
	float: right;
	margin: 5px 0 15px 15px !important;
}
.imagem-esquerda {
	float: left;
	margin: 5px 15px 15px 0 !important;
}
.imagem-direita img, .imagem-esquerda img {
	height: auto !important;
	width: 280px !important;
}
.imagem-pequena {
	background: #FAFAFA;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	float: right;
	height: auto !important;
	margin: 5px 0 15px 15px !important;
	padding: 10px !important;
	width: 120px !important;
}
.imagem-pequena img {
	height: auto !important;
	width: 120px !important;
}


.imagem-olho {
	background: #EEEEEE;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 10px !important;
	width: 280px !important;
}

.imagem-olho {
	float: right;
	margin: 5px 0 15px 15px !important;
}

.imagem-olho img {
	height: auto !important;
	width: 280px !important;
}