﻿/*
 * Geral [Start]
*/
body {
    color: #7d7d7d;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
}

h1 {
    color: #B5B5B5;
    display: block;
    float: left;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 4px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 10px;
}

h2 {
    color: #525252;
    font-size: 15px;
    font-weight: bold;
}

h3 {
    color: #004b8d;
    font-size: 16px;
    font-weight: bold;
}

p {
    color: #8A8A8A;
    font-size: 12px;
    line-height: 19px;
    padding: 0 0 12px;
    text-align: justify;
}

a {
    color: #6d6d6d;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

button {
    cursor: pointer;
}

input,
select,
textarea {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	font-size: 13px !important;
}

input:focus,
select:focus,
textarea:focus {
    background: none repeat scroll 0 0 #FFFFDE;
    color: #525252;
}
/*
 * Geral [End]
*/

/*
 * Layout [Start]
*/
#wrapper {
    width: 100%;
}

#header, #container, #footer {
    position: relative;
    width: 100%;
}

#header {
    z-index: 2;
}

#header .top {
    background: url("../_imagens/layout/bg-header-top.jpg") repeat-x scroll 0 0 transparent;
	height: 97px;
    padding: 18px 0 20px;
    width: 100%;
}

#header .top .itens {
    margin: 10px 0 0 23px;
}

#header .top .itens li {
    float: left;
    list-style-image: url("../_imagens/layout/line-top-itens.png");
    padding: 0 19px 0 1px;
}

#header .top .itens li:first-child {
    list-style: none;
    padding-left: 0;
}

#header .top .right {
    text-align: right;
}

#header .top .right .font-size {
    display: block;
}

#header .top .right .font-size a:hover {
    text-decoration: none;
}

#header .top .right .search {
    margin-top: 38px;
}

#container {
    margin: -6px 0 0;
    z-index: 1;
}
/*
 * Menu [Start]
*/
#header .menu {
    background: url("../_imagens/layout/bg-header-menu.png") repeat-x scroll 0 0 transparent;
    margin: -12px 0 0;
    width: 100%;
}

#header .menu ul {
    border: none;
    float: left;
    font-family: "Arial Narrow", Arial, sans-serif;
    width: 100%;
}

#header .menu ul li {
    float: left;
	height: 74px;
    position: relative;
    z-index: 9;
}

#header .menu ul li:hover > ul {
    left: 0;
}

#header .menu ul li a {
	background: url("../_imagens/layout/line-item-menu.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 13px !important;
	font-stretch: condensed !important;
	padding: 30px 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 10;
}

#header .menu ul li:first-child a {
	background: none;
}

#header .menu ul li span {
    background: url("../_imagens/layout/style-sub-item-menu.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 5px;
	position: absolute;
	right: 30px;
	top: 35px;
    width: 9px;
}

#header .menu ul li:hover > a {
}

#header .menu ul li ul {
    background: none repeat scroll 0 0 #0E5A9E;
    display: block;
    left: -999em;
    margin-left: 5px;
    margin-top: 45px;
    position: absolute;
    top: 22px;
    min-width: 210px;
}

#header .menu ul li ul li {
    background: none;
    border-bottom: 0;
	display: block;
	float: none;
	height: auto;
	list-style-image: none;
	padding: 0;
    width: 100%;
}

#header .menu ul li ul li ul {
    z-index: 20;
}

#header .menu ul li ul li a, 
#header .menu ul li ul li:hover > a, 
#header .menu ul li ul li a:hover {
    border: none;
    color: #FFFFFF;
}

#header .menu ul li ul li a {
	background: none repeat scroll 0 0 transparent !important;
    display: block;
    float: none;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
	font-stretch: inherit;
    padding: 8px 0 8px 10px;
    text-align: left;
    text-indent: 10px;
    text-transform: none;
    z-index: -1;
    white-space: nowrap;
}

#header .menu ul li ul li a:hover {
    background: none repeat scroll 0 0 #266AA6 !important;
    display: block;
    float: none;
    font-size: 13px;
}

#header .menu ul li ul li ul {
    margin: -7px 0 0 65px !important;
    padding: 0;
}
/*
 * Menu [End]
*/

/*
 * Title page [Start]
*/
#container .title-page {
    height: 20px;
    /*margin: 32px auto 22px;*/
    margin: 24px auto 12px;
    width: 985px;
}

#container .title-page .title-align {
    margin-left: 20px;
}

#container .title-page .left, #container .title-page .middle, #container .title-page .right {
    float: left;
    height: 13px;
}

#container .title-page .left {
    background: url("../_imagens/layout/bg-title-page-left.jpg") no-repeat scroll 0 0 transparent;
    width: 13px;
}

#container .title-page .middle {
    background: url("../_imagens/layout/bg-title-page-middle.jpg") repeat-x scroll 0 0 transparent;
}

#container .title-page .right {
    background: url("../_imagens/layout/bg-title-page-right.jpg") no-repeat scroll 0 0 transparent;
    width: 13px;
}
/*
 * Title page [Start]
*/

/*
 * Sidebar [Start]
*/
#container .sidebar {
    float: left;
    width: 253px;
}

#container .sidebar .widget {
    margin-bottom: 14px;
}

#container .sidebar .menu-01, 
#container .sidebar .menu-02, 
#container .sidebar .widget-02 {
    margin-left: -8px;
    position: relative;
}

#container .sidebar .menu-01 .top, 
#container .sidebar .menu-01 .middle, 
#container .sidebar .menu-01 .bottom {
    width: 200px;
}

#container .sidebar .menu-01 .top {
    background: url("../_imagens/layout/bg-sidebar-menu-01-top.png") no-repeat scroll 0 0 transparent;
    height: 15px;
}

#container .sidebar .menu-01 .middle {
    background: url("../_imagens/layout/bg-sidebar-menu-01-middle.png") repeat-y scroll 0 0 transparent;
}

#container .sidebar .menu-01 .middle ul {
    position: relative;
    top: -7px;
}

#container .sidebar .menu-01 .middle ul li:hover, 
#container .sidebar .menu-01 .middle ul li.selected {
    background: url("../_imagens/layout/bg-sidebar-menu-01-item-selected.png") no-repeat scroll 8px 0 transparent;
    height: 32px;
    width: 206px;
}

#container .sidebar .menu-01 .middle ul li a {
    border-top: 1px dashed #C1C1C1;
    color: #014587;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 38px;
    padding: 8px 0 7px;
    width: 145px;
}

#container .sidebar .menu-01 .middle ul li a:hover {
    text-decoration: none;
}

#container .sidebar .menu-01 .middle ul li:hover a, 
#container .sidebar .menu-01 .middle ul li.selected a {
    border-top: 1px dashed #E9AD00;
    color: #FFFFFF;
}

#container .sidebar .menu-01 .middle ul li:first-child:hover, 
#container .sidebar .menu-01 .middle ul li.selected:first-child {
    background: url("../_imagens/layout/bg-sidebar-menu-01-first-item-selected.png") no-repeat scroll 8px 0 transparent;
    height: 32px;
}

#container .sidebar .menu-01 .middle ul li:first-child a, 
#container .sidebar .menu-01 .middle ul li:first-child:hover a {
    border-top: none;
    padding-top: 9px;
}

#container .sidebar .menu-01 .middle ul li:last-child:hover, 
#container .sidebar .menu-01 .middle ul li.selected:last-child {
    background: url("../_imagens/layout/bg-sidebar-menu-01-last-item-selected.png") no-repeat scroll 8px 0 transparent;
    height: 32px;
}

#container .sidebar .menu-01 .bottom {
    background: url("../_imagens/layout/bg-sidebar-menu-01-bottom.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    margin: -13px 0 0;
}

#container .sidebar .menu-02 .top, 
#container .sidebar .menu-02 .middle, 
#container .sidebar .menu-02 .bottom, 
#container .sidebar .widget-02 .top, 
#container .sidebar .widget-02 .middle, 
#container .sidebar .widget-02 .bottom {
    width: 242px;
}

#container .sidebar .menu-02 .top, #container .sidebar .widget-02 .top {
    background: url("../_imagens/layout/bg-sidebar-menu-02-top.png") no-repeat scroll 0 0 transparent;
    height: 15px;
}

#container .sidebar .menu-02 .middle, #container .sidebar .widget-02 .middle {
    background: url("../_imagens/layout/bg-sidebar-menu-02-middle.png") repeat-y scroll 0 0 transparent;
}

#container .sidebar .menu-02 .middle ul {
    position: relative;
    top: -7px;
}

#container .sidebar .menu-02 .middle ul li:hover, #container .sidebar .menu-02 .middle ul li.selected {
    background: url("../_imagens/layout/bg-sidebar-menu-02-item-selected.png") no-repeat scroll 5px 0 transparent;
    height: 32px;
    width: 253px;
}

