body {
    margin: 0;
    text-align: center;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #333;
    background: url(page_bg.png) #7ca3da left -24px repeat-x;
}
h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    list-style: none;
}
a {
    color: #2c5aa0;
}
a img {
    border: 0;
}
a:hover {
    text-decoration: underline !important;
}
input, select, textarea {
    font-size: 12px;
}
button.button, .form button {
    border: 0;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    overflow: visible;
    vertical-align: middle;
}
button.button:hover, .form button:hover {
    color: #a00;
}
button.button img, .form button img {
    vertical-align: middle;
}

a.button {
    padding: 5px 10px 5px 30px;
    line-height: 15px;
    background: url(button.png) transparent center left no-repeat;
    font-size: 15px;
    text-decoration: none !important;
    color: #333 !important;
}
a.button:hover {
    color: #a00 !important;
    text-decoration: none;
}

.container {
    width: 940px;
    margin: 20px auto 0 auto;
    text-align: left;
}
.container-large {
    width: 1090px;
}
.container-large .banner-skycrapper {
    float: right;
    width: 120px;
}
.container-inner {
    float: left;
    width: 900px;
    padding: 20px;
    background: #fff;
}
.top-banner {
    float: left;
    width: 900px;
    margin: 0 0 20px 0;
}
.top-banner .super-banner {
    float: left;
    width: 728px;
    height: 90px;
    margin: 0 18px 0 0;
}
.top-banner .button-banner {
    float: left;
    width: 120px;
    height: 90px;
    text-align: right;
}
.top-banner .social {
    float: right;
    width: 16px;
    height: 90px;
}
.top-banner .social a {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin: 0 0 8px 0;
    background: url(social_icons.png) left top no-repeat;
    text-indent: -2000%;
    overflow: hidden;
}
.top-banner .social a.fb { background-position: left -16px; }
.top-banner .social a.li { background-position: left -32px; }
.top-banner .social a.ok { background-position: left -48px; }
.top-banner .social a.rss { background-position: left -64px; }
.header {
    float: left;
    width: 900px;
    margin: 0 0 25px 0;
}
.header .logo {
    float: left;
    width: 275px;
}
.header .menu {
    float: left;
    height: 24px;
    padding: 0 0 0 2px;
    margin: 10px 0 0 0;
    background: url(page_bg.png) top left repeat-x;
}
.header .menu ul {
    float: left;
    border-left: 2px solid #fff;
    padding: 0 0 0 20px;
}
.header .menu li {
    position: relative;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 20px 0 0;
}
.header .menu li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.header .menu li ul {
    position: absolute;
    z-index: 1000;
    display: none;
    float: none;
    background: #687c9b;
    padding: 5px 10px;
}
.header .menu li ul li {
    float: none;
    height: auto;
    padding: 0;
    white-space: nowrap;
}
.header .login-wrapper {
    position: relative;
    float: right;
    width: 250px;
}
.header .login {
    float: right;
    width: 300px;
    padding: 10px;
}
.header .login div, .header .login p, .header .login input {
    float: left;
}
.header .login div {
    width: 41px;
    height: 23px;
    padding: 2px 0 0 0;
    line-height: 23px;
}
.header .login button {
    float: right;
    width: 30px;
}
.header .login input {
    width: 78px;
    height: 19px;
    margin: 2px 10px 0 0;
    border: 2px solid #ccc;
}
.header .login p {
    width: 258px;
    padding: 0 0 0 42px;
}
.header .login p a {
    color: #333;
    text-decoration: none;
}
.header .logged-in {
    float: right;
}
.header .logged-in h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px 0;
}
.header .logged-in p a {
    text-decoration: none;
    margin: 0 5px 0 0;
}
.header .logged-in p a:hover {
    color: #a00;
}
.header .logged-in p a img {
    vertical-align: middle;
}
.header .login-button {
    float: right;
    height: 16px;
    line-height: 16px;
    margin: 15px 0 0 0;
    padding: 0 0 10px 20px;
    background: url(listing_icons.gif) left -80px no-repeat;
    cursor: pointer;
}
.header .login-button a {
    text-decoration: none;
}
.header .login-box {
    position: absolute;
    z-index: 1000;
    display: none;
    top: 35px;
    right: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #2c5aa0;
}
.breadcrumbs {
    float: left;
    width: 900px;
    margin: 0 0 20px 0;
    font-size: 12px;
}

