body {
	color: #000;
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, tahoma, verdana, arial, sans-serif;
	background-color: #ffee00;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 80%;
	padding: 10px;
}
.texto250gris {
	font-size: 250%;
	font-weight: bold;
	color: #666;
}
.texto150gris {
	font-size: 150%;
	font-weight: bold;
	color: #666;
}
.texto120gris {
	font-size: 120%;
	font-weight: bold;
	color: #666;
}
.texto11 {
	font-size: 90%;
}
.negativo {
	color: #666;
	background-color: #ffee00;
}
.mayusculas {
	text-transform: uppercase;
}