#conteudo h1 {
	font-size: 15px;
}
#conteudo h2 {
	color: #666;
	font-size: 17px;
	padding: 8px 0;
}
#conteudo #col {
	float: left;
	width: 460px;
	padding-right: 20px;
}
#col img {
	border: 1px solid #cdcdcd;
}
#conteudo #empresa{
	height: 120px;
}
#conteudo #empresa img {
	margin-right: 10px;
}
#servicos  {
	background-image: url(../images/padrao/bg_servicos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 450px;
	padding: 2px 0 0 10px;
	height: 120px;
}
#servicos ul li {
	width: 215px;
	float: left;
	height: 25px;
	margin: 0 10px 7px 0;
}
#servicos a {
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	font-size: 90%;
	font-style: italic;
	color: #063;
	text-decoration: underline;
	padding-left: 32px;
	line-height: 25px;
	display: block;
}
#conteudo #destaques {
	float: left;
	width: 200px;
	background-image: url(../images/padrao/bg_destaques.jpg);
	height: 250px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0px;
}
#conteudo #destaques ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	list-style-type: none;
	width: 200px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#conteudo #destaques ul li strong {
	font-style: italic;
	color: #063;
	margin-bottom: 5px;
	display: block;
}
#conteudo #destaques ul li p {
	color: #666;
	padding-bottom: 0.5em;
}
#conteudo .cor-link {
	font-size: 90%;
}
