#titulo {
	position: relative;
	display:block;
	float:left;
	overflow: hidden;
	height: auto;
	width: 395px;
	
}

#titulo h1{
	margin-top:15px;
	float: left;
}
#titulo hr{
	position: relative;
	display: block;
	float: left;
	height: 2px; 
	width: 395px;
	color: #f00;
	background: #f00;
	}
	
img.teste{
	position: relative;
	display: block;
	width: 100px;
	height: 111px;
	margin-left: 7px;
	float: right;
	margin: 0 5px 5px 5px;
	}

#inf_col{
	position: relative; 
	display: block; 
	float: right; 
	overflow: hidden; 
	width: 380px; 
	height: auto; 
	font-size: 7.5pt; 
	padding: 5px 5px 5px 5px; 
	margin-top: 3px; 
	text-align: right;
	}




#cont_col {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	width: 510px;
	height: auto;
	margin-right: 7px;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 8pt;
	line-height: 150%;
	}
	
#cont_col img{
	margin: 5px 10px 5px 10px;
}

#img_col {
	position: relative;
	display: block;
	float: right;
	overflow: hidden;
	width: 189px;
	height: 270px;
	margin-top: 7px;
	background: #c0c0c0;
  	overflow: hidden;
	}
		
#cont_links {
	position: relative;	
	display: block;	
	float: left;
	overflow: hidden;
	width: 516px;
	height: auto;
	}

#cont_links h3{
	color: #f00;
	}

#cont_links	hr {
		float: left;
		width: 100%;
		height: 2px;
		color: #f00;
		background: #f00;
		margin-top: 1px;
		}
		
#cont_links p{
	margin-top: 10px;
	-margin-top: 7px;
	font-size: 8pt;
	font-weight: bolder;
}
