/*
	hiFolio! Portfolio Management System
	https://hifolio.com/

	pastoreio x
*/

body {
	background-color: #222;
}

body,
td {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
}

input,
select {
	font-family: Arial, Helvetica;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #76a7df;
}

a:visited {
	color: #834baa;
}

a:hover {
	color: #888888;
	background-color: #;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

.data {
	font-size: 9px;
	background-color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

a.hifolio,
a:hover.hifolio {
	padding: 3px;
	background-color: yellow;
	color: black;
	font-family: georgia;
	font-size: 9px;
}

a:hover.hifolio {
	color: yellow;
	background-color: black;
}

li,
ul {
	padding: 0;
	margin: 0px;
	list-style: none;
	list-style-type: none;
}

h1,
h2,
h3 {
	margin: 0px;
}

/*

negrito2

 */

hr {
	height: 1px;
	border: 0px;
	border-top: 1px dotted #fff;
}

h1,
h2,
h3,
h4 {
	margin: 0px;
}

#piece {
	line-height: 130%;
	font-size: 11px;
	xbackground-color: #fff;
	padding: 10px;
	-moz-border-radius: 6px;
}

#topo {
	z-index: 9;
	position: fixed;
}

#bottom {
	position: fixed;
	bottom: 10px;
	left: 25px;
}

#marca {
	position: fixed;
	left: 25px;
	top: 20px;
	z-index: 10;
}

#menu2 {
	position: fixed;
	left: 25px;
	top: 55px;
	z-index: 11;
}

#menu {
	position: fixed;
	left: 25px;
	top: 90px;
	z-index: 10;
}

#projeto_text {
	xwidth: 360px;
	xposition: fixed;
	xleft: 25px;
	xtop: 475px;
	z-index: 10;
}

#piece {
	position: absolute;
	xbackground-color: #222;
	top: 20px;
	left: 245px;
	xwidth: 300px;
}
