.content .categorias {
	width: 100%;
	float: left;
	margin-top: 23px;
}
.content .categorias .btn {
	float: left;
    margin-right: 6px;
    -moz-user-select: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Georgia';
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #E2E1E1;
    color: #B4AFAB;
    border-color: #CCCCCC;
}
.content .categorias .btn.active {
	color: #ffffff;
}
.content p {
	font-size: 14px;
	line-height: 143%;
	color: #565351;
}
.content p a {
	font-style: italic;
}
.content .categorias .btn:last-child {
	margin-right: 0;
}
.content .categorias .pagination {
	float: right;
	background-color: #ffffff;
}
.pagination div > *, .pagination > * {
	float: left;
}
.content .categorias .pagination > a {
	background: #B0B0B0;
}
.content .categorias .pagination > span {
	background: #B0B0B0;
	height: 26px;
}
.content .categorias .pagination > a > img {
	float:left;
}
.content .categorias .pagination .anterior,
.content .categorias .pagination .prev {
	margin-right: 10px;
}
.content .categorias .pagination .proximo {
	margin-left: 10px;
}
.content .categorias .pagination div p {
	width: auto;
	font-size: 15px;
	color: #AAAAAA;
	margin: 0 15px;
}
.content .selecao {
	width: 825px;
	float: left;
	z-index: 2;
	position: relative;
	padding: 7px 7px;
	margin-top: 10px;
	background-color: #E2E1E2;
	border-top: 1px solid #ABABAB;
	border-bottom: 1px solid #ABABAB;
}
/* Custom Select */
.content .selecao label.custom-select {
	float: left;
	margin-right: 3px;
	position:relative;
}
.content .selecao label.custom-select:last-child {
	margin-right: 0;
}
.content .selecao label.custom-select .content-select {
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:3;
	cursor:pointer;
	position:absolute;
	text-transform: capitalize;
}
.content .selecao label.custom-select input, .content .selecao label.custom-select input[type="text"], .content .selecao label.custom-select .select-list li a {
	color: #565656;
	font-size: 14px;
	border: 1px solid #D9D9D9;
	font-style: italic;
	font-family: 'Georgia';
}
.content .selecao label.custom-select .select-list li:hover a {
	color:#ffffff;
}
.content .selecao label.custom-select .select-list li a {
 	border: none;
 }
 
.content .selecao label.custom-select input[type="text"]{
	top:0;
	left:0;
	margin:0;
	z-index:1;
	color:#444;
	width: 192px;
	cursor:pointer;
	line-height:114%;
	padding-left: 10px;
	background: #ffffff;
	padding: 7px 0 7px 10px;
}
.content .conteudo.ilustracoes .selecao label.custom-select input[type="text"]{
	width: 150px;
}
.content .selecao label.custom-select input.site-bg-color{
	color:#ffffff;
}
.content .selecao label.custom-select .icon {
	top:1px;
	*top:2px;
	z-index:2;
	right:0px;
	bottom:1px;
	*bottom:2px;
	width:24px;
	position:absolute;
	border-left:1px solid #D9D9D9;
	background: #ffffff url('../../img/arrows_select_box.png') no-repeat center ;
}
.content .selecao label.custom-select .select-list {
	left:0;
	right:0;
	top:35px;
	width:218px;
	position:absolute;
	background:#fff;
	display: none;
	z-index: 10;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}
.content .selecao label.custom-select .select-list li {
	float:left;
	width: 100%;
	padding:10px 0;
	cursor: pointer;
	border-bottom: 1px solid #D9D8D8;
}
.content .selecao label.custom-select .select-list li:first-child {
	border-top: 1px solid #D9D8D8;	
}
.content .selecao label.custom-select .select-list li a {
	float:left;
	width:198px;
	color:#444444;
	text-decoration:none;
	margin: 0 10px;
}
.content .selecao label.custom-select .select-list.site-bg-color li a {
	color:#ffffff;
}
.content .selecao label.custom-select .select-list.site-bg-color li:hover a {
	color:#565656;
}
.content .selecao label.custom-select .select-list li:hover a {
	color:#ffffff;
}
.content .selecao label.custom-select .select-list.active li:hover {
	background: #ffffff !important;
}

.content ul.blocos {
	float: left;
	width: 100%;
	margin-top: 43px;
	/*position: relative;*/
	/*z-index: 1;*/
}
.content ul.blocos li {
	float: left;
	width: 192px;
	padding: 0 8px;
	position: relative;
	height: 190px !important;
	margin-bottom: 14px;
	/*border-right: 1px solid #AAABAB;*/
}
.content ul.blocos li.clear {
	clear: left;
}
.content ul.blocos li:after {
	top: 5px;
	right: 0;
	width: 2px;
	content: "";
	bottom: 5px;
	position: absolute;
	background: #D5D5D5;
}
.content ul.blocos li:first-child:before, .content ul.blocos li.clear:before {
	top: 5px;
	left: 0;
	width: 2px;
	content: "";
	bottom: 5px;
	position: absolute;
	background: #D5D5D5;
	/*border-left: 1px solid #AAABAB;*/
}
.content ul.blocos li p {
	margin:2px 0 0 0;
}
.content ul.blocos li p a {
	cursor: pointer;
}
.content ul.blocos li img {
	float:left;
	border-width: 5px;
	border-style: solid;
	border-color: #FFF;
}
.content ul.blocos li.capa .icon {
	left:18px;
	z-index: 1;
	bottom:10px;
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../img/icone-colecao.png) top left no-repeat #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.content ul.blocos li.capa.active .icon {
	background: url(../img/icone-colecao-tranparente.png) top left no-repeat;
}
.content ul.blocos li .img {
	float:left;
	width: 100%;
	/*position: relative;*/
}
.content ul.blocos li .personagens-legenda, .content ul.blocos li .icon-legenda {
	z-index: 3;
	display: none;
	border-width: 1px;
	padding:10px 14px 12px 14px;
	position: absolute;
	border-style: solid;
	background: #FFFFFF;
}
.content ul.blocos li .icon-legenda {
	min-width: 200px;
}
.content ul.blocos li .personagens-legenda p, .content ul.blocos li .icon-legenda p {
	line-height: 110%;
	font-style: italic;
}
.content ul.blocos li .img:hover .personagens-legenda, .content ul.blocos li .icon:hover .icon-legenda {
	display: block;
}
.content ul.blocos li.mark-anos a {
	float:left;
	width: 180px;
	color:#ffffff;
	height: 180px;
	font-size: 52px;
	text-align: center;
	line-height: 180px;
	font-family: Georgia;
	text-decoration: none;
	border:6px solid #FFF;
}
.content p.sobre {
	width: 500px;
	margin-top: 50px;
	padding-top: 30px;
	border-top: 1px solid #AAABAB;
}
.content .footer {
	margin-top: 0;
}
.content .footer .direitos {
	border-top: none;
}