/**
 * STYLES.CSS
 *
 * @package BIBLIOGRAFIA NACIONAL 2013
 * @author front.end multim�dia
 * @copyright Copyright (c) Front.end 2013
 * @version 1.0
 * @access public
 */
body, html {
    font-family: 'AsapRegular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    color: #171717;
    height: 100%;
}

body {
    overflow-y: scroll;
}

/*
-------------------------------------------------------------------------------------------------------
 COMUNS
-------------------------------------------------------------------------------------------------------
*/
b, strong {
    font-family: 'AsapBold';
}

em {
    font-family: 'AsapItalic';
}

b em, strong em, em b, em strong {
    font-family: 'AsapBoldItalic';
}

p {
    margin-bottom: 15px;
}

input, textarea {
    padding: 0;
    margin: 0;
}

img {
    vertical-align: top;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

span.clearer {
    display: block;
}

.displayNone {
    display: none;
}

.displayBlock {
    display: block;
}

.displayInlineBlock {
    display: inline-block;
}

.hidden {
    visibility: hidden;
}

hr {
    border-top: 0 none;
    border-bottom: 1px dotted #d3d3d3;
    margin: 15px 0;
}

/*
-------------------------------------------------------------------------------------------------------
 HOLDER
-------------------------------------------------------------------------------------------------------
*/
.siteHolder {
    width: 950px;
    margin: 0px auto;
}

/*
-------------------------------------------------------------------------------------------------------
 HEADER
-------------------------------------------------------------------------------------------------------
*/
.header {
    height: 100px;
    /*background: #b38748 url('../images/bg-header.png') 50% 0 no-repeat;*/
    background: transparent url('../images/bg-header.png') 50% 0 no-repeat;
    overflow: hidden;
}

.header .floatRight {
    text-align: right;
}

.header .pesquisa {
    display: inline-block;
    height: 31px;
    width: 190px;
    margin-bottom: 19px;
}

.header .pesquisa.focus {
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.7);
}

.header .pesquisa input[type="text"] {
    background: #ffffff;
    width: 143px;
    height: 31px;
    padding-left: 10px;
    border: 0 none;
    vertical-align: top;
    text-align: left center;
    color: #2b2b2b;
    font-size: 13px;
    font-family: 'Georgia';
    font-style: italic;
}

.header .pesquisa input[type="submit"] {
    background: #ffffff url('../images/bg-pesquisa-input.png') 50% 50% no-repeat;
    width: 37px;
    height: 31px;
    border: 0 none;
    cursor: pointer;
}

.header .mainMenu {
    width: 750px;
    list-style: none;
    font-family: 'AsapBold';
    text-align: right;
    font-size: 0;
    position: relative;
    right: -16px;
}

.header .mainMenu > li {
    display: inline-block;
    /*border-left: 1px solid rgba(255,255,255,0.59);*/
    font-size: 21px;
    height: 50px;
    /*padding-left: 1px;*/
    /*position: relative;*/
    background: url('../images/bg-menu-li.png') 100% 50% no-repeat;
    vertical-align: top;
}

.header .mainMenu > li:last-child {
    background: none;
}

.header .mainMenu > li:first-child {
    border: 0 none;
    padding-left: 0px;
}

.header .mainMenu .fc {
    border: 0 none;
    /*padding-left: 0px;*/
}

.header .mainMenu > li > a {
    display: block;
    height: 50px;
    color: #ffffff;
    text-decoration: none;
    padding: 0 16px;
    position: relative;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer;
    line-height: 50px;
}

.header .mainMenu > li > a:hover, .header .mainMenu > li > a:focus {
    line-height: 40px;
}

.header .mainMenu > li > a.sub.hover {
    /*background: #ab7a34;*/
	/*background-color: rgba(195,195,195, 0.3);*/
	background: url('../images/bg-label-transparente.png');
	color: #FFFFFF
    line-height: 50px !important;
}

.header .mainMenu > li > ul {
    /*background: #ab7a34;*/
    position: absolute;
    top: 100%;
    right: 0px;
    list-style: none;
    text-align: left;
    font-size: 0;
    padding: 10px 16px 10px 0;
    z-index: 99;
    width: 723px;
}

