#conteudoTopoCurriculo {
	width: 540px;
	height: 50px;
	background-image: url(../imagens/conteudoTopoCurriculo.gif);
}


#colunaDentro ul {
	width: 183px;
	height: auto;
	margin-left: 18px;
}


#colunaDentro ul li {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
	list-style: none;
	border: 1px solid #999999;
}

#colunaDentro p a {
	width: 183px;
	height: auto;
	margin-left: 18px;
	font-size: 80%;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#colunaDentro p a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	background-color: #FFCC00;
}

#contenido dl {
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 20px;
}

#contenido dl dl{
	font-size: 100%;
	line-height: 150%;
	margin-bottom: 20px;
}

.titulo {
	width: 190px;
	font-size: 110%;
	color: #000000;
	margin-bottom: 10px;
	font-weight: bold;
	background-color: #FFF2F9;
	padding: 5px;
}

.tituloEmpresa {
	color: #67054D;
	font-weight: bold;
	font-size: 100%;
}

.descricao {
	color: #67054D;
}