#container .sidebar .menu-02 .middle ul li a, #container .sidebar .category-menu-02 ul li a {
    border-top: 1px dashed #C1C1C1;
    color: #014587;
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0 30px;
    padding: 8px 0 7px;
    width: 180px;
}

#container .sidebar .menu-02 .middle ul li a:hover {
    text-decoration: none;
}

#container .sidebar .menu-02 .middle ul li:hover a, 
#container .sidebar .menu-02 .middle ul li.selected a {
    border-top: 1px dashed #E9AD00;
    color: #FFFFFF;
}

#container .sidebar .menu-02 .middle ul li.selected:first-child {
    background: url("../_imagens/layout/bg-sidebar-menu-02-first-item-selected.png") no-repeat scroll 5px 0 transparent;
    height: 32px;
}

#container .sidebar .menu-02 .middle ul li:first-child a, 
#container .sidebar .menu-02 .middle ul li:first-child:hover a {
    border-top: none;
    padding-top: 9px;
}

#container .sidebar .menu-02 .middle ul li:last-child:hover, 
#container .sidebar .menu-02 .middle ul li.selected:last-child {
    background: url("../_imagens/layout/bg-sidebar-menu-02-last-item-selected.png") no-repeat scroll 5px 0 transparent;
    height: 32px;
}

#container .sidebar .menu-02 .bottom, 
#container .sidebar .widget-02 .bottom {
    background: url("../_imagens/layout/bg-sidebar-menu-02-bottom.png") no-repeat scroll 0 0 transparent;
    height: 15px;
    margin: -13px 0 0;
}

#container .sidebar .widget-02 .middle .text {
    padding: 20px;
}

/*
 * Widget - Text 02 [Start]
*/
#container .sidebar .widget-text-02 .middle .text {
    padding: 10px 30px 25px !important;
}

#container .sidebar .widget-text-02 .middle .text h3 {
    padding-bottom: 8px;
}

#container .sidebar .widget-text-02 .middle .text p {
    text-align: left !important;
}
/*
 * Widget - Text 02 [End]
*/

/*
 * Widget - Search [Start]
*/
#container .sidebar .widget .search {
    margin: 0 auto;
    padding: 5px 0 20px;
    width: 185px;
}

#container .sidebar .widget .search form .row .col input {
    padding-left: 20px;
    width: 118px;
}

#container .sidebar .widget .search form .advanced-search {
    clear: both;
    padding: 5px 0;
    text-align: right;
    width: 100%;
}

#container .sidebar .widget .search form .advanced-search a {
    color: #B48705;
}
/*
 * Widget - Search [Start]
*/

/*
 * Widget - Category [Start]
*/
#container .sidebar .category-menu-02 h3 {
    padding: 10px 0 5px 30px;
}

#container .sidebar .category-menu-02 ul {
    padding: 5px 0 15px;
}

#container .sidebar .category-menu-02 ul li a {
    color: #5F5F5F;
}

#container .sidebar .category-menu-02 ul li a:hover {
    color: #AB7F19;
}

#container .sidebar .category-menu-02 ul li:first-child a {
    border-top: none;
}
/*
 * Widget - Category [End]
*/

/*
 * Widget - Calendar [Start]
*/
#container .sidebar .widget-calendar-02 h3 {
    margin-top: -10px;
    padding: 0 0 5px 10px;
}

#container .sidebar .widget-calendar-02 .em-calendar-wrapper {
    margin: 0 auto -10px;
    width: 100%;
}

#container .sidebar .widget-calendar-02 .em-calendar-wrapper .em-calendar {
    margin: 0 auto;
    width: 95%;
}

#container .sidebar .widget-calendar-02 .em-calendar-wrapper .em-calendar tr td {
    padding: 4px 0;
}

#container .sidebar .widget-calendar-02 .em-calendar-wrapper .em-calendar tr td a {
    display: block;
    font-weight: bold;
    height: 100%;
    width: 100%;
}
/*
 * Widget - Calendar [End]
*/

/*
 * Sidebar [End]
*/

/*
 * Content [Start]
*/
#container .content {
    float: left;
    padding: 14px 0 0;
    width: 710px;
}

#container .content .post-page h2, #container .content .post-page h3 {
    color: #525252;
}

#container .content .post-page h2 {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 6px;
}

#container .content .post-page h3 {
    font-size: 15px;
    padding: 12px 0 6px;
}

#container .content .post-page p {
    font-size: 13px;
}

#container .content .post-page a {
    color: #014587;
    font-weight: bold;
}

#container .content ul.details {
    list-style-image: url("../_imagens/layout/list-item-style-datails.jpg");
    margin: 10px 0 10px 40px;
}

#container .content ul.details li {
    padding: 0 0 12px;
}
/*
 * Content [End]
*/

/*
 * Rotator Campaign [Start]
*/
.rotator {
    background: url("../_imagens/layout/bg-rotator-top.png") repeat-x scroll 0 -1px #FCFCFC;
    clear: both;
    height: 155px;
    padding: 10px 0 0;
    width: 100%;
}

.rotator .theme {
    background: #FCFCFC;
    margin: 0 auto;
    position: relative;
    width: 1048px;
}

.rotator .theme .main-container {
}

.rotator .theme > ul {
    visibility: hidden;
}

.rotator .theme .slide {
    background: url(../_imagens/layout/bg-rotator-campaign.jpg) no-repeat center center;
    height: 155px !important;
    width: 205px !important;
}

.rotator .theme .slide a img {
    margin: 10px;
    opacity: 0.5;
}

.rotator .theme .slide a:hover img {
    opacity: 1;
}

.rotator .theme .toolbar {
    display: none;
}

.rotator .toolbar {
    visibility: hidden;
}

.rotator .toolbar .left {
    background: url(../_imagens/assets/button/left.png) no-repeat top;
    width: 30px;
    height: 45px;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 100;
    margin-left: -29px;
    cursor: pointer;
}

.rotator .toolbar .left:hover {
    background-position: bottom;
}

.rotator .toolbar .right {
    background: url(../_imagens/assets/button/right.png) no-repeat top;
    width: 30px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 100;
    margin-right: -30px;
    cursor: pointer;
}

.rotator .toolbar .right:hover {
    background-position: bottom;
}

.rotator .services-preloader {
    background: url(../_imagens/assets/loader/preloader.gif) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 49%;
    top: 49%;
    z-index: 9999;
}

.rotator .hover-more-sign {
    background: url('../_imagens/assets/button/more.png') no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: -25px;
    margin-top: -25px;
    cursor: pointer;
}

.rotator .hover-blog-link-sign {
    background: url('../_imagens/assets/button/link.png') no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    cursor: pointer;
}
/*
 * Rotator Campaign [End]
*/

/*
 * Footer [Start]
*/
#footer {
    background: url("../_imagens/layout/bg-footer.jpg") repeat-x scroll 0 0 #083257;
    height: 380px;
}

#footer ul.menu {
    height: 275px;
    margin: 0 auto;
    padding: 30px 12px 0;
    width: 100%;
    z-index: 1000;
}

#footer ul.menu li {
    float: left;
    margin: 0 0 0 100px;
}

#footer ul.menu li:first-child {
    margin-left: 0;
}

#footer ul.menu li span {
    background: url("../_imagens/layout/item-footer.jpg") no-repeat scroll 0 3px transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 16px;
    min-height: 10px;
    padding: 0 0 0 8px;
    text-transform: uppercase;
}

#footer ul.menu li ul {
    padding: 0;
    margin: 0;
    width: 145px;
}

#footer ul.menu li ul li {
    float: none;
    margin: 0 0 5px;
}

#footer ul.menu li ul li a, #footer .info p, #footer .info p a {
    color: #a2d4ff;
}

#footer ul.menu li ul li a:hover, #footer .info p a:hover {
    text-decoration: underline;
}

#footer .itens {
    width: 100%;
}

#footer .itens div {
    float: right;
    height: 33px;
    position: relative;
    width: 150px;
}

#footer .itens div a.sesc {
    bottom: 15px;
    left: -25px;
    position: absolute;
}

#footer .itens div a.senac {
    bottom: 15px;
    left: 65px;
    position: absolute;
}

#footer hr {
    background: url("../_imagens/layout/line-footer-bottom.jpg") repeat-x scroll 0 0 transparent;
    border: 0;
    clear: both;
	font-size: 0;
    height: 4px;
	margin: 0;
	padding: 0;
}

#footer ul.info {
    padding: 6px 0 2px 14px;
    width: 965px;
}

#footer ul.info li {
    color: #A2D4FF;
    float: left;
    font-size: 11px;
    padding: 0 4px 0 0;
}

#footer ul.info li span {
    color: #FFFFFF;
    padding: 0 0 0 2px;
}

#footer ul.info li a {
    color: #A2D4FF;
    margin: 0 5px 0 0;
}