.header .mainMenu > li > ul.last {
    left: auto;
    right: 0;
    text-align: right;
}

.header .mainMenu > li > ul.visible {
    z-index: 9999;
}

.header .mainMenu > li > ul li {
    display: inline-block;
    font-size: 13px;
    font-family: 'DroidSerifRegular';
    line-height: 36px;
    padding: 0 16px;
}

.header .mainMenu > li > ul.fixed li {
    width: 205px;
}

.header .mainMenu > li > ul a {
    color: #ffffff;
    text-decoration: none;
}

.header .mainMenu > li > ul a:hover, .header .mainMenu > li > ul a:focus {
    text-decoration: underline;
}

/*
-------------------------------------------------------------------------------------------------------
 SCROLLER
-------------------------------------------------------------------------------------------------------
*/
.scroller {
    width: 100%;
    background: #f2f2f2;
    position: relative;
}

#scroller-loader {
    background: #f2f2f2 url('../images/icon-scroller-loader.gif') 50% 50% no-repeat;
    width: 100%;
    /*height: 400px;*/
    height: 286px;
    position: absolute;
    top: 0;
    left: 0;
}

.scroller a {
    display: block;
    /*height: 360px;*/
    height: 261px;
    padding: 25px 17px 0 17px;
    font-family: 'AsapBold';
    opacity: 1;
    text-decoration: none;
    color: #171717;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.scroller:hover a {
    opacity: 0.6;
}

.scroller a:hover, .scroller a:focus {
    opacity: 1;
}

.scroller .img {
    width: 158px;
    height: 236px;
    overflow: hidden;
    opacity: 0;
    margin-bottom: 18px;
}

.scroller .img img {
    width: 158px;
    height: auto;
    position: relative;
}

.scroller .temas {
    font-size: 12px;
    color: #ab7a34;
    margin-bottom: 2px;
    display: none;
}

.scroller .titulo {
    font-size: 16px;
    display: none;
}

/*
-------------------------------------------------------------------------------------------------------
 NOVIDADES
-------------------------------------------------------------------------------------------------------
*/
.novidades {
    padding: 20px 0 0 0;
}

.novidades .titulo {
    font-size: 24px;
    font-family: 'DroidSerifRegular';
    margin-bottom: 25px;
}

.novidades .lista {
    border-left: 1px dotted #d3d3d3;
    border-right: 1px dotted #d3d3d3;
    font-size: 0;
}

.novidades .lista .coluna {
    border-left: 1px dotted #d3d3d3;
    width: 295px;
    font-size: 14px;
    padding: 0 10px;
}

.novidades .lista .coluna:first-child {
    border: 0 none;
    width: 296px;
}

