/* CSS Document */

@font-face {
	font-family: 'District Thin';
	src: url('fonts/distth__-webfont.eot');
	src: local('District Thin'), url('fonts/distth__-webfont.woff') format('woff'), url('fonts/distth__-webfont.ttf') format('truetype'), url('fonts/distth__-webfont.svg#webfontVYa06Ooz') format('svg');
	font-weight: 200;
	font-style: normal;
}


*			{ margin:0;padding:0; border:0;}
body		{ font: 200 62.5% 'District Thin',Arial, Helvetica, sans-serif ; padding-top:40px; color:#111; background: url(img/bg.png) repeat-x;}
ol			{ list-style:none;}
a			{color:#111;}
a:hover		{ color:#aaa;}
h1			{float:left;padding-bottom:40px; font-weight:200; text-transform:uppercase; width:900px; font-size:3.3em;}
h2			{ padding:5px; text-transform:uppercase; font-size:1.8em; font-weight:200;}
div.container	{width:900px; margin:auto}
ol.ultimos	{padding:40px 0 0; width:904px; float:left;}
ol.ultimos li{margin:12px; float:left}
ol.ultimos li a {border:solid 5px #f2f2f2; width:115px; display:block;}
ol.ultimos li a:visited{ border-color:#111;}
ol.ultimos li a:hover{ border-color:#ddd;}

.destaque p		{  font-size:2em; margin-top:5px; text-transform:uppercase}
ol.cat			{width:225px; float:left; line-height:18px; font-size:10px; text-transform:uppercase; }
ol.cat h3		{padding:5px; font-size:11px;}
ol.cat a		{ text-decoration:none; padding:5px;}
ol.cat a:hover{ background:#eee;}

ul.categorias	{ text-align:center; margin-top:40px; font-size:2em; text-transform:uppercase; }
ul.categorias li { display:inline; list-style: none; padding: 10px;}	
ul.categorias li.on { background:#111; color:#fff; }
ul.categorias li a { text-decoration:none;}

.parceiros		{ padding:20px 0 40px; float:left; text-transform:uppercase;width:900px;}
.parceiros ul	{ font-size:1.8em;line-height:1.2em;}
.parceiros ul li { margin-left:20px; color:#ddd;}
.parceiros ul li a { text-decoration:none; border-bottom:dotted 1px #333;}

.rodape			{ float:left; width:100%; margin: 40px 0 0; padding:20px 0; line-height:25px;border-top: solid 1px #ddd; border-bottom: solid 1px #ddd; font-size:1.8em; line-height:1.2em; text-transform:uppercase;}
.rodape a 		{ text-decoration:none; border-bottom:dotted 1px #333;}

.invisible{ display:none;}
