body {
	font: Courier, "Courier New", mono;
	font-size: 15px;
	padding: 3px;
}

h1 {
        text-transform: uppercase;
        background-color:#FAFAFA;
        height: 50px;
        padding:3px;
        line-height: 25px;
        font-size: 15px;
        font-weight: bolder;

}


.familia {
	font-size: 14px;
}

ul {
	margin: 0 0 0 0;
}

li a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

li a:hover {
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

.depends {
	font-size: 12px;
}

.depends_titulo {
	font-size: 13px;
	font-weight: bolder;
}

.provides {
	font-size: 12px;
}

.provides_titulo {
	font-size: 13px;
	font-weight: bolder;
}

.help {
	font-size: 12px;
}

.help_titulo {
	font-weight: bolder;
	font-size: 13px;
}

.menu {
        background-color:#FAFAFA;
        height: 25px;
        padding:3px;
        line-height: 25px;
        font-size: 11px;
}

.menu a {
	background-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

.menu a:hover {
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
}