.novidades .lista .coluna a {
    display: block;
    border-bottom: 1px dotted #d3d3d3;
    text-decoration: none;
    color: #171717;
    font-family: 'AsapBold';
    font-size: 16px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.novidades .lista .coluna a:first-child {
    margin: 0;
}

.novidades .lista .coluna a:hover, .novidades .lista .coluna a:focus {
    border-bottom: 1px solid #171717;
}

.novidades .lista .coluna a span {
    font-size: 12px;
    color: #ab7a34;
}

/*
-------------------------------------------------------------------------------------------------------
 LIVRO
-------------------------------------------------------------------------------------------------------
*/
.livro .opcoes {
    border-bottom: 1px dotted #d3d3d3;
    font-size: 0;
    height: 20px;
    padding: 47px 0 15px 0;
    margin-bottom: 45px;
}

.livro .opcoes .siteHolder {
    padding-left: 260px;
    width: 690px;
}

.livro .opcoes a {
    display: block;
    float: left;
    text-decoration: none;
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    color: #2b2b2b;
    font-family: 'AsapBold';
    text-transform: uppercase;
    border-left: 1px solid #696969;
    padding: 0 32px;
    position: relative;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.livro .opcoes a:hover, .livro .opcoes a:focus {
    opacity: 0.7;
}

.livro .opcoes a:first-child {
    padding: 0;
    margin-right: 32px;
    border: 0 none;
}

.livro .opcoes a.gold {
    color: #ab7a34;
    float: right;
    vertical-align: middle;
    border: 0 none;
    padding: 0;
}

.livro .opcoes a img {
    vertical-align: top;
    position: relative;
    top: 2px;
}

.livro .left {
    width: 190px;
    font-family: 'AsapBold';
    text-transform: uppercase;
    font-size: 13px;
}

.livro .left p {
    margin-bottom: 8px;
}

.livro .left a {
    color: #2b2b2b;
    text-decoration: none;
}

.livro .left a.gold {
    color: #2b2b2b;
    color: #ab7a34;
    font-size: 12px;
}

.livro .left a:hover, .livro .left a:focus {
    text-decoration: underline;
}

.livro .imagem {
    width: 190px;
    margin-bottom: 40px;
    border: 1px dotted #d3d3d3;
}

.livro .texto {
    width: 450px;
    margin-right: 66px;
    color: #2b2b2b;
    font-family: 'DroidSerifRegular';
    line-height: 20px;
}

.livro .texto .smaller {
    font-size: 12px;
}

.livro h1 {
    font-size: 32px;
    font-family: 'AsapBold';
    color: #171717;
    /*line-height: 52px;*/
    line-height: 36px;
    margin-bottom: 30px;
}

.livro h2 {
    font-size: 22px;
    font-family: 'AsapBold';
    color: #171717;
    /*line-height: 52px;*/
    line-height: 28px;
    margin: 20px 0 10px 0;
}

.livro .texto em {
    font-family: 'DroidSerifItalic';
}

.livro .texto b {
    font-family: 'DroidSerifBold';
}

.livro .texto b.black {
    font-family: 'AsapBold';
}

.livro .texto a {
    color: #ab7a34;
    text-decoration: none;
}

.livro .texto a img {
    vertical-align: middle;
    margin-right: 2px;
}

.livro .texto a:hover img, .livro .texto a:focus img {
    opacity: 0.7;
}

.livro .texto a:hover, .livro .texto a:focus {
    text-decoration: underline;
}

.livro .texto .seleccao {
    line-height: 20px;
    font-size: 0;
    padding: 10px 0;
    border-bottom: 1px dotted #d7d7d7;

}

.livro .texto .seleccao a,
.livro .texto .seleccao span {
    border-left: 1px solid #787878;
    padding: 0 25px;
    display: inline-block;
    font-size: 12px;
    font-family: 'AsapBold';
    text-transform: uppercase;
    color: #2b2b2b;
    text-decoration: none;
}

.livro .texto .seleccao a:hover, .livro .texto .seleccao a:focus {
    text-decoration: underline;
}

.livro .texto .seleccao span:first-child, .livro .texto .seleccao a:first-child {
    border: 0 none;
}

.livro .texto .seleccao .add {
    background: url('../images/bg-add.png') 0 50% no-repeat;
}

.livro .texto .seleccao .added {
    color: #ab7a34;
    background: url('../images/bg-added.png') 0 50% no-repeat;
}

/*
-------------------------------------------------------------------------------------------------------
 LINKS
-------------------------------------------------------------------------------------------------------
*/
.links {
    width: 174px;
    margin-top: 82px;
    font-size: 12px;
    line-height: 20px;
}

.links h2 {
    font-size: 13px;
    font-family: 'AsapBold';
}

.links ul {
    list-style: none;
}

.links span {
    display: inline-block;

    position: relative;
    color: #2b2b2b;
}

.links span.gold {
    color: #ab7a34;
    text-decoration: underline;
}

.links span:hover {
    color: #ab7a34;
    text-decoration: underline;
}

.links span.gold:hover {
    color: #2b2b2b;
    text-decoration: none;
}

.links span input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.links span input:focus + em {
    color: #ab7a34;
    text-decoration: underline;
}

.links span.gold input:focus + em {
    color: #2b2b2b;
    text-decoration: none;
}

.links a {
    color: #2b2b2b;
    text-decoration: none;
}

.links a:hover, .links a:focus {
    text-decoration: underline;
    color: #ab7a34;
}

.links a.gold,
.links .gold a {
    color: #ab7a34;
    text-decoration: underline;
}

.links a.gold:hover, .links a.gold:focus,
.links .gold a:hover, .links .gold a:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.livro .extrasTitulo {
    color: #2B2B2B;
    font-size: 15px;
    font-family: 'AsapBold';
    text-transform: uppercase;
    margin: 10px 0;
    padding-top: 10px; 
}

.livro .smaller p {
    margin-bottom: 4px;
}

.livro .links {
    padding-top: 31px;
}

/*
-------------------------------------------------------------------------------------------------------
 RESULTADOS SELE��O / PESQUISA
-------------------------------------------------------------------------------------------------------
*/
.resultados {
    font-family: 'DroidSerifRegular';
    line-height: 22px;
    padding-top: 50px;
}

.resultados h1 {
    font-size: 25px;
    margin-bottom: 5px;
}

.resultados span.gold {
    color: #ab7a34;
}

.resultados .lista {
    width: 740px;
    list-style: none;
    line-height: normal;
    margin-bottom: 40px;
}

.resultados .lista li {
    margin-top: 40px;
}

.resultados .lista a {
    text-decoration: none;
    color: #2b2b2b;
}

.resultados .lista a:hover, .resultados .lista a:focus {
    text-decoration: underline;
}

.resultados .lista img {
    display: inline-block;
    margin-right: 30px;
    border: 1px dotted #d7d7d7;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.resultados .lista a:hover img, .resultados .lista a:focus img {
    opacity: 0.7;
}

.resultados .lista .texto {
    width: 560px;
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 34px;
}

.resultados .lista .texto em {
    font-family: 'DroidSerifItalic';
}

.resultados .lista .texto .titulo {
    color: #ab7a34;
    font-size: 17px;
    font-family: 'AsapBold';
}

.resultados .lista .opcoes {
    width: 560px;
    line-height: 20px;
    font-size: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: 'AsapBold';
    border-bottom: 1px dotted #d7d7d7;
}

.resultados .lista .opcoes a,
.resultados .lista .opcoes span {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border-left: 1px solid #787878;
    padding: 0 25px;
}

.resultados .lista .opcoes span:first-child,
.resultados .lista .opcoes a:first-child {
    border: 0 none;
}

.resultados .lista .opcoes .add {
    background: url('../images/bg-add.png') 0 50% no-repeat;
}

.resultados .lista .opcoes .added {
    color: #ab7a34;
    background: url('../images/bg-added.png') 0 50% no-repeat;
}

.resultados .links {
    margin-top: 26px;
}

.resultados .paginacao {
    border: 1px solid #d7d7d7;
    width: 718px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 0;
    position: relative;
}

.resultados .paginacao .floatLeft {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
}

.resultados .paginacao .floatRight {
    float: none;
    position: absolute;
    top: 0;
    right: 0;
}

.resultados .paginacao span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-family: 'AsapBold';
    text-transform: uppercase;
    padding: 0 15px;
}

.resultados .paginacao span:hover {
    color: #ab7a34;
}

.resultados .paginacao .floatLeft span {
    border-right: 1px solid #d7d7d7;
}

.resultados .paginacao .floatRight span {
    border-left: 1px solid #d7d7d7;
}

.resultados .paginacao .paginacaoInfo {
    font-size: 14px;
    text-align: center;
}

.resultados .paginacao .paginacaoInfo .alt {
    color: #ab7a34;
}

.resultados .paginacao span input {
    border: 0 none;
    background: none;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/*
-------------------------------------------------------------------------------------------------------
 EDITOR
-------------------------------------------------------------------------------------------------------
*/
.editor {
    padding-top: 47px;
}

.editor h1 {
    font-size: 25px;
    margin-bottom: 12px;
    font-family: 'DroidSerifRegular';
    line-height: 40px;
}

.editor .indice {
    width: 100%;
    table-layout: fixed;
    text-align: center;
    margin-bottom: 12px;
}

.editor .indice a {
    font-size: 14px;
    color: #696969;
    text-decoration: none;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 13px;
    border-radius: 13px;
}

.editor .indice a.active, .editor .indice a:hover, .editor .indice a:focus {
    background: #ab7a34;
    color: #ffffff;
}

.editor .indice a.active {
    font-family: 'DroidSerifBold';
}

.editor .opcoes {
    border-top: 1px dotted #d3d3d3;
    border-bottom: 1px dotted #d3d3d3;
    padding: 18px 0;
    margin-bottom: 45px;
    font-size: 13px;
    font-family: 'AsapBold';
}

.editor .opcoes .siteHolder {
    position: relative;
}

.editor .opcoes .ordenacao {
    font-size: 0;
}

.editor .opcoes .ordenacao a {
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 26px;
    height: 20px;
    line-height: 20px;
    border-left: 1px solid #7f7f7f;
    color: #2b2b2b;
}

.editor .opcoes .ordenacao a.active, .editor .opcoes .ordenacao a:hover, .editor .opcoes .ordenacao a:focus {
    color: #ab7a34;
}

.editor .opcoes .ordenacao a:first-child {
    border: 0 none;
    padding-left: 0;
}

.editor .opcoes form {
    position: absolute;
    top: 2px;
    right: 0;
}

.editor .opcoes form input[type="submit"] {
    height: 22px;
    background: #ab7a34;
    padding: 0 8px;
    border: 0 none;
    color: #ffffff;
    font-family: 'DroidSerifItalic';
    font-size: 13px;
    vertical-align: top;
    margin-left: 3px;
    cursor: pointer;
}

.formulario .opcoes .anos {
    line-height: 40px;
    text-transform: uppercase;

}

.editor .opcoes  .anos input[type="text"] {
    width: 300px;
    height: 24px;
    padding: 0 15px;
    border: 1px solid #2b2b2b;
    vertical-align: top;
    margin-right: 4px;
    font-family: 'Georgia';
    font-style: italic;
    font-size: 14px;
    color: #2b2b2b;
    width: 70px;
    text-align: center;
    position: relative;
    margin: 0;
    top: -5px;
}

.editor .opcoes  .anos input[type="submit"] {
    margin: 0 !important;
    position: relative;
    top: -5px;
    height: 26px;
}

.editor .colunaEsquerda {
    width: 193px;
    height: 500px;
    float: left;
    border-right: 1px dotted #d3d3d3;
    position: relative;
}

.editor .colunaEsquerda .localizacao {
    color: #2b2b2b;
    font-size: 18px;
    font-family: 'DroidSerifRegular';
    margin-top: 5px;
}

.editor .colunaEsquerda .localizacao .customSelect {
    width: 140px;
    margin-top: 15px;
    font-size: 14px !important;
    font-family: 'AsapRegular' !important;
    height: 20px !important;
}

.editor .colunaEsquerda .localizacao .customSelect .customSelectInner {
    width: 132px !important;
}

.editor .colunaEsquerda .localizacao input[type="text"] {
    border: 3px solid #2b2b2b;
    height: 35px;
    width: 138px;
    padding: 0 10px;
    color: #696969;
    font-family: 'Georgia';
    font-style: italic;
    margin-top: 12px;
    text-align: center;
}

.editor .colunaEsquerda .paginas {
    position: absolute;
    padding-bottom: 10px;
    bottom: 0;
    left: 0;
}

.editor .colunaEsquerda .paginas ul {
    list-style: none;
    margin-top: 8px;
}

.editor .colunaEsquerda .paginas ul li {
    display: inline-block;
    width: 85px;
    text-transform: uppercase;
    font-family: 'AsapBold';
    font-size: 13px;
    width: 60px;
    line-height: 20px;
    padding-left: 20px;
    color: #999999;
}

.editor .colunaEsquerda .paginas ul li a {
    color: #999999;
    text-decoration: none;
}

.editor .colunaEsquerda .paginas ul li:first-child {
    text-align: right;
    border-right: 1px solid #7f7f7f;
    padding: 0;
    padding-right: 20px;
}

.editor .colunaEsquerda .paginas ul li a:hover,
.editor .colunaEsquerda .paginas ul li a:focus {
    text-decoration: underline;
    color: #b58a51;
}

.editor .colunaDireita {
    width: 720px;
    height: 600px;
    float: right;
    line-height: 30px;
    position: relative;
}

.editor .colunaDireita p {
    margin: 0;
}

.editor .colunaDireita a {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    width: 220px;
    color: #2b2b2b;
    text-decoration: none;
    font-family: 'DroidSerifItalic';
    margin-left: 5px;
}

.editor .colunaDireita .first.column a {
    margin-left: 0;
}

.editor .colunaDireita a {
    margin-left: 0;
    display: block;
    margin-bottom: 12px;
}

.editor .colunaDireita a span {
    color: #999999;
    display: inline;
    margin-left: 5px;
}

.editor .colunaDireita #columnize {
    width: 100%;
    position: absolute;
}

.editor .colunaDireita #columnize a:hover, .editor .colunaDireita #columnize a:focus {
    color: #b58a51;
}