#footer ul.info li span strong {
    padding: 0 12px 0 6px;
}

#footer ul.info li.social-network, #footer ul.info li.social-network a, #footer ul.info li.social-network img {
    height: 18px;
    width: 18px;
}
/*
 * Footer [Start]
*/

/*
 * Economic Indicators [Start]
*/
#container .content dl.economic-indicators-01 {
    background: url("../_imagens/layout/bg-economic-indicators-01.png") no-repeat scroll center top transparent;
}

#container .content dl.economic-indicators-02 {
    background: url("../_imagens/layout/bg-economic-indicators-02.png") no-repeat scroll center top transparent;
}

#container .content dl.economic-indicators-01 dt, 
#container .content dl.economic-indicators-02 dt {
    padding: 48px 0 0 50px;
    width: 90px;
}

#container .content dl.economic-indicators-01 dd, 
#container .content dl.economic-indicators-02 dd {
    padding: 42px 0 0;
    width: 200px;
}

#container .content dl.economic-indicators-01 dd .title, 
#container .content dl.economic-indicators-02 dd .title {
    background: url("../_imagens/layout/list-item-style-economic-indicators.jpg") no-repeat scroll 135px 38px transparent;
    color: #E5E5E5;
}

#container .content dl.economic-indicators-01 dd .description, #container .content dl.economic-indicators-02 dd .description {
    color: #E5DF94;
}
/*
 * Economic Indicators [Start]
*/

/*
 * Layout [End]
*/

/*
 * Home [Start]
*/
#container .home .content {
    background: none repeat scroll 0 0 #E5E5E5;
    float: none;
    padding: 0;
    width: 100%;
	z-index: 10;
}
/*
 * Carousel [Start]
*/
#container .home .carousel {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 100%;
}

#container .home .carousel .carousel-01 {
    height: 300px;
    margin: 0 auto;
    position: relative;
    width: 965px;
}

#container .home .carousel .carousel-01 ul {
    height: 100%;
    width: 100%;
}

#container .home .carousel .carousel-01 ul li,
#container .home .carousel .carousel-01 ul li a,
#container .home .carousel .carousel-01 ul li a img,
#container .home .carousel .carousel-01 ul li object {
	display: block;
	height: 300px;
	width: 965px;
}

#container .home .carousel .carousel-01 ul li object {
    z-index: 1;
}

#container .home .carousel .carousel-01 #nav {
    bottom: 8px;
    position: absolute;
    right: 10px;
    z-index: 1000;
}

#container .home .carousel .carousel-01 #nav a {
    background: url("../_imagens/layout/item-carousel.png") no-repeat scroll 0 0 transparent;
    color: #004B8D;
    display: block;
    float: left;
    font-weight: bold;
    height: 18px;
    margin: 0 0 0 6px;
    padding: 2px 0 0 6px;
    width: 14px;
}

#container .home .carousel .carousel-01 #nav a.activeSlide {
    background: url("../_imagens/layout/item-carousel-selected.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
}

#container .home .carousel .carousel-01 #nav a:hover {
    text-decoration: none;
}
/*
 * Carousel [End]
*/

#container .home .content .border {
    background: url("../_imagens/layout/line-container-home.png") repeat-x scroll center top transparent;
    height: 12px;
	z-index: 11;
}

#container .home .content .left {
    padding: 20px 0;
}

/*
 * News [Start]
*/
#container .home .content .left .news-list {
    padding: 0 0 25px;
}

#container .home .content .left .news-list li {
    color: #6d6d6d;
    padding: 16px 0 0;
}

#container .home .content .left .news-list li span {
    color: #323232;
    font-weight: bold;
}

#container .home .content .left .news-list li a {
    font-weight: bold;
}

#container .home .content .left .news-carousel {
    background: url("../_imagens/layout/bg-news.png") no-repeat scroll center top transparent;
    height: 144px;
    width: 573px;
}

#container .home .content .left .news-carousel .carousel-02 {
    height: 132px;
    margin: 0 auto;
    position: relative;
    top: 6px;
    width: 561px;
}

#container .home .content .left .news-carousel .carousel-02 ul {
    height: 100%;
    width: 100%;
}

#container .home .content .left .news-carousel .carousel-02 ul li a {
    display: block;
    position: relative;
    width: 561px;
}

#container .home .content .left .news-carousel .carousel-02 ul li a .description {
    position: absolute;
    right: -1px;
    top: 98px;
    z-index: 2;
    max-width: 500px;
}

#container .home .content .left .news-carousel .carousel-02 ul li a .description .left, 
#container .home .content .left .news-carousel .carousel-02 ul li a .description .middle, 
#container .home .content .left .news-carousel .carousel-02 ul li a .description .right {
    float: left !important;
    height: 34px;
}

#container .home .content .left .news-carousel .carousel-02 ul li a .description .left {
    background: url("../_imagens/layout/bg-output-news-carousel-left.png") no-repeat scroll 0 0 transparent;
    width: 34px;
}

#container .home .content .left .news-carousel .carousel-02 ul li a .description .middle {
    background: url("../_imagens/layout/bg-output-news-carousel-middle.png") repeat-x scroll 0 0 transparent;
}

#container .home .content .left .news-carousel .carousel-02 ul li a .description .middle p {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0 0 2px;
}

#container .home .content .left .news-carousel .carousel-02 ul li a .description .right {
    background: url("../_imagens/layout/bg-output-news-carousel-right.png") no-repeat scroll 0 0 transparent;
    width: 34px;
}

#container .home .content .left .news-carousel .carousel-02 ul li,
#container .home .content .left .news-carousel .carousel-02 ul li a img {
    display: block;
    height: 132px;
    width: 561px;
}

#container .home .content .left .news-carousel .carousel-02 ul li a img {
    z-index: 1;
}
/*
 * News [End]
*/

#container .home .content .right {
    margin: 0 -10px 0 0;
    padding: 20px 0;
    width: 380px;
}

/*
 * Magazine [Start]
*/
#container .home .content .resume {
    position: relative;
}

#container .home .content .resume img, #container .home .content .resume span {
    display: block;
    float: left;
}

#container .home .content .resume-magazine {
    background: url("../_imagens/layout/bg-magazine-01.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 114px;
    margin-bottom: 16px;
    padding: 18px 36px;
    width: 308px;
}

#container .home .content .resume-magazine span {
    padding-left: 20px;
}

#container .home .content .resume-magazine span.icon, 
#container .home .content .resume-bulletin span.icon {
    position: absolute;
}

#container .home .content .resume-magazine span.icon img, 
#container .home .content .resume-bulletin span.icon img {
    padding: 0 !important;
}

#container .home .content .resume-magazine span.icon {
    top: 64px;
    right: 140px;
}

#container .home .content .resume-magazine span.title, 
#container .home .content .resume-bulletin span.title {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 35px;
}

#container .home .content .resume-magazine span.description, 
#container .home .content .resume-bulletin span.description {
    color: #CEE7FF;
    font-size: 12px;
    min-width: 100px;
    padding-left: 21px;
    text-transform: uppercase;
}
/*
 * Magazine [End]
*/

/*
 * Bulletin [Start]
*/
#container .home .content .resume-bulletin {
    background: url("../_imagens/layout/bg-bulletin-01.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 82px;
    padding: 50px 45px 18px 56px;
    width: 279px;
}

#container .home .content .resume-bulletin img {
    padding-bottom: 25px;
}

#container .home .content .resume-bulletin span {
    padding-left: 45px;
}

#container .home .content .resume-bulletin span.icon {
    top: 55px;
    right: 73px;
}

#container .home .content .resume-bulletin span.title {
    color: #E5E5E5;
    margin-top: -6px;
    padding-top: 0;
}

#container .home .content .resume-bulletin span.description {
    color: #E5DE8D;
    padding-left: 46px;
    width: 180px;
}
/*
 * Bulletin [Start]
*/

#container .home .content .shortcut {
    margin: 0 auto;
    height: 110px;
    padding: 12px 0 18px;
    width: 845px;
}

#container .home .content .shortcut li {
    float: left;
    padding: 0 50px 45px 0;
    width: 248px;
}

#container .home .content .shortcut li.final {
    padding-right: 0;
}

#container .home .content .shortcut li a {
    color: #707070;
}

#container .home .content .shortcut li a:hover span {
    text-decoration: underline;
}

#container .home .content .shortcut li a img, 
#container .home .content .shortcut li a span {
    float: left;
}

#container .home .content .shortcut li a span {
    padding: 0 0 0 15px;
}

#container .home .content .shortcut li.space span {
    padding-top: 8px;
}
/*
 * Home [End]
*/

/*
 * Institucional [Start]
*/
#container .institucional .sidebar {
    width: 210px;
}

#container .institucional .content {
    width: 755px;
}
/*
 * Institucional [End]
*/

