@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family: 'Lato', sans-serif;
	background:#fff;
}
.clear {clear:both}

.topo_wrapper {
	display:block;
	width:920px;
	height:55px;
	margin:0 auto;
}
#barra_topo, #barra_topo2 {
	width:100%;
	/*height:42px;*/
	margin:0;
	padding:0;
	/*position:fixed;*/
	z-index:999;
	background: #000;
}
#barra_topo2 {background:url(../images/barra_topo_bg2.png) repeat-x;}
#barra_topo .logo {
	display:block;
	float:left;
	/*width:105px;
	height:26px;*/
	margin:13px 0 0 8px;
}
#barra_topo .logo a img {outline:none; border:none;}
#barra_topo2 .logo {
	display:block;
	float:left;
	/*width:120px;
	height:20px;*/
	margin:8px 0 0 8px;
}

#main_wrapper {
	width: 920px;
	min-height: 600px;
	margin: 0 auto;
	display: block;
	position: relative;
	top: 10px;
}

.revista_holder_full {
	width: 920px;
	margin: 0;
	display: block;
	height: 680px;
	padding: 0;
	background:url(../images/revista/ed3/index_page.gif) left top no-repeat;
}
#indice {
	width:460px;
	color:#fff;
	height:590px;
	position:absolute;
	z-index:2;
}
#indice a.item {
	height:21px;
	display:block;
	position:absolute;
	/*background-color:#0FF;
	opacity: 0.2;
	filter: alpha(opacity=20);*/
	margin:0;
	padding:0;
}
#indice a.item:hover {cursor:pointer;}

.social_fb {
	display: block;
	padding: 0;
	margin: 16px 0 0 20px;
	float: right;
	width: 26px;
}

ul.nav_revista {
	list-style:none;	
	list-style-type:none;
	margin:16px 0 0 0;
	padding:0;
	float:right;
}
ul.nav_revista li:first-child, ul.nav_revista li:last-child {
	/*height:22px;*/
	/*width:104px;*/
	display:block;
	padding:4px 10px;
	margin:0;
	text-align:left;
}
ul.nav_revista li:first-child {border-right:1px dotted #ccc;}
ul.nav_revista li:last-child {border-left:1px dotted #ccc; text-align:right;}

ul.nav_revista li {
	float: left;
	display: block;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 400;
	color: #ccc;
	text-align: center;
	/*height:22px;*/
}
ul.nav_revista li a {
	font-size: 12px;
	font-weight: 400;
	color: #ccc;
	text-decoration: none;
}
ul.nav_revista li a:hover, ul.nav_revista li a.prev:hover, ul.nav_revista li a.next:hover {
	color: #FFF;
}

ul.nav_revista li a.prev {
	color: #ccc;
	text-decoration: none;
	/*background: url(../images/prev_mag.png) no-repeat left center;*/
	padding: 0 0 0 16px;
}
ul.nav_revista li a.next {
	color: #ccc;
	text-decoration: none;
	/*background: url(../images/next_mag.png) no-repeat right center;*/
	padding: 0;
}
.lista_edicoes {
	width:126px;
	float:right;
	display:block;
	/*height:42px;*/
	margin:16px 0 0 0;
	padding:0;
}
.lista_edicoes a {
	font-size: 12px;
	font-weight: 400;
	color: #ccc;
	text-decoration: none;
	display:block;
	padding:4px 10px;
	margin:0;
	border-left: 1px dotted #ccc;
}
.lista_edicoes a:hover {
	color: #fff;
}	

.capas {
	display:block;
	float:left;
	margin:40px 20px 0;
	padding:0;
	width:190px;
	height:286px;
	background:#000;
}
.capas .pict {
	display:block;
	margin:0;
	padding:0;
	width:190px;
	height:244px;
}
.capas p {
	display:block;
	font-size:14px;
	line-height:14px;
	color:#ccc;
	margin:0;
	text-align:center;
	padding:12px 0;
}