#nebulosa {
	color: #000;
	background-color: #fff;
	line-height: 120%;
}

#nebulosa ul {
	position: relative;
}

#nebulosa p {
	line-height: 120%;
	font-size: 90%;
	margin-bottom: 1em;
}

#nebulosa h1 {
	color: #fff;
	background-color: #72BCF4;
	border: none;
	font-style: italic;
	font-weight: bold;
}


#nebulosa * {
	color: #000;
	font-weight: normal;
	font-family: helvetica, arial, sans-serif;
}

#nebulosa ul.menu li a {
	font-weight: normal;
	padding: .2em;
	line-height: 90%;
	letter-spacing: -.08em;
	color: #999;	
}

#nebulosa ul.menu li a:hover {
	background-color: #72BCF4;
	background-image: none;
	color: #fff;
}

#nebulosa ul.menu li {
	font-size: 70%;
	text-align: center;
}

* html #nebulosa ul.menu li {
	height: 1px;

}