/*
 * Serviços [Start]
*/
#container .servico .sidebar {
    width: 262px;
}

#container .servico .content {
    width: 700px;
    padding: 15px 0 0 !important;
}
/*
 * Serviços [Start]
*/

/*
 * Departamento Sindical [Start]
*/
#container .departamento-sindical .sidebar {
    width: 262px;
}

#container .departamento-sindical .content {
    width: 700px;
    padding: 20px 0 0 !important;
}

#container .departamento-sindical .content .search form {
    height: 38px;
    margin: 25px 0 0;
}

#container .departamento-sindical .content .search span, 
#container .search-result .content .search span {
    color: #ABABAB;
    display: block;
    font-size: 11px;
    text-align: right;
}

#container .departamento-sindical .content .search .result, 
#container .search-result .content .search .result {
    padding: 25px 0 5px;
}

#container .departamento-sindical .content .search .result .title, 
#container .search-result .content .search .result .title {
    color: #525252;
    float: left;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 0 0;
}

#container .departamento-sindical .content .search .result ul li, 
#container .search-result .content .search .result ul li {
    border-top: 1px solid #E9E9E9;
    clear: both;
    padding: 15px 0 16px;
}

#container .departamento-sindical .content .search .result ul li:first-child, 
#container .search-result .content .search .result ul li:first-child {
    margin-top: 16px;
}

#container .departamento-sindical .content .search .result ul li .title, 
#container .search-result .content .search .result ul li .title {
    background: url("../_imagens/layout/list-item-style-search.jpg") no-repeat scroll 0 3px #FFFFFF;
    color: #014587;
    float: none;
    font-size: 13px;
    font-weight: bold;
    padding: 0 0 2px 10px;
}

#container .departamento-sindical .content .search .result ul li .description, 
#container .search-result .content .search .result ul li .description {
    color: #8A8A8A;
    line-height: 18px;
    padding: 0 0 0 10px;
}

#container .departamento-sindical .content .search .result ul li a.detail {
    display: block;
    height: 25px;
    margin: 4px 0 0 10px;
}

#container .departamento-sindical .content .search .result ul li a.detail .left, 
#container .departamento-sindical .content .search .result ul li a.detail .middle, 
#container .departamento-sindical .content .search .result ul li a.detail .right {
    height: 25px;
    float: left;
    width: 4px;
}

#container .departamento-sindical .content .search .result ul li a.detail .left {
    background: url("../_imagens/layout/bg-detail-search-left.jpg") no-repeat scroll 0 0 #FFFFFF;
}

#container .departamento-sindical .content .search .result ul li a.detail .middle {
    background: url("../_imagens/layout/bg-detail-search-middle.jpg") repeat-x scroll 0 0 #FFFFFF;
    color: #B48705;
    font-weight: bold;
    padding: 4px 4px 0;
    text-transform: uppercase;
    width: auto;
}

#container .departamento-sindical .content .search .result ul li a.detail .right {
    background: url("../_imagens/layout/bg-detail-search-right.jpg") no-repeat scroll 0 0 #FFFFFF;
}
/*
 * Departamento Sindical [End]
*/

/*
 * Sala de Imprensa [Start]
*/
#container .sala-imprensa .sidebar {
    width: 253px;
}

#container .sala-imprensa .content {
    width: 709px;
    padding: 20px 0 0 !important;
}

#container .sala-imprensa .content ul.news {
}

#container .sala-imprensa .content ul.news li {
    float: left;
    padding: 0 0 0 20px;
    width: 330px;
}

#container .sala-imprensa .content ul.news li.featured {
    padding: 0 20px 0 4px;
    position: relative;
}

#container .sala-imprensa .content ul.news li.featured img {
    margin-bottom: 10px;
}

#container .sala-imprensa .content ul.news li.featured .right {
    display: block;
    border-right: 2px solid #EAEAEA;
    width: 2px;
}

#container .sala-imprensa .content ul.news li.featured .separator {
    background: none repeat scroll 0 0 #EAEAEA;
    height: 320px;
    position: absolute;
    right: 1px;
    top: 0;
    width: 2px;
}

#container .sala-imprensa .content ul.news li.leg a {
    color: #E0E0E0;
    display: block;
    float: left;
    padding: 5px 0 0;
    width: 210px;
}

#container .sala-imprensa .content ul.news li.leg a img, 
#container .sala-imprensa .content ul.news li.leg a span, 
#container .sala-imprensa .content ul.news li.leg .button {
    float: left;
}

#container .sala-imprensa .content ul.news li.leg img {
    margin: 0 5px 5px;
}

#container .sala-imprensa .content ul.news li.leg .button {
    margin: -16px 0 0;
}

#container .sala-imprensa .content ul.news li h2 {
    color: #014587;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
}

#container .sala-imprensa .content ul.news li p {
    color: #5A5A5A;
}

#container .sala-imprensa .content ul.news li hr {
    border: 0;
    border-bottom: 1px dashed #C1C1C1;
    margin: 5px auto 15px;
    text-align: center;
    width: 97%;
}

#container .sala-imprensa .content ul.news ul.more-media, 
#container .sala-imprensa .content ul.news ul.more-media li {
    display: block;
    height: 20px;
}

#container .sala-imprensa .content ul.news ul.more-media li {
    margin: -3px 0 0;
    padding: 0 6px 0 0;
    width: 20px;
}

#container .sala-imprensa .content ul.other {
    float: left;
    padding: 0 0 12px;
    width: 354px;
}

/*
 * Magazine [Start]
*/
#container .sala-imprensa .content ul.other .resume {
    position: relative;
}

#container .sala-imprensa .content ul.other .resume img, 
#container .sala-imprensa .content ul.other .resume span {
    display: block;
    float: left;
}

#container .sala-imprensa .content ul.other .magazine .resume-magazine {
    background: url("../_imagens/layout/bg-magazine-02.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 100px;
    margin-bottom: 16px;
    margin-left: -2px;
    padding: 18px 24px;
    width: 304px;
}

#container .sala-imprensa .content ul.other .magazine .resume-magazine span {
    padding-left: 20px;
}

#container .sala-imprensa .content ul.other .magazine .resume-magazine span.icon, 
#container .sala-imprensa .content ul.other .bulletin .resume-bulletin span.icon, 
#container .sala-imprensa .content ul.other .economic-indicators .resume-economic-indicators span.icon {
    position: absolute;
}

#container .sala-imprensa .content ul.other .magazine .resume-magazine span.icon img, 
#container .sala-imprensa .content ul.other .bulletin .resume-bulletin span.icon img, 
#container .sala-imprensa .content ul.other .economic-indicators .resume-economic-indicators span.icon img {
    padding: 0 !important;
}

#container .sala-imprensa .content ul.other .magazine .resume-magazine span.icon {
    top: 60px;
    right: 130px;
}

#container .sala-imprensa .content ul.other .magazine .resume-magazine span.title, 
#container .sala-imprensa .content ul.other .bulletin .resume-bulletin span.title, 
#container .sala-imprensa .content ul.other .economic-indicators .resume-economic-indicators span.title {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 30px;
}

#container .sala-imprensa .content ul.other .magazine .resume-magazine span.description, 
#container .sala-imprensa .content ul.other .bulletin .resume-bulletin span.description {
    color: #CEE7FF;
    font-size: 12px;
    min-width: 100px;
    padding-left: 21px;
    text-transform: uppercase;
}
/*
 * Magazine [End]
*/

/*
 * Bulletin [Start]
*/
#container .sala-imprensa .content ul.other .bulletin .resume-bulletin {
    background: url("../_imagens/layout/bg-bulletin-02.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 46px;
    padding: 45px 50px 45px 48px;
    width: 272px;
}

#container .sala-imprensa .content ul.other .bulletin .resume-bulletin img {
    padding-bottom: 25px;
}

#container .sala-imprensa .content ul.other .bulletin .resume-bulletin span {
    padding-left: 35px;
}

#container .sala-imprensa .content ul.other .bulletin .resume-bulletin span.icon {
    top: 50px;
    right: 80px;
}

#container .sala-imprensa .content ul.other .bulletin .resume-bulletin span.title {
    color: #E5E5E5;
    margin-top: -6px;
    padding-top: 0;
}

#container .sala-imprensa .content ul.other .bulletin .resume-bulletin span.description {
    color: #E5DE8D;
    padding-left: 36px;
    width: 180px;
}
/*
 * Bulletin [Start]
*/

/*
 * Economic Indicators [Start]
*/
#container .sala-imprensa .content ul.other .economic-indicators .resume-economic-indicators {
    background: url("../_imagens/layout/bg-economic-indicators-02.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 86px;
    margin-left: -2px;
    margin-top: -14px;
    padding: 50px 0 0 50px;
    width: 302px;
}

#container .sala-imprensa .content ul.other .economic-indicators .resume-economic-indicators img {
    padding-bottom: 25px;
}