/*
-------------------------------------------------------------------------------------------------------
 FORMULARIO
-------------------------------------------------------------------------------------------------------
*/
.formulario {

}

.formulario .opcoes {
    border-bottom: 1px dotted #d3d3d3;
    padding: 47px 0 15px 0;
    margin-bottom: 45px;
    font-size: 13px;
    font-family: 'AsapBold';
}

.formulario .opcoes.secondLine {
    padding: 15px 0;
    margin-top: -45px;
    margin-bottom: 0px;
}

.formulario .opcoes .siteHolder {
    position: relative;
}

.formulario .opcoes h1 {
    font-size: 25px;
    font-family: 'DroidSerifRegular';
    line-height: 40px;

}

.formulario .opcoes h1 em {
    font-family: 'DroidSerifRegular';
}

.formulario .opcoes h2 {
    font-family: 'AsapBold';
    font-size: 19px;
    margin-top: -8px;
}

.formulario .opcoes p {
    font-family: 'DroidSerifRegular';
    font-size: 15px;
    margin-top: -8px;
}

.formulario .opcoes a.floatRight {
    text-transform: uppercase;
    color: #ab7a34;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    margin-top: 12px;
    font-family: 'AsapBold';
}

.formulario .opcoes a.floatRight:hover,
.formulario .opcoes a.floatRight:focus {
    text-decoration: underline;
}

