* {
    font-family: "Futura", "Trebuchet MS", Helvetica, sans-serif;
	font-size: 15px;
}

body {
    background-color:#FFFFFF;
    color: #000000;
    margin: 0;
    padding: 0;
}

div#linguas a, div#linguas a:visited {
	color: blue;
    text-decoration: none;
    margin: 0;
}
div#linguas a:hover {
    text-decoration: underline;
}

.small, div#linguas *, div#rodape * {
	font-size: 10pt;
}

div#container {
    background: #FFFFFF url(../img/fundo_barra.gif) repeat-y top left;
    color: #000000;
    
/*     width: 950px;   */
/*     float: left; */
/*     border-right: solid 1px black; */
/*     border-bottom: solid 1px black; */
}
div#linguas {
	width: 934px;
	text-align: right;

	color: #000000;
	background-color: #FFFFFF;

	padding: .5em 8px;
}
div#cabecalho {
	width: 930px;
	_width: 949px;

	border-top: solid 1px #666666;

	color: #FFFFFF;
	background: #DBDBDB url(../img/fundo_cabecalho.jpg) repeat-x bottom left;

	padding: 0 10px 1px 10px;
	_padding-top: 10px!important;
	_padding-bottom: 10px!important;
}
div#barra {
	float: left;
	width: 180px;
	padding: 10px;
	_width: 200px;
}
div#barra h2 {
	margin: 0;
	font-weight: normal;
	font-size: 1.2em;
}
div#barra h3 {
	margin: .5em 0 0 0;
	font-weight: normal;
	font-size: 1.1em;
	color: #333333;
}
div#barra hr {
	margin: 10px 0;
}
div#barra a.normal, div#barra a.normal:visited {
	text-decoration: none;
    color: #004CDC;
    display: block;
    _font-weight: bold;
}
div#barra a.desmarcado, div#barra a.desmarcado:visited {
	text-decoration: none;
    color: #666666;
    display: block;
}
div#corpo {
	float: left;
	/*width: 750px;
	_width: 749px;*/
}
div#corpo h2 {
	background-color: blue;
	color: white;
	display: block;
	margin: 0;
	padding: 3px 0 3px 30px;
	_padding-top: 2px;
	_padding-bottom: 2px;
	font-weight: normal;
	background: #498BF4 url(../img/barra_idiomas.gif) repeat-x;
	background-position: top left;
	cursor: pointer;
	border-bottom: solid 1px #FFFFFF;
}
div#corpo .pseudoLink {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}
div#corpo p.pseudoLink {
	margin: 0;
}
div#rodape {
	clear: both;
    width: 950px;
    text-align: right;
}
div.erro {
	margin: .5em;
	padding: .5em;
	color: #CC0000;
	background-color: #FFCCCC;
	border: solid 1px #CC0000;
	text-align: center;
	display: none;
}
div.texto {
	padding: 3px;
}
div#PT, div#EN {
	display: block;
}
div#PT h3, div#EN h3 {
	font-family: Georgia, Times, 'New York', serif;
	font-size: 1.5em;
	margin-top: 0;
}
div#PT h4, div#EN h4 {
	font-size: 1.2em;
	margin-bottom: 0;
}
a.suggest_link, a.suggest_link:visited {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
	display: block;
	color: #000000;
	width: 183px;
	_width: 100%;
}
a.suggest_link:hover {
	background-color: #3366CC;
	text-decoration:none;
}

div.horizontal div.search_suggest {
	position: absolute;
	text-align: left; 

	background-color: #FFFFFF;
	border: 1px solid #000000;

	margin: 36 0 0 190;
	width: 195px;
	
	display: none;

	_top: 0;
	_left: 0;
}
input, button, select, option {
	font-size: 12px;
}

.d-none{
    display: none!important;
}

.btn-link{
    background: none;
    border: none;
    cursor: pointer;
}

#multimidiaModal{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px;
    background: #0007;
}

#multimidiaModal .modal-header{
    display: block;
    height: 30px;
}

#multimidiaModal .modal-header>div{
    float: right;
}


#modalComoCitar{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px;
    background: #0007;
}

#modalComoCitar .modal-dialog{
    width: 500px;
    margin: auto;
    background: #FFF;
    padding: 10px;
    border-radius: 2px;
}

#modalComoCitar .modal-header{
    border-bottom: solid 1px #CCC;
    display: block;
    height: 30px;
}

#modalComoCitar .modal-header>div{
    float: right;
}

#modalComoCitar .modal-body{
    padding: 10px;
}

#elaborador .popup-autor{
    color: #28a745!important;
    text-decoration: underline;
}
