@charset "utf-8";

#main a:hover{
	text-decoration:underline !important
}
#aside{
	margin-top:110px;
}
.breadcrumb{
	color:#39618B;
	font-size:12px;
	margin-bottom:25px;
}
.breadcrumb span{
	text-decoration:underline
}
#content .tab {
	display:none;
}
#content h2{
	float:left;
	width:100%;
	margin:20px 0 10px 0;
}
#main a.ver_todos {
	float:left;
	color:#39618B;
	font-size:14px;
}
#main #content ul.thumbs {
	float:left;
	width:100%;
}
#main #content ul.thumbs li{
	width:140px;
	font-size:14px;
	color:#333333;
	float:left;
	text-align:center;
	margin-right:67px;
	position:relative;
	margin-bottom:20px;
}
#main #content ul.thumbs li p {
	color:#666666;
	font-size:13px;
}
#main #content ul.thumbs li p.title {
	height:40px;
}
#main #content ul.thumbs li:nth-child(3n+3){
	margin-right:0px;
}
#main #content ul.noticias li{
	float:left;
	clear:both;
	margin-bottom:10px;
	width:100%;
}
#main #content ul.noticias li p {
	margin:0;
}
#main #content ul.noticias li a{
	color:#666666;
	text-decoration:none;
}
#main #content ul li a{
	color:#666666;
	text-decoration:none;
}
#main #content ul li .content-versoes {
	top:55px;
	width:27px;
	right:-27px;
	position:absolute;
}
#main #content ul li a.versoes {
	float:left;
	margin:0 0 10px 0;
	background:#999;
	padding:3px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
#main #content ul li a.versoes img {
	float:left;
}
#content .abas{
	float: left;
}

#content .abas li{
	cursor:pointer;
	float:left;
	margin-right:10px;
	height:35px;
	padding:0 15px;
	line-height:33px;
	text-align:center;
	background-color:#E6E6E6;
	background: #E6E6E6; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e8e8e8 0%, #dbdbdb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#dbdbdb));
	background: -webkit-linear-gradient(top,  #e8e8e8 0%,#dbdbdb 100%);
	background: -o-linear-gradient(top,  #e8e8e8 0%,#dbdbdb 100%);
	background: -ms-linear-gradient(top,  #e8e8e8 0%,#dbdbdb 100%);
	background: linear-gradient(to bottom,  #e8e8e8 0%,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#dbdbdb',GradientType=0 );/
	border-top:2px solid #F0F0F0;
	border-left:2px solid #F0F0F0;
	border-right:2px solid #F0F0F0;
	border-bottom:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-box-shadow:  3px 5px 10px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  3px 5px 10px 0 rgba(0, 0, 0, 0.2);        
  box-shadow:  3px 5px 10px 0 rgba(0, 0, 0, 0.2);	
}
#content .abas li.selected{
	background:#E6E6E6 !important;
	filter: none;
}
#content .abas li.selected a {
	color:#39618B !important;
}
#content .abas li a{
	color:#666666;
	font-size:12px;
	text-decoration:none
}

#abas{
	width:580px;
	float: left;
	padding:0 20px 20px;
	background:#E6E6E6;
	border-bottom:2px solid #F0F0F0;
	border-left:2px solid #F0F0F0;
	border-right:2px solid #F0F0F0;
	border-top:none;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 10px;
	-moz-border-radius-topleft: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
}

/* Paginação */
#main #content .paginacao{
	clear:both;
	float:left;
	width:100%;
	margin-top:35px;
}
#content .paginacao .primeira{
	width:35px;
	height:30px;
	float:left;
	background: url(../img/btn-primeira.png) no-repeat;
}

#content .paginacao .anterior{
	width:30px;
	height:30px;
	float:left;
	background: url(../img/btn-anterior.png) no-repeat;
}

#content .paginacao .proxima{
	width:30px;
	height:30px;
	float:left;
	background: url(../img/btn-proximo.png) no-repeat;
}

#content .paginacao .ultima{
	width:35px;
	height:30px;
	float:left;
	background: url(../img/btn-ultima.png) no-repeat;
}

#main #content .paginacao .paginas{
	width:150px;
	float:left;
	text-align:center;
	color:#7F7F66;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:30px;
}
#main #content .boletins p{
	margin:5px 0;
}
#main #content .jornais p{
	margin:5px 0;
}
#main #content p.btn {
	margin:0 0 5px 0;
}
#main #content .btn_download{
	background: url("/assets/img/btn-versao.png") no-repeat scroll left center transparent;
    color: #666666;
    font-family: arial;
    font-size: 12px;
    padding: 0 0 0 25px;
    text-decoration: none;
}