#container .sala-imprensa .content ul.other .economic-indicators .resume-economic-indicators span {
    padding-left: 45px;
}

#container .sala-imprensa .content ul.other .economic-indicators .resume-economic-indicators span.icon {
    top: 80px;
    right: 67px;
}

#container .sala-imprensa .content ul.other .economic-indicators .resume-economic-indicators span.title {
    color: #E5E5E5;
    margin-top: -8px;
    padding-top: 0;
    width: 135px;
}
/*
 * Economic Indicators [Start]
*/

#container .sala-imprensa .content ul.other .video, 
#container .sala-imprensa .content ul.other .audio {
    padding: 10px 8px 0;
    width: 335px;
}

#container .sala-imprensa .content ul.other .video h2, 
#container .sala-imprensa .content ul.other .video .button, 
#container .sala-imprensa .content ul.other .audio h2, 
#container .sala-imprensa .content ul.other .audio .button {
    display: block;
    float: left;
}

#container .sala-imprensa .content ul.other .video h2, 
#container .sala-imprensa .content ul.other .audio h2 {
    color: #202020;
    font-size: 16px;
    padding: 6px 0 14px;
    text-transform: uppercase;
}

#container .sala-imprensa .content ul.other .video h2 span, 
#container .sala-imprensa .content ul.other .audio h2 span {
    color: #D8D8D8;
}

#container .sala-imprensa .content ul.other .video .button, 
#container .sala-imprensa .content ul.other .audio .button {
    float: right;
}

#container .sala-imprensa .content ul.other .video hr, 
#container .sala-imprensa .content ul.other .audio hr {
    border: 0;
    border-top: 1px solid #DEDEDE;
    clear: both;
    margin-bottom: 0;
}

#container .sala-imprensa .content ul.other .video ul li, 
#container .sala-imprensa .content ul.other .audio ul li {
    border-bottom: 1px dashed #D1D1D1;
    padding: 9px 0;
}

#container .sala-imprensa .content ul.other .video ul li img, 
#container .sala-imprensa .content ul.other .video ul li .resume {
    float: left;
}

#container .sala-imprensa .content ul.other .video ul li .resume {
    color: #868686;
    height: 86px;
    line-height: 18px;
    padding: 2px 0 2px 20px;
    width: 155px;
}

#container .sala-imprensa .content ul.other .video ul li .resume span,
#container .sala-imprensa .content ul.other .video ul li .resume p {
    display: block;
    text-align: left;
}

#container .sala-imprensa .content ul.other .video ul li .resume span {
    color: #014587;
    line-height: 16px;
    padding: 0 0 4px;
}

#container .sala-imprensa .content ul.other .video ul li .resume p {
    line-height: 14px;
}

#container .sala-imprensa .content ul.other .audio ul li {
    padding: 24px 0;
}

#container .sala-imprensa .content ul.other .audio ul li .date {
    border-right: 1px solid #EAEAEA;
    float: left;
    width: 95px;
}

#container .sala-imprensa .content ul.other .audio ul li .date span {
    color: #B2B2B2;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 55px;
}

#container .sala-imprensa .content ul.other .audio ul li a {
    display: block;
    float: left;
    width: 235px;
}

#container .sala-imprensa .content ul.other .audio ul li a img, 
#container .sala-imprensa .content ul.other .audio ul li a span {
    display: block;
    float: left;
}

#container .sala-imprensa .content ul.other .audio ul li a img {
    padding: 0 20px;
    width: 40px;
}

#container .sala-imprensa .content ul.other .audio ul li a span {
    width: 155px;
}
/*
 * Sala de Imprensa [End]
*/

/*
 * Notícias [Start]
*/
#container .noticias .sidebar, 
#container .noticia .sidebar, 
#container .galeria-video .sidebar, 
#container .foto-video .sidebar, 
#container .fotos .sidebar, 
#container .boletim-diario .sidebar, 
#container .biblioteca-virtual .sidebar,
#container .pesquisa-conjuntural .sidebar,
#container .clipping .sidebar {
    width: 262px;
}

#container .noticias .content, 
#container .noticia .content, 
#container .galeria-video .content, 
#container .foto-video .content, 
#container .fotos .content, 
#container .boletim-diario .content, 
#container .biblioteca-virtual .content,
#container .pesquisa-conjuntural .content,
#container .clipping .content {
    width: 700px;
}

#container .noticias .content .search .result ul {
    height: auto;
    margin: 0 0 25px;
}

#container .noticias .content .search .result ul li {
    border-bottom: 1px dashed #C1C1C1;
    height: 90px;
    padding: 25px 0;
}

#container .noticias .content .search .result ul li:first-child {
    border-top: 1px dashed #C1C1C1;
}

#container .noticias .content .search .result ul li .date, 
#container .noticias .content .search .result ul li .post, 
#container .noticias .content .search .result ul li .post .image, 
#container .noticias .content .search .result ul li .post .title, 
#container .noticias .content .search .result ul li .post .more-media {
    display: block;
    float: left;
}

#container .noticias .content .search .result ul li .date {
    border-right: 1px solid #E1E1E1;
    color: #8D8D8D;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    padding: 28px 12px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

#container .noticias .content .search .result ul li .post {
    padding: 0;
    width: 615px;
}

#container .noticias .content .search .result ul li .post .image {
    height: 110px;
    padding: 0 15px 0 24px;
    width: 145px;
}

#container .noticias .content .search .result ul li .post .title, 
#container .noticias .content .search .result ul li .post .more-media {
    width: 430px;
}

#container .noticias .content .search .result ul li .post .title h2 {
    color: #014587;
    font-size: 14px;
    padding: 0 0 2px;
}

#container .noticias .content .search .result ul li .post p {
    color: #5A5A5A;
    line-height: 18px;
}

#container .noticias .content .search .result ul li .post .more-media {
    margin: -8px 0 0;
}

#container .noticias .content .search .result ul li .post .more-media a {
    padding: 0 6px 0 0;
}
/*
 * Notícias [End]
*/

/*
 * Notícia [Start]
*/
#container .noticia .content .post {
    padding-bottom: 10px;
}

#container .noticia .content .post h2 {
    color: #014587;
    font-size: 14px;
}

#container .noticia .content .post span.date {
    color: #8D8D8D;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 0 0;
    text-transform: uppercase;
}

#container .noticia .content .post p {
    text-align: justify;
}

#container .noticia .content .post p a {
    color: #014587;
    font-weight: bold;
}

#container .noticia .content .post hr, 
#container .boletim-diario .content .post hr {
    border: 0;
    border-top: 1px dashed #A6A6A6;
    height: 0;
    margin: 10px auto 12px;
    padding: 0;
    width: 100%;
}

#container .noticia .content .post-audio, 
#container .noticia .content .post-foto, 
#container .noticia .content .post-video {
    padding: 10px 0 20px;
}

#container .noticia .content .post-audio h2, 
#container .noticia .content .post-foto h2, 
#container .noticia .content .post-video h2 {
    color: #4C4C4C;
}

#container .noticia .content .post h2 span {
    display: block;
    float: left;
    padding: 0 6px 0 0;
}

#container .noticia .content .post-audio h2 span {
    background: url("../_imagens/layout/icon-post-audio.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 17px;
}

#container .noticia .content .post-audio a {
    color: #8A8A8A;
    font-size: 12px;
    font-weight: bold;
}

#container .noticia .content .post-foto h2 span {
    background: url("../_imagens/layout/icon-post-foto.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    padding-right: 8px;
    width: 15px;
}

#container .noticia .content .post-foto ul {
    height: auto;
    margin: 0 0 0 -26px;
    padding: 0;
}

#container .noticia .content .post-foto ul li {
    display: block;
    float: left;
    margin: 0 0 35px 26px;
    min-height: inherit;
    /*width: 155px;*/
}

#container .noticia .content .post-video h2 span {
    background: url("../_imagens/layout/icon-post-video.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    padding-right: 10px;
    width: 20px;
}

#container .noticia .content .single-post .thumbnail {
    display: block;
    float: left;
    margin: 5px 20px 5px 0;
}

#container .noticia .content .single-post .thumbnail img,
#container .noticia .content .single-post .thumbnail span {
    display: block;
}

#container .noticia .content .single-post .thumbnail span {
    color: #333333;
    background: none repeat scroll 0 0 #EAEAEA;
    font-style: italic;
    line-height: 18px;
    padding: 5px 10px;
    width: 380px;
}
/*
 * Notícia [End]
*/

/*
 * Galeria de Vídeos [Start]
*/
#container .galeria-video .content .search .result ul {
    height: auto;
    margin: 0 0 0 -24px;
    padding: 0;
}

#container .galeria-video .content .search .result ul li {
    float: left;
    min-height: 160px;
    margin: 0 0 13px 26px;
    padding: 0;
}

