#cuerpo {
	background-image: none;
}
#cuerpo #contenido{
	text-align: center;
}
#cuerpo #contenido #textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	text-align: justify;
	color: #333333;
	margin: 20px auto;
	width: 700px;
}

#cuerpo #contenido #textos  thead th{
  background-color: #ccc;
}

.par {
  background-color: #eee;
}

.impar {
  background-color: #fff;
}
