 
/* Componente boxconteudos da home */
.box-conteudos {
	background-repeat: repeat;
	background-position: 0 0;
	padding: 30px 20px 20px;
	margin-bottom: 25px;
	position: relative;
	float: left; 
	width: 605px;
}
 
	.box-conteudos .noticias {
		float: left;
		font-family: "AllerDisplayRegular"; }
 
	.box-conteudos .envie-conteudo {
		float: left;
		font-family: "AllerDisplayRegular";
		text-decoration: underline; }
 
	.box-conteudos h2 {
		display: block;
		width: 340px; }
 
	.box-conteudos nav { display: block; }
 
		.box-conteudos nav.filter-medias {
			position: absolute;
			right: 25px;
			top: 30px; }
 
			.box-conteudos nav.filter-medias ul a {
				display: block;
				position: relative;
				width: 42px;
				height: 32px;
				margin-left: 20px;
				overflow: hidden;
				text-indent: -999em;
				background-position: 0 0;
				background-repeat: no-repeat; }

			.box-conteudos nav.filter-medias ul li.noticias a { background-position: 5px -1259px; }
			 
			.box-conteudos nav.filter-medias ul li.videos a { background-position: -272px -430px; }
	 
			.box-conteudos nav.filter-medias ul li.audios a { background-position: 5px -1882px; }
			 
			.box-conteudos nav.filter-medias ul li.fotos a { background-position: 0px -1527px; }
			 
		.box-conteudos nav.filter-categories {
			float: left;
			width: 600px;
			margin: 25px 0; }
 
			.box-conteudos nav.filter-categories ul a {
				font-family:'AllerRegular';
				font-size: 85%;
				margin: 0 5px 5px 0;
  				padding: 3px 12px;
  				display: block;
				border-width: 1px;
				border-style: solid;
				border-radius: 5px;
				behavior: url('/rio20/wordpress/wp-content/themes/roots-rio20/css/PIE.php'); }
 
				.box-conteudos nav.filter-categories ul a:hover,
				.box-conteudos nav.filter-categories ul a.active {
					text-decoration: none;
					border-style: solid;
					border-width: 1px;
					behavior: url('/rio20/wordpress/wp-content/themes/roots-rio20/css/PIE.php'); }
 
	.box-conteudos .loading {
		position: absolute;
		top: 50%;
		left: 50%;
		background-repeat: no-repeat;
		background-position: 0 0;
		display: block;
		width: 220px;
		height: 20px;
		text-indent: -1000%;
		overflow: hidden;
		margin: -10px -110px; }
 
	.box-conteudos .container {
		float: left;
		width: 640px;
		height: 750px;
		margin-left: -30px; }
 
		.box-conteudos .container article {
			width: 160px;
			height: 200px;
			margin: 0 0 30px 30px;
			float: left;
			position: relative;
			padding: 10px; }
 
			.box-conteudos .container article h3 {
				font-size:90%;
        		font-family:'AllerRegular';
        		line-height: 125%;
				margin-bottom: 5px;
				height: 70px;
				display: block; }
 
			.box-conteudos .container article figure {
				border-width: 1px;
				border-style: solid; 
				height: 80px;
				overflow: hidden;
			}
 			.box-conteudos .container article div.excerpt {
 				padding-top:10px;
 				height:70px;
 			}
			.box-conteudos .container article ul.attributes {
				float: left;
				position: absolute;
				bottom: 10px; }
 
				.box-conteudos .container article ul.attributes li span {
					display: block;
					width: 28px;
					height: 22px;
					text-indent: -999em;
					overflow: hidden;
					background-repeat: no-repeat;
					background-position: 0 0; }
 
					.box-conteudos .container article ul.attributes li span.videos { background-position: -279px -507px; float: left; }
 
					.box-conteudos .container article ul.attributes li span.audios { background-position: -279px 0px; float: left; }
 
					.box-conteudos .container article ul.attributes li span.fotos { background-position: 0px -1610px; float: left; }

					.box-conteudos .container article ul.attributes li span.noticias { background-position: 5px -1340px; float: left;}
 
 .box-conteudos a.noticias{float: right;}