.formulario .opcoes p em {
    color: #ab7a34;
    font-family: 'DroidSerifItalic';
}

.formulario .opcoes a {
    color: #171717;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.formulario .opcoes a:hover, .formulario .opcoes a:focus {
    color: #ab7a34;
}

.formulario .opcoes .anos {
    line-height: 40px;
    text-transform: uppercase;
}

.formulario .opcoes .areas {
    padding: 8px 0;
}

.formulario .opcoes .areas .customSelect {
    font-family: 'AsapRegular';
    font-size: 13px;
    color: #2b2b2b;
    white-space: nowrap;
}

.formulario .opcoes .anos input[type="text"] {
    margin: 0 0 0 15px;
    width: 70px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
}

.formulario .opcoes .anos input[type="submit"] {
    display: none;
}

.formulario .opcoes form {
    position: absolute;
    top: 0;
    right: 0;
}

.formulario .opcoes form input[type="submit"] {
    height: 22px;
    background: #ab7a34;
    padding: 0 8px;
    border: 0 none;
    color: #ffffff;
    font-family: 'DroidSerifItalic';
    font-size: 13px;
    vertical-align: top;
    margin-left: 3px;
}

.formulario .resultados {
    color: #ab7a34;
    font-size: 17px;
    font-family: 'AsapBold';
    line-height: 30px;
    list-style-image: url(../images/bg-resultados-mais.png);
    list-style-position: inside top;
}