#container .galeria-video .content .search .result ul li {
	border: 0 !important;
	padding: 0 0 6px !important;
}

#container .galeria-video .content .search .result ul li, 
#container .galeria-video .content .search .result ul li a.image, 
#container .galeria-video .content .search .result ul li span.date, 
#container .galeria-video .content .search .result ul li h2, 
#container .galeria-video .content .search .result ul li a.view-all {
    display: block;
    width: 155px;
}

#container .galeria-video .content .search .result ul li a.image {
    height: 90px;
}

#container .galeria-video .content .search .result ul li span.date {
    color: #BABABA;
    font-size: 11px;
    height: 15px;
    padding: 6px 0 4px;
}

#container .galeria-video .content .search .result ul li h2 {
	border: 0 !important;
    color: #3B3B3B !important;
    font-size: 12px !important;
	height: auto !important;
	margin: 0 !important;
    padding: 0 0 4px;
}

#container .galeria-video .content .search .result ul li a.view-all {
    color: #014587;
    min-height: 85px;
    padding: 0 0 5px;
}

#container .galeria-video .content .search .result ul li a.view-all:hover {
    text-decoration: underline;
}

#container .galeria-video .content .search .result ul li a.view-all span {
    background: url("../_imagens/layout/list-style-link-view-all.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 8px;
    margin: 4px 6px 0 0;
    width: 6px;
}

#container .galeria-video .content .search .result hr {
    border: 0;
    border-top: 1px dashed #C1C1C1;
    height: 0;
    margin: 0 0 25px;
    padding: 0;
}
/*
 * Galeria de Vídeos [End]
*/

/*
 * Galeria de Áudios [Start]
 */
#container .galeria-audio .content .search .result ul {
	float: left;
	width: 400px;	
}

#container .galeria-audio .content .search .result ul li {
    border-bottom: 1px dashed #D1D1D1;
    padding: 9px 0;
}

#container .galeria-audio .content .search .result ul li {
    padding: 30px 0 24px !important;
}

#container .galeria-audio .content .search .result ul li .date {
    border-right: 1px solid #EAEAEA;
    float: left;
    width: 95px;
}

#container .galeria-audio .content .search .result ul li .date span {
    color: #B2B2B2;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 55px;
}

#container .galeria-audio .content .search .result ul li a {
    display: block;
    float: left;
    width: 300px;
}

#container .galeria-audio .content .search .result ul li a img, 
#container .galeria-audio .content .search .result ul li a span {
    display: block;
    float: left;
}

#container .galeria-audio .content .search .result ul li a img {
    padding: 0 20px;
    width: 40px;
}

#container .galeria-audio .content .search .result ul li a span {
    width: 220px;
}
/*
 * Galeria de Áudios [End]
 */

/*
 * Galeria de Fotos [Start]
*/
#container .galeria-foto .content .search .result ul {
    height: auto;
    margin: 0 0 0 -24px;
    padding: 0;
}

#container .galeria-foto .content .search .result ul li {
    float: left;
    min-height: 160px;
    margin: 0 0 13px 26px;
    padding: 0;
}

#container .galeria-foto .content .search .result ul li {
	border: 0 !important;
	padding: 0 0 6px !important;
}

#container .galeria-foto .content .search .result ul li, 
#container .galeria-foto .content .search .result ul li a.image, 
#container .galeria-foto .content .search .result ul li span.date, 
#container .galeria-foto .content .search .result ul li h2, 
#container .galeria-foto .content .search .result ul li a.view-all {
    display: block;
    width: 155px;
}

#container .galeria-foto .content .search .result ul li a.image {
    height: 150px;
}

#container .galeria-foto .content .search .result ul li span.date {
    color: #BABABA;
    font-size: 11px;
    height: 15px;
    padding: 6px 0 4px;
}

#container .galeria-foto .content .search .result ul li h2 {
	border: 0 !important;
    color: #3B3B3B !important;
    font-size: 12px !important;
	height: auto !important;
	margin: 0 !important;
    padding: 0 0 4px;
}

#container .galeria-foto .content .search .result ul li a.view-all {
    color: #014587;
    min-height: 65px;
    padding: 0 0 5px;
}

#container .galeria-foto .content .search .result ul li a.view-all:hover {
    text-decoration: underline;
}

#container .galeria-foto .content .search .result ul li a.view-all span {
    background: url("../_imagens/layout/list-style-link-view-all.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 8px;
    margin: 4px 6px 0 0;
    width: 6px;
}

#container .galeria-foto .content .search .result hr {
    border: 0;
    border-top: 1px dashed #C1C1C1;
    height: 0;
    margin: 0 0 25px;
    padding: 0;
}
/*
 * Galeria de Fotos [End]
*/

/*
 * Fotos [Start]
*/
#container .fotos .content .search .result ul li {
    min-height: inherit;
    margin: 0 0 30px 26px;
}
/*
 * Fotos [End]
*/

/*
 * Boletim Diário [Start]
*/
#container .boletim-diario .post {
    padding: 0 0 30px;
}

#container .boletim-diario .post ul li {
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 135px;
}

#container .boletim-diario .post ul li span {
    display: block;
}

#container .boletim-diario .boletim-dia ul li.action {
    padding: 64px 0 0 30px;
    width: auto;
}

#container .boletim-diario .boletim-dia ul li.action span {
    color: #014587;
    font-size: 15px;
}

#container .boletim-diario .boletim-dia ul li.action hr {
    border: 0;
    border-bottom: 1px solid #DBDBDB;
    margin: 6px 0 10px;
}

#container .boletim-diario .boletim-dia ul li.action .button a {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

#container .boletim-diario .boletim-recentes ul {
    margin-left: -8px;
}

#container .boletim-diario .boletim-recentes ul li {
    margin-left: 6px;
}

#container .boletim-diario .boletim-recentes ul li span {
    color: #999999;
    padding: 4px 0;
}

#container .boletim-diario .boletim-busca p {
    color: #373737;
}

#container .boletim-diario .boletim-busca span {
    color: #AFAFAF;
    display: block;
    padding: 5px 0;
    font-size: 11px;
}

#container .boletim-diario .boletim-busca form .row .text {
    margin-right: 10px;
}

#container .boletim-diario .boletim-busca form .row .text #txtDia {
    text-align: center;
    width: 23px;
}

#container .boletim-diario .boletim-busca form .row .text #txtMes {
    text-align: center;
    width: 28px;
}

#container .boletim-diario .boletim-busca form .row .text #txtAno {
    text-align: center;
    width: 32px;
}

#container .boletim-diario .boletim-busca form .row .text label {
    position: absolute;
    left: 8px;
    top: 8px;
}
/*
* Boletim Diário [End]
*/
 
/*
 * Pesquisa - Pesquisa Conjuntural, Análise de Economia e Comércio [Start]
 */
#container .pesquisas .content {
	margin-top: -20px;
	padding-top: 0;
}

#container .pesquisas .content .search form select {
	border: 1px solid #D5D5D5;
	border-top-width: 2px;
	color: #004A92;
	font-weight: bold;
	margin: 0 22px 0 0;
	padding: 6px 4px;
}

#container .pesquisas .content .search form #year-filter {
	width: 85px;
}

#container .pesquisas .content .search form #region-filter {
	width: 235px;
}

#container .pesquisas .content .search form #monthnum-filter {
	width: 135px;
}

#container .pesquisas .content .search form hr {
	border: 0;
	border-bottom: 1px dashed #C1C1C1;
	margin: 25px 0;
}

#container .pesquisas .content .search form .result {
	color: #D5D5D5;
	float: right;
	font-weight: bold;
	padding: 5px 0 0;
	text-align: right;
	width: 175px;
}

#container .pesquisas .content .search form .post-form {
	padding-top: 20px !important;
}

#container .pesquisas .content .search form .post-form .table {
	min-height: 10px !important;
}

#container .pesquisas .content .search form .post-form .table .row,
#container .pesquisas .content .search form .post-form .table .sub-row {
	padding-bottom: 0 !important;
}

#container .pesquisas .content .search .result ul {
	height: auto;
	padding-bottom: 25px;
}

#container .pesquisas .content .search .result ul li {
	border-bottom: 1px dashed #C1C1C1;
	padding: 18px 0 6px;
}

#container .pesquisas .content .search .result ul li:first-child {
	border-top: 1px dashed #C1C1C1;
}

#container .pesquisas .content .search .result ul li .post h2,
#container .pesquisas .content .search .result ul li .post h3 {
	border: none !important;
}

#container .pesquisas .content .search .result ul li .post h2 {
	color: #014587;
	height: auto !important;
	margin: 0 !important;
	padding: 4px 0 6px;
	width: 585px !important;
}

#container .pesquisas .content .search .result ul li .post .image,
#container .pesquisas .content .search .result ul li .post .entry  {
	float: left;
}

