/* CSS Document */
.corpo{
	text-align:center;
}

.cabecalho {
	font-family: Tahoma;
	text-decoration: underline;
	font-weight:bold;	
	font-size: 14px;	
	color:#333333;
}
.titulo {
	font-family: Tahoma;
	text-decoration: none;
	font-weight:bold;	
	font-size: 20px;	
	color:#333333;
}
.titulo2 {
	font-family: Tahoma;
	text-decoration: none;
	font-weight:bold;	
	font-size: 14px;	
	color:#ffffff;
}
.texto {
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;	
	color:#333333;
}
.conteudo {

}
.destaque {

}
.menu {
	list-style:none outside; 
	margin-left:10px;	
}
.itens {
	list-style:none outside; 
	margin-left:0px;
}
.subitem {
	font-family: Tahoma;
	text-decoration: none;
	font-size: 16px;	
	color:#333333;
	list-style:none outside; 
	margin-left:10px;
}
.detalhes {
	display: none;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;	
	color:#333333;	
}
.label {
	font-family: Tahoma;
	text-decoration: none;	
	font-size: 12px;	
	color:#333333;
}
.fieldset { 
	width: 470px;
	padding:10px;
}
.legend {
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
}
.campo {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	/*border: 1px solid #000000;*/
	border: none;
	border-bottom: 1px solid #2C538D;
	vertical-align: baseline;
}
.campo2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	width:110px;
	border:0;
	height:11px;
	background-color:none;
	
}
textarea.campo {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	vertical-align: baseline;
}
select.campo {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	vertical-align: baseline;
}
.file {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	border: 1px solid #333333;
	vertical-align: baseline;
}
.botao {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	background-color: #EAECEE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-top:10px;
}
.link {
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;	
	color:#333333;

}
.link:hover {
	font-family: Tahoma;
	text-decoration: underline;
	font-size: 12px;	
	color:#333333;

}
div.empresacurriculo {
	background-image:url(../images/fundovisualizacurriculo.jpg);
	margin:0;
	padding:0;
	width:382px;
	height:143px;
	position:relative;
}
* html div.empresacurriculo {
	
}
div.camponome {
	margin-left:90px;
	margin-top:58px;
}
div.campocnpj {
	margin-left:90px;
	margin-top:26px;
}
* html div.camponome {
	left:100px;
	
}