.sidebar {
    float: right;
    width: 300px;
}
.sidebar .panel {
    float: left;
    width: 300px;
    padding: 0 0 20px 0;
}
.panel h1, .panel .title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.panel .link {
    float: left;
    width: 240px;
    padding: 0 0 0 20px;
    font-size: 15px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    background: url(marker.png) left center no-repeat;
}
.panel .link a {
    color: #2c5aa0;
    text-decoration: none;
}
.sidebar .search div {
    float: left;
    width: 300px;
    margin: 0 0 5px 0;
}
.sidebar .search div.type select {
    width: 300px;
    vertical-align: middle;
    margin: 0;
}
.sidebar .search select, .sidebar .search input.kw {
    float: left;
    width: 220px;
    height: 23px;
    border: 2px solid #ccc;
    margin: 1px 0 0 0;
}
.sidebar .search select.uf {
    float: right;
    width: 70px;
}
.sidebar .search input.kw {
    width: 260px;
    height: 19px;
}
.sidebar .search button {
    float: right;
}
.sidebar .panel p {
    margin: 0 0 5px 0;
}
.content .panel p {
    margin: 0 0 10px 0;
}
.sidebar .share {
    font-size: 15px;
    font-weight: bold;
}
.sidebar .share a {
    color: #333;
    text-decoration: none;
}
.sidebar .share img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}
.latest-poll, .latest-poll p, .latest-poll ul, .latest-poll div {
    float: left;
    width: 300px;
}
.latest-poll p, .latest-poll ul {
    margin: 0 0 10px 0;
}
.latest-poll ul li {
    display: block;
    float: left;
    width: 275px;
    text-indent: -25px;
    padding: 0 0 0 25px;
}
.latest-poll div a {
    color: #333;
    text-decoration: none;
}
.latest-post div {
    float: left;
    width: 300px;
    margin: 0 0 20px 0;
}
.latest-post div div {
    float: left;
    width: 70px;
    height: 45px;
    margin: 0;
}
.latest-post div p {
    float: right;
    width: 220px;
    margin: 0;
}
.latest-post div p a {
    font-size: 11px;
    color: #333;
    text-decoration: none;
}
.latest-post div p a strong {
    font-size: 12px;
}
.latest-post div.link {
    margin: 0;
}

