/****** TABS *******/

#conteudo #conteudo_centro  #tabwrap {
	display: none;
	background: #E3E3E3;
	overflow: hidden;
	width: 95%;
	min-height: 160px;
	margin-bottom: 20px;
	
}
#conteudo #conteudo_centro  #tabs { 
	overflow: hidden; 
	background: #f1f1f1; 
}
#conteudo #conteudo_centro  #tabs li { list-style: none; padding-left:0px; }
#conteudo #conteudo_centro  #tabs li a {
	float: left;
	display: block;
	padding: 10px;
	color: #8A8A8A;
	width: 25%;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	border: 1px solid #CBCBCB;
	margin-bottom: -1px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #F8F8F8 0%,#CECECE 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8F8F8), color-stop(97%,#CECECE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F8F8F8 0%,#CECECE 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F8F8F8 0%,#CECECE 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F8F8F8 0%,#CECECE 97%); /* IE10+ */
	background: linear-gradient(to bottom, #F8F8F8 0%,#CECECE 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F8F8F8', endColorstr='#CECECE',GradientType=0 ); /* IE6-9 */
	
}

#conteudo #conteudo_centro  #tabs li.current a {
	color: #777;
	text-shadow: 1px 1px 0 #fff;
	border-bottom: 1px solid #e3e3e3;
	
	background: -moz-linear-gradient(top,  #ffffff 0%, #e3e3e3 97%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(97%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e3e3e3 97%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e3e3e3 97%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e3e3e3 97%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e3e3e3 97%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */
}

/*#tabs-container > div*/
#conteudo #conteudo_centro  #tabs-1, #conteudo #conteudo_centro  #tabs-2{
	clear: both;
	padding: 20px 0 10px 20px;
	color: #666;
	border: 1px solid #CBCBCB;	
	background: #E3E3E3;
}

/****** FIM TABS *******/


/****** FORMULARIO *******/

input[type="text"], select {
	margin:0 10px 5px 0;
	border: 1px solid #999;
}

input[type="text"] {
	padding-left: 5px;
}

.digital {
	padding-left: 5px;
	font-weight: bold;
	cursor: pointer;
}

input[type="button"].btn-buscar {
	padding: 5px 5px 5px 30px;
	background: transparent url(../images/btn_buscar.png) no-repeat top left;
	width: 146px;
	height: 48px;
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	cursor: pointer;
}

 input[type="button"]#botao_pesquisa_rapida {
	margin: 35px 0 0 95px;
}

 input[type="button"]#botao_pesquisa {
	margin: 105px 0 0 95px;
}

fieldset.busca-acervo {
	float:left;
}

/****** FIM FORMULARIO *******/


/****** LISTA RESULTADOS *******/

#cabecalho {
	/*background-color: #C2D6D6;*/
	line-height:35px;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ddeae2 50%, #becec6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ddeae2), color-stop(100%,#becec6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ddeae2 50%,#becec6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#ddeae2 50%,#becec6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#ddeae2 50%,#becec6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#ddeae2 50%,#becec6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#becec6',GradientType=0 ); /* IE6-9 */


	
}

.resultados, .zeroResultados {
	font-size: 1em;
	color: #555;
	padding-left: 15px;
	font-weight:bold;
}

#tabela_resultados tr td a {
	display: block;
	width: 100%;
	height: 100%;
}

div#tbResult_length {
    margin-top: 1em;
    margin-left: 1.2em;
}

table a:hover {
	background: transparent !important;
}

#conteudo_centro {

	height:100%;
	float: left !important;
}

/****** FIM LISTA RESULTADOS *******/


/****** DETALHES *******/

#conteudo_centro h2 a.h2 {
	font-size: 24px;
	line-height: 24px;
	margin: 0 7px 5px 0;
}

#conteudo_centro h2 a.h2:hover {
	background: none !important;
	color: #555;
}

#detalhes {
	/*width: 550px;*/
	height: 100%;
	float:left;
}

#detalhes p {
	line-height: 20px;
}

.itens_termos {
	font-weight: bold;
}

#download_files {
	height: 100%;
	float: left;
	/*width: 200px;*/
}

#download_files ul li {
	list-style:none;
	background: none !important;
	padding-left: 0 !important;
}

#download_files a {
	background: none !important;
	display: block;
	line-height: 10px;
}

#download_files a:hover{
	color:#12b9af;
}

#download_files a span{
	padding:5px 0 0 20px;
	background: transparent url('../images/icone_download.gif') no-repeat top left;
}

.download_table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
	margin-bottom: 2em;
}

.download_table td, .download_table th {
    border: 1px solid #ddd;
    padding: 8px;
	text-align: center;
}
.download_table td img{
	vertical-align: middle;
}

.download_table tr:nth-child(even){background-color: #f2f2f2;}

.download_table tr:hover {background-color: #ddd;}

.download_table th {
    background-color: #12b9af;
    color: white;
}
#conteudo #conteudo_centro div.breadcrumb{
	margin-left:0 !important;
}

.floatThead-table th{
	color: white;
    background-color: #12b9af;
    border: 1px solid white;
    height: 24px;
}
/****** FIM DETALHES *******/
