@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	margin: 0px;
}
p{
	line-height:16px;
}
a:link {
	font-weight:bold;
	text-decoration:none;
	color:#36C;
}
a:visited {
	font-weight:bold;
	text-decoration:none;
	color: #36C;
}
a:hover {
	text-decoration:none;
	color:#C00;
}
a:active {
	font-weight:bold;
	text-decoration:none;
	color: #36C;
}

#corpo{
	width:970px;
	height:580px;
	margin:auto auto auto auto;
	background-color:#FFF;
}
#top{
	width:970px;
	height:151px;
	background-image:url(../../img_layout/revista_r1_c1.jpg);
}
#main{
	width:970px;
	height:300px;
	background-image:url(../../img_layout/revista_r2_c1.jpg);
}
#titulo_1{
	font-weight:bold;
	color:#C00;
	font-size:14px;
}
#titulo_2{
	font-weight:bold;
	color:#333;
	font-size:14px;
}

#coluna_1{
	margin-top:15px;
	margin-left:27px;
	width:290px;
	height:280px;
	float:left;
}
#coluna_2{
	margin-right:27px;
	margin-top:15px;
	width:180px;
	height:280px;
	float:right;
}
#box_ultima_edicao{
	height:170px;
	margin-bottom:0px;
}
#box_outras_edicoes{
	overflow-x: hidden;
	line-height: 18px;
	width:180px;
	height:205px;;
	margin-top:20px;
}
#img_ultima_edicao{
	width:130px;
	height:170px;
	float:left;
}
#texto_ultima_edicao{
	width:150px;
	height:170px;
	float:right;
}
#entre_contato{
}



#rodape{
	width:970px;
	height: 120px;
	background-image:url(../../img_layout/rodape.jpg);
}