/* handheld css style file */
/* chr5 webdesign development */
/* chr5.com */
/* version: 1.0 */
/* fecha: 7 august 2008 */

body {  

	background-color: #fff;
	font: small sans-serif;
	width: 100%;
}

h1 {
	background-color: #ff3;
	color: #444;
	font-weight: bold;
	font:100%/120% monospace, sans-serif;
	padding: 1px 0;
}

h2 {
	font-size: 90%;
}

.handheld_ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.handheld_ul li {
	background-color:#444;
	color: #fff;
	padding: 1px 0;
	margin:0;
	margin-bottom:1px;
}

.handheld_ul a {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
	padding: 2px 1px;
}

.handheld_ul a:hover {
	background-color: #ff3;
	color: #f3f;
}

.handheld_ul a:visited {
	color: #3ff;
}

/* Elementos ocultos */

#nav {
	display: none;
}
