body {
background-color:#000000
}
.texto {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	
}
.nome_texto {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	
}
.texto_input {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #000000;
	
}
.nomeLista {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	
}
.textoHaras {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	line-height:150%;
}
.borda {
	border: 1px solid #ec9746;
}
.textoDestaque {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight:bold;
	color: #8e4d2b;
	line-height:150%;
}

/**************************************************************
DIV
****************************************************************/
#dadosGerais, #informacoes, #pedigree, #galeria {
	width:550px;
	height:250px;
	float:left;
	position:absolute;
	visibility:hidden;
	top: 416px;
	left: 494px;
}
#dadosGerais{ visibility:visible;}
#menu ul, li{ list-style:none; display:inline; float:left; margin:0; padding:0; height:40px; }
