/*

-------------------------------
ClassiPress Custom Stylesheet
-------------------------------

Add your own custom styles here instead of editing the
core .css files. This makes it much easier to update
your theme when new versions are released. Simply copy
an existing style or create your own below. Anything
in this .css file will trump the existing styles.

*/

#publicidade_top{
	
}
#publicidade_top div.esquerda{
	width:728px;
	height:90px;
	float:left;
	margin-bottom:15px;	
	background-color:#fff;	
}
#publicidade_top div.direita{
	width:195px;
	height:90px;
	float:right;
	margin-bottom:15px;
	background-color:#fff;	
}


div.preview_edicao_digital{
	width:250px;
	float:left;
	margin-right:20px;
	text-align:center;
	margin-bottom:20px;
	/*border:1px solid #ccc;*/
	
}
	div.preview_edicao_digital a{
		text-decoration:none;
	}

	div.preview_edicao_digital img{
		border:1px solid #ccc;
		background-color:#fff;
		padding:4px;
	}
	
	
#previews_edicoes{
	display:block;
	clear:both;
	
	
}


.content_center{
	float:left;
	margin:0;
	padding:0 8px 0 0;
	width:940px;
}