.formulario .resultados .open {
    list-style-image: url(../images/bg-resultados.png) !important;
}

.formulario .resultados .open li {
    list-style-image: url(../images/bg-resultados-mais.png);
}

.formulario .resultados  .end {
    list-style-image: url(../images/bg-resultados.png) !important;
}

.formulario .resultados ul {
    margin-left: 30px;
    display: none;
}

.formulario .resultados a {
    text-decoration: none;
    color: #ab7a34;
}

.formulario .resultados a:hover, .formulario .resultados a:focus {
    text-decoration: underline;
}

.formulario .resultados span {
    display: inline-block;
    color: #999999;
    margin-left: 15px;
    font-family: 'DroidSerifItalic';
    font-size: 14px;
}

.formulario table.relatorio {
    max-width: 950px;
    line-height: 22px;
    border-spacing: 1px;
    font-size: 12px;
    font-family: 'DroidSerifRegular';

}

.formulario table.relatorio th {
    text-align: left;
    background: #ab7a34;
    padding: 0 12px;
    color: #ffffff;
}

.formulario table.relatorio td {
    text-align: left;
    border: 1px solid #e7e7e7;
    padding: 0 12px;
}

/*
-------------------------------------------------------------------------------------------------------
 FORM ELEMENTS
-------------------------------------------------------------------------------------------------------
*/
.customSelect {
    border: 1px solid #888888;
}

