body {
	background-color: #ccc;
	margin: 0;
	color: #666
}
body, input, select, textarea {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px
}
.text, td {
	font-size: 12px
}
.resaltado {
	color: #F00
}
a, a:hover, a:active, a:visited {
	color: #03F
}
.linkUno {
	text-decoration: underline;
	cursor: pointer
}