#container .pesquisas .content .search .result ul li .post .image {
	height: 110px;
	width: 145px;
}

#container .pesquisas .content .search .result ul li .post .entry {
	padding: 0 0 0 20px;
	width: 535px;
}

#container .pesquisas .content .search .result ul li .post .entry .type,
#container .pesquisas .content .search .result ul li .post .entry .date {
	text-transform: uppercase;
}

#container .pesquisas .content .search .result ul li .post .entry .type {
	color: #B48705;
	padding-right: 5px;
}

#container .pesquisas .content .search .result ul li .post .entry .date {
	border-left: 1px solid #A6A6A6;
	color: #A6A6A6;
	padding-left: 5px;
}
 /*
 * Pesquisa - Pesquisa Conjuntural, Análise de Economia e Comércio [End]
 */
 
/*
 * Biblioteca Virtual [Start]
 */
#container .biblioteca-virtual .content {
	margin-top: -20px;
	padding-top: 0;
}

#container .biblioteca-virtual .content .search form select {
	width: 500px;
}

#container .biblioteca-virtual .content .search .result ul {
	height: auto;
	padding-bottom: 25px;
}

#container .biblioteca-virtual .content .search .result ul li {
	border-bottom: 1px dashed #C1C1C1;
	padding: 20px 0;
}

#container .biblioteca-virtual .content .search .result ul li:first-child {
	border-top: 1px dashed #C1C1C1;
}

#container .biblioteca-virtual .content .search .result ul li .image,
#container .biblioteca-virtual .content .search .result ul li .post  {
	float: left;
}

#container .biblioteca-virtual .content .search .result ul li .image {
	width: 100px;
}

#container .biblioteca-virtual .content .search .result ul li .post {
	padding: 0 0 0 20px;
	width: 580px;
}

#container .biblioteca-virtual .content .search .result ul li .post .type {
	color: #B48705;
	padding-right: 5px;
	text-transform: uppercase;
}

#container .biblioteca-virtual .content .search .result ul li .post .date {
	border-left: 1px solid #A6A6A6;
	color: #A6A6A6;
	padding-left: 5px;
}
 /*
 * Biblioteca Virtual [End]
 */

/*
 * Clipping [Start]
 */
#container .clipping .content {
	margin-top: -20px;
	padding-top: 0;
}

#container .clipping .content .search form select {
	width: 500px;
}

#container .clipping .content .search .result ul {
	height: auto;
	padding-bottom: 25px;
}

#container .clipping .content .search .result ul li {
	border-bottom: 1px dashed #C1C1C1;
	padding: 20px 0;
}

#container .clipping .content .search .result ul li:first-child {
	border-top: 1px dashed #C1C1C1;
}

#container .clipping .content .search .result ul li .image,
#container .clipping .content .search .result ul li .post  {
	float: left;
}

#container .clipping .content .search .result ul li .image {
	width: 100px;
}

#container .clipping .content .search .result ul li .post {
	padding: 0 0 0 20px;
	width: 580px;
}

#container .clipping .content .search .result ul li .post .type {
	color: #B48705;
	padding-right: 5px;
	text-transform: uppercase;
}

#container .clipping .content .search .result ul li .post .date {
	border-left: 1px solid #A6A6A6;
	color: #A6A6A6;
	padding-left: 5px;
}
 /*
 * Clipping [End]
 */
 
/*
 * Resultado de Busca [Start]
 */
.full-width .content {
    padding: 0 25px !important;
    width: 940px;
}

#container .search-result .content .search .result {
    padding: 5px 0 10px;
    width: 100%;
}

#container .search-result .content .search .result form #s {
    color: #525252;
    font-size: 13px;
    padding: 2px;
}

#container .search-result .content .search .result ul, 
#container .search-result .content .search .result ul li {
    width: 100%;
}
/*
 * Resultado de Busca [End]
 */

 /*
 * Page [Start]
 */
#container .page .content {
    padding-left: 5px;
    width: 705px;
}

#container .page .content .post hr {
    border: 0;
    border-top: 1px dashed #A6A6A6;
    height: 0;
    margin: 10px auto 12px;
    padding: 0;
    width: 100%;
}


#container .page .content ul {
    width: 100%;
}

#container .page .content ul li {
    border-top: 1px dashed #C1C1C1;
    padding: 16px 0;
    width: 100%;
}

#container .page .content ul li:first-child {
    border-top: 0;
    padding-top: 0;
}

#container .page .content ul li h2 {
    color: #3E3E3E;
    font-size: 12px;
    padding: 0 0 10px;
}

#container .page .content ul li p {
    padding: 0;
}

#container .page .content .single-post img {
    display: block;
    float: left;
    margin: 0 20px 16px 0;
}
/*
 * Page [End]
 */
 
 /*
 * Single [Start]
*/
#container .single .content .post {
    padding-bottom: 10px;
}

#container .single .content .post p {
    text-align: left;
}

#container .single .content .post p a {
    color: #014587;
    font-weight: bold;
}

#container .single .content .post hr {
    border: 0;
    border-top: 1px dashed #A6A6A6;
    height: 0;
    margin: 10px auto 12px;
    padding: 0;
    width: 100%;
}

#container .single .content .post .entry h2 {
    color: #014587;
    font-size: 14px;
}

#container .single .content .post .entry span {
    color: #8D8D8D;
    display: block;
	float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 0 0;
    text-transform: uppercase;
}

#container .single .content .post .entry span.type {
	color: #B48705;
}

#container .single .content .post .entry span span {
	float: left;
	padding: 0 6px;
}

#container .single .content .post-audio, 
#container .single .content .post-foto, 
#container .single .content .post-video {
    padding: 10px 0 20px;
}

#container .single .content .post-audio h2, 
#container .single .content .post-foto h2, 
#container .single .content .post-video h2 {
    color: #4C4C4C;
}

#container .single .content .post h2 span {
    display: block;
    float: left;
    padding: 0 6px 0 0;
}

#container .single .content .post-audio h2 span {
    background: url("../_imagens/layout/icon-post-audio.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 17px;
}

#container .single .content .post-audio a {
    color: #8A8A8A;
    font-size: 12px;
    font-weight: bold;
}

#container .single .content .post-foto h2 span {
    background: url("../_imagens/layout/icon-post-foto.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    padding-right: 8px;
    width: 15px;
}

#container .single .content .post-foto ul {
    height: auto;
    margin: 0 0 0 -26px;
    padding: 0;
}

#container .single .content .post-foto ul li {
    display: block;
    float: left;
    margin: 0 0 35px 26px;
    min-height: inherit;
    /*width: 155px;*/
}

#container .single .content .post-video h2 span {
    background: url("../_imagens/layout/icon-post-video.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    padding-right: 10px;
    width: 20px;
}

#container .single .content .single-post img {
    display: block;
    float: left;
    margin: 0 20px 16px 0;
}
/*
 * Single [End]
*/
 
/*
 * Paginação [Start]
*/
#container .content .search {
    width: 100%;
}

#container .content .actions {
    float: right;
    font-size: 11px;
    margin: 0 0 25px;
}

#container .content .actions .pages, 
#container .content .actions .first, 
#container .content .actions .page, 
#container .content .actions .go-page {
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 3px;
    padding: 6px 5px;
}

#container .content .actions .pages {
    border: 1px solid #A0A0A0;
    color: #A0A0A0;
}

#container .content .actions .page {
    border: 1px solid #B5D1DE;
    color: #197DB8;
	cursor: pointer;
}

#container .content .actions .go-page {
    border: 1px solid #B4B4B4;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #454545;
    font-size: 10px;
    font-weight: normal;
    width: 75px;
}

#container .content .actions a:hover {
    background: #E0F0F8;
    border-color: #B5D1DE;
    color: #014587;
    text-decoration: none;
}

#container .content .actions a.selected {
    background: #014587;
    border-color: #014587;
    color: #FFFFFF;
}
/*
 * Paginação [End]
*/

/*
 * Searchform [Start]
*/
.searchform .row .col, 
.searchform .row .col .left, 
.searchform .row .col input, 
.searchform .row .col button, 
.searchform .row .col .right, 
.button button, 
.button a, 
.button .left, 
.button .right {
    border: 0;
    display: block;
    height: 32px;
    float: left !important;
}

.searchform .row .text {
	position: relative;
}

.searchform .row .text .left {
    background: url("../_imagens/layout/bg-input-text-page-left.png") no-repeat scroll 0 0 transparent;
    width: 5px;
}

.searchform .row .text .lupa {
	left: 8px;
	position: absolute;
	top: 10px;
}

.searchform .row .text input {
	background: url("../_imagens/layout/bg-input-text-page-middle.png") repeat-x scroll 0 0 transparent;
}

.searchform .row .text .right {
    background: url("../_imagens/layout/bg-input-text-page-right.png") no-repeat scroll 0 0 transparent;
    width: 5px;
}

