@charset "utf-8";

#bread {
margin-bottom:15px;

}	
	
	#c1 {
	position:relative;
	width:310px;
	text-align:center;
	}

		#c1 .divimg	{
		background-color:#EEEEEE;
		margin-bottom:10px;
		background-image:url(../imgs/from.gif);
		padding-top:5px;
		padding-bottom:5px;
		border:1px solid #F0F0F0;
		}
		
		#c1 img {

		}
		
		

	/* fim do conteudo C1 */
	
	#c2 {
	width:275px;
	position:relative;
	float:right;
	top:0px;
	}
	
		#c2 h1 {
		margin:0px;
		margin-bottom:10px;
		padding:0px;
		font-size:22px;
		letter-spacing:-1px;
		}
		
		#c2 .desc {
		margin-top:15px;
		margin-bottom:10px;
		}
		
		#c2 .download {
		display:block;
		padding:6px;
		text-align:center;
		font-size:16px;
		letter-spacing:-1px;
		line-height:100%;
		text-decoration:none;
		font-weight:bold;
		background-color:#F0F0FC;
		border:1px dotted #BFBFF2;
		margin-top:10px;
		}
		
			#c2 .download:hover {
			text-decoration:underline;
			}
	