.content-wrapper {
    float: left;
    width: 600px;
    margin: 0 0 20px 0;
}
.content-inner {
    float: left;
    width: 580px;
}
.content h1.title, .content div.title {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.content h1.super-title {
    font-size: 20px;
}
.content h1.title span {
    font-weight: normal;
    font-size: 13px;
}
.content .panel {
    float: left;
    width: 260px;
    margin: 0 0 30px 0;
    padding: 0 30px 0 0;
}

.content .full-banner {
    float: left;
    width: 580px;
    margin: 0 0 30px 0;
    text-align: center;
}
.content .full-banner-wrapper {
    float: left;
    width: 560px;
}
.content .full-banner-wrapper .full-banner {
    width: 560px;
}
.content .utilities {
    float: left;
    width: 260px;
}
.content .utilities ul {
    float: left;
    width: 260px;
}
.content .utilities li {
    line-height: 24px;
    height: 24px;
    padding: 0 0 0 20px;
    background: url(marker.png) left center no-repeat;
}
.content .utilities li a {
    color: #2c5aa0;
    text-decoration: none;
}
.content .latest-poll, .content .latest-poll p, .content .latest-poll ul, .content .latest-poll div {
    width: 260px;
}
.content .latest-poll ul li {
    width: 235px;
}
.content .latest-post {
    width: 260px;
}
.content .latest-post p {
    width: 180px;
}
.content p.blue {
    font-weight: bold;
    color: #fff;
    background: #2c5aa0;
    line-height: 2em;
    text-align: center;
}
.content .links-banner-wrapper {
    float: left;
    width: 560px;
    margin: 0 0 30px 0;
}
.content .links-banner-wrapper .links-banner {
    float: left;
    width: 160px;
    height: 90px;
    margin: 0 0 0 25px;
}
.content .links-banner-wrapper .first .links-banner {
    margin: 0;
}
.content .links-banner-wrapper .like {
    float: right;
    width: 57px;
    margin: 0 0 0 10px;
}
.latest-vagas {
    float: left;
    width: 560px;
    padding: 0 20px 0 0;
    margin: 0 0 30px 0;
}
.latest-vagas p.blue a {
    color: #fff;
    text-decoration: none;
}

a.featured {
    line-height: 24px;
    height: 24px;
    padding: 0 0 0 20px;
    background: url(marker.png) left center no-repeat;
    font-size: 15px;
    color: #2c5aa0;
    text-decoration: none;
}
.footer {
    float: left;
    width: 880px;
    padding: 10px;
    border-top: 1px solid #cadaf0;
    background: url(footer_bg.png) transparent top left repeat-x;
    margin: 20px 0;
}
.footer p {
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #666;
}
.footer p a {
    color: #666;
}
.footer p strong {
    color: #2c5aa0;
    font-weight: bold;
    padding: 0 10px 0 0;
}
.footer ul {
    float: left;
    padding: 0 73px 0 0;
    font-size: 12px;
}
.footer ul li a {
    color: #888;
    text-decoration: none;
}

.pagination {
    float: left;
    width: 540px;
}
.pagination a {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 4px;
    background: #3d67a7;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    margin: 0 4px 0 0;
}
.pagination a.active {
    background: #3d8838;
}
.pagination a:hover {
    background: #a00;
    text-decoration: none !important;
}
.ad-links {
    float: left;
    width: 540px;
    margin: 0 0 15px 0;
    text-align: center;
}

ul.list {
    margin: 0 0 10px 0;
}
ul.list li {
    background: url(marker.png) left 6px no-repeat;
    padding: 3px 0 3px 20px;
    line-height: 1.5em;
}
ul.list li a {
    color: #333;
    text-decoration: none;
}
ul.featured li {
    padding: 4px 0 4px 20px;
}
ul.clean-list li {
    padding: 4px 0;
}
ul.clean-list li a, ul.featured li a {
    color: #2c5aa0;
    font-size: 14px;
}
ul.clean-list li a {
    text-decoration: none;
}
ul.clean-list li img {
    vertical-align: middle;
}
    

.form {
    float: left;
    width: 540px;
}
.form div {
    float: left;
    width: 540px;
    margin: 0 0 10px 0;
}
.form div.notification-error, .form div.notification-alert {
    width: 560px;
    margin-bottom: 20px;
}
.form div span {
    display: block;
    float: left;
    width: 120px;
    padding: 0 10px 0 0;
    text-align: right;
}
.form div span.required {
    font-weight: bold;
}
.form div input, .form div textarea, .form div select {
    float: right;
    width: 400px;
    padding: 3px;
    margin: 0 0 2px 0;
    border: 2px solid #ccc;
}
.form div p input {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 5px 0 0;
    border: 0;
    vertical-align: middle;
}
.form div select {
    width: 410px;
}
.form div textarea {
    height: 6em;
}
.form ul.errorlist {
    list-style-type: none;
    color: #c00;
    margin: 0 0 15px 0;
}
.form div ul.errorlist {
    float: right;
    width: 410px;
    margin: 0;
}
.form p {
    float: right;
    width: 410px;
}
.form .text-content p {
    float: none;
    width: auto;
}
.form .email-field {
    float: right;
    width: 410px;
    margin: 0;
    padding: 0;
}
.form .email-field div {
    float: left;
    width: 130px;
    margin: 0;
}
.form .email-field div input,
.form .email-field div select {
    float: left;
    width: 120px;
    vertical-align: middle;
}
.form .email-field div.mi {
    font-size: 22px;
    padding: 2px 10px 0 10px;
    width: auto;
}
.form .email-field div.se {
    width: 200px;
}
.form .email-field div.se input,
.form .email-field div.se select {
    width: 190px;
}
.form .email-field ul.errorlist {
    color: #c00;
    float: none;
    width: auto;
}

.text-content h1, .text-content h2, .text-content h3, .text-content h4, 
.text-content h5, .text-content h6, .text-content p, .text-content ul, .text-content ol,
.text-content dl, .text-content dt, .text-content dd {
    margin: 0 0 10px 0;
}
.text-content dt {
    font-weight: bold;
}
.text-content h1 { font-size: 28px; }
.text-content h2 { font-size: 24px; }
.text-content h3 { font-size: 20px; }
.text-content h4 { font-size: 18px; }
.text-content h5 { font-size: 15px; }
.text-content h6 { font-size: 13px; }
.text-content p {
    line-height: 1.5em;
}
.text-content ul {
    margin: 0 0 10px 0;
}
.text-content ul li {
    background: url(marker.png) left 6px no-repeat;
    padding: 3px 0 3px 20px;
    line-height: 1.5em;
}
.text-content ul li a {
    color: #2c5aa0;
    text-decoration: none;
}
.text-content a {
    color: #2c5aa0;
}
.text-content a:hover, .text-content span.alert {
    color: #c00;
}
.text-content table {
    width: 100%;
    font-size: 100%;
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    border-collapse: collapse;
    margin: 0 0 15px 0;
}
.text-content th, .text-content td {
    text-align: left;
    padding: 3px 5px;
    border: 1px solid #000;
    border-width: 0 0 1px 1px;
}
img.right-floating-image {
    float: right;
    margin: 0 0 20px 20px;
}
img.left-floating-image {
    float: left;
    margin: 0 20px 20px 0;
}


.poll .item {
    float: left;
    width: 540px;
    margin: 0 0 10px 0;
}
.poll .answer {
    float: left;
    width: 300px;
    padding: 5px 0 0 0;
}
.poll .result {
    float: left;
    width: 300px;
}
.poll .result .bar, .latest-poll .result .bar {
    position: absolute;
    z-index: 1002;
}
.poll .result .bg, .latest-poll .result .bg {
    position: absolute;
    z-index: 1001;
}
.poll p, .latest-poll .item .pct {
    float: right;
    width: 230px;
    line-height: 15px;
}
.content .latest-poll, .sidebar .latest-poll {
    width: 240px;
}
.content .latest-poll div.item, .sidebar .latest-poll div.item {
    float: left;
    width: 240px;
    margin: 0 0 6px 0;
}
.content .latest-poll div.answer, .sidebar .latest-poll div.answer {
    float: left;
    width: 240px;
}
.content .latest-poll div.result, .sidebar .latest-poll div.result {
    float: left;
    width: 150px;
    padding: 5px 0 0 0;
}
.content .latest-poll .item .pct, .sidebar .latest-poll .item .pct {
    width: 80px;
}
.profile-logo {
    float: right;
    width: 150px;
    margin: 0 0 10px 10px;
}
.profile-logo .bookmark {
    display: block;
    float: left;
    width: 130px;
    height: 16px;
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    line-height: 14px;
    text-decoration: none;
    background: url(listing_icons.gif) left -64px no-repeat;
}

.cores div {
    float: left;
    width: 540px;
    margin: 0 0 10px 0;
}
.cores div h1 {
    float: left;
    width: 540px;
    color: #2c5aa0;
    font-weight: bold;
}
.cores div h1 a {
    text-decoration: none;
}
.cores div img {
    float: left;
    width: 100px;
    border: 2px solid #ccc;
}
.cores div p {
    float: right;
    width: 420px;
}
.cores div p a {
    color: #2c5aa0;
    text-decoration: none;
}

.comments div {
    float: left;
    width: 540px;
    margin: 0 0 10px 0;
}
.comments div h4 {
    font-weight: bold;
}
.comments div p {
    line-height: 1.5em;
}

.notification-error, .notification-alert {
    float: left;
    width: 560px;
    padding: 5px 10px;
    background: #c00;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.notification-alert {
    background: #2e59a2;
}

.data {
    width: 100%;
    border-bottom: 1px solid #2c5aa0;
    margin: 0 0 20px 0;
}
.data th {
    background: #2c5aa0;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px;
}
.data td {
    background: #f8f8fc;
    padding: 4px 10px;
    border-bottom: 1px solid #e2e2f0;
}
.data tr.par td {
    background: #f9f9f9;
}
.data td a {
    text-decoration: none;
}
.data td.nowrap {
    white-space: nowrap;
}

.paginator {
    float: left;
    width: 540px;
    margin: 0 0 20px 0;
}
.paginator p {
    float: left;
    width: 540px;
    margin: 0 0 4px 0;
}
.paginator span, .paginator a {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 5px;
    line-height: 22px;
    height: 22px;
    background: #2c5aa0;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.paginator span {
    background: #3d8838;
}
.paginator a:hover {
    background: #a00;
    text-decoration: none !important;
}


.objetos .item {
    float: left;
    width: 580px;
    margin: 0 0 30px 0;
}
.objetos .item-title {
    font-size: 15px;
    margin: 0 0 5px 0;
}
.objetos .item p {
    margin: 0 0 5px 0;
}
.objetos .item p a {
    color: #333;
    text-decoration: none;
}
.objetos .item .item-title a {
    color: #2c5aa0;
}
.objetos .item div {
    float: left;
    width: 580px;
}
.objetos .item div a {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    line-height: 16px;
    height: 16px;
    padding: 0 0 0 20px;
    background: url(listing_icons.gif) left top no-repeat;
    font-size: 13px;
    color: #2c5aa0;
    text-decoration: none;
}
.objetos .item div a.detail { background-position: left -16px }
.objetos .item div a.owner { background-position: left -32px }
.objetos .item div a.site { background-position: left -48px }
.objetos .item div a.bookmark { background-position: left -64px }
.objetos .item-featured p, .objetos .item-featured div {
    font-weight: bold;
}
.clear {
    clear: both;
}