.customSelectInner {
    height: 20px;
    line-height: 22px;
    padding-left: 8px;
    background: url('../images/bg-customSelect.png') 100% 0 no-repeat;
}

.contentText .form {
    width: 750px;
}

.form .indent {
    margin-left: 30px;
}

.form table {
    width: 100%;
    table-layout: fixed;
    vertical-align: top;
}

.form .label {
    color: #2b2b2b;
    font-family: 'DroidSerifRegular';
    margin: 5px 0 20px 0;
}

.form input[type="radio"] {
    display: none;
}

.form input[type="radio"] + label {
    color: #2b2b2b;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 18px;
    cursor: pointer;
    font-family: 'DroidSerifRegular';
}

.form input[type="radio"] + label b {
    font-family: 'AsapBold';
}

.form input[type="radio"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    background: url('../images/bg-radio.png') 0 0 no-repeat;
    cursor: pointer;
}

.form input[type="radio"]:checked + label span {
    background: url('../images/bg-radio.png') 0 -20px no-repeat;
}

.form input[type="submit"] {
    height: 40px;
    background: #ab7a34;
    font-family: 'DroidSerifItalic';
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    border: 0 none;
    padding: 0 15px;
    vertical-align: top;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.form input[type="submit"]:hover, .form input[type="submit"]:focus {
    background: #414141;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.form input[type="text"] {
    width: 300px;
    height: 38px;
    padding: 0 15px;
    border: 1px solid #2b2b2b;
    vertical-align: top;
    margin-right: 4px;
    font-family: 'Georgia';
    font-style: italic;
    font-size: 14px;
    color: #2b2b2b;
}

.form input[type="text"]:focus {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.formCombinada {

}

.formCombinada table {
    max-width: 950px;
    vertical-align: middle !important;
    margin-bottom: 50px;;
}

.formCombinada table td {
    vertical-align: middle !important;
    color: #2b2b2b;
    text-transform: uppercase;
    font-family: 'AsapBold';
    font-size: 13px;
    padding: 0 15px 15px 0;
}

.formCombinada table td select {
    top: auto !important;
    left: auto !important;
}

.formCombinada table tr:last-child,
.formCombinada table td:first-child {
    text-align: right;
}

.formCombinada input[type="text"] {
    width: 250px;
    height: 36px;
    padding: 0 15px;
    border: 1px solid #2b2b2b;
    vertical-align: top;
    font-family: 'Georgia';
    font-style: italic;
    font-size: 15px;
    color: #2b2b2b;
    overflow: visible;
}

.formCombinada .anos {
    text-align: center;
    line-height: 36px;
}

.formCombinada .anos input[type="text"] {
    /*width: 95px;*/
    text-align: center;
}

.formCombinada select.customSelect {

}

.formCombinada .customSelect {
    font-family: 'AsapRegular';
    font-size: 13px;
    color: #2b2b2b;
    white-space: nowrap;
}

.formCombinada .customSelect .customSelectInner {
    padding-right: 25px;
}

.formCombinada input[type="submit"], .formCombinada input[type="reset"] {
    height: 40px;
    background: #ab7a34;
    font-family: 'DroidSerifItalic';
    font-size: 13px;
    color: #ffffff;
    cursor: pointer;
    border: 0 none;
    padding: 0 15px;
    vertical-align: top;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    margin-right: 20px;
}

.formCombinada input[type="reset"] {
    background: #999999;
}

.formCombinada input[type="submit"]:hover, .form input[type="submit"]:focus, .formCombinada input[type="reset"]:hover, .form input[type="reset"]:focus {
    background: #414141;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.formCombinada fieldset input[type="submit"] {
    margin-left: 140px;
}

/*
-------------------------------------------------------------------------------------------------------
 CONTE�DO
-------------------------------------------------------------------------------------------------------
*/

.conteudo .titulo {
    border-bottom: 1px dotted #d3d3d3;
    padding: 47px 0 15px 0;
    margin-bottom: 45px;
    font-size: 13px;
    font-family: 'AsapBold';
}

.conteudo .titulo h1 {
    font-size: 25px;
    font-family: 'DroidSerifRegular';
    line-height: 40px;
    float: left;
}

.conteudo .titulo a {
    float: right;
    text-transform: uppercase;
    color: #ab7a34;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    margin-top: 12px;
    font-family: 'AsapBold';
}

.conteudo .titulo a:hover,
.conteudo .titulo a:focus {
    text-decoration: underline;
}

.conteudo .contentMenu {
    width: 210px;
    list-style: none;
    color: #2e2e2e;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'AsapBold';
    line-height: 20px;
}

.conteudo .contentMenu a {
    color: #ab7a34;
    text-decoration: none;
    text-transform: none;
    font-family: 'AsapItalic';
}

.conteudo .contentText {
    width: 500px;
    color: #2b2b2b;
    margin-right: 220px;
    font-family: 'DroidSerifItalic';
    line-height: 22px;
    font-size: 15px;
}

.conteudo .contentText h2 {
    font-family: 'AsapBold';
    font-size: 32px;
    margin-bottom: 25px;
    color: #171717;
    line-height: normal;
}

.conteudo .contentText a {
    color: #0099cc;
}

.conteudo .contentText a:hover, .conteudo .contentText a:focus {
    text-decoration: none;
}

.conteudo .contentText a:visited {
    color: #634fa1;
}

.conteudo .contentText .question {
    font-family: 'AsapBold';
    font-size: 17px;
    margin-bottom: 5px;
    margin-top: 20px;

}

.conteudo .contentText .question a {
    color: #ab7a34;
}

.conteudo .contentText .answer {
    margin-bottom: 25px;
    display: none;
}

dt {
    font-family: 'AsapBold';
    font-size: 18px;
    margin-bottom: 5px;
}

dd {
    margin-bottom: 25px;
}

.i {
    display: inline;
    position: relative;
}

.i img {
    vertical-align: text-bottom;
    margin-left: 6px;
}

.i div {
    position: absolute;
    right: 0px;
    background: #ddcaae;
    width:200px;
    font-size: 11px;
    padding: 3px 5px;
    line-height: 13px;
    display: none;
    color: black;
    z-index: 10;
}

.i:hover div {
    display: block;

}

.inlineIcon {
    vertical-align: text-bottom !important;
}


/*
-------------------------------------------------------------------------------------------------------
 FOOTER
-------------------------------------------------------------------------------------------------------
*/
.footer {
    background: #171717;
    border-top: 1px solid #272727;
    line-height: 60px;
    font-family: 'AsapRegular';
    font-weight: bold;
    font-size: 12px;
    color: #a9a9a9;
    margin-top: 35px;
    position: relative;
}

.footer img {
    vertical-align: middle;
}

.footer a {
    color: #a9a9a9;
    text-decoration: none;
}

.footer a:hover, .footer a:focus {
    text-decoration: underline;
}

.footer img {
    border: 0 none;
}

/*
-------------------------------------------------------------------------------------------------------
 PRINT
-------------------------------------------------------------------------------------------------------
*/
@media print {
    .header, .header *,
    .conteudo .contentMenu,
    .livro .left p,
    .links,
    .livro .texto .seleccao,
    .formulario .opcoes.secondLine,
    .footer {
        display: none;
    }

    .conteudo .contentText {
        float: none !important;
        width: 100%;
    }

    .livro .texto {
        width: 625px;
    }

    .answer {
        display: block !important;
    }
}