.searchform .row .text .lupa {
    left: 8px;
    position: absolute;
    top: 10px;
}
/*
 * Searchform [End]
*/

/*
 * Form [Start]
 */
.form .content h2,
.form .content h3 {
    border-bottom: 1px dashed #C1C1C1;
    clear: both;
    display: block;
    font-size: 14px;
    height: 25px;
    margin: 0 0 10px;
    width: 705px;
}

.form .content h3 {
    margin: 25px 0 5px;
}

.form .content p {
    padding: 2px 0 8px;
}

.form .content .post-form {
	position: relative;
}

.form .content .post span.required {
	color: #FF0000;
    font-size: 11px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
}

.form .content .post .table {
	min-height: 290px;
}

.form .content .post .table .row,
.form .content .post .table .sub-row {
	clear: both;
	height: auto;
	padding: 8px 0;
}

.form .content .post .table .sub-row .col h4 {
	border-bottom: 1px dashed #C1C1C1;
    clear: both;
	color: #FF0000;
    display: block;
    font-size: 13px;
	font-weight: bold;
    height: 25px;
    margin: 10px 0 10px;
    width: 705px;
}

.form .content .post .table .row .col {
	float: left;
}

.form .content .post .table .row .col label,
.form .content .post .table .row .col .wpcf7-radio .wpcf7-list-item label {
	color: #BABABA;
	display: block;
	font-weight: bold;
	margin: 5px;
	text-align: right;
	width: 270px;
}

.form .content .post .table .row .col label span {
	color: #FF0000;
	padding-right: 2px;
}

.form .content .post .table .row .col .text,
.form .content .post .table .row .col .text-area {
	border: 1px solid #7F9DB9;
	padding: 4px;
	width: 415px;
}

.form .content .post .table .row .col .text-area {
	height: 150px;
}

.form .content .post .table .row .horizontal .selector,
.form .content .post .table .vertical {
    width: 160px;
}

.form .content .post .table .vertical {
    padding: 0 0 15px;
}

.form .content .post .table .row .selector,
.form .content .post .table .row .selector input,
.form .content .post .table .row .selector label,
.form .content .post .table .row .selector .wpcf7-form-control-wrap {
    display: block;
    float: left;
    text-align: left;
}

.form .content .post .table .row .selector label {
    color: #8A8A8A;
    font-weight: normal;
    margin: 0;
    width: 125px;
}

.form .content .post .table .row .vertical .selector {
    float: none;
    height: 18px;
    margin: 0 0 6px 0;
}

.wpcf7-response-output, 
.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip-no-ajax {
	background: transparent !important;
	color: #FF0000 !important;
	border: 0 !important;
	display: block !important;
	font-size: 12px !important;
	font-style: italic !important;
	left: 0 !important;
	opacity: 1 !important;
	padding: 2px 0 4px 2px !important;
	position: inherit !important;
	text-align: right !important;
	width: auto !important;
}

.wpcf7-validation-errors {
	margin: 10px 0 !important;
	text-align: right !important;
	width: 100% !important;
}
/*
 * Form [End]
*/

/*
 * Buttons [Start]
 */
.button {
    margin: 0 -2px 0 0;
}

.button .left {
    background: url("../_imagens/layout/bg-button-page-left.png") no-repeat scroll 0 0 transparent;
    width: 3px;
}

.button button, 
.button a {
    background: url("../_imagens/layout/bg-button-page-middle.png") repeat-x scroll 0 0 transparent;
    color: #AB7F19;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px !important;
}

.button .right {
    background: url("../_imagens/layout/bg-button-page-right.png") no-repeat scroll 0 0 transparent;
    width: 3px;
}

.button button span, 
.button a span, 
.button span {
    font-size: 16px;
}

.button a {
    padding: 7px 4px 0 !important;
}

.button a:hover {
    text-decoration: none;
}

.post-actions hr {
    margin: 0 !important;
    padding: 0 !important;
}

.post-actions .actions-left, 
.post-actions .actions-right {
    float: left;
    height: 35px;
    padding: 25px 0 30px;
}

.post-actions .actions-left {
    margin: 0 0 0 -18px;
    width: 44%;
}

.post-actions .actions-right {
    float: right;
    width: 56%;
}

.post-actions .actions-left .button,
.post-actions .actions-right .button {
    float: left;
    padding: 0 0 0 18px;
}

.post-actions .actions-right .button {
    float: right;
}

.post-actions .button button, 
.post-actions .button a {
    display: block;
    padding: 0 4px;
}

.post-actions .button button span, 
.post-actions .button a span {
    display: block;
    float: left;
    padding-right: 4px;
}

.post-actions .button button.button-back span, 
.post-actions .button a.button-back span {
    background: url("../_imagens/layout/icon-button-back.png") no-repeat scroll 0 0 transparent;
    height: 14px;
    width: 18px;
}

.post-actions .button button.button-home span, 
.post-actions .button a.button-home span {
    background: url("../_imagens/layout/icon-button-home.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 18px;
}

.post-actions .button button.button-print span, 
.post-actions .button a.button-print span {
    background: url("../_imagens/layout/icon-button-print.png") no-repeat scroll 0 0 transparent;
    height: 17px;
    width: 20px;
}

.post-actions .button button.button-like span, 
.post-actions .button a.button-like span {
    background: url("../_imagens/layout/icon-button-like.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 16px;
}

.post-actions .button button.button-share span, 
.post-actions .button a.button-share span {
    background: url("../_imagens/layout/icon-button-share.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    width: 16px;
}

.post-actions .button button.button-submit span,
.post-actions .button a.button-submit span {
    background: url("../_imagens/layout/icon-button-submit.png") no-repeat scroll 0 0 transparent;
    height: 16px;
    width: 15px;
}
/*
 * Buttons [End]
 */

/*
 * Classes [Start]
*/
.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.wrap {
    margin: 0 auto;
    position: relative;
    width: 965px;
}
/*
 * Classes [End]
*/

.slickr-flickr-gallery ul li {
    float: left;
    margin: 0 4px;
}

#bt-recomendar {
    height: 31px;
    margin: 0 0 0 25px;
    overflow: hidden;
    padding: 4px 0 0 0 !important;
    width: 95px;
}

@media print {
    body {
        background: none !important;
    }

    .post-audio {
        display: none !important;
    }

    .post-foto {
        display: none !important;
    }

    .post-video {
        display: none !important;
    }

    .post-actions {
        display: none !important;
    }

    .post-title-page {
        display: none !important;
    }

    .sidebar {
        display: none !important;
    }

    #header {
        display: none !important;
    }

    .rotator {
        display: none !important;
    }

    #footer {
        display: none !important;
    }
}

/*
 * Inscrição / Consulta 2º Prêmio Fecomércio PR de Jornalismo [Start]
 */
.content .post .table .row .col .wpcf7-form-control-wrap,
.content .post .table .row .col .wpcf7-form-control,
.content .post .table .row .col .wpcf7-list-item {
}

.content .post .table .row .col .wpcf7-radio .wpcf7-list-item {
	display: inline;
	width: inherit;
}

.content .post .table .row .col .wpcf7-radio .wpcf7-list-item input,
.content .post .table .row .col .wpcf7-radio .wpcf7-list-item label {
	float: left;
	margin: 0 5px 0 0 !important;
} 

.content .post .table .row .col .wpcf7-radio .wpcf7-list-item label {
	display: block;
	margin: 0 30px 0 0!important;
	width: inherit !important;
}

.content .consult form .table {
	min-height: 15px !important;
}

.content .consult form .table .row .col label {
	width: inherit !important;
}

.content .consult form .wpcf7-response-output {
	max-width: 705px;
	padding: 25px 0;
}

.content .consult form .wpcf7-response-output table {
	width: 100%;
}

.content .consult form .wpcf7-response-output table tr td,
.content .consult form .wpcf7-response-output table tr th {
	border: 1px solid #C1C1C1;
	color: #5A5A5A;
	font-style: normal;
	margin: 1px;
	padding: 4px;
	text-align: left;
}

.content .consult form .wpcf7-response-output table tr th {
	font-weight: bold;
}

.content .other li.premio-jornalismo {
}

.content .other li.premio-jornalismo a {
	margin: -4px 0 8px -2px;
}

.content .other li.premio-jornalismo a img{
}
/*
 * Inscrição / Consulta 2º Prêmio Fecomércio PR de Jornalismo [End]
 */
 
/*
 * Login [Start]
 */

.login h1 a {
    background-image: none, url("http://www.fecomerciopr.com.br/wp-content/themes/fecomerciopr/_imagens/layout/logo-header-fecomerciopr.png") !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    color: #999999;
    display: block;
    font-size: 20px;
    font-weight: 400;
    height: 80px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    outline: 0 none;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
    width: 80px;
}
/*
 * Login [End]
 */