
*{
	webkit-font-smoothing: antialiased !important;
}

@font-face{
	font-family:'UOLTextBold';
	src:url("fonts/uol-text-bold.eot?v5");
	src:local("?"),url("fonts/uol-text-bold.eot?#iefix") format("embedded-opentype"),url("fonts/uol-text-bold.woff?v5") format("woff"),url("fonts/uol-text-bold.ttf?v5") format("truetype"),url("fonts/uol-text-bold.svg?v5#uol-text-bold") format("svg");
	font-weight:bold;
	font-style:normal;
}

@font-face{
	font-family:'UOLText';
	src:url("fonts/uol-text-lighter.eot?v5");
	src:local("?"),url("fonts/uol-text-lighter.eot?#iefix") format("embedded-opentype"),url("fonts/uol-text-lighter.woff?v5") format("woff"),url("fonts/uol-text-lighter.ttf?v5") format("truetype"),url("fonts/uol-text-lighter.svg?v5#uol-text-bold") format("svg");
	font-style:normal;
}

html,body {
	width: 100%;
	height: 100%;
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: 'UOLTextBold', Helvetica, Arial, Helvetica, sans-serif !important;
}

div#conteudo {
	position:relative;
	width: 100%;
	height: auto;
}

div#conteudo div#topo {
	width: 100%;
	height: 100px;
	background:#009f8f;
	z-index:9999;
}

div#conteudo div#topo img{
	position:absolute;
	width: 393px;
	height: 100px;
	margin-top:15px;
	left:50%;
	margin-left:-197px;
}

div#conteudo ul#edicoes {
	position:relative;
	width: 90%;
	background: #fff;
	list-style-type:none !important;
	-webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
	margin-left:5% !important;
}

div#area-edicoes{
	position:relative;
	padding-bottom: 100px;
	
}

div.clear{
	clear: both;	
}

div.edicao{
	box-shadow:0px 0px 20px #4d706c;
	
}

div#conteudo ul#edicoes li {
	float: left;
	margin: 50px 20px 20px 20px;
	height: 230px;
	width: 150px;
	cursor: pointer;
	text-align: center;
	background-color: #444;
	font-size: 11px;
	font-weight: 600;
	color: #FFF;
}

ul.edicoes li a:hover{
  opacity:0.65 !important;
}

ul.edicoes li div.edicao{
	position: relative;	
}

div#conteudo ul#edicoes li:hover{
	opacity:0.8;	
	
}

div#conteudo ul#edicoes li a{
	display:block;	
	text-decoration: none;
	color:#fff;
}

div#conteudo ul#edicoes li a:hover{
	text-decoration: underline;	
	
}

div#conteudo ul#edicoes li a span.numero{
	display: block;
	width: 100%;
	height: 20px;
	line-height:20px;
	background: #00947d;
}

div#conteudo ul#edicoes li a.download{
	background: #00ff00;	
	background: url(images/ico_download.png) right 5px center no-repeat #00947d;
	line-height: 20px;
}

div#pesquisa{
	width: 90%;
	margin-left: 5%;
	text-align: center;
	margin-top:40px;	
	
}

div#pesquisa input[type=button].pesquisar{
	width: 30px;
	height: 30px;
	background: url(images/ico_search.png) center 0 no-repeat transparent;
	border:0;
	cursor: pointer;
	float:right;
	margin-top:-5px;
	outline:0;	
}

div#pesquisa input[type=button].pesquisar:hover{
	background-position: center -31px;
}

div#pesquisa div.center{
	width: 450px;
	margin:0 auto;
}

div#pesquisa select{
	width:100px;
	border:1px solid #016f60;
	border-radius:5px;
	line-height: 25px;
	height: 25px;
	outline:0;	
	color:#016f60;
	font-family: 'UOLTextBold', Helvetica, Arial, Helvetica, sans-serif !important;
}

div#pesquisa span{
	color:#016f60;
}

div.no-found{
	margin-top:50px;
	width:90%;
	margin-left:5%;
	text-align: center;	
	
}

.loading{
	display:none;
	position:fixed;
	height:100%;
    width:100%;
    background:url(images/loading.gif) no-repeat center center rgba(255, 255, 255, 0.7);
    top:0;
    left:0;
}

.loading div{
	position:relative;
	display: block;
	color:#fff;
	background-color: rgba(0, 148, 125, 1);
	width:220px;
	top:50%;
	left:50%;
	height:30px;
	line-height:30px;
	margin-left:-110px;
	margin-top: 110px;
	text-align: center;
	border-radius:5px;
}

