
/* 
	hiFolio! Portfolio Management System AGORASIM
	http://hifolio.com/
	 
	fpuo.org	
*/

body {
	background-color:#fdf0e9;}

body,td {
	font-family:arial, arial, verdana;	font-size:11px;	color:#336677;}

input, select {
	font-family:arial, arial, verdana;	font-size:11px;}

a {
	text-decoration: none;
	color:#ff0044;}

a:visited {
	color:#ff0044;}

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

h1	{	font-size:16px;	}h2	{	font-size:11px;	}h3	{	font-size:11px;	}
.data {
	font-size: 9px;
	color:#fdf0e9;	background-color:#336677;	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;
}

/*default */	body {
		margin: 25px;
	}
	select, option, input, textarea {
		margin-bottom:3px;
	}
	
	.drop {
		width:130px;
	}
	
	.altura {
		height: 50px;
	}
	
	#content {
		position: absolute;
		left: 180px;
		top: 50px;
		top: 190px;
	}
	
	#divmenu {
		position:absolute;
		top: 190px;
		z-index:11;
	}
	
	body > div#divmenu {
	  position: fixed;
	}
	
	#marca {
		position:fixed;
		z-index:10;
	}
	
	hr {
		border: 0px;
		height: 1px;
		border-top: 1px dotted black;
	}
	.titulo {
		font-weight:bold;
	}

h1, h2, h3 { margin: 0px }