/* Blocos e classes utilizados em todas as paginas */

/* Botoes */

a.botao, a.btn {
	font-family:'Droid serif', serif;
	padding:0 8px;
	font-size: 11px;
	color: #474f23 !important;
	line-height:30px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px #aab45b;
	display: block;
	float: left;
	position: relative;
	background: url(../img/btn/botao_c.gif) left top no-repeat;
}
a.botao:hover, a.btn:hover { text-decoration: none; }
a.botao span, a.btn span {
	width: 8px;
	height: 30px;
	position: absolute;
	top: 0;
	right: -2px;
	background: url(../img/btn/botao_c.gif) right top no-repeat;
}

/* Botao pequeno */

a.botao-b {
	height: 21px;
	padding: 0 0 0 10px;
	text-decoration: none;
	display: block;
	float: left;
	position: relative;
	background: url(../img/btn/botao_j.png) left top no-repeat;
}
a.botao-b:hover { text-decoration: none; }
a.botao-b span {
	height: 17px;
	margin: 0 -5px 0 0;
	padding: 4px 12px 0 0;
	font-size: 10px !important;
	color: #3d451c !important;
	line-height: 12px;
	text-transform: uppercase;
	text-shadow: 1px 1px #aab45b;
	display: block;
	position: relative;
	float: right;
	background: url(../img/btn/botao_j.png) right top no-repeat;
}

/* Alinhamento a esquerda e a direita */

.left { float: left; }
.right { float: right; }

/* Image Replacement */

.image-replace {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/* Image Replacement para Inputs */

.input-replace {
	display: block;
	content: "";
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	border: none !important;
}

.hide { display: none !important; } 


/* LINKS DOWNLOADS */
#content ul.downloads{
    list-style:none;
    margin:20px 0 7px;
    overflow:hidden;
    float:left;
    width:100%;
    padding:0 !important;
}

#content ul.downloads li{
    clear:none;
    float:left;
    display:inline;
    margin:0 20px 0 0;
    border:0;
    background:none !important;
    padding:0 !important;
}

#content ul.downloads li p.lingua{
    float:left;
    margin:0 0 0 -100px;
    text-align:center;
    width:100px;
}

#content a.download,
#sidebar a.download{
    background:url(../img/bkg/pdf.gif) no-repeat scroll 0 0 transparent;
    color:#3D451C;
    float:left;
    font-size:1.1em;
    height:32px;
    margin:11px 0 0 13px;
    padding:17px 0 0 47px;
    text-transform:uppercase;
	text-align: center;
    width:91px;
	float:right;
}
#sidebar a.download { margin:11px 0 0 6px; }


#sidebar a.download-outros,
#content a.download-outros{
    background:url("../img/bkg/download.gif") no-repeat scroll 0 0 transparent;
    color:#3D451C;
    float:left;
    font-size:1.1em;
    height:32px;
    margin:21px 0 0 13px;
    padding:4px 0 0;
    text-align:center;
    text-transform:uppercase;
    width:136px;
}

/* Compartilhe */
#content .compartilhar{
	font-size:10px;
	margin:20px 0 40px;
	border-top:1px solid #d9dcb8;
	border-bottom:1px solid #d9dcb8;
	height:33px;
	position:relative;
}
#content .compartilhar .content{
	background:url(../img/ico/compartilhar_seta.gif) no-repeat 65px 0;
	padding:10px 0 0;
	position:absolute;
	top:-10px;
}
#content .compartilhar em{
	float:left;
	width:153px;
	line-height:33px;
	background:#eceddb;
	text-align:center;
	font-size:1.8em;
	color:#375437;
	text-transform:uppercase;
	font-style:normal;
}
#content .compartilhar ul{
	float:left;
	list-style:none;
}
#content .compartilhar ul li{
	float:left;
	display:inline;
	font-size:1.2em;
}
#content .compartilhar ul li a{
	float:left;
	color:#666;
	margin:0 0 0 10px;
}
#content .compartilhar ul li a span{
	background:none;
	display:inline;
}
#content .compartilhar ul li.twitter a{
	width:100px;
	margin:7px 0 0 20px;
}
#content .compartilhar ul li.facebook a{
	background:url(../img/ico/compartilhar_facebook.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	width:57px;
	height:20px;
	margin:7px 0 0;
}
#content .compartilhar ul li.orkut a{
	background:url(../img/ico/compartilhar_orkut.gif) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	width:20px;
	height:20px;
	margin:7px 0 0 10px;
}
#content .compartilhar ul li.enviar a{
	background:url(../img/ico/compartilhar_enviar.gif) no-repeat right center;
	margin: 0 0 0 20px;
	padding:0 30px 0 0;
	line-height:33px;
}
#content .compartilhar ul li.imprimir a{
	background:url(../img/ico/compartilhar_imprimir.gif) no-repeat right center;
	padding:0 30px 0 0;
	line-height:33px;
}
#content .compartilhar ul li.salvar a{
	background:url(../img/ico/compartilhar_salvar.gif) no-repeat right center;
	padding:0 30px 0 0;
	line-height:33px;
}

/* -------------|
/* - MODAL
/* ----- */

#fundo {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0.8;
	background-color: #000;
	z-index: 9999;
}
#fechar-modal {
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(../img/ico/erro.gif) no-repeat;
}
.modal {
	width: 750px;
	margin-left: -50px;
	padding: 20px 40px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	border-radius: 5px;
	background-color: #fff;
}
.modal h2 {
	margin: 6px 0 11px;
	font-size: 1.8em;
	color: #c86a14;
}
.modal p {
	margin: 0 0 17px;
	font-size: 1.2em;
	line-height: 18px;
	text-align: justify;
}
.modal img {
	margin: 0 auto 20px;
	display: block;
}


/* -------------|
/* - MODAL DOWNLOAD
/* ----- */
.modal-download {
	margin-left: -50px;
	padding: 20px 40px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
	border-radius: 5px;
	background-color: #fff;
}

.modal-download h3 {
	margin: 6px 0 20px;
	font-size: 1.6em;
	color: #c86a14;
	font-weight: bolder;
	font-family: trebuchet, verdana, sans-serif !important;
	width: 242px;
}

.modal-download #publicacao-nome-label, .modal-download #publicacao-email-label {
	font-size: 1.3em;
	color: #375437;
	font-weight: bold;
	display: block;
	margin: 10px 0 2px 0;
}

.modal-download #publicacao-email, .modal-download #publicacao-nome  {
	width: 242px;
}

.modal-download form .form-submit {
	width: 80px;
	height: 30px;
	margin-top: 20px;
	color: #ffffff;
	background-color: #839236;
	text-transform: uppercase;
	font-size: 1.2em;
	border-radius: 5px;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: bold;
}

.modal-download form .form-submit:hover {
	background-color: #65722b;
}

.modal-download #fechar-modal {
	right: 8px;
}

.modal-download form p {
	width: 256px;
	font-size: 1.2em;
	color: #375437;
	margin: 10px 0 10px 0;
}

.modal-download #publicacao-informacoes-label {
	vertical-align: top;
	font-size: 1.2em;
	color: #375437